Add dead code elimination in cmmMiniInline
[ghc-hetmet.git] / compiler /
2007-12-20 Simon MarlowAdd dead code elimination in cmmMiniInline
2008-01-02 Isaac Dupreeimplement prefix unboxed tuples (part of #1509)
2008-01-01 Clemens FruhwirthAdd package dependencies to link pass when building...
2007-12-28 Isaac Dupreeimport ord that alex secretly imported
2007-12-27 Isaac Dupreeadd missing import that happy -agc secretly provided
2007-12-26 Isaac Dupreecorrect type mistake, hidden by happy -agc coercions!
2007-12-25 Tim ChevalierExtend API for compiling to and from Core
2007-12-24 simonpj@microsoft.comWhen complaining about non-rigid context, give suggesti...
2007-12-21 simonpj@microsoft.comImprove handling of newtypes (fixes Trac 1495)
2007-12-21 simonpj@microsoft.comFix Trac #1981: seq on a type-family-typed expression
2007-12-20 simonpj@microsoft.comComment only
2007-12-20 simonpj@microsoft.comFix nasty recompilation bug in MkIface.computeChangedOccs
2007-12-20 simonpj@microsoft.comFix Trac #1988; keep the ru_fn field of a RULE up to...
2007-12-20 simonpj@microsoft.comAdd better panic message in getSRTInfo (Trac #1973)
2007-12-20 simonpj@microsoft.comRemove obselete code for update-in-place (which we...
2007-12-20 simonpj@microsoft.comImplement generalised list comprehensions
2007-12-17 Ian LynaghInclude ~/Library/Frameworks in the framework searchpath
2007-12-15 Roman LeshchinskiyFix lifting of case expressions
2007-12-15 Roman LeshchinskiyUse (UArr Int) instead of PArray_Int# in vectorisation
2007-12-14 Roman LeshchinskiyFix bug in VectInfo loading
2007-12-14 Roman LeshchinskiyRemove unused vectorisation built-in
2007-12-13 Roman LeshchinskiyTreat some standard data cons specially during vectoris...
2007-12-13 Roman LeshchinskiyMore vectorisation-related built ins
2007-12-12 Roman LeshchinskiyTrack changes to package ndp
2007-12-12 Roman LeshchinskiyAdd vectorisation built-ins
2007-12-14 Roman LeshchinskiySeparate and optional size thresholds for SpecConstr...
2007-12-04 simonpj@microsoft.comMake HscTypes.tyThingId respond not panic on ADataCon
2007-12-13 simonpj@microsoft.comUse Unix format for RnPat (no other change)
2007-12-13 simonpj@microsoft.comImprove free-variable handling for rnPat and friends...
2007-12-13 Roman LeshchinskiyAllow more than 3 simplifier iterations to be run in...
2007-12-13 Roman LeshchinskiyNew flag: -ddump-simpl-phases
2007-12-13 Roman LeshchinskiyDon't dump simplifier iterations with -dverbose-core2core
2007-12-06 Roman LeshchinskiyFix vectorisation bug
2007-12-06 Roman LeshchinskiyVectorisation-related built ins
2007-12-06 Roman LeshchinskiyTeach vectorisation about some temporary conversion...
2007-12-05 Roman LeshchinskiyVectorise case of unit correctly
2007-12-05 Roman LeshchinskiyTeach vectorisation about singletonP
2007-12-05 Roman LeshchinskiyOptimise desugaring of parallel array comprehensions
2007-12-05 Roman LeshchinskiyTeach vectorisation about tuple datacons
2007-12-05 Roman LeshchinskiyTrack additions to package ndp
2007-12-05 Roman LeshchinskiyTrack changes to package ndp
2007-12-10 simonpj@microsoft.comImprove pretty-printing of InstDecl
2007-12-08 Pepe IborraComments only
2007-12-08 Pepe IborraRefactoring only
2007-12-08 Pepe IborraChange the format used by :print to show the content...
2007-12-08 Pepe IborraHelp the user when she tries to do :history without...
2007-12-08 Pepe IborraPrevent the binding of unboxed things by :print
2007-12-08 Manuel M T ChakravartyCoercions from boxy splitters must be sym'ed in pattern...
2007-12-07 Manuel M T ChakravartyProperly keep track of whether normalising given or...
2007-11-20 Manuel M T ChakravartyTcPat.tcConPat uses equalities instead of GADT refinement
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-12-03 Ian LynaghFIX #1843: Generate different instructions on PPC
2007-12-02 Ian LynaghUse GHC.Exts rather than GHC.Prim
2007-12-07 simonpj@microsoft.comRemove debug warning, and explain why
2007-12-06 Simon Marlowcomment only
2007-12-06 Simon Marlowcomment typo
2007-12-06 Simon Marlowadd Outputable instance for OccIfaceEq
2007-12-06 Simon MarlowWorkaround for #1959: assume untracked names have changed
2007-12-06 Simon MarlowFIX part of #1959: declaration versions were not being...
2007-12-05 Simon MarlowFIX #1110: hackery also needed when running gcc for CPP
2007-12-04 Pepe IborraTeach :print to follow references (STRefs and IORefs)
2007-12-02 Pepe Iborrarefactoring only
2007-12-04 simonpj@microsoft.comMake eta reduction check more carefully for bottoms...
2007-12-04 simonpj@microsoft.comImprove inlining for INLINE non-functions
2007-12-04 Simon Marlowfix race conditions in sandboxIO (#1583, #1922, #1946)
2007-12-04 Simon Marlow:cd with no argument goes to the user's home directory
2007-12-03 simonpj@microsoft.comImprove eta reduction, to reduce Simplifier iterations
2007-11-28 simonpj@microsoft.comImprove pretty-printing for Insts
2007-11-28 simonpj@microsoft.comReorganise TcSimplify (again); FIX Trac #1919
2007-11-30 Simon MarlowFIX #1914: GHCi forgot all the modules that were loaded...
2007-11-30 Simon MarlowFIX #1744: ignore the byte-order mark at the beginning...
2007-11-28 simonpj@microsoft.comFIX Trac #1935: generate superclass constraints for...
2007-11-28 simonpj@microsoft.comPrint a bit more info in VarBinds (no need to merge)
2007-11-28 simonpj@microsoft.comCheck for duplicate bindings in CoreLint
2007-11-28 Simon Marlowadd comment
2007-11-22 Bertram FelgenhauerFIX #1916: don't try to convert float constants to...
2007-11-27 Simon Marlowgive a more useful message when the static flags have...
2007-11-27 Ian LynaghRemove the --print-docdir flag
2007-11-25 Ian LynaghMERGED: Make ":" in GHCi repeat the last command
2007-11-21 Bertram Felgenhauer(native gen) fix code generated for GDTOI on x86_32
2007-11-23 simonpj@microsoft.comTidy and trim the type environment in mkBootModDetails
2007-11-23 Simon Marlowrefactor: HscNothing and boot modules do not need desug...
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Manuel M T ChakravartyProperly ppr InstEqs in wanteds of implication constraints
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-22 Roman LeshchinskiyAdd built-in Double operations to vectorisation
2007-11-21 Roman LeshchinskiyTeach vectorisation about Double
2007-11-21 Roman LeshchinskiyVectorise polyexprs with notes
2007-11-21 simonpj@microsoft.comMake rebindable do-notation behave as advertised
2007-11-16 simonpj@microsoft.comAdd DEBUG-only flag -dsuppress-uniques to suppress...
2007-11-21 simonpj@microsoft.comFix Trac #1913: check data const for derived types...
2007-11-20 simonpj@microsoft.comFIX Trac #1825: standalone deriving Typeable
2007-11-20 simonpj@microsoft.comFIX #1715: egregious bug in ifaceDeclSubBndrs
2007-11-08 claus.reinke@talk2... FIX #1847 (improve :browse! docs, fix unqual)
2007-11-20 Roman LeshchinskiyTrack changes to package ndp
2007-11-20 Roman LeshchinskiyTemporary hack for passing PArrays from unvectorised...
2007-11-19 Roman LeshchinskiyBind NDP stuff to [:.:] arrays
2007-11-19 Roman LeshchinskiyDon't treat enumerations specially during vectorisation...
2007-11-19 Roman LeshchinskiyFix bugs in vectorisation of case expressions
2007-11-19 Roman LeshchinskiyMore built-in NDP combinators
next