summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Write locale character encoding to hpc html report (#5006)Bas van Dijk2012-07-161-3/+19
* Implemented MultiWayIf extension.Mikhail Vorozhtsov2012-07-1617-44/+149
* Implemented \case expressions.Mikhail Vorozhtsov2012-07-1613-45/+163
* Do not discard insoluble constraints in simplifyInferSimon Peyton Jones2012-07-142-8/+4
* Comments onlySimon Peyton Jones2012-07-141-0/+1
* Comments onlySimon Peyton Jones2012-07-141-0/+5
* Comments about associated type tyvar namingSimon Peyton Jones2012-07-141-4/+21
* When checking associated type instances, check thatSimon Peyton Jones2012-07-141-1/+16
* Small tidy-upIan Lynagh2012-07-131-1/+1
* Don't use tracingDynFlags in assertPprPanicIan Lynagh2012-07-131-1/+1
* Fix build with GHC 7.0Ian Lynagh2012-07-135-0/+15
* Document bug in the x86 NCG w.r.t. -fexcess-precision (#7069)Simon Marlow2012-07-132-0/+38
* Use dumpSDoc functions to output rules (#7060)Paolo Capriotti2012-07-132-20/+24
* Add MonadIO instance to SimplM.Paolo Capriotti2012-07-131-0/+6
* Add IO to the SimplM monad.Paolo Capriotti2012-07-132-38/+29
* Link the extra-libraries when making a .so for a package (#7062)Simon Marlow2012-07-111-0/+1
* Profiling: don't report IDLE time by defaultSimon Marlow2012-07-111-2/+4
* Allow 'default' declarations in GHCiPatrick Palka2012-07-114-2/+10
* Fix build for non x86/x86_64 (#7065)Paolo Capriotti2012-07-111-1/+3
* adjustHpBackwards before calling a let-no-escapeSimon Marlow2012-07-111-1/+2
* Support the 2-result primops in the new code generatorSimon Marlow2012-07-116-7/+176
* remove some redundant SRT-related stuffSimon Marlow2012-07-116-38/+18
* Fix overlapping patterns warning (#7065)Paolo Capriotti2012-07-111-8/+10
* Make a little more of the GHCi internal API configurableDavid Terei2012-07-103-32/+76
* Merge branch 'master' of ../HEADSimon Peyton Jones2012-07-101-24/+31
|\
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-07-10140-4189/+5625
| |\
| * | Be careful not to look for Functor unnecessarilySimon Peyton Jones2012-07-101-24/+31
* | | Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-07-10140-4189/+5625
|\ \ \ | | |/ | |/|
| * | Parallelise clearNurseries() in the parallel GCSimon Marlow2012-07-104-15/+25
| * | The final GC should be a major oneSimon Marlow2012-07-101-1/+1
| * | Don't duplicate arbitrary CmmCallsSimon Marlow2012-07-091-3/+7
| * | Track liveness of GlobalRegs in the new code generatorSimon Marlow2012-07-0911-60/+71
| * | Don't look for objdump on OS XMax Bolingbroke2012-07-091-5/+10
| * | Don't re-allocate %esi on x86.Simon Marlow2012-07-091-0/+17
| * | Fix compile failure on non x86/x86-64 (#7054).Erik de Castro Lopo2012-07-091-0/+5
| * | fix warningSimon Marlow2012-07-061-1/+0
| * | put back the newtype around LabelSimon Marlow2012-07-061-1/+7
| * | Allow the register allocator access to argument regs (R1.., F1.., etc.)Simon Marlow2012-07-066-90/+78
| * | bugfix: coalescing moves from RealReg to VirtualReg got broken at some pointSimon Marlow2012-07-061-1/+6
| * | Generate slightly less crap to be cleaned up laterSimon Marlow2012-07-062-11/+14
| * | Rename BTail -> BCons, BHead -> BSnocSimon Marlow2012-07-061-8/+8
| * | do a pass over this file, remove obsolete stuffSimon Marlow2012-07-061-328/+0
| * | Add documentation for -interactive-print (#5461)Paolo Capriotti2012-07-052-0/+62
| * | Delete some unused codeSimon Marlow2012-07-052-594/+0
| * | Merge remote-tracking branch 'origin/master' into newcgnewcgSimon Marlow2012-07-051-8/+6
| |\ \
| | * | prefer later defined commands (fixes #3858)Peter Hercek2012-07-041-8/+6
| * | | Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-0527-394/+210
| * | | Fix merge-related problemsSimon Marlow2012-07-0412-54/+34
| * | | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-04480-25650/+33759
| |\ \ \ | | |/ /
| | * | don't crash if argv[0] == NULL (#7037)Simon Marlow2012-07-021-3/+9