Merge branch 'master' of http://darcs.haskell.org/ghc
[ghc-hetmet.git] / compiler / cmm / CmmLex.x
2011-06-09 Ian LynaghRefactor SrcLoc and SrcSpan
2011-01-24 Simon MarlowMerge in new code generator branch.
2010-11-12 simonpj@microsoft.comMore modules that need LANGUAGE BangPatterns
2010-08-05 Ian LynaghDon't restrict filenames in line pragmas to printable...
2010-07-15 Ian LynaghRemove an unnecessary #include
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-10-29 simonpj@microsoft.comComments only
2009-05-14 Ian LynaghHide warnings from alex/happy sources
2009-04-24 Ian LynaghRequire a bang pattern when unlifted types are where...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
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-20 Norman Ramseyannotate C-- calls that do not return
2007-05-21 Michael D. AdamsDocument use of no-break space in lexer for C--
2007-05-16 Michael D. AdamsAdded 'return' to C--, and made arguments to 'jump...
2007-05-26 Isaac DupreeparseInteger->parseUnsignedInteger to clarify meaning
2007-05-10 Michael D. AdamsFixed a minor redundancy in the C-- lexer
2007-05-10 Michael D. AdamsFixed the C-- lexer to comply with the standard on...
2007-05-10 Michael D. AdamsDocumented the Unicode tricks that are being played...
2006-10-11 Simon MarlowModule header tidyup, phase 1
2006-10-05 davve@dtek.chalmers.seMerge Haddock comment support from ghc.haddock -- big...
2006-06-29 Simon Marlownew syntax: "prim %OP (args)" for using CallishMachOps...
2006-04-07 Simon MarlowReorganisation of the source tree