ghc-hetmet.git
2011-04-15 Ian LynaghMore sync-all refactoring
2011-04-15 Ian LynaghRefactor sync-all a bit
2011-04-15 Simon Marlowadd --no-<tag>, so e.g. we can omit DPH with --no-dph
2011-04-15 Simon MarlowThe hash table implementation had some static free...
2011-04-15 Simon Marlowfix a shutdown memory leak
2011-04-15 Edward Z. YangRevert "Generalized assignment rewriting pass."
2011-04-15 Edward Z. YangGeneralized assignment rewriting pass.
2011-04-15 Edward Z. YangDisable check word address lint check, due to inlined...
2011-04-15 Edward Z. YangAdd GenCmmGraph, which is a generic version of CmmGraph.
2011-04-14 Ian LynaghCheck for ^M in packages file when booting
2011-04-14 Ian LynaghFix typo in docs; spotted by Rustom Mody in beginners@
2011-04-14 Ian LynaghMake the boot script complain if mk/build.mk doesn...
2011-04-14 Ian LynaghRefactor how dependencies are included; fixes #5109
2011-04-14 Simon MarlowAdd a final newline to the link-time C file that we...
2011-04-14 Simon MarlowAvoid accumulating slop in the pinned_object_block.
2011-04-13 Edward Z. YangAdmonish the user to read the wiki page!
2011-04-13 Edward Z. YangFor BC labels, emit empty data section instead of empty...
2011-04-13 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-13 Ian LynaghNow that -fvia-C is gone, we don't need -march=i686...
2011-04-13 Edward Z. YangAdd adjustUFM, adjustUFM_Directly and joinUFM to UniqFM.
2011-04-13 Edward Z. YangAlways support optimization fuel.
2011-04-13 Edward Z. YangUpdate CmmRegOff shorthand for CmmMachOp.
2011-04-13 Simon Marlowfix a bug introduced in 1fb38442d3a55ac92795aa6c5ed4df8...
2011-04-12 Erik de Castro... Fix compiling on linux-powerpc.
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-04-12 Simon MarlowisAlive: re-apply the tag if we find a forwarding point...
2011-04-11 Edward Z. YangRemove debugging CmmComment from old code generator.
2011-04-11 Edward Z. YangFlag for defaulting the codegen GhcStageXDefaultNewCodegen.
2011-04-11 Edward Z. YangImplement mapUFM_Directly.
2011-04-11 Edward Z. YangUnsafe foreign calls (fat machine instructions) do...
2011-04-11 Simon MarlowRefactoring and tidy up
2011-04-11 Simon Marlowghc-pkg dependency on ghc-cabal should be an order...
2011-04-11 Simon Marlowtweak to cleanTempFilesExcept
2011-04-11 Simon Marlowadd casMutVar#
2011-04-09 Ian LynaghWhitespace only in main/Finder.lhs
2011-04-09 Ian LynaghAdd "./sync-all reset" command
2011-04-09 Ian LynaghSupport fat archives on OS X
2011-04-09 Ian LynaghAdd "./sync-all config" command
2011-04-08 Ian Lynaghrts/Linker.c tidyups and debug belches
2011-04-08 Ian Lynaghgen_contents_index: Improve parsing of packages file
2011-04-08 Karel Gardas- disable shared lib support on Solaris 10 and older...
2011-04-08 Simon MarlowForce re-linking if the options have changed (#4451)
2011-04-08 Ian LynaghHandle '\r's in boot-pkgs files
2011-04-08 Simon Marlowbugfix for stub generation: create the directory for...
2011-04-07 Ian Lynaghsync-all: Push doesn't take a repo path either
2011-04-07 Ian LynaghMerge remote branch 'origin/patch-4404'
2011-04-06 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-06 Ian Lynaghsync-all: Don't give remote repo paths and branches...
2011-04-06 Ian LynaghAdd "commit" to the list of commands sync-all supports
2011-04-06 Edward Z. YangFix bug in X86 codegen: use GMOV instead of MOV for...
2011-04-06 Simon MarlowMerge remote branch 'origin'
2011-04-06 Simon MarlowMerge branch 'trac_5025' of https://github.com/thoughtp...
2011-04-06 Edward Z. YangRevert "Suppress dumpTcRn when -dno-debug-output is...
2011-04-06 Simon MarlowMerge branch 'master' of /home/simonmar/ghc-git/.
2011-04-06 Johan TibellAdd 'sync-all grep'
2011-04-06 Simon Marlowremove debugging output
2011-04-06 Simon MarlowFix -split-objs: there was a bad interaction with the...
2011-04-06 Simon Marlowdoc fix: -package-name is more static than dynamic...
2011-04-06 Johan TibellAdd 'sync-all status' as an alias for 'sync-all whatsne...
2011-04-06 Johan TibellMake sync-all work with the GitHub mirror over HTTPS
2011-04-05 Thomas SchillingMake sync-all work with the GitHub mirror.
2011-04-05 Edward Z. YangCmmOpt cannot assume single assignment for hand-written...
2011-04-05 Edward Z. YangSuppress dumpTcRn when -dno-debug-output is enabled.
2011-04-05 Simon MarlowMerge branch 'master' of /home/simonmar/ghc-git
2011-04-05 Simon MarlowallocateRegsAndSpill: disable a panic for the time...
2011-04-05 Simon Marlowfix warning
2011-04-05 Simon MarlowMerge _stub.o files into the main .o file (Fixes #3687...
2011-04-05 Simon Marlowremove ^Ms; comment updates
2011-04-05 Edward Z. YangGive infinite fuel to required C-- transformations...
2011-04-05 Simon Marlowremove set-origin and set-push commands; add "remote...
2011-04-05 Simon Marlow'fetch' and 'new' can take branch names as arguments...
2011-04-05 Simon MarlowAdd "remote add" and "remote rm" commands
2011-04-05 Simon Marlowsuppress warning about --partial
2011-04-05 Edward Z. YangFix linear register allocator bug involving read/write...
2011-04-04 Ian LynaghRemove dead code, now that -fvia-c is a no-op
2011-04-04 Ian LynaghRemove redundant packages.git file
2011-04-04 Ian LynaghRemove redundant darcs-all script
2011-04-04 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-04 Ian LynaghTurn on autoflush in sync-all
2011-04-04 Ian LynaghAdd some comments to sync-all, based on darcs-all's...
2011-04-04 Edward Z. YangIgnore tags files.
2011-04-04 Edward Z. YangFix typos and add Outputable constraints to aid debugging.
2011-04-04 Edward Z. YangMinor documentation improvement about pointer tagging.
2011-04-04 Simon MarlowAdd "./sync-all set-push"
2011-04-04 Austin SeippTeach GHC to compile objective-c files; trac #5025
2011-04-03 Ian LynaghTake strlen of archive filenames.
2011-04-03 Ian LynaghUpdate darcs references to git in README
2011-04-03 Ian LynaghFix build
2011-04-03 Max BolingbrokeTrivial change to HACKING: github testing againh
2011-04-03 Max BolingbrokeTrivial change to README to observe error I get during...
2011-04-03 Max BolingbrokeMake compilation of hscRnImportDecls conditional: fixes...
2011-04-03 Max BolingbrokeMerge branch 'master' of ssh://darcs.haskell.org/srv...
2011-04-03 Max BolingbrokeUse tcRnImports rather than rnImports with GHCi "import...
2011-04-03 Ian LynaghFix parsing constructors containing dots; fixes trac...
2011-04-03 Ian LynaghMerge branch 'master' of darcs.haskell.org/ghc
2011-04-03 Ian LynaghUpdate boot scripts for git
2011-04-02 Max BolingbrokeMerge branch 'master' of ssh://darcs.haskell.org/srv...
2011-04-02 Max BolingbrokePrefer builtin commands to macros in GHCi command resol...
2011-04-02 Ian LynaghUpdate README to talk about git rather than darcs
next