Improve External Core syntax for newtypes
[ghc-hetmet.git] / compiler / cmm /
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
2007-09-11 Norman Ramseyscrape some unused barnacles off of ZipCfg and put...
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-11 Norman Ramseycorrect two single-identifier bugs that stopped the...
2007-09-11 Norman Ramseydefault ppr method for CmmGraph now tells more about...
2007-09-11 Norman Ramseyprettyprint 'hinted' things in a more readable way
2007-09-11 Norman Ramseycheck for unreachable code only with -DDEBUG
2007-09-11 Norman Ramseyadd a big diagnostic for failures in CmmCvt.toZgraph
2007-09-10 Ian LynaghTurn off orphan warnings
2007-09-08 Norman Ramseyimplement the outOfLine primitive in MkZipCfg (proposed...
2007-09-07 Norman RamseywithUnique and mkBlock as requested by SLPJ (but only...
2007-09-07 Norman Ramseyno registers are available after a call
2007-09-07 Norman Ramseywrote an analysis to help in sinking Reload instructions
2007-09-07 Norman Ramseya good deal of salutory renaming
2007-09-07 Norman Ramseyin CmmExpr, always have (Show GlobalReg), regardless...
2007-09-06 Ian LynaghFix building with old compilers which don't understand...
2007-09-07 Norman Ramseyadding new files to do with new cmm functionality
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-05 Norman Ramseyenable and slay warnings in cmm/Cmm.hs
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
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-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-06 Michael D. AdamsAdded a case for non-zero arity INFO_TABLE_FUN to the...
2007-08-06 Michael D. AdamsChange to the Cmm syntax. Put gc_block before update_frame.
2007-08-06 Michael D. AdamsFix the calling convention order in the CPS
2007-08-20 Ian LynaghmakeRelativeRefTo checks tablesNextToCode, so we don...
2007-08-14 Ben.Lippmeier@anu... Add graph coloring register allocator.
2007-08-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-17 Ian LynaghFix description and type profiling
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
2007-08-03 Simon MarlowFIX -ddump-cmm by temporarily disabling the gc_target...
2007-08-03 Simon MarlowmkLiveness: when calculating the size of a parameter...
2007-07-31 Clemens FruhwirthChange the strategy to determine dynamic data access
2007-07-13 Clemens FruhwirthAdd import facility to cmm parser
2007-07-13 Clemens FruhwirthFix the knot-tying in loopDecls to actually do what...
2007-07-27 Simon MarlowPointer Tagging
2007-07-18 Michael D. AdamsMade the label generation in the Cmm parser more direct
next