Reorganized functional dependency reactions once more:
[ghc-hetmet.git] / compiler / cmm /
2011-06-01 Johan TibellFold constants during forward substitution in the Cmm...
2011-06-01 Johan TibellImplement forward substitution of constants in the...
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
2011-05-19 Johan TibellMake array copy primops inline
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-05-15 Edward Z. YangMore aggressive clobber detection with Hp and RegSlot.
2011-05-15 Edward Z. YangSplit -ddump-cmmz into many smaller flags.
2011-05-15 Edward Z. YangMore aggressive CmmRegOff inlining, and fix failure...
2011-05-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-05-11 Simon Peyton JonesMerge remote branch 'origin/master'
2011-05-11 Simon Marlowfix the names of the floating-point operations in the...
2011-05-09 Simon Peyton JonesMerge branch 'master' of darcs.haskell.org/ghc
2011-05-09 Simon Peyton JonesMerge ghc-new-co into master branch
2011-05-09 Simon Peyton JonesComments only
2011-05-07 Ian LynaghRemove some dead code
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-05 Edward Z. YangImprove dead block calculation, per Simon Marlow's...
2011-05-02 Simon Peyton JonesMerge in changes from HEAD
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-04-30 Edward Z. YangImplement dead basic block elimination.
2011-04-30 Simon Peyton JonesMerge remote branch 'origin/master' into ghc-new-co
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
2011-04-27 Edward Z. YangEliminate GC check when no extra stack is used.
2011-04-27 Edward Z. YangGive manifestSP better information about the actual...
2011-04-26 Edward Z. Yangcmm-notes updates.
2011-04-26 Edward Z. YangRaw versions of if and switch.
2011-04-20 Simon Peyton JonesMerge branch 'master' into ghc-new-co
2011-04-19 Ian LynaghDon't generate a prototype for cas
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-15 Edward Z. YangRevert "Generalized assignment rewriting pass."
2011-04-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-04-15 Edward Z. YangDisable check word address lint check, due to inlined...
2011-04-15 Edward Z. YangAdd GenCmmGraph, which is a generic version of CmmGraph.
2011-04-13 Edward Z. YangAlways support optimization fuel.
2011-04-13 Edward Z. YangUpdate CmmRegOff shorthand for CmmMachOp.
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-11 Edward Z. YangUnsafe foreign calls (fat machine instructions) do...
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-05 Edward Z. YangCmmOpt cannot assume single assignment for hand-written...
2011-04-05 Edward Z. YangGive infinite fuel to required C-- transformations...
2011-03-25 Edward Z. YangIgnore comments when inlining.
2011-03-22 Edward Z. YangRednCounts can contain CAFs, so support them in cvtToCl...
2011-02-18 Edward Z. YangNew codegen: GC calling convention must use registers.
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-01-31 Simon Marlowfix DEBUG build
2011-01-28 Simon MarlowFix warnings
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-13 Edward Z. YangFix longstanding bug in C-- inlining for functions...
2010-12-15 Ian LynaghRemove code that is dead now that we need >= 6.12 to...
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-11-17 Simon Marlowremove -XNoMonomorphismRestriction
2010-11-17 Simon Marlowadd some {-# LANGUAGE BangPatterns #-} to mollify GHC
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-10-22 simonpj@microsoft.comAdd rebindable syntax for if-then-else
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-10-06 Ian LynaghFix build following haskell98 and -fglasgow-exts changes
2010-10-07 simonpj@microsoft.comSome refactoring and simplification in TcInteract.occur...
2010-09-14 Ian LynaghRemove (most of) the FiniteMap wrapper
2010-09-13 Ian LynaghFix build with 6.10
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-30 simonpj@microsoft.comWork around missing type signature in Happy
2010-07-29 simonpj@microsoft.comAdd two local type signatures
2010-08-05 Ian LynaghDon't restrict filenames in line pragmas to printable...
2010-07-15 Ian LynaghRemove an unnecessary #include
2010-06-16 Simon Marlowtypo in comment
2010-07-06 Ian LynaghMake mkPState and pragState take their arguments in...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-04-22 Simon MarlowAdd missing constant folding and optimisation for unsig...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-09 simonpj@microsoft.comComments and type signatures only
2010-03-09 Simon Marlowadd a note
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-02 Ben.Lippmeier.anu... Assume CmmLabels have dynamic linkage on non-Windows
2010-01-02 Ben.Lippmeier@anu... When compiling viac, don't need to emit prototypes...
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier@anu... Typo in comment
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-07 simonpj@microsoft.comAdd a new to-do to cmm-notes
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-12 simonpj@microsoft.comComments only
2009-09-18 dias@cs.tufts.eduMorguing dead code
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-09-18 dias@cs.tufts.eduMinor refactoring and formatting
2009-09-18 dias@cs.tufts.eduKeep Touch'd variables live through the back end
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-11-06 Ben.Lippmeier@anu... validate fixes
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-22 Ben.Lippmeier@anu... Add missing case to externallyVisibleCLabel
2009-10-18 Ben.Lippmeier@anu... Add CLabel.CmmLabel and start refactoring
2009-10-18 Ben.Lippmeier@anu... Haddockify and clean up commenting
2009-10-18 Ben.Lippmeier@anu... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-11-05 simonpj@microsoft.comAdd notes to cmm-notes, following conversation with...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 simonpj@microsoft.comComments only
2009-09-28 Simon MarlowemitRetUT: cope with arguments overlapping with results...
2009-09-11 simonpj@microsoft.comComments and Cmm notes
2009-09-11 simonpj@microsoft.comAdd cmm-notes, describing Simon and John's work on...
next