swap <[]> and <{}> syntax
[ghc-hetmet.git] / compiler / nativeGen / AsmCodeGen.lhs
2011-06-08 Ian LynaghcmmTopCodeGen no longer takes DynFlags as an argument
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hs
2011-05-31 Ian LynaghAdd an ArchUnknown constructor to the arch type
2011-05-29 Ian LynaghRemove most of the CPP from AsmCodeGen
2011-05-15 Ben LippmeierFix build: Add missing import and remove unneeded ...
2011-05-12 Ben LippmeierFix build
2011-05-08 Ian LynaghMerge branch 'coloured-core' of https://github.com...
2011-05-07 Ian LynaghChange more Config tests to Platform tests
2011-05-04 Simon MarlowThe fix for #4914 was wrong and broke other things...
2011-04-30 Edward Z. YangImplement dead basic block elimination.
2011-04-30 Edward Z. YangRemove dead Alpha native backend.
2011-04-27 Edward Z. YangImplement jump table fix-ups for linear register allocator.
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-12-19 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (unused...
2011-01-04 Ian LynaghDefine cTargetArch and start to use it rather than...
2010-12-19 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (rtsPack...
2010-10-22 Ian LynaghFix unused import warning on OS X
2010-10-07 David TereiFix warnings in AsmCodeGen
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-02 Simon Marlow__stg_EAGER_BLACKHOLE_INFO -> __stg_EAGER_BLACKHOLE_inf...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCo...
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-09-11 Simon MarlowFix a space leak in the native code gen (again)
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Fix word size conversions
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ppc-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.
2009-02-02 Simon MarlowOptimise writing out the .s file
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-11 Simon MarlowFix to i386_insert_ffrees (#2724, #1944)
2008-07-31 Max BolingbrokeFollow Digraph changes in AsmCodeGen
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-09-14 Ben.Lippmeier@anu... Count CmmTops processed so far in the native code generator
2007-09-07 Ben.Lippmeier@anu... Add iterative coalescing to graph coloring allocator
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Ben.Lippmeier@anu... Improve GraphColor.colorScan
2007-09-05 Ben.Lippmeier@anu... Refactor MachRegs.trivColorable to do unboxed accumulation
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
2007-09-03 Ben.Lippmeier@anu... Do conservative coalescing in register allocator
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-03 Ben.Lippmeier@anu... NCG space leak avoidance refactor
2007-08-31 Ben.Lippmeier@anu... Fix space leak in NCG
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-24 Ben.Lippmeier@anu... Add count of reg-reg moves remaining for linear allocat...
2007-08-24 Ben.Lippmeier@anu... Be more paranoid about not creating space leaks in...
2007-08-22 Ben.Lippmeier@anu... Refactor cmmNativeGen so dumps can be emitted inline...
2007-08-21 Ben.Lippmeier@anu... Instrument linear register allocator.
2007-08-20 Ben.Lippmeier@anu... NCG debugging cleanup
2007-08-20 Ben.Lippmeier@anu... Add vreg-conflicts and vreg-conflict-lifetimes to drop...
2007-08-17 Ben.Lippmeier@anu... Add vreg-population-lifetimes to drop-asm-stats
2007-08-17 Ben.Lippmeier@anu... Add dumping of native code gen stats to file.
2007-08-17 Ben.Lippmeier@anu... Refactor dumping of register allocator statistics.
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-05 Michael D. AdamsWarning Police
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-02-05 Ian LynaghFix syntax error
2007-01-22 mrchebas@gmail.comoptimisation: shortcut branches when possible (x86...
2006-12-13 wolfgang.thaller... PowerPC NCG: support conditional branches outside ...
2006-12-07 wolfgang.thaller... x86_64: support PIC and therefore, Mac OS X in the NCG
2006-10-11 Simon MarlowModule header tidyup #2
2006-09-07 Simon MarlowAdd dependencies on .h files #included into Haskell...
2006-08-22 Simon Marlowdisable .ident generation on darwin_TARGET_OS
2006-08-15 simonpj@microsoft.comMake UniqSM into a proper monad
2006-07-06 Duncan CouttsAdd ghc and version number in .ident directive in NCG
2006-07-06 Duncan CouttsSupport the GNU non-exec stack annotation system
2006-04-07 Simon MarlowReorganisation of the source tree