summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Put docs into versioned directory names; fixes trac #3532Ian Lynagh2009-11-083-14/+23
* Make "./darcs-all optimize --relink" do the right thingSimon Marlow2009-11-111-2/+8
* Support for DragonFly BSDSimon Marlow2009-11-116-10/+16
* The RTS needs hs-suffix-rules-srcdir for BootingFromHcSimon Marlow2009-11-111-0/+2
* Don't try to rebuild compiler/primop-*.hs-incl when BootingFromHcSimon Marlow2009-11-091-0/+2
* No CoreLint warnings if -dno-debug-output is onsimonpj@microsoft.com2009-11-111-1/+1
* Wibbles to the inline-in-InlineRule stuffsimonpj@microsoft.com2009-11-103-11/+25
* Don't inline a loop breaker, even if it has an INLINE pragmasimonpj@microsoft.com2009-11-101-0/+4
* Comments onlysimonpj@microsoft.com2009-11-101-9/+13
* Implement the PushC rule when optimising castssimonpj@microsoft.com2009-11-101-5/+10
* Preserve strictness when floating coercionssimonpj@microsoft.com2009-11-101-12/+31
* Make -dverbose-core2core set verbosity = 2simonpj@microsoft.com2009-11-101-6/+7
* Comments onlysimonpj@microsoft.com2009-11-101-1/+1
* more aggressive optimization of coercion termstom.schrijvers@cs.kuleuven.be2009-11-081-23/+106
* Improve debug-printing of the type environmentsimonpj@microsoft.com2009-11-061-1/+7
* Tidy up coercions, and implement csel1, csel2, cselRsimonpj@microsoft.com2009-11-068-131/+272
* Comments in OccurAnalsimonpj@microsoft.com2009-11-062-8/+10
* Barf on unhandled Mach-O relocations in the ghci linkerManuel M T Chakravarty2009-11-111-8/+48
* Track changes to DPH libraryRoman Leshchinskiy2009-11-091-1/+1
* Remove dead codesimonpj@microsoft.com2009-11-091-25/+0
* Allow inlining in "SimplGentle" modesimonpj@microsoft.com2009-11-096-35/+102
* Augment panic messagesimonpj@microsoft.com2009-11-091-1/+1
* Wibble to substituting InlWrapperssimonpj@microsoft.com2009-11-092-7/+18
* validate fixesBen.Lippmeier@anu.edu.au2009-11-062-1/+2
* Add missing CgExtCode to ghc.cabal.inBen.Lippmeier@anu.edu.au2009-11-061-0/+1
* * Refactor CLabel.RtsLabel to CLabel.CmmLabelBen.Lippmeier@anu.edu.au2009-11-0623-256/+446
* Add missing case to externallyVisibleCLabelBen.Lippmeier@anu.edu.au2009-10-221-0/+1
* Add CLabel.CmmLabel and start refactoringBen.Lippmeier@anu.edu.au2009-10-181-143/+203
* Haddockify and clean up commentingBen.Lippmeier@anu.edu.au2009-10-181-61/+70
* Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FSBen.Lippmeier@anu.edu.au2009-10-1821-257/+215
* Tell ghc-cabal what strip program to useIan Lynagh2009-11-082-6/+15
* Remove ext-coreIan Lynagh2009-11-0833-5478/+0
* Change a use of xargs to "$(XARGS)" $(XARGS_OPTS)Ian Lynagh2009-11-071-1/+1
* Split XARGS into XARGS and XARGS_OPTSIan Lynagh2009-11-073-6/+5
* Remove unused distrib/Makefile-bin-vars.in fileIan Lynagh2009-11-071-39/+0
* Define CONF_CC_OPTS/CONF_LD_OPTS in bindistsIan Lynagh2009-11-071-0/+5
* Tweak how shell wrappers are builtIan Lynagh2009-11-072-5/+6
* ghc-stage2 is now renamed to ghc when it is installedIan Lynagh2009-11-073-2/+15
* Tweak the shell wrapper scriptsIan Lynagh2009-11-071-1/+3
* mkdirhier now just calls mkdir -pIan Lynagh2009-11-071-42/+1
* Fix the buildIan Lynagh2009-11-061-1/+1
* Rollback #1185 fixSimon Marlow2009-11-065-76/+7
* Accept any non-space characters in a header file (#3624)Simon Marlow2009-11-061-1/+3
* Be a tiny bit keener to inline in the RHS of a letsimonpj@microsoft.com2009-11-053-17/+36
* Another refactoring on the shape of an Unfoldingsimonpj@microsoft.com2009-11-0510-112/+110
* Add notes to cmm-notes, following conversation with John Diassimonpj@microsoft.com2009-11-051-0/+15
* Fix Trac #3640, plus associated refactoringsimonpj@microsoft.com2009-11-057-201/+182
* Comments onlysimonpj@microsoft.com2009-11-052-1/+5
* Improve error reporting when there's an error inside a spliced expressionsimonpj@microsoft.com2009-11-051-6/+13
* Update layout of error message slightlysimonpj@microsoft.com2009-11-051-1/+1