Add ASSERTs to all calls of nameModule
[ghc-hetmet.git] / compiler / cmm /
2008-09-14 Thomas SchillingReturn parser errors and warnings instead of dying.
2008-08-28 Ian Lynaghhaddock 2 doc fixes
2008-07-31 Max BolingbrokeDocument CmmZipUtil
2008-07-31 Max BolingbrokeDocument ZipCfg
2008-07-31 Max BolingbrokeDocument MachOp
2008-07-31 Max BolingbrokeDocument Dataflow
2008-07-31 Max BolingbrokeDocument DFMonad
2008-07-25 Simon MarlowSRT labels don't need to be globally visible
2008-07-21 Ian LynaghFixes for haddock 0.8
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-20 Thomas SchillingFix Haddock errors.
2008-07-11 Simon MarlowFIX #2322: add exceptions for more functions in math.h
2008-06-16 Ian LynaghMore commandline flag improvements
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-02 dias@eecs.harvard.eduMissing import in C-- parser
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-20 Norman Ramseydocumentation for ZipDataflow
2008-05-14 Simon MarlowFIX #2276: foreign import stdcall "&foo" doesn't work
2008-05-13 Ian LynaghAdd a type signature to help GHC 6.4
2008-05-12 Simon MarlowFixes to via-C prototype generation (FIX BUILD on Windows)
2008-05-12 Simon MarlowFIX #1861: floating-point constants for infinity and...
2008-05-07 simonpj@microsoft.comFix context for fwd_pure_anal to match that of forward_sol
2008-05-06 simonpj@microsoft.comFix type signature to work without -XRelaxedPolyRec...
2008-05-03 Norman Ramseyreplace hints with kinds in parser as well
2008-05-03 Norman Ramseyreplace Cmm 'hint' with 'kind'
2008-05-03 Norman Ramseynew version of ZipDataflow
2008-05-03 Norman Ramseyminor changes to Cmm left over from September 2007
2008-04-23 Ian LynaghAdd back an erroneously removed #include "HsVersions.h"
2008-04-23 Roman LeshchinskiyInclude HsVersions.h where necessary
2008-04-22 Ian Lynagh(F)SLIT -> (f)sLit in CmmParse
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprC
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCmmZ
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in ZipCfgCmmRep
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CmmLint
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CmmCPSGen
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in PprCmm
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in MachOp
2008-04-12 Ian Lynagh(F)SLIT -> (f)sLit in CLabel
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-29 Ian LynaghDon't import FastString in HsVersions.h
2008-03-29 Ian LynaghRemove some unnecessary imports
2008-03-29 Ian LynaghPut debugIsOn in Util, rather than rely on it being...
2008-02-08 Simon MarlowFIX #2080: an optimisation to remove a widening was...
2008-02-06 Ian LynaghUse uniqSetToList rather than eltsUFM
2008-01-17 Isaac Dupreelots of portability changes (#1405)
2008-01-04 simonpj@microsoft.comMake the instance of DebugNodes more H98-like
2008-01-04 Isaac Dupreechange CmmActual, CmmFormal to use a data CmmHinted...
2007-12-26 Isaac Dupreegeneralize instance Outputable GenCmm to H98 (#1405)
2007-12-26 Isaac Dupreemove and generalize another instance (#1405)
2007-12-26 Isaac Dupreemove and generalize an instance (#1405)
2007-12-20 Simon MarlowAdd dead code elimination in cmmMiniInline
2007-12-27 Isaac Dupreeadd missing import that happy -agc secretly provided
2007-12-02 Ian LynaghUse GHC.Exts rather than GHC.Prim
2007-11-28 Simon Marlowadd comment
2007-11-22 Bertram FelgenhauerFIX #1916: don't try to convert float constants to...
2007-11-08 Simon MarlowPad static literals to word size in the code generator
2007-10-17 Simon Marlowre-instate missing parts of "put the @N suffix on stdca...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-19 simonpj@microsoft.comMostly comments, following NR/SPJ meeting
2007-09-17 Norman Ramseyadded node to push a closure onto the current call...
2007-09-17 Norman Ramseytightened some dataflow code as part of preparing a...
2007-09-17 Norman Ramseyadded 'filterRegsUsed' to CmmExpr
2007-09-15 Norman Ramseyreloads are now sunk as deep as possible
2007-09-15 Norman Ramseyadded instance declarations so we can fold over local...
2007-09-15 Norman Ramseyadded monadic mapM_blocks. the fear, the fear...
2007-09-15 Norman Ramseyfix misspelled constructor
2007-09-15 Norman Ramseyadd another way to run in the fuel monad (this is a...
2007-09-15 Norman Ramseyadd a function to help identify unique predecessors
2007-09-15 Norman Ramseyscrub away remaining MidNop
2007-09-15 Norman Ramseychanges needed to get map_blocks to actually compile :-(
2007-09-15 Norman Ramseyremove an unwanted language extension
2007-09-15 Norman Ramseydrop the old, redundant implementation of postorder_dfs
2007-09-15 Norman Ramseyeliminate the last vestige of UniqSM from ZipCfg
2007-09-15 Norman Ramseyadd map_blocks to ZipCfg
2007-09-15 Norman Ramseyget rid of MidNop
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-15 Norman Ramsey(temporarily) check consistency of new postorder DFS...
2007-09-14 simonpj@microsoft.comWibbles to MkZipCfgCmm stuff
2007-09-14 Norman Ramseymake remove_entry_label actually work inside ZipDataflow
2007-09-14 Norman Ramseyexport 'entry' from ZipCfg, at least for now
2007-09-14 simonpj@microsoft.comRemove export of remove_entry_label
2007-09-14 Norman Ramseyreplace #ifdef DEBUG with debugIsOn in cmm/MkZipCfg
2007-09-13 Norman Ramseynew signatures for splicing functions, new postorder_dfs
2007-09-13 Norman Ramseytidying cmm/CmmSpillReload.hs
2007-09-13 Norman Ramseytidying cmm/CmmLiveZ.hs
2007-09-13 simonpj@microsoft.comComments only
2007-09-12 Norman Ramseyremove remaining redundancies from ZipCfgCmmRep
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-12 Norman Ramseychange the zipper representation of calls
2007-09-12 Norman Ramseyfix a typo!
2007-09-12 Norman Ramseyoverlooked ZipCfgExtras for a name change
2007-09-12 Norman Ramseyextra prettyprinting only when debugging
2007-09-11 Norman Ramseyrenaming, reorganizing, and better doco for ZipCfg
2007-09-12 Manuel M T ChakravartyFix type error in MkZipCfg
next