View patterns, record wildcards, and record puns
[ghc-hetmet.git] / compiler / cmm /
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
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-17 Michael D. AdamsFactor 'callerSaveVolatileRegs' out of the NCG and...
2007-07-15 Michael D. AdamsProperly parse GC blocks for functions with info tables
2007-07-15 Michael D. AdamsRemoved 'allow_header_set' argument from 'pack_continua...
2007-07-15 Michael D. AdamsFixed conditional branches to proc points
2007-07-15 Michael D. AdamsRemoved unused variable from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D. AdamsRemoved unused import from compiler/cmm/CmmCPS.hs
2007-07-15 Michael D. AdamsKeep the CPS pass from creating proc points due to...
2007-07-15 Michael D. AdamsFixed CPS to account for info tables not being next...
2007-07-14 Michael D. AdamsFix the CPS pass to pack the continuation with correct...
2007-07-05 Michael D. AdamsAdded comment to the Cmm parser showing code for use...
2007-07-05 Michael D. AdamsEliminated use of 'fromJust' from the CPS pass
2007-07-05 Michael D. AdamsFixed a bug in the CPS pass
2007-07-05 Michael D. AdamsAdded support for GC block declaration to the Cmm syntax
2007-07-05 Michael D. AdamsWarning Police
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-07-03 Michael D. AdamsFix error message in CPS pass
2007-07-03 Michael D. AdamsFactor cmmToRawCmm completely out of CPS
2007-07-03 Michael D. AdamsRemove dead code in the CPS pass
2007-07-03 Michael D. AdamsMinor formatting cleanup.
2007-07-03 Michael D. AdamsMoved 'continuationToProc' into a separate file, 'CmmCP...
next