Fix CodingStyle#Warnings URLs
[ghc-hetmet.git] / compiler / codeGen /
2007-09-04 Ian LynaghFix CodingStyle#Warnings URLs
2007-09-03 Ian LynaghUse OPTIONS rather than OPTIONS_GHC for pragmas
2007-09-01 Ian LynaghAdd {-# OPTIONS_GHC -w #-} and some blurb to all compil...
2007-08-26 Simon MarlowRefactoring only: remove [Id] field from ForeignStubs
2007-08-25 Ian LynaghAdd a missing "entryCode"
2007-08-06 Michael D. AdamsFix typo in comment
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-17 Ian LynaghFix description and type profiling
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-07 Isaac DupreeWarning police: eliminate all defaulting within stage1
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-27 Simon MarlowPointer Tagging
2007-07-16 Michael D. AdamsTypo fix in comment
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-17 andy@galois.comAdding pushing of hpc translation status through hi...
2007-07-11 andy@galois.comAdding support for package names into hpc outputed...
2007-07-05 Michael D. AdamsEnsure no statements after CmmReturn are emitted
2007-07-05 Michael D. AdamsWarning Police
2007-07-02 Ian LynaghRemove mapAccumL, mapAccumR, mapAccumB
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-02 Michael D. AdamsMultiple improvements to CPS algorithm.
2007-06-27 Michael D. AdamsFix typo from amend-record
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsAdded stack checks to the CPS algorithm
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-06-27 Michael D. AdamsAdded an SRT to each CmmCall and added the current...
2007-06-27 Michael D. AdamsAdded pointerhood to LocalReg
2007-06-26 Michael D. AdamsFix bug relating to the return values of prim ops
2007-06-21 Michael D. AdamsRemoved trailing whitespace
2007-06-19 Michael D. AdamsFixed typo in comment
2007-05-25 Michael D. AdamsMoved global register saving from the backend to codeGen
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-06-08 Michael D. AdamsFixed a documentation error
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-05-25 Michael D. AdamsRemoved defunct compiler/codeGen/CgUsages.hi-boot-6
2007-05-21 Michael D. AdamsKeep flattenCgStmts from emitting spurious 'goto' after...
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 Simon MarlowStore the constructor name in the info table in UTF-8
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-27 Simon Marlowadd the constructor name field to the info table for...
2007-04-24 simonpj@microsoft.comMake ticky work, at least partly, on 64-bit machines
2007-03-08 wolfgang.thaller... Make constructor names in info tables position independent
2007-02-28 Simon MarlowRemove vectored returns.
2007-02-20 bjpop@csse.unimelb... Constructor names in info tables
2007-02-07 Kirsten ChevalierLightweight ticky-ticky profiling
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-22 Simon MarlowSemi-tagging optimisation
2007-01-19 mrchebas@gmail.comsmall debugging output cleanup
2007-01-19 mrchebas@gmail.comdon't make jump tables for small switches (<= 4 branches)
2007-01-11 Kirsten ChevalierRemove bogus assertion in getCallMethod
2006-12-13 andy@galois.comMisc Hpc improvement to dynamic tracer output
2006-12-09 andy@galois.comAdding tracing support
2006-11-07 simonpj@microsoft.comLayout and comments only
2006-10-25 andy@galois.comfixing type error inside Hpc inc; we had a 32 bit '1'.
2006-10-24 andy@galois.comHaskell Program Coverage
2006-10-18 simonpj@microsoft.comAdd the primitive type Any, and use it for Dynamics
2006-10-18 simonpj@microsoft.comComments onl
2006-10-17 Simon MarlowRejig TABLES_NEXT_TO_CODE: the -unreg flag was broken...
2006-10-12 Ian LynaghPartially fix GHCi when unregisterised
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-11 Simon MarlowInterface file optimisation and removal of nameParent
2006-09-20 Manuel M T ChakravartyGADT selector bugfix, bits of cleanup
2006-09-20 Manuel M T Chakravartyfix some GADT record selector bugs (still some remaining)
2006-08-25 Simon MarlowLoad the target of a dynamic foreign call into a temporary
2006-08-03 Simon MarlowDon't include the package name in a cost centre's modul...
2006-07-28 Simon Marlow.hi-boot-5 is obsolete; the earliest GHC we support...
2006-07-25 Simon MarlowGeneralise Package Support
2006-07-06 Simon Marlowunused import
2006-07-06 Simon Marlowunused import
2006-07-04 Simon Marlowunused imports
2006-07-12 simonpj@microsoft.comComments and import trimming
2006-06-29 Simon Marlowx86-64: fix a problem exposed by negative offsets in...
2006-06-20 Simon MarlowflattenCgStmts: fix a case of empty code blocks being...
2006-04-07 Simon MarlowReorganisation of the source tree