2009-11-05 |
dias@cs.tufts.edu | Loop problems in native back ends, update to T3286 fix |
blob | commitdiff |
2009-09-11 |
Simon Marlow | Fix a space leak in the native code gen (again) |
blob | commitdiff | diff to current |
2009-07-24 |
Ian Lynagh | Remove GHC's haskell98 dependency |
blob | commitdiff | diff to current |
2009-05-18 |
Ben.Lippmeier@anu... | Split Reg into vreg/hreg and add register pairs |
blob | commitdiff | diff to current |
2009-02-17 |
Ben.Lippmeier@anu... | SPARC NCG: Fix word size conversions |
blob | commitdiff | diff to current |
2009-02-16 |
Ben.Lippmeier@anu... | SPARC NCG: Reorganise Reg and RegInfo |
blob | commitdiff | diff to current |
2009-02-15 |
Ben.Lippmeier@anu... | NCG: validate fixes for ppc-darwin |
blob | commitdiff | diff to current |
2009-02-15 |
Ben.Lippmeier@anu... | NCG: Validate fixes for x86-linux |
blob | commitdiff | diff to current |
2009-02-15 |
Ben.Lippmeier@anu... | NCG: Split up the native code generator into arch speci... |
blob | commitdiff | diff to current |
2009-02-04 |
Ben.Lippmeier@anu... | NCG: Move RegLiveness -> RegAlloc.Liveness |
blob | commitdiff | diff to current |
2009-02-04 |
Ben.Lippmeier@anu... | NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to... |
blob | commitdiff | diff to current |
2009-02-03 |
Ben.Lippmeier@anu... | NCG: Move the graph allocator into its own dir |
blob | commitdiff | diff to current |
2009-02-02 |
Ben.Lippmeier@anu... | NCG: Split linear allocator into separate modules. |
blob | commitdiff | diff to current |
2009-02-02 |
Simon Marlow | Optimise writing out the .s file |
blob | commitdiff | diff to current |
2008-08-14 |
dias@eecs.harvard.edu | Merging in the new codegen branch |
blob | commitdiff | diff to current |
2008-11-18 |
Simon Marlow | Add optional eager black-holing, with new flag -feager... |
blob | commitdiff | diff to current |
2008-11-11 |
Simon Marlow | Fix to i386_insert_ffrees (#2724, #1944) |
blob | commitdiff | diff to current |
2008-07-31 |
Max Bolingbroke | Follow Digraph changes in AsmCodeGen |
blob | commitdiff | diff to current |
2008-05-03 |
Norman Ramsey | replace Cmm 'hint' with 'kind' |
blob | commitdiff | diff to current |
2008-04-22 |
Ian Lynagh | Change the last few (F)SLIT's into (f)sLit's |
blob | commitdiff | diff to current |
2008-02-07 |
Ian Lynagh | Make some more modules use LazyUniqFM instead of UniqFM |
blob | commitdiff | diff to current |
2008-02-07 |
Ian Lynagh | Make some more modules use LazyUniqFM instead of UniqFM |
blob | commitdiff | diff to current |
2008-01-04 |
Isaac Dupree | change CmmActual, CmmFormal to use a data CmmHinted... |
blob | commitdiff | diff to current |
2007-09-14 |
Ben.Lippmeier@anu... | Count CmmTops processed so far in the native code generator |
blob | commitdiff | diff to current |
2007-09-07 |
Ben.Lippmeier@anu... | Add iterative coalescing to graph coloring allocator |
blob | commitdiff | diff to current |
2007-09-06 |
Norman Ramsey | massive changes to add a 'zipper' representation of C-- |
blob | commitdiff | diff to current |
2007-09-05 |
Ben.Lippmeier@anu... | Improve GraphColor.colorScan |
blob | commitdiff | diff to current |
2007-09-05 |
Ben.Lippmeier@anu... | Refactor MachRegs.trivColorable to do unboxed accumulation |
blob | commitdiff | diff to current |
2007-09-05 |
Norman Ramsey | change of representation for GenCmm, GenCmmTop, CmmProc |
blob | commitdiff | diff to current |
2007-09-03 |
Ben.Lippmeier@anu... | Do conservative coalescing in register allocator |
blob | commitdiff | diff to current |
2007-09-04 |
Ian Lynagh | Fix CodingStyle#Warnings URLs |
blob | commitdiff | diff to current |
2007-09-03 |
Ian Lynagh | Use OPTIONS rather than OPTIONS_GHC for pragmas |
blob | commitdiff | diff to current |
2007-09-03 |
Ben.Lippmeier@anu... | NCG space leak avoidance refactor |
blob | commitdiff | diff to current |
2007-08-31 |
Ben.Lippmeier@anu... | Fix space leak in NCG |
blob | commitdiff | diff to current |
2007-09-01 |
Ian Lynagh | Add {-# OPTIONS_GHC -w #-} and some blurb to all compil... |
blob | commitdiff | diff to current |
2007-08-24 |
Ben.Lippmeier@anu... | Add count of reg-reg moves remaining for linear allocat... |
blob | commitdiff | diff to current |
2007-08-24 |
Ben.Lippmeier@anu... | Be more paranoid about not creating space leaks in... |
blob | commitdiff | diff to current |
2007-08-22 |
Ben.Lippmeier@anu... | Refactor cmmNativeGen so dumps can be emitted inline... |
blob | commitdiff | diff to current |
2007-08-21 |
Ben.Lippmeier@anu... | Instrument linear register allocator. |
blob | commitdiff | diff to current |
2007-08-20 |
Ben.Lippmeier@anu... | NCG debugging cleanup |
blob | commitdiff | diff to current |
2007-08-20 |
Ben.Lippmeier@anu... | Add vreg-conflicts and vreg-conflict-lifetimes to drop... |
blob | commitdiff | diff to current |
2007-08-17 |
Ben.Lippmeier@anu... | Add vreg-population-lifetimes to drop-asm-stats |
blob | commitdiff | diff to current |
2007-08-17 |
Ben.Lippmeier@anu... | Add dumping of native code gen stats to file. |
blob | commitdiff | diff to current |
2007-08-17 |
Ben.Lippmeier@anu... | Refactor dumping of register allocator statistics. |
blob | commitdiff | diff to current |
2007-08-14 |
Ben.Lippmeier@anu... | Add graph coloring register allocator. |
blob | commitdiff | diff to current |
2007-08-20 |
Norman Ramsey | put CmmReturnInfo into a CmmCall (and related types) |
blob | commitdiff | diff to current |
2007-08-09 |
simonpj@microsoft.com | Rename a constructor CmmForeignCall to CmmCallee, and... |
blob | commitdiff | diff to current |
2007-07-31 |
Clemens Fruhwirth | Change the strategy to determine dynamic data access |
blob | commitdiff | diff to current |
2007-07-05 |
Michael D. Adams | Warning Police |
blob | commitdiff | diff to current |
2007-06-27 |
Michael D. Adams | Implemented and fixed bugs in CmmInfo handling |
blob | commitdiff | diff to current |
2007-06-27 |
Michael D. Adams | First pass at implementing info tables for CPS |
blob | commitdiff | diff to current |
2007-06-27 |
Michael D. Adams | Added an SRT to each CmmCall and added the current... |
blob | commitdiff | diff to current |
2007-06-27 |
Michael D. Adams | Added pointerhood to LocalReg |
blob | commitdiff | diff to current |
2007-05-25 |
Michael D. Adams | Moved global register saving from the backend to codeGen |
blob | commitdiff | diff to current |
2007-05-10 |
Michael D. Adams | Warning fix for unused and redundant imports |
blob | commitdiff | diff to current |
2007-02-05 |
Ian Lynagh | Fix syntax error |
blob | commitdiff | diff to current |
2007-01-22 |
mrchebas@gmail.com | optimisation: shortcut branches when possible (x86... |
blob | commitdiff | diff to current |
2006-12-13 |
wolfgang.thaller... | PowerPC NCG: support conditional branches outside ... |
blob | commitdiff | diff to current |
2006-12-07 |
wolfgang.thaller... | x86_64: support PIC and therefore, Mac OS X in the NCG |
blob | commitdiff | diff to current |
2006-10-11 |
Simon Marlow | Module header tidyup #2 |
blob | commitdiff | diff to current |
2006-09-07 |
Simon Marlow | Add dependencies on .h files #included into Haskell... |
blob | commitdiff | diff to current |
2006-08-22 |
Simon Marlow | disable .ident generation on darwin_TARGET_OS |
blob | commitdiff | diff to current |
2006-08-15 |
simonpj@microsoft.com | Make UniqSM into a proper monad |
blob | commitdiff | diff to current |
2006-07-06 |
Duncan Coutts | Add ghc and version number in .ident directive in NCG |
blob | commitdiff | diff to current |
2006-07-06 |
Duncan Coutts | Support the GNU non-exec stack annotation system |
blob | commitdiff | diff to current |
2006-04-07 |
Simon Marlow | Reorganisation of the source tree |
blob | commitdiff | diff to current |
|