Fix Trac #2985: generating superclasses and recursive dictionaries
[ghc-hetmet.git] / compiler / nativeGen /
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
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PositionIndependentCode
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RegallocLinear
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in RegLiveness
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprMach
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove some redundant imports
2008-03-29 Ian LynaghRemove an #ifdef DEBUG
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-02-07 Duncan CouttsMake more arch-specific #if's exclusive with #else...
2008-02-07 Simon Marlowremove a bogus assertion
2008-02-07 Ian LynaghMake some more modules use LazyUniqFM instead of UniqFM
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-13 Ian LynaghFix warnings in utils/FastTypes
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2008-01-02 Simon Marlowexpand "out of stack slots" panic to suggest using...
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-12-03 Ian LynaghFIX #1843: Generate different instructions on PPC
2007-11-21 Bertram Felgenhauer(native gen) fix code generated for GDTOI on x86_32
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-11-21 Bertram FelgenhauerFIX #1910: fix code generated for GDTOI on x86_32
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - RegAllocStats.hs
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - RegAllocLinear.hs
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-17 Ben.Lippmeier@anu... Tune coalescing in non-iterative register allocator
2007-09-17 Ben.Lippmeier@anu... Bugfix to iterative coalescer
2007-09-17 Ben.Lippmeier@anu... Add -dasm-lint
2007-09-14 Ben.Lippmeier@anu... Count CmmTops processed so far in the native code generator
2007-09-14 Ben.Lippmeier@anu... Change spill cost function back to inverse length of...
2007-09-14 Ben.Lippmeier@anu... Replace missing '#' on options pragma
2007-09-14 Ben.Lippmeier@anu... Better cleaning of spills in spill cleaner
2007-09-13 Ben.Lippmeier@anu... warning police
2007-09-13 Ben.Lippmeier@anu... Better calculation of spill costs / selection of spill...
2007-09-12 Ben.Lippmeier@anu... comment wibbles
2007-09-12 Simon Marlowmove generic graph-colouring code into util
2007-09-12 v.dijk.bas@gmail.comForgot to import Data.List.find
2007-09-12 Clemens FruhwirthSign extension hack to work around PC64 relocation...
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
2007-09-11 Ben.Lippmeier@anu... Try and rewrite reloads to reg-reg moves in the spill...
2007-09-11 Ben.Lippmeier@anu... Don't try and coalesce nodes with themselves
2007-09-11 Ben.Lippmeier@anu... Try and allocate vregs spilled/reloaded from some slot...
2007-09-11 Ben.Lippmeier@anu... Better handling of live range joins via spill slots...
2007-09-10 Ben.Lippmeier@anu... Make sure to coalesce all the nodes found during iterat...
2007-09-07 Ben.Lippmeier@anu... Add iterative coalescing to graph coloring allocator
2007-09-08 Ian LynaghMake various assertions work when !DEBUG
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 simonpj@microsoft.comWarning police
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-06 Ben.Lippmeier@anu... Cure space leak in coloring register allocator
2007-09-06 Ben.Lippmeier@anu... Small improvement to GraphColor.selectColor
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
next