summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
| * -package P was loading all versions of P in GHCi (#7030)Simon Marlow2012-07-021-1/+3
| * Add a Note, copying text from #2437Simon Marlow2012-07-021-1/+27
| * improve the --help docs a bit (#7008)Simon Marlow2012-07-021-4/+6
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-301-1/+1
| |\
| | * Parse error: suggest brackets and indentation.Eric Kow2012-06-291-1/+1
| * | Copy Data.HashTable's hashString into our Util moduleIan Lynagh2012-06-302-2/+72
| * | Build fixIan Lynagh2012-06-291-1/+1
| * | Build fixesIan Lynagh2012-06-292-2/+6
| * | Don't build the ghc DLL on Windows; works around trac #5987Ian Lynagh2012-06-293-1/+21
| * | On Windows, detect if DLLs have too many symbols; trac #5987Ian Lynagh2012-06-293-0/+11
| |/
| * Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-06-2725-130/+282
| |\
| | * Fix PA dfun construction with silent superclass argsManuel M T Chakravarty2012-06-272-11/+2
| | * Add silent superclass parameters to the vectoriserManuel M T Chakravarty2012-06-274-35/+85
| | * Add silent superclass parameters (again)Simon Peyton Jones2012-06-2721-85/+196
| * | Add some more Integer rules; fixes #6111Ian Lynagh2012-06-275-3/+48
| |/
| * Mention Generic1 in the user's guideJose Pedro Magalhaes2012-06-261-16/+23
| * Make the GHC API a little more powerful.David Terei2012-06-252-27/+73
| * tweak llvm version warning messageDavid Terei2012-06-251-2/+2
| * New version of the patch for #5461.Paolo Capriotti2012-06-255-18/+24
| * Fix Word64ToInteger conversion rule.Paolo Capriotti2012-06-251-1/+1
| * Implemented feature request on reconfigurable pretty-printing in GHCi (#5461)Vitaly Bragilesky2012-06-253-5/+36
| * Use errorMsg over putMsg when appropriate.David Terei2012-06-251-3/+3
| * Warn if using unsupported version of LLVM.David Terei2012-06-252-5/+27
| * Fix #6158. LLVM 3.1 doesn't like certain constructions that 3.0 andDavid Terei2012-06-251-3/+15
| * Remove the ID MonadIan Lynagh2012-06-231-18/+0
| * Remove sortLe usesIan Lynagh2012-06-221-7/+6
| * Remove sortLeIan Lynagh2012-06-221-93/+2
| * Remove another use of sortLeIan Lynagh2012-06-221-12/+9
| * Correct a commentIan Lynagh2012-06-221-1/+1
| * Remove a few more sortLe'sIan Lynagh2012-06-221-11/+9
| * Remove another sortLe useIan Lynagh2012-06-221-5/+5