ghc-hetmet.git
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...
2007-06-27 andy@galois.comfixing creation of directory for html output; fixing...
2007-06-27 andy@galois.comFixing -fhpc flag to allow -fno-hpc
2007-06-27 Manuel M T... Fixed deriving of associated data types
2007-06-26 Simon Marlowadd missing case for compiling 64-bit operations on x86
2007-06-26 Simon MarlowMake the threaded RTS compilable using -fasm
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.comexcluding Trace.Hpc.* when using the compat library
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-26 andy@galois.comAdding hpc lib as part of the compat 'package'
2007-06-26 andy@galois.comCleanup Hpc sub-system, remove hpc-tracer implementation.
2007-06-25 Tim ChevalierAdd a compileToCore function to the GHC API
2007-06-25 Ian LynaghDefine SUBDIRS in Makefile (needed for clean; fixes...
2007-06-25 Ian LynaghTweak the configuration and installation slightly
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-25 andy@galois.comAdding hpc tools, as a single program.
2007-06-23 Ian LynaghUpdate version numbering policy in the users guide
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-22 Ian LynaghFix typo in Makefile
2007-06-22 andy@galois.comAdding hpc package to ghc core libraries
2007-06-22 Ian LynaghChange how the libraries Makefile adds --configure...
2007-06-22 Simon Marlowupdate with new libraries
2007-06-21 Simon MarlowFIX BUILD on Windows: horrible hack to work around...
2007-06-22 Simon MarlowFIX BUILD (on Windows): Cabal must invoke compiler...
2007-06-22 Simon Marlowremove unnecessary cruft
2007-06-22 Simon MarlowFIX BUILD: all builds need --template, not just Windows
2007-06-22 Simon Marlowignore all but the last --template option
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 Simon MarlowFIX BUILD on Windows: horrible hack to work around...
2007-06-21 Simon Marlowyet more fixes: Cygwin broke this time
2007-06-21 Lemmihfix bugs with hsc2hs-inplace
2007-06-21 Lemmihmk/build.mk is optional
2007-06-21 Lemmihfurther fixes to the inplace scripts
2007-06-21 Simon Marlowuse a binary for hsc2hs-inplace too
2007-06-21 Simon MarlowFix problems with new inplace stuff on Cygwin
2007-06-21 Simon MarlowFIX BUILD: can't build the makefiles during make boot
2007-06-20 Simon Marlowclean up lib/{GNUmakefile,Makefile.local}
2007-06-20 Simon Marlowdefault_target should be "all", not "build"
2007-06-20 Simon Marlowadd comment
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
next