Fix building with GHC 6.8
[ghc-hetmet.git] / compiler /
2009-02-06 Ian LynaghFix building with GHC 6.8
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: Update cabal file
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-04 simonpj@microsoft.comCheck -XGADTs in (a) type family decls (b) pattern...
2009-02-04 simonpj@microsoft.comImprove error reports for kind checking (Trac #2994)
2009-02-04 simonpj@microsoft.comFurther wibbles to 'deriving' for functor-like things
2009-02-04 simonpj@microsoft.comFix Trac #2999: change an ASSERT to a WARN
2009-02-04 simonpj@microsoft.comImprove transferPolyIdInfo for value-arg abstraction
2009-02-04 simonpj@microsoft.comTwo small improvements to LiberateCase
2009-01-15 simonpj@microsoft.comRobustify lookupFamInstEnv, plus some refactoring
2009-01-14 simonpj@microsoft.comRobustify lookupFamInstEnv
2009-01-13 simonpj@microsoft.comImprove trace message
2009-02-02 Simon MarlowOptimise writing out the .s file
2009-01-23 Simon Marlowbetter error message for missing package-qualified...
2009-01-30 Simon MarlowForce the result of user-defined commands
2009-02-02 simonpj@microsoft.comImprove error reporting for precedence errors
2009-02-02 simonpj@microsoft.comAdd the ability to derive instances of Functor, Foldabl...
2009-01-30 simonpj@microsoft.comComments about injecting implicit bindings
2009-01-30 simonpj@microsoft.comFix Trac #2985: generating superclasses and recursive...
2009-01-30 simonpj@microsoft.comWhite space only
2009-01-29 simonpj@microsoft.comTwo more wibbles to CorePrep (fixes HTTP package and...
2009-01-27 Simon Marlow#2973: we should virtualise the CWD inside the GHC...
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-26 Simon MarlowFix #2961: we lost some of the generated code for stack...
2009-01-21 Ian LynaghWhen converting TH syntax to GHC syntax, need to put...
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-19 'Jose Pedro Magalhaes#2875: Correct SYB's representation of Char
2008-12-09 'Jose Pedro MagalhaesFix #2759: add ability to serialize Rational
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...
2009-01-14 Simon Marlowfix validate on Windows
2009-01-15 Simon MarlowMore useful error message when a package .hi file canno...
2009-01-14 Tim ChevalierExternal Core: print out more precise dependency info
2009-01-14 Ian LynaghRemove redundant import; spotted by Thorkil Naur
2009-01-14 Ian LynaghRemove a redundant import
2009-01-13 simonpj@microsoft.comFix Trac #2931
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2009-01-13 simonpj@microsoft.comRename isIdentityCoercion to isIdentityCoI; add Coercio...
2009-01-13 simonpj@microsoft.comSpelling in comment only
2009-01-13 simonpj@microsoft.comMake the ASSERT more informative
2009-01-13 simonpj@microsoft.comExport mapOL from OrdList
2009-01-13 simonpj@microsoft.comImprove error messages slightly
2009-01-13 simonpj@microsoft.comDo not do SpecConstr on functions that unconditionally...
2009-01-13 simonpj@microsoft.comMake -XTypeFamilies imply -XRelaxedPolyRec (Trac #2944)
2009-01-13 simonpj@microsoft.comFix Trac #2937: deserialising assoicated type definitions
2009-01-09 David WaernFix Trac #2584: Pretty printing of types with HsDocTy
2009-01-08 simonpj@microsoft.comFix Trac #2914: record wild cards and assoicated types
2008-12-19 Simon Marlowbump GHC's max stack size to 512M
2009-01-04 Ian LynaghFix build
2008-12-09 Ori AvtalionAdd GHCi completions to :set and :show
2009-01-03 Ian Lynaghvalidate fix: InteractiveEval no longer needs to import...
2009-01-03 Ian LynaghFix validate: strs is no longer used in IfaceSyn
2008-12-29 Ian LynaghRemove trailing whitespace from HaddockUtils
2008-12-29 Ian LynaghFix warnings in HaddockUtils
2008-12-29 Ian LynaghRemove dead code from HaddockUtils
2009-01-02 simonpj@microsoft.comMake record selectors into ordinary functions
2008-12-31 simonpj@microsoft.comFix Trac #2721: reject newtype deriving if the class...
2008-12-31 simonpj@microsoft.com-XImpredicativeTypes implies -XRankNTypes, and improve...
2008-12-31 simonpj@microsoft.comFix Trac #2856: make deriving work for type families
2008-12-31 simonpj@microsoft.comWhite space and spelling in comments
2008-12-31 simonpj@microsoft.comRemove -XImpredicativeTypes from -fglasgow-exts
2008-12-31 simonpj@microsoft.comImprove error reporting for 'deriving'
2008-12-30 simonpj@microsoft.comImprove error message in deriving (fix Trac #2851)
2008-12-30 simonpj@microsoft.comAvoid nasty name clash with associated data types ...
2008-12-30 simonpj@microsoft.comRefactor RnEnv to fix Trac #2901
2008-12-30 simonpj@microsoft.comAdd quotes to error message
2008-12-30 simonpj@microsoft.comTidy up treatment of big lambda (fixes Trac #2898)
next