Make CmmProc take CmmFormals as argument
[ghc-hetmet.git] / compiler /
2007-05-22 Michael D. AdamsMake CmmProc take CmmFormals as argument
2007-05-22 Michael D. AdamsA small move of the comments in ./compiler/cmm/Dataflow.hs
2007-05-21 Michael D. AdamsAdded forgotten ./compiler/cmm/CmmLive.hs
2007-05-21 Michael D. AdamsDocument use of no-break space in lexer for C--
2007-05-21 Michael D. AdamsRenamed BlockExitInfo to FinalStmt and all its construc...
2007-05-18 Michael D. AdamsMajor cleanup of the CPS code (but more is still to...
2007-05-18 Michael D. AdamsAdded listSplitUniqSupply to ./compiler/basicTypes...
2007-05-18 Michael D. AdamsSecond working draft of a CPS algorithm for C--.
2007-05-18 Michael D. AdamsFixed missing space in pretty printer for CmmJump
2007-05-18 Michael D. AdamsAdded spLimReg to complement spReg and hpReg
2007-05-18 Michael D. AdamsAdded types CmmActuals and CmmFormals for function...
2007-05-16 Michael D. AdamsFirst complete draft of a CPS algorithm. (Still hackis...
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-05-14 Michael D. AdamsTypo fix in a comment.
2007-05-10 Michael D. AdamsFixed liveness analysis to use a slower but more correc...
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline
2007-05-10 Michael D. AdamsAdded compiler/cmm/Dataflow.hs
2007-06-28 Clemens FruhwirthGenerate .LC_ indirection-symbols also on x86_64 (as...
2007-06-30 Clemens FruhwirthRestrict .type directives to Linux targets only
2007-07-02 simonpj@microsoft.comTry harder to avoid making a variable with RULES into...
2007-07-02 Ian LynaghRemove the large ghci banner, and the flags to choose...
2007-07-02 Ian LynaghPrint the right usage message
2007-07-02 Ian Lynagh-fasm doesn't really take an argument
2007-07-02 Simon MarlowFIX #1471: print strings using Haskell quoting syntax
2007-06-30 Ian LynaghTidy up -keep* flags
2007-06-29 simonpj@microsoft.comImprove loop-breaker scoring in OccAnal (idea from...
2007-06-29 simonpj@microsoft.comMany comments about oclose, plus a fix for Trac #1456
2007-06-29 simonpj@microsoft.comImprove error message (Trac #1446)
2007-06-29 simonpj@microsoft.comRefine printing of names in unification mis-match
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-29 Manuel M T ChakravartyChecking that type indexes contain no synonym family...
2007-06-29 Manuel M T ChakravartyRHS of a type instance must be a tau type
2007-06-29 Manuel M T ChakravartyOverlap check for type families
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-06-08 Michael D. AdamsFixed a documentation error
2007-06-28 Simon Marlowdisable .type directives on Windows; they confuse mingw...
2007-06-27 Clemens FruhwirthSet .type @object for all global symbols in NCG
2007-06-19 Clemens FruhwirthAlso make proper references when not using fPIC but...
2007-06-27 Clemens FruhwirthGenerate RelocatableReadOnlyData as .data
2007-06-27 Clemens FruhwirthGeneralize linkDynLib for ELF platforms
2007-06-27 Clemens FruhwirthRenames functions and constructors to fit their new...
2007-06-26 Clemens FruhwirthPprMach.hs more accurate hack for x86-64, CmmLabelOff...
2007-06-28 simonmar@microsoft.comFix typechecking bug with implicit parameters (Trac...
2007-06-28 simonmar@microsoft.comWhite space only
2007-06-28 simonpj@microsoft.comImprove error message when there is instance overlap
2007-06-27 Tim ChevalierModify compileToCore to take just a filename
2007-06-27 Manuel M T ChakravartyFix names of coercions in newtype instances
2007-06-27 andy@galois.comFixing -fhpc flag to allow -fno-hpc
2007-06-27 Manuel M T ChakravartyFixed deriving of associated data types
2007-06-26 Simon Marlowadd missing case for compiling 64-bit operations on x86
2007-06-26 Simon Marlowx86_64: fix a few bugs in the >8 floating point args...
2007-06-23 Simon Marlowmake inplace scripts less sensitive to /bin/sh quoting...
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-25 Tim ChevalierAdd a compileToCore function to the GHC API
2007-06-25 Simon MarlowwithExtendedLinkerState: don't revert the whole state
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-06-25 simonpj@microsoft.comClamp -O flag to beween 0 and 2
2007-06-23 Ian LynaghFix an error message
2007-06-22 andy@galois.comturning off -fhpc in stage1 built ghc
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-22 andy@galois.comStage2 now used the package hpc to get the hpc datastru...
2007-06-21 simonpj@microsoft.comUnbreak the stage-2 compiler (record-type changes)
2007-06-21 simonpj@microsoft.com-fglasgow-exts implies -X=GADTs
2007-06-21 simonpj@microsoft.comFIX read040: patterns with type sig on LHS of do-binding
2007-06-21 simonpj@microsoft.comAnother wibble to the head-exploded error message ...
2007-06-21 simonpj@microsoft.comUse the correct flag for controlling scoped type variab...
2007-06-21 simonpj@microsoft.comImprove 'my head exploded' error message
2007-06-21 simonpj@microsoft.comFIX BUILD: add missing prime!
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-21 Simon MarlowUse a real binary instead of scripts for ghc-inplace
2007-06-21 LemmihAdd several new record features
2007-06-18 LemmihRemove the unused HsExpr constructor DictPat
2007-06-07 LemmihFix a bug in MatchCon, and clarify what dataConInstOrig...
2007-06-07 LemmihDo not perform a worker/wrapper split for a NOINLINE...
2007-06-07 LemmihFix Trac #1402: typo in specialiser
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 Ian LynaghMake building haddock docs opt-in rather than opt-out
2007-06-20 simonpj@microsoft.comTrivial fix to clear Trac #1386
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comImplement -X=GADTs and -X=RelaxedPolyRec
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 simonpj@microsoft.comUnused import
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 simonpj@microsoft.comImprove the handling of deriving, in error cases
2007-06-20 simonpj@microsoft.comMore refactoring in TcSimplify
2007-06-20 simonpj@microsoft.comFix egregious sharing bug in LiberateCase
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-19 simonpj@microsoft.comImprove misleading warning (Trac #1422)
2007-06-19 simonpj@microsoft.comFix a bug in the handling of implication constraints...
2007-06-19 simonpj@microsoft.comComments only
2007-06-18 Ian LynaghMore debugger output order consistency
2007-06-17 Pepe IborraSeveral changes to the code dealing with newtypes in...
2007-06-13 Pepe IborraRemove now non-existant "Breakpoints" entry from packag...
2007-06-17 Ian LynaghSort names before printing them in the debugger so...
2007-06-13 Simon MarlowI didn't quite fix #1424 completely - hopefully this...
2007-06-13 Simon MarlowFIX #1424: x86_64 NCG generated wrong code for foreign...
next