ghc-hetmet.git
2007-09-15 Manuel M T... Overhaul of the rewrite rules
2007-09-15 Norman Ramseyadded foldUFM_Directly, used where appropriate, killed...
2007-09-15 Norman Ramsey(temporarily) check consistency of new postorder DFS...
2007-09-14 simonpj@microsoft.comWibbles to MkZipCfgCmm stuff
2007-09-14 Norman Ramseymake remove_entry_label actually work inside ZipDataflow
2007-09-14 Norman Ramseyexport 'entry' from ZipCfg, at least for now
2007-09-14 simonpj@microsoft.comRemove export of remove_entry_label
2007-09-14 Norman Ramseyreplace #ifdef DEBUG with debugIsOn in cmm/MkZipCfg
2007-09-13 Norman Ramseynew signatures for splicing functions, new postorder_dfs
2007-09-13 Norman Ramseytidying cmm/CmmSpillReload.hs
2007-09-13 Norman Ramseytidying cmm/CmmLiveZ.hs
2007-09-15 sven.panne... Unbreak "clean" and "distclean" targets when there...
2007-09-14 Ian LynaghUse sed to make stage-specific ghc-inplace.c's
2007-09-14 Ian LynaghFix copy+paste-o, spotted by Simon Marlow
2007-09-14 Clemens FruhwirthAdd documentation about -shared, shared library name...
2007-09-14 Simon Marlowdistclean: ghcprof-inplace
2007-09-14 Simon Marlowdistclean: <lib>/.depend[.bak]
2007-09-14 Simon Marlowdistclean: extra-gcc-opts, testsuite
2007-09-14 Simon Marlowfix install-docs for non-html docs
2007-09-14 Ian LynaghRefer to "boot" libs, not "core" libs
2007-09-13 Ian LynaghGive darcs-all a -s (silent) flag
2007-09-13 Ben.Lippmeier... warning police
2007-09-13 Ben.Lippmeier... Better calculation of spill costs / selection of spill...
2007-09-12 Ben.Lippmeier... comment wibbles
2007-09-13 Ian LynaghBump version number 6.7 -> 6.9
2007-09-13 Ian LynaghMore library installation path fiddling
2007-09-13 Ian Lynaghlibsubdir for libraries is now always $$pkgid
2007-09-13 Ian LynaghDefine RelocatableBuild variable
2007-09-13 Ian LynaghWe need to thread lots more paths through installPackag...
2007-09-13 simonpj@microsoft.comComments only
2007-09-11 simonpj@microsoft.comComments, and remove export of checkAmbiguity
2007-09-11 simonpj@microsoft.comDefine and use PprTyThing.pprTypeForUser
2007-09-11 simonpj@microsoft.comMinor refactoring: give an explicit name to the pretty...
2007-09-11 simonpj@microsoft.comImprove documentation for Template Haskell
2007-09-12 Pepe IborraBetter modelling of newtypes in the Term datatype
2007-09-12 Pepe IborraGHCi debugger: Added a -fprint-evld-with-show flag
2007-09-13 Ian LynaghUpdate .darcs-boring
2007-09-12 Simon Marlowexport stopTimer(), we need this in the unix package
2007-09-12 Simon Marlowmove generic graph-colouring code into util
2007-09-12 Norman Ramseyremove remaining redundancies from ZipCfgCmmRep
2007-09-12 v.dijk.bas... Forgot to import Data.List.find
2007-09-12 Ian LynaghRemove warning flags from individual compiler modules
2007-09-12 Ian LynaghGive push-all the ability to pull with a --pull flag
2007-09-12 Ian LynaghHandle doc-index*.html, not just doc-index.html
2007-09-12 Ian LynaghFix installation code
2007-09-11 Ian LynaghFurther tweaking of haddock doc installation
2007-09-11 Ian Lynaghmake in-place has bitrotted, so don't advertise or...
2007-09-03 Ian LynaghTAG ghc-6.8 branched 2007-09-03
2007-09-07 judah.jacobson... Fix repeated section name in documentation.
2007-09-12 Clemens FruhwirthClean ups for multi-way building of the GHC package
2007-09-12 Norman Ramseychange the zipper representation of calls
2007-09-12 Norman Ramseymake it easier to have debugging code typechecked even...
2007-09-12 Norman Ramseyfix a typo!
2007-09-12 Norman Ramseycleaned up all warnings (and added many type signatures...
2007-09-12 Norman Ramseyoverlooked ZipCfgExtras for a name change
2007-09-12 Norman Ramseyextra prettyprinting only when debugging
2007-09-11 Norman Ramseyrenaming, reorganizing, and better doco for ZipCfg
2007-09-12 Simon Marlowesacpe backslashes in the filename in the .rc file
2007-08-31 Clemens FruhwirthRemove --export-all-symbols for DLL linking, it is...
2007-08-06 Clemens FruhwirthCall windres with explicit preprocessor path in case...
2007-08-06 Clemens FruhwirthWeak.c incorrectly claims it's being compiled along...
2007-09-12 Clemens FruhwirthSign extension hack to work around PC64 relocation...
2007-09-12 Simon Marlowfoldl1' was added to Data.List in GHC 6.4.x
2007-09-12 Simon Marlowupdate .hi-boot-6 to track .lhs-boot
2007-09-12 Simon Marlowupdate to track .lhs-boot file
2007-09-11 Pepe IborraRefactoring & documenting the Term pprinter used by...
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Ben.Lippmeier... Try and rewrite reloads to reg-reg moves in the spill...
2007-09-12 Manuel M T... Fix type error in MkZipCfg
2007-09-11 Norman Ramseyscrape some unused barnacles off of ZipCfg and put...
2007-09-11 Norman Ramseysplit the CmmGraph constructor interface from the repre...
2007-09-11 Norman Ramseycorrect two single-identifier bugs that stopped the...
2007-09-11 Norman Ramseydefault ppr method for CmmGraph now tells more about...
2007-09-11 Norman Ramseyprettyprint 'hinted' things in a more readable way
2007-09-11 Norman Ramseycheck for unreachable code only with -DDEBUG
2007-09-11 Norman Ramseyadd a big diagnostic for failures in CmmCvt.toZgraph
2007-09-11 Ben.Lippmeier... Don't try and coalesce nodes with themselves
2007-09-11 Ben.Lippmeier... Try and allocate vregs spilled/reloaded from some slot...
2007-09-11 Ben.Lippmeier... Better handling of live range joins via spill slots...
2007-09-10 Ben.Lippmeier... Make sure to coalesce all the nodes found during iterat...
2007-09-07 Ben.Lippmeier... Add iterative coalescing to graph coloring allocator
2007-09-11 Pepe IborraCustom printer for the Term datatype that won't output...
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-09-11 Pepe IborraFix type signatures
2007-09-11 Pepe IborraDocumentation for -fbreak-on-error
2007-09-11 Pepe IborraGHCi debugger: new flag -fbreak-on-error
2007-09-07 Pepe IborraRemove obsolete -fdebugging flag
2007-09-10 Simon Marlowrefactoring: eliminate DriverPipeline.CompResult and...
2007-09-10 Simon Marlowrefactoring: inline hscMkCompiler
2007-09-11 Simon MarlowFIX #1677; poor error message for misspelled module...
2007-09-11 sven.panne... Synched documentation links with current directory...
2007-09-10 Ian LynaghAdd a BeConservative setting to the make system
2007-09-10 Pepe IborraNicer GHCi debugger underlining
2007-09-10 Pepe IborraFIX #1669 (GHCi debugger underlining is in the wrong...
2007-09-10 Ian LynaghTurn off orphan warnings
2007-09-07 Ian LynaghAdd some more bits to the boring file
2007-09-07 Ian LynaghAdd a --names-only flag for list --simple-output
2007-09-10 Simon MarlowFIX #903: mkWWcpr: not a product
2007-09-10 Manuel M T... Cleaned up version of Tom's unflattened skolemOccurs
2007-09-10 sven.panne... The RTS is Haddock-less, tell make about it
next