put coqPassCoreToCore on the CoreM monad, greatly simplify Desugar.lhs
[ghc-hetmet.git] / compiler / nativeGen / X86 /
2011-06-13 Edward Z. YangRemove type synonyms for CmmFormals, CmmActuals (and...
2011-06-08 Ian LynaghcmmTopCodeGen no longer takes DynFlags as an argument
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 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-09 Simon Marlowfix pretty-printing of the cvttsd2si SSE2 instruction...
2011-05-07 Ian LynaghChange more Config tests to Platform tests
2011-05-07 Ian LynaghRemove unused pprUserReg functions
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. 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. 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-06 Edward Z. YangFix bug in X86 codegen: use GMOV instead of MOV for...
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-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-06-23 benl@ouroborus.netNCG: Fix off-by-one error in realRegSqueeze
2010-06-18 Simon Marlowgenerate "movl lbl(%reg1), %reg2" instructions, better...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
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...
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2009-12-29 Ben.Lippmeier@anu... Nicer panic message
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-07-07 Ian LynaghRemove unused imports
2009-07-06 simonpj@microsoft.comTrim unused imports detected by new unused-import code
2009-05-27 Ben.Lippmeier.anu... Follow vreg/hreg patch in X86_64 NCG
2009-05-26 Ben.Lippmeier@anu... Follow vreg/hreg patch in PPC NCG
2009-05-19 Ben.Lippmeier@anu... Follow vreg/hreg patch in x86 NCG
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-24 Ben.Lippmeier@anu... Fix #3182: 64 bit FP value returned by C calls was...
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for i386-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for x86_64-linux
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-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-06 Ian LynaghAdd a panic to fix the build on amd64/Linux; to be...
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-04 Ben.Lippmeier@anu... NCG: Split MachRegs.hs into arch specific modules
2009-02-05 Ben.Lippmeier@anu... NCG: Fix validate
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules