add -fsimpleopt-before-flatten
[ghc-hetmet.git] / compiler /
2011-03-31 simonpj@microsoft.comNew statistics flags -ddump-core-stats
2011-03-30 Simon Marlowimplement double-to-float narrowing in the x86 NCG...
2011-03-29 Ian LynaghTurn -vfia-C into a no-op
2011-03-29 Ian LynaghRenumber TH uniques
2011-03-28 Ian LynaghWhitespace only
2011-03-25 Adam Megaczupdate submodule pointers
2011-03-25 Simon MarlowFix #4914 (I hope)
2011-03-25 Edward Z. YangIgnore comments when inlining.
2011-03-22 Edward Z. YangSplit out "Raw Cmm" dump to its own flag -ddump-raw-cmm
2011-03-22 Edward Z. YangRednCounts can contain CAFs, so support them in cvtToCl...
2011-03-23 Edward Z. YangImmediately tag initialization code to prevent untagged...
2011-03-22 Adam Megaczupdate hetmet submodule pointer
2011-03-21 simonpj@microsoft.comFix Trac #5028: zap occ info when doing the binder...
2011-03-19 Adam Megaczpass Var.Var for hetmet brak/esc to -fcoqpass code
2011-03-14 Adam Megaczupdate hetmet subrepository pointer
2011-03-14 Adam Megaczupdate hetmet submodule pointer
2011-03-14 Adam Megaczeliminate reliance on -XRebindableSyntax
2011-03-13 Adam Megaczthird attempt at getting submodules to work properly
2011-03-12 Adam Megaczupdate compiler/hetmet/ submodule pointer
2011-03-12 Adam Megaczupdate coq-hetmet submodule pointer
2011-03-12 Adam Megaczsecond attempt at updating submodules; I seem to have...
2011-03-11 Adam Megaczchange hetmet directory to compiler/hetmet/, update...
2011-03-09 William KnopDon't use read_only_relocs on darwin x86-64; fixes...
2011-03-20 Max BolingbrokeFunctionalDependencies should imply MultiParamTypeClasses
2011-03-17 Ian LynaghAdd unboxedTupleTName to templateHaskellNames
2011-03-09 Adam Megaczmake exports/imports of depth>0 identifiers work correctly
2011-03-08 Adam Megaczfix compiler/coq submodule reference
2011-03-08 Adam Megaczhandle stage-(n+1) literals properly by expanding them...
2011-03-07 Adam Megaczupdate reference to compiler/coq subproject
2011-03-07 Adam Megaczadd code for -dcoqpass, -fcoqpass, -ddump-coqpass
2011-03-03 Adam Megaczrebase to ghc main repo
2011-03-02 Adam Megaczfix compile error due to erroneous import
2011-03-02 Adam MegaczInitial checkin of HetMet / -XModalTypes modifications
2011-02-22 simonpj@microsoft.comRestore SPECIALISE INSTANCE pragmas
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-02-26 Vivian McPhail:script file scripts in GHCi #1363
2011-02-19 Max BolingbrokeDrop dead core that was kept alive by RULES in CorePrep...
2011-02-09 Ian LynaghAllow TH brackets to contain things of any kind
2011-02-09 simonpj@microsoft.comSimpify constraints from a TH bracket eagerly
2011-02-09 simonpj@microsoft.comTypo in comment
2011-02-22 Ian LynaghUse -h rather than -soname; fixes dynlibs on Solaris...
2011-02-21 simonpj@microsoft.comFix another fundep error (fixes Trac #4969)
2011-02-18 Edward Z. YangNew codegen: GC calling convention must use registers.
2011-02-20 Manuel M T ChakravartyAdded a VECTORISE pragma
2011-02-19 Ian LynaghClarify the "object splitting" variable names
2011-02-17 simonpj@microsoft.comChange typechecker-trace output slightly
2011-02-17 simonpj@microsoft.comComments only
2011-02-17 simonpj@microsoft.comFix Trac #4966
2011-02-17 simonpj@microsoft.comUse "on the spot" solving for fundeps
2011-02-15 simonpj@microsoft.comIncrease exprIsDupable threshold a bit
2011-02-15 simonpj@microsoft.comEnsure exprIsCheap/exprIsExpandable deal with Cast...
2011-02-15 simonpj@microsoft.comDo not treat absentError specially
2011-02-14 simonpj@microsoft.comFix exprIsDupable
2011-02-14 simonpj@microsoft.comBetter case-of-case transformation
2011-02-15 keller@.cse.unsw... Cleaned up Expr and Vectorise
2011-02-14 keller@.cse.unsw... Fixed two syntax errors
2011-02-14 keller@cse.unsw... Handling of recursive scalar functions in isScalarLam
2011-02-09 keller@cse.unsw... Added handling of non-recursive module global functions...
2011-02-08 Simon MarlowFix bug introduced in "Implement fuzzy matching for...
2011-02-07 simonpj@microsoft.comFix Trac #4945: another SpecConstr infelicity
2011-02-04 Simon MarlowAdd -XNondecreasingIndentation to -XHaskell98 for backw...
2011-02-03 simonpj@microsoft.comFix typo in SpecConstr that made it not work at all
2011-02-02 Ross Patersonavoid adding HPC ticks to arrow constructs (fixes ...
2011-02-02 keller@cse.unsw... (no commit message)
2011-02-02 keller@cse.unsw... Removed minor bug
2011-02-01 keller@cse.unsw... added handling of data constructors to vectLam
2011-02-14 simonpj@microsoft.comFix Trac #4953: local let binders can have IdInfo with...
2011-02-14 simonpj@microsoft.comComments only
2011-02-13 David TereiLLVM: Huge improvement to mangler speed.
2011-02-11 simonpj@microsoft.comNew plan: push unsolved wanteds inwards
2011-02-11 simonpj@microsoft.comRemove unnecessary import, plus white space
2011-02-11 simonpj@microsoft.comFix small but egregious error: using un-zonked constrai...
2011-02-11 simonpj@microsoft.commakeSolvedByInst is only called on wanteds
2011-02-01 simonpj@microsoft.comFix type checker error message
2011-02-01 simonpj@microsoft.comSome refactoring of SpecConstr
2011-02-01 simonpj@microsoft.comDon't make join points when the case has only one non...
2011-01-31 simonpj@microsoft.comImprove Simplifier and SpecConstr behaviour
2011-02-01 Daniel PeeblesFix Array sizeof primops to use the correct offset...
2011-01-26 Daniel PeeblesAdd sizeof(Mutable)Array# primitives
2011-02-10 Simon Marlowconstant fold (a + N) - M and (a - N) + M
2011-02-08 Simon MarlowRecursively call cmmMachOpFold on divides that we turne...
2011-02-10 Ian LynaghAdd unboxed tuple support to Template Haskell
2010-10-27 Michal TerepetaOptimise comparisons against min/maxBound (ticket ...
2011-03-09 David TereiLLVM: Fix #4995, llvm mangler broken for large compiles
2011-03-06 simonpj@microsoft.comDocument -fwarn-missing-import-lists
2011-03-05 Manuel M T ChakravartyCompleted the implementation of VECTORISE SCALAR
2011-03-02 simonpj@microsoft.comMake -fno-enable-rewrite-rules work properly
2011-03-02 simonpj@microsoft.comComments only
2011-01-31 Simon Marlowfix DEBUG build
2011-01-28 Simon MarlowFix warnings
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-28 simonpj@microsoft.comFix an egregious strictness analyser bug (Trac #4924)
2011-01-27 simonpj@microsoft.comRefine incomplete-pattern checks (Trac #4905)
2011-01-27 Ian LynaghFix "make 1" etc following the build system changes
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2011-01-26 simonpj@microsoft.comFix dependencies among specialisations for imported Ids
2011-01-26 simonpj@microsoft.comFix bug in roughTopNames
2011-01-26 simonpj@microsoft.comComments only, plus a tiny bit of debug printing
2011-01-26 simonpj@microsoft.comComments only
2011-01-26 simonpj@microsoft.comLook through type synonyms when computing orphans
next