ghc-hetmet.git
2007-09-28 Manuel M T... FIX: Make boxy splitters aware of type families
2007-09-27 Pepe IborraFinally, I managed to squash an infamous bug in :print
2007-09-27 Pepe IborraBe a bit more flexible in terminal identification for...
2007-09-27 Ian Lynaghhtml_installed_root shouldn't contain $$pkgid
2007-09-27 simonpj@microsoft.comComments and debug output only
2007-09-27 Simon Marlowfurther stub filename fix: I managed to break non-stubd...
2007-09-27 Simon Marlowalso acquire/release task->lock across fork()
2007-09-26 Simon MarlowFIX -stubdir bug: the .hc file was #including the wrong...
2007-09-26 Ian LynaghAdd STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so...
2007-09-26 Simon Marlowfix #1734, panic in :show modules after load failure
2007-09-26 Clemens FruhwirthRemove current package from preloaded package set
2007-09-26 andy@galois.comFixing #1340, adding HPC Documentation
2007-09-25 Simon Marlowfix to previous fix to THUNK_SELECTOR machinery 2007-09-25
2007-09-24 simonpj@microsoft.comBe more specific about file-header pragmas
2007-09-24 Simon Marlowcomments only: point to relevant bug reports
2007-09-17 Simon MarlowFIX #1038: failure of selector-thunk machinery to do...
2007-09-14 Simon Marlowattempt to fix #1391, hold locks across fork() and...
2007-09-23 Ian LynaghPut packages in ../$$pkgid not ../$$pkg
2007-09-23 Ian LynaghNotice when C modules have changed when deciding whethe...
2007-09-23 Ian LynaghWhitespace changes only
2007-09-23 Ian LynaghRemove remaining bits of bindist "make in-place"
2007-09-23 Ian LynaghAdd an entry for strings treated as ISO-8859-1 to the...
2007-09-23 sven.panne... Fix bug #1725 (Haddock links between packages)
2007-09-23 sven.panne... Unbreak "dist" target for fresh trees
2007-09-20 shelarcymake stamp.inplace-gcc-lib copy $(LD) instead of $...
2007-09-20 v.dijk.bas... Removed duplicate entry for derbugging flag -ddump...
2007-09-21 Ian LynaghFix building with compilers which don't have an integer...
2007-09-21 Ian LynaghMove OPTIONS pragmas above comments
2007-09-21 Norman Ramseymassive convulsion in ZipDataflow
2007-09-21 Norman Ramseyincomplete start on set of intervals for stack model
2007-09-19 simonpj@microsoft.comSmall changes to mk-ing flow graphs
2007-09-19 simonpj@microsoft.comMostly comments, following NR/SPJ meeting
2007-09-20 Ian LynaghRemove a redundant part of distrib/Makefile's "make...
2007-09-20 simonpj@microsoft.comFix Trac #1718: interaction of error, unlifted tuples...
2007-09-19 Ian LynaghHack to get haskell-src's Parser.hs into source distrib...
2007-09-19 Ian LynaghFix --print-docdir for relocatable builds; fixes #1226
2007-09-19 Ian LynaghUse $(RelocatableBuild) rather than $(Windows)
2007-09-19 simonpj@microsoft.comFix exponential-time behaviour with type synonyms;...
2007-09-19 Manuel M T... FIX #1688: Givens in checkLoop are not that rigid after all
2007-09-19 Manuel M T... FIX #1713: watch out for type families in splitAppTy...
2007-09-18 Ian LynaghCatch any exceptions thrown by getEnv; fixes #1704
2007-09-19 simonpj@microsoft.comMake the error message mentioning -XPatternSignatures...
2007-09-18 Ian LynaghGive Windows its own definitions of docdir (and htmldir...
2007-09-18 Ian LynaghInclude build.mk or validate{,-settings}.mk through...
2007-09-18 Ian LynaghInstall extra-gcc-opts in bindists
2007-09-18 Ian LynaghAdd validate.mk to .darcs-boring
2007-09-16 Don Stewartadd support for EM_AMD64 elf machine type, openbsd...
2007-09-16 Don Stewartpatch Linker.c for amd64/openbsd
2007-09-18 Ian LynaghMERGED: Another attempt at getting bindists working...
2007-09-17 Ben.Lippmeier... Tune coalescing in non-iterative register allocator
2007-09-17 Ben.Lippmeier... Bugfix to iterative coalescer
2007-09-17 Ben.Lippmeier... Add -dasm-lint
2007-09-14 Ben.Lippmeier... Count CmmTops processed so far in the native code generator
2007-09-14 Ben.Lippmeier... Change spill cost function back to inverse length of...
2007-09-14 Ben.Lippmeier... Replace missing '#' on options pragma
2007-09-14 Ben.Lippmeier... Better cleaning of spills in spill cleaner
2007-09-17 Norman Ramseyadded node to push a closure onto the current call...
2007-09-17 Norman Ramseytightened some dataflow code as part of preparing a...
2007-09-17 Norman Ramseyadded 'filterRegsUsed' to CmmExpr
2007-09-17 andy@galois.comWriting out .tix file only if you are the original...
2007-09-17 andy@galois.comremoving the functions hs_hpc_read and hs_hpc_write...
2007-09-17 Ian LynaghClean stage<n>/ghc-inplace.c
2007-09-17 simonpj@microsoft.comComments only
2007-09-17 simonpj@microsoft.comLoosen the syntax of types slightly
2007-09-17 Simon Marlowavoid platform dependencies: my_uintptr_t ==> StgWord
2007-09-16 Manuel M T... FIX: TypeFamilies: should_compile/Simple12
2007-09-16 sven.panne... Keep valgrind happy when calling timer_create
2007-09-15 Norman Ramseyreloads are now sunk as deep as possible
2007-09-15 Norman Ramseyadded instance declarations so we can fold over local...
2007-09-15 Norman Ramseyadded monadic mapM_blocks. the fear, the fear...
2007-09-15 Norman Ramseyfix misspelled constructor
2007-09-15 Norman Ramseyadd another way to run in the fuel monad (this is a...
2007-09-15 Norman Ramseylay ground for more readable dumping of CmmGraph
2007-09-15 Norman Ramseyadd a function to help identify unique predecessors
2007-09-15 Norman Ramseyscrub away remaining MidNop
2007-09-15 Norman Ramseychanges needed to get map_blocks to actually compile :-(
2007-09-15 Norman Ramseyremove an unwanted language extension
2007-09-15 Norman Ramseydrop the old, redundant implementation of postorder_dfs
2007-09-15 Norman Ramseyeliminate the last vestige of UniqSM from ZipCfg
2007-09-15 Norman Ramseyadd map_blocks to ZipCfg
2007-09-15 Norman Ramseyget rid of MidNop
2007-09-15 Norman Ramseyget freshBlockId out of ZipCfg and bury it in MkZipCfg...
2007-09-16 sven.panne... Make DESTDIR work again
2007-09-16 sven.panne... Resurrect the "lib" subdirectory in the installation...
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
next