summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Cleanup sweep and fix a bug in RTS flag processing.Simon Marlow2011-04-1210-109/+190
* isAlive: re-apply the tag if we find a forwarding pointer. This is aSimon Marlow2011-04-121-1/+1
* Remove debugging CmmComment from old code generator.Edward Z. Yang2011-04-111-1/+0
* Flag for defaulting the codegen GhcStageXDefaultNewCodegen.Edward Z. Yang2011-04-113-0/+26
* Implement mapUFM_Directly.Edward Z. Yang2011-04-111-1/+3
* Unsafe foreign calls (fat machine instructions) do not kill all registers.Edward Z. Yang2011-04-113-7/+9
* Refactoring and tidy upSimon Marlow2011-04-1119-411/+465
* ghc-pkg dependency on ghc-cabal should be an order-only dependency,Simon Marlow2011-04-111-2/+4
* tweak to cleanTempFilesExceptSimon Marlow2011-04-111-1/+1
* add casMutVar#Simon Marlow2011-04-115-1/+29
* Whitespace only in main/Finder.lhsIan Lynagh2011-04-091-123/+121
* Add "./sync-all reset" commandIan Lynagh2011-04-091-0/+4
* Support fat archives on OS XIan Lynagh2011-04-091-7/+94
* Add "./sync-all config" commandIan Lynagh2011-04-091-0/+4
* rts/Linker.c tidyups and debug belchesIan Lynagh2011-04-081-80/+117
* gen_contents_index: Improve parsing of packages fileIan Lynagh2011-04-081-1/+1
* - disable shared lib support on Solaris 10 and older (fixes #4973)Karel Gardas2011-04-083-4/+30
* Force re-linking if the options have changed (#4451)Simon Marlow2011-04-085-45/+145
* Handle '\r's in boot-pkgs filesIan Lynagh2011-04-081-0/+1
* bugfix for stub generation: create the directory for the _stub.h file,Simon Marlow2011-04-081-1/+1
* sync-all: Push doesn't take a repo path eitherIan Lynagh2011-04-071-1/+0
* Merge remote branch 'origin/patch-4404'Ian Lynagh2011-04-073-3/+88
|\
| * Ignore names introduced "implicitly" in unused-variable warnings (Fix #4404)wip/T4404Max Bolingbroke2011-04-023-3/+88
* | Merge branch 'master' of http://darcs.haskell.org/ghcIan Lynagh2011-04-061-1/+1
|\ \
| * | Fix bug in X86 codegen: use GMOV instead of MOV for F64 w/o SSE2.Edward Z. Yang2011-04-061-1/+1
* | | sync-all: Don't give remote repo paths and branches to git pullIan Lynagh2011-04-061-1/+0
* | | Add "commit" to the list of commands sync-all supportsIan Lynagh2011-04-061-0/+6
|/ /
* | Merge remote branch 'origin'Simon Marlow2011-04-061-1/+1
|\ \
| * | Revert "Suppress dumpTcRn when -dno-debug-output is enabled."Edward Z. Yang2011-04-061-1/+1
* | | Merge branch 'trac_5025' of https://github.com/thoughtpolice/ghcSimon Marlow2011-04-063-7/+13
|\ \ \ | |/ / |/| |
| * | Teach GHC to compile objective-c files; trac #5025Austin Seipp2011-04-033-7/+13
* | | Merge branch 'master' of /home/simonmar/ghc-git/.Simon Marlow2011-04-061-0/+6
|\ \ \
| * | | Add 'sync-all grep'Johan Tibell2011-04-061-0/+6
* | | | remove debugging outputSimon Marlow2011-04-061-1/+0
* | | | Fix -split-objs: there was a bad interaction with the recent changesSimon Marlow2011-04-061-2/+11
* | | | doc fix: -package-name is more static than dynamic. It can't be usedSimon Marlow2011-04-061-1/+1
|/ / /
* | | Add 'sync-all status' as an alias for 'sync-all whatsnew' (to match git syntax)Johan Tibell2011-04-061-1/+1
* | | Make sync-all work with the GitHub mirror over HTTPSJohan Tibell2011-04-061-1/+1
* | | Make sync-all work with the GitHub mirror.Thomas Schilling2011-04-051-0/+8
* | | CmmOpt cannot assume single assignment for hand-written or new codegen Cmm.Edward Z. Yang2011-04-051-6/+14
* | | Suppress dumpTcRn when -dno-debug-output is enabled.Edward Z. Yang2011-04-051-1/+1
* | | Merge branch 'master' of /home/simonmar/ghc-gitSimon Marlow2011-04-052-12/+29
|\ \ \
| * | | Give infinite fuel to required C-- transformations. Fixes #4971.Edward Z. Yang2011-04-052-12/+29
* | | | allocateRegsAndSpill: disable a panic for the time being (see comment)Simon Marlow2011-04-051-1/+8
* | | | fix warningSimon Marlow2011-04-051-1/+1
* | | | Merge _stub.o files into the main .o file (Fixes #3687 and #706)Simon Marlow2011-04-058-260/+368
* | | | remove ^Ms; comment updatesSimon Marlow2011-04-051-1463/+1465
|/ / /
* | | remove set-origin and set-push commands; add "remote set-url [--push]" (to ma...Simon Marlow2011-04-051-16/+27
* | | 'fetch' and 'new' can take branch names as arguments (defaulting to 'origin')Simon Marlow2011-04-051-2/+8
* | | Add "remote add" and "remote rm" commandsSimon Marlow2011-04-051-42/+69