ghc-hetmet.git
2007-07-03 Simon MarlowFix for function info tables: the SRT field cannot...
2007-07-03 Simon MarlowpprTypeInfo: print slow entry pt
2007-06-28 Simon Marlowfix compilation for x86_64
2007-06-28 Michael D.... Fix stack check amount for user declared continuation...
2007-06-28 Michael D.... Remove unused parameter in force_gc_block for CPS
2007-06-28 Michael D.... Fix a bug in the Cmm parser where formal params didn...
2007-06-28 Michael D.... Make CPS account for on-stack arguments when doing...
2007-06-28 Michael D.... Comment and formatting updates for the CPS pass
2007-06-27 Michael D.... Fix typo from amend-record
2007-06-27 Michael D.... Implemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D.... Formatting only
2007-06-27 Michael D.... Added stack checks to the CPS algorithm
2007-06-27 Michael D.... First pass at implementing info tables for CPS
2007-06-27 Michael D.... Added an SRT to each CmmCall and added the current...
2007-06-27 Michael D.... Added pointerhood to LocalReg
2007-06-26 Michael D.... Fix bug relating to the return values of prim ops
2007-06-21 Michael D.... Removed trailing whitespace
2007-06-19 Michael D.... Fixed typo in comment
2007-06-13 Michael D.... Add forgotten compiler/cmm/CmmInfo.hs
2007-06-06 Michael D.... Add formal parameters to the Cmm parser
2007-06-06 Michael D.... Minor comment update
2007-05-29 Michael D.... Changed C-- parser to allow multiple return values
2007-05-29 Michael D.... Added early draft of parameter passing to the CPS converter
2007-05-29 Michael D.... Minor code cleanup
2007-05-29 Michael D.... Fix bug with proc-point detection (only a temporary...
2007-05-25 Michael D.... Move global register saving from the backend to codeGen...
2007-05-25 Michael D.... Moved global register saving from the backend to codeGen
2007-05-25 Michael D.... Formatting changes for CPS code.
2007-05-24 Michael D.... Formatted documentation for compiler/cmm/Dataflow.hs
2007-05-24 Michael D.... Renamed CmmCPSData to CmmBrokenBlock and documented it
2007-05-23 Michael D.... Minor re-organizing of compiler/cmm/CmmCPS.hs
2007-05-23 Michael D.... Fixed missing '#include "HsVersions.h"'
2007-05-23 Michael D.... Factored proc-point analysis into separate file (compil...
2007-05-23 Michael D.... Removed an older version of selectStackFormat
2007-05-23 Michael D.... Refined the handling of stack frame headers
2007-05-23 Michael D.... Misc. cleanups to CPS converter
2007-05-23 Michael D.... Fixed CPS converter to preserve function names
2007-05-22 Michael D.... Added Proc-Point analysis to the CPS converter (not...
2007-05-22 Michael D.... Make CmmProc take CmmFormals as argument
2007-05-22 Michael D.... A small move of the comments in ./compiler/cmm/Dataflow.hs
2007-05-21 Michael D.... Added forgotten ./compiler/cmm/CmmLive.hs
2007-05-21 Michael D.... Document use of no-break space in lexer for C--
2007-05-21 Michael D.... Renamed BlockExitInfo to FinalStmt and all its construc...
2007-05-18 Michael D.... Major cleanup of the CPS code (but more is still to...
2007-05-18 Michael D.... Added listSplitUniqSupply to ./compiler/basicTypes...
2007-05-18 Michael D.... Second working draft of a CPS algorithm for C--.
2007-05-18 Michael D.... Fixed missing space in pretty printer for CmmJump
2007-05-18 Michael D.... Added spLimReg to complement spReg and hpReg
2007-05-18 Michael D.... Added types CmmActuals and CmmFormals for function...
2007-05-16 Michael D.... First complete draft of a CPS algorithm. (Still hackis...
2007-05-16 Michael D.... Added "C--" foreign calling convention
2007-05-16 Michael D.... Added 'return' to C--, and made arguments to 'jump...
2007-05-14 Michael D.... Typo fix in a comment.
2007-05-10 Michael D.... Fixed liveness analysis to use a slower but more correc...
2007-05-10 Michael D.... Hooked the C-- CPS pass into the compilation pipeline
2007-05-10 Michael D.... Added 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 Ian LynaghHave the users guide just refer to the wiki page on...
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-06-21 Simon Marlowclean installPackage too
2007-07-02 Simon MarlowFIX #1471: print strings using Haskell quoting syntax
2007-06-30 Ian LynaghNeed to build filepath before directory
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 andy@galois.comFixing hpc tools for 6.2 and 6.4
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 Simon MarlowFIX BUILD: we need --exclude-module Trace.* too
2007-06-29 Simon Marlowunbreak "recompile utils with stage 1"
2007-06-29 Manuel M T... Checking that type indexes contain no synonym family...
2007-06-29 Manuel M T... RHS of a type instance must be a tau type
2007-06-29 Manuel M T... Overlap check for type families
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-06-08 Michael D.... Fixed 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 andy@galois.commaking hpc live
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-06-27 simonmar@microsoft.comFIX BUILD (on Windows): follow changes to make threaded...
2007-06-27 Manuel M T... Fix names of coercions in newtype instances
2007-06-27 andy@galois.comCleaning up Hpc.c; adding support for reflection into...
2007-06-27 andy@galois.comFixing Makefile hpc to use compat
2007-06-27 andy@galois.comAdding Tix to compat library, so that hpc in utils...
next