update submodule pointers
[ghc-hetmet.git] / compiler / nativeGen /
2011-06-13 Edward Z. YangRemove type synonyms for CmmFormals, CmmActuals (and...
2011-06-08 Ian LynaghFix warnings in nativeGen/PPC/CodeGen.hs
2011-06-08 Ian LynaghRemove platform CPP from nativeGen/PPC/CodeGen.hs
2011-06-08 Ian LynaghcmmTopCodeGen no longer takes DynFlags as an argument
2011-06-08 Ian LynaghWhitespace only in nativeGen/PPC/CodeGen.hs
2011-05-31 Ian LynaghFix the build with GHC 6.12.3
2011-05-31 Ian LynaghFix a build failure on non-{x86,amd64}
2011-05-31 Ian LynaghEliminate IF_ARCH_sparc
2011-05-31 Ian LynaghRemove some unused CPP macros
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Linear/FreeRegs.hs
2011-05-31 Ian LynaghParameterise the RegM monad on the FreeRegs type
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Linear/Base.hs
2011-05-31 Ian LynaghAdd missing type sigs in nativeGen/RegAlloc/Linear...
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Linear/Main.hs
2011-05-31 Ian LynaghRemove CPP from nativeGen/RegAlloc/Graph/TrivColorable.hs
2011-05-31 Ian LynaghWhitespace only in nativeGen/RegAlloc/Graph/TrivColorab...
2011-05-31 Ian LynaghAdd an ArchUnknown constructor to the arch type
2011-05-31 Ian LynaghRemove CPP from nativeGen/TargetReg.hs
2011-05-31 David TereiFix some validation errors
2011-05-31 David TereiFix warnings in X86/CodeGen
2011-05-31 David TereiAdd new mem{cpy,set,move} cmm prim ops.
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-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
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-07 Ian LynaghRemove unused pprUserReg functions
2011-05-07 Ian LynaghMove Platform from compiler/nativeGen to compiler/utils
2011-05-04 Simon Marlowexpand/fix comment about x86-64 registers
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-29 Ian LynaghFix build on OS X amd64
2011-04-27 Johan TibellOutput ELF .size directives for functions
2011-04-27 Edward Z. YangFix bug in multi-destination jump patching.
2011-04-27 Edward Z. YangImplement jump table fix-ups for linear register allocator.
2011-04-22 Ian LynaghRevert "Output ELF .size directives for functions"
2011-04-22 Johan TibellOutput ELF .size directives for functions
2011-04-07 Thomas SchillingStart support for coloured SDoc output.
2011-04-06 Edward Z. YangFix bug in X86 codegen: use GMOV instead of MOV for...
2011-04-05 Simon MarlowallocateRegsAndSpill: disable a panic for the time...
2011-04-05 Edward Z. YangFix linear register allocator bug involving read/write...
2011-04-04 Edward Z. YangFix typos and add Outputable constraints to aid debugging.
2011-04-01 Max BolingbrokePop OS X stack padding even if the foreign call is...
2011-03-30 Simon Marlowimplement double-to-float narrowing in the x86 NCG...
2011-03-25 Simon MarlowFix #4914 (I hope)
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-07 Simon Marlowcomment updates
2011-01-05 Ian LynaghReplace a #if with a Haskell conditional
2011-01-05 Ian LynaghWhitespace only in X86.Ppr
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-12-17 Karel Gardasprovide shared libraries support on i386-unknown-solari...
2010-12-17 Karel Gardasfix CPP detection of Solaris in NCG
2010-11-16 simonpj@microsoft.comRemove unncessary fromIntegral calls
2010-10-22 Ian LynaghFix unused import warning on OS X
2010-10-21 Ian LynaghSwitch more uniqFromSupply+splitUniqSupply's to takeUni...
2010-10-21 Ian LynaghWhitespace only
2010-10-07 David TereiFix warnings in AsmCodeGen
2010-10-13 Ian LynaghFix warning: Remove unused import
2010-10-13 benl@ouroborus.netRegAlloc: Track slot liveness over jumps in spill cleaner
2010-09-23 simonpj@microsoft.comRemove use of lambda with a refutable pattern
2010-09-18 Matthias KilianEnable shared libs on OpenBSD
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-09-12 Matthias KilianRemove duplicated #defines for FreeBSD
2010-06-29 benl@ouroborus.netNCG: allocatableRegs is only giving us 8 SSE regs to...
2010-06-24 benl@ouroborus.netFix warnings
2010-06-24 benl@ouroborus.netNCG: Comments and formatting only
2010-06-24 benl@ouroborus.netNCG: Do the actual reversing of SCCs
2010-06-24 benl@ouroborus.netNCG: Fix dumping of graphs in regalloc stats for graph...
2010-06-24 benl@ouroborus.netNCG: Reverse SCCs after each round in the graph allocator
2010-06-24 benl@ouroborus.netNCG: Don't actually complain on unreachable code blocks
2010-06-24 benl@ouroborus.netNCG: Do explicit check for precondition of computeLiveness
2010-06-23 benl@ouroborus.netNCG: Fix off-by-one error in realRegSqueeze
2010-06-23 benl@ouroborus.netNCG: Handle stripping of liveness info from procs with...
2010-06-23 benl@ouroborus.netNCG: Emit a warning on unreachable code block instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Remember to keep the entry block first when erasin...
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor representation of code with liveness...
2009-09-17 Ben.Lippmeier@anu... NCG: Add sanity checking to linear allocator
2009-09-17 Ben.Lippmeier@anu... NCG: Refactor LiveCmmTop to hold a list of SCCs instead...
2009-09-17 Ben.Lippmeier@anu... NCG: Allow the liveness map in a LiveInfo to be Nothing
2009-09-17 Ben.Lippmeier.anu... NCG: Also show the result of applying coalesings with...
2010-06-18 Simon Marlowgenerate "movl lbl(%reg1), %reg2" instructions, better...
2010-06-18 Simon MarlowjoinToTargets: fix a case of panic "handleComponent...
2010-06-18 Simon Marlowcomment typo
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-05-08 pho@cielonegro.orgPIC support for PowerPC
2010-05-06 simonpj@microsoft.comRemove useless UNPACK pragmas
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCo...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (DestBlo...
2010-02-22 Ben.Lippmeier@anu... Fix build for non-x86 arches again.
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-15 Ben.Lippmeier@anu... Fix build for non-x86 architectures
2010-02-09 Simon Marlowgenerate slightly better code for ccall argument-pushin...
2010-02-05 Simon MarlowFix a bug introduced in the SSE2 support: callClobbered...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
next