summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* More DynFlags + SDocsdocIan Lynagh2011-05-2541-122/+142
* More DynFlags + SDocIan Lynagh2011-05-251-3/+3
* More DynFlags + SDocIan Lynagh2011-05-251-3/+3
* More DynFlags + SDocIan Lynagh2011-05-253-6/+7
* More DynFlags + SDocIan Lynagh2011-05-252-4/+5
* More DynFlags + SDocIan Lynagh2011-05-257-12/+18
* More DynFlags + SDocIan Lynagh2011-05-2512-46/+50
* More DynFlags + SDocIan Lynagh2011-05-256-14/+16
* Start passing DynFlags around inside SDocIan Lynagh2011-05-255-15/+30
* Remove unused ghci/ByteCodeFFI.lhsIan Lynagh2011-05-253-30/+1
* ghc-pkg: report parser warnings when registering packagesDuncan Coutts2011-05-251-4/+11
* Provide the pkgroot value in ghc-pkg dump & describe when necessaryDuncan Coutts2011-05-251-40/+84
* sizeExpr: multiply all the sizes by 10, except for primops. ThisSimon Marlow2011-05-252-30/+33
* prog_argv and rts_argv now contain *copies* of the args passed toSimon Marlow2011-05-255-53/+112
* Add stricter ghc-pkg checks on package file/dir/url fieldsDuncan Coutts2011-05-252-11/+26
* Implement ${pkgroot} spec, allows relocatable registered packagesDuncan Coutts2011-05-252-74/+150
* Deprecate the ghc-pkg --auto-ghci-libs flagDuncan Coutts2011-05-251-0/+3
* ghc-pkg: don't expand ${name}-style env vars by defaultDuncan Coutts2011-05-251-4/+12
* deprecate the -n option (#5180)Simon Marlow2011-05-254-27/+4
* fix an integer overflow (#5086), and pre-emptively avoid more of theseSimon Marlow2011-05-253-11/+19
* Disable DatatypeContexts by defaultIan Lynagh2011-05-241-1/+5
* Fix +RTS -G1 (by deleting code, yay!) (#5026)Simon Marlow2011-05-241-10/+0
* fix warningSimon Marlow2011-05-241-1/+1
* Install the mtl package into the bindist when validating. This allowsSimon Marlow2011-05-241-0/+15
* fix warningsSimon Marlow2011-05-241-1/+3
* make the change to go_pap suggested in #4978. According to nofib, oneSimon Marlow2011-05-241-6/+4
* Assign more accurate code sizes to primops, so that the inliningSimon Marlow2011-05-249-79/+111
* Tweak sizing heurstics for case expressions (see comments).Simon Marlow2011-05-242-10/+41
* Merge branch 'master' of /home/simonmar/ghc-git/.Simon Marlow2011-05-2310-374/+10
|\
| * Revert "Add capability sets to the event system. Contains code from Duncan Co...Duncan Coutts2011-05-2310-374/+10
* | Added utility to uniquely identify ghc repo statesDavid M Peixotto2011-05-221-0/+248
|/
* Fix small type in user guide.David Terei2011-05-201-1/+1
* Make array copy primops inlineJohan Tibell2011-05-197-128/+231
* Add array copy/clone primopsDaniel Peebles2011-05-195-2/+171
* Merge branch 'master' of http://darcs.haskell.org/ghcDimitrios Vytiniotis2011-05-1911-10/+378
|\
| * add 'sync-all log'Simon Marlow2011-05-181-0/+4
| * Add capability sets to the event system. Contains code from Duncan Coutts.Spencer Janssen2011-05-1810-10/+374
* | Merge remote branch 'origin/master'Dimitrios Vytiniotis2011-05-18161-4965/+6323
|\ \ | |/
| * FIX #4825: Update User Guide info on DLLs.Duncan Coutts2011-05-172-33/+64
| * Amend comment per Marlow's comments.Edward Z. Yang2011-05-161-15/+16
| * Fix build when DEBUG is onMax Bolingbroke2011-05-151-1/+2
| * Use FractionalLit more extensively to improve other pretty printersMax Bolingbroke2011-05-159-42/+57
| * Record the original text along with parsed Rationals: fixes #2245Max Bolingbroke2011-05-1510-19/+48
| * Work around lack of saving volatile registers from unsafe foreign calls.Edward Z. Yang2011-05-155-17/+120
| * Make -ddump-to-file truncate existing files.Edward Z. Yang2011-05-152-14/+34
| * More aggressive clobber detection with Hp and RegSlot.Edward Z. Yang2011-05-151-3/+19
| * Split -ddump-cmmz into many smaller flags.Edward Z. Yang2011-05-152-45/+70
| * More aggressive CmmRegOff inlining, and fix failure to inline to assignments.Edward Z. Yang2011-05-153-16/+33
| * Generalized assignment rewriting pass.Edward Z. Yang2011-05-152-103/+417
| * Fix build: Add missing import and remove unneeded #ifdef.Ben Lippmeier2011-05-151-3/+2