Remove very dead Java backend code.
[ghc-hetmet.git] / compiler / nativeGen /
2009-04-21 Ben.Lippmeier@anu... SPARC NCG: Fix available regs for graph allocator
2009-04-25 Ben.Lippmeier@anu... Fix SPARC build, missing #include
2009-04-24 Ben.Lippmeier@anu... Fix #3182: 64 bit FP value returned by C calls was...
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: validate fixes
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-03-30 Ben.Lippmeier@anu... SPARC NCG: Fix 64 bit addition, carry bit wasn't gettin...
2009-03-31 Ben.Lippmeier@anu... SPARC NCG: HpLim is now always stored on the stack...
2009-03-03 dias@eecs.harvard.eduA few bug fixes; some improvements spurred by paper...
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Split out sanity checking into its own module
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Add jumps to end of blocks when working...
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Enforce the invariant that each block ends...
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Unsigned comparisons are unsigned
2009-02-17 Ben.Lippmeier@anu... SPARC NCG: Fix word size conversions
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-16 Ben.Lippmeier@anu... NCG: Cleanup old file
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ppc-darwin
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ghc-6.6
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: Haddock validate fix
2009-02-15 Ben.Lippmeier@anu... NCG: Validate fixes for x86-linux
2009-02-15 Ben.Lippmeier@anu... SPARC NCG: Don't release top half of f6 and f8
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Make linear allocator use info in SPARC...
2009-02-11 Ben.Lippmeier@anu... SPARC NCG: Enumerate freeRegs / globalRegMaybe instead...
2009-02-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
2009-02-13 Ben.Lippmeier@anu... NCG: Split block reorder thing in linear allocator...
2009-02-13 Ben.Lippmeier@anu... NCG: Validate fixes for powerpc
2009-02-13 Ben.Lippmeier@anu... NCG: Add missing ops to powerpc isJumpish
2009-02-06 Ian LynaghAdd a panic to fix the build on amd64/Linux; to be...
2009-02-06 Ian LynaghFix the build on OS X: only understands .space, not...
2009-02-06 Ian LynaghFix the build on amd64/Linux
2009-02-06 Ian LynaghWhen generating C, don't pretend functions are data
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: Move RegLiveness -> RegAlloc.Liveness
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-04 Ben.Lippmeier@anu... SPARC NCG: Fix some haddock problems.
2009-02-04 Ben.Lippmeier@anu... SPARC NCG: Add Pwr callish mach op
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
2009-02-03 Ben.Lippmeier@anu... NCG: Split out joinToTargets from linear alloctor into...
2009-02-02 Ben.Lippmeier@anu... NCG: Split linear allocator into separate modules.
2009-01-23 Ben.Lippmeier@anu... SPARC NCG: Keep track of destinations when doing a...
2009-01-23 Ben.Lippmeier@anu... SPARC NCG: Do general 64 bit addition and conversion
2009-01-23 Ben.Lippmeier@anu... SPARC NCG: Don't need a write barrier for store synchro...
2009-01-22 Ben.Lippmeier@anu... SPARC NCG: Use .skip instead of .space in assembler
2009-02-02 Simon MarlowOptimise writing out the .s file
2009-01-26 Simon MarlowFix #2961: we lost some of the generated code for stack...
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Reenable out of line 32 bit float ops
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Clean up formatting and add comments in...
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Fix format problem when converting float...
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: fill branch delay slot after tabled jump...
2009-01-20 Ben.Lippmeier@anu... SPARC NCG: Add tabled switch
2009-01-20 Ben.Lippmeier@anu... SPARC NCG: Fix 64bit integers returned from ccalls
2009-01-20 Ben.Lippmeier@anu... SPARC NCG: Fix warnings
2009-01-16 Ben.Lippmeier@anu... SPARC NCG: Remove a comment that was confusing haddock
2009-01-20 Ben.Lippmeier@anu... SPARC NCG: ppr 64 bit store sizes
2009-01-20 Ben.Lippmeier@anu... SPARC NCG: Fix generation of 64 bit ops on 32 bit sparc
2009-01-20 Ben.Lippmeier@anu... SPARC NCG: Add support for hardware divide
2009-01-15 Ben.Lippmeier@anu... SPARC NCG: Redo code for integer sign extension
2009-01-15 Ben.Lippmeier@anu... SPARC NCG: Fix signed/unsigned operand format bug
2009-01-15 Ben.Lippmeier@anu... More fixes to the SPARC native code generator
2009-01-14 Ben.Lippmeier@anu... Start fixing the SPARC native code generator
2009-01-12 Ben.Lippmeier@anu... Fix some holes in the SPARC native code generator.
2009-01-10 Ben.Lippmeier@anu... Better panic message in RegAllocLinear
2009-01-10 Ben.Lippmeier@anu... Make the SPARC NCG compile again - it's still broken...
2008-12-29 Ian LynaghFix warnings in NCGMonad
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
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 RegLiveness
2008-07-31 Max BolingbrokeFollow Digraph changes in RegAllocLinear.hs
2008-07-31 Max BolingbrokeFollow Digraph changes in AsmCodeGen
2008-07-30 Simon MarlowFIX #2388: check that the operand fits before using...
2008-07-30 Simon Marlowoops, fix a small pessimisation made in previous refact...
2008-07-23 Ian LynaghFix a build error on powerpc/Linux; spotted by Jeroen...
2008-07-22 Simon Marlowrefactoring/tidyup: (not.is64BitInteger) -> is32BitInteger
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-29 dias@eecs.harvard.eduCmm back end upgrades
2008-05-03 Ian LynaghFix sin/cos/tan on x86; trac #2059
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-30 Ian LynaghUse panic rather than error in RegLiveness
2008-04-30 Ian LynaghUpdate an error message
2008-04-30 Ian LynaghUpdate a panic message
2008-04-27 Ian LynaghFix build on PPC: Add some missing parentheses
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian LynaghChange the last few (F)SLIT's into (f)sLit's
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MachCodeGen
next