Add {-# OPTIONS_GHC -w #-} and some blurb to all compiler modules
[ghc-hetmet.git] / compiler / cmm / CmmParse.y
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-20 Norman Ramseyput CmmReturnInfo into a CmmCall (and related types)
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-09 simonpj@microsoft.comRename a constructor CmmForeignCall to CmmCallee, and...
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-18 Michael D. AdamsMade the label generation in the Cmm parser more direct
2007-07-18 Ian LynaghFixes for the unreg build
2007-07-15 Michael D. AdamsProperly parse GC blocks for functions with info tables
2007-07-05 Michael D. AdamsAdded comment to the Cmm parser showing code for use...
2007-07-05 Michael D. AdamsAdded support for GC block declaration to the Cmm syntax
2007-07-03 Michael D. AdamsAdded support for update frames to the CPS pass
2007-06-28 Michael D. AdamsAllow safety information on calls in Cmm files
2007-06-28 Michael D. AdamsFix a bug in the Cmm parser where formal params didn...
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-06 Michael D. AdamsAdd formal parameters to the Cmm parser
2007-05-29 Michael D. AdamsChanged C-- parser to allow multiple return values
2007-05-16 Michael D. AdamsAdded "C--" foreign calling convention
2007-05-16 Michael D. AdamsAdded 'return' to C--, and made arguments to 'jump...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-05-11 Michael D. AdamsFixed copy-and-paste error in the machOps of compiler...
2007-04-27 Simon Marlowadd the constructor name field to the info table for...
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-02-28 Simon MarlowRemove vectored returns.
2007-01-12 Ian LynaghAdd a warning for tabs in source files
2006-10-22 wolfgang.thaller... Support RelocatableReadOnlyData section type in CmmPars...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-07-25 Simon MarlowGeneralise Package Support
2006-06-29 Simon Marlownew syntax: "prim %OP (args)" for using CallishMachOps...
2006-06-20 Simon MarlowGenerate a new unique for each label
2006-04-07 Simon MarlowReorganisation of the source tree