Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / compiler / codeGen /
2008-09-18 simonpj@microsoft.comReplace ASSERT with WARN, and explain why
2008-07-31 Max BolingbrokeDocument CgUtils, follow Digraph changes
2008-07-31 Max BolingbrokeSplit the Id related functions out from Var into Id...
2008-07-31 Max BolingbrokeRename maybeTyConSingleCon to tyConSingleDataCon_maybe
2008-07-28 Simon MarlowChange the calling conventions for unboxed tuples slightly
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-08 Ian LynaghRemove all .hi-boot-6 files
2008-05-29 dias@eecs.harvard.eduReplacing copyins and copyouts with data-movement instr...
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCon
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgPrimOp
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgForeignCall
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgClosure
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgBindery
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgHeapery
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgTicky
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgCallConv
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CgProf
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ClosureInfo
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in SMRep
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghDEBUG removal
2008-03-29 Ian LynaghDEBUG removal
2008-03-20 Ian LynaghCgTicky now doesn't know about the Integer data constru...
2008-03-15 Ian LynaghRemove leftover NoteTy/FTVNote bits
2008-02-27 Ian LynaghAdd and use seqBitmap when constructing SRTs
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-20 simonpj@microsoft.comAdd better panic message in getSRTInfo (Trac #1973)
2007-12-05 Ian Lynagh#include ../includes/MachRegs.h rather than just MachRegs.h
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
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.comAdd clarifying comments
2007-09-06 Norman Ramseymassive changes to add a 'zipper' representation of C--
2007-09-05 Norman Ramseychange of representation for GenCmm, GenCmmTop, CmmProc
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
next