Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix maintenance of n_blocks in the RTS | Ian Lynagh | 2012-05-01 | 1 | -1/+1 |
* | More Win32 build fixes | Ian Lynagh | 2012-04-30 | 1 | -27/+27 |
* | Fixes for x86/Linux | Ian Lynagh | 2012-04-30 | 2 | -5/+5 |
* | Fix the stage1 ghc hschooks.c | Ian Lynagh | 2012-04-30 | 1 | -1/+1 |
* | Fix build of rts/Linker.c on Win32 | Ian Lynagh | 2012-04-30 | 1 | -22/+28 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-30 | 4 | -15/+89 |
|\ | |||||
| * | Document eta expansion under GHC bugs and infelicities | Simon Peyton Jones | 2012-04-30 | 1 | -6/+20 |
| * | Egregious typo (fixes Trac #6055) | Simon Peyton Jones | 2012-04-30 | 1 | -1/+1 |
| * | Merge branch 'master' of http://darcs.haskell.org//ghc | Simon Peyton Jones | 2012-04-30 | 85 | -1040/+1254 |
| |\ | |||||
| * | | More explicit pretty-printing of promoted TyCons with -dppr-debug | Simon Peyton Jones | 2012-04-30 | 1 | -1/+2 |
| * | | Make the interface-file deserialisation work right for promoted types (Trac #... | Simon Peyton Jones | 2012-04-30 | 1 | -7/+66 |
* | | | Get GHCi working on Win64 | Ian Lynagh | 2012-04-30 | 1 | -35/+116 |
| |/ |/| | |||||
* | | Revert "Add -faggressive-primops" | Simon Peyton Jones | 2012-04-27 | 5 | -73/+22 |
* | | Revert "Refactoring in CoreUtils/CoreArity" | Simon Peyton Jones | 2012-04-27 | 5 | -143/+115 |
* | | Revert "Make more primops cheaper" | Simon Peyton Jones | 2012-04-27 | 1 | -2/+0 |
* | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-04-27 | 9 | -35/+39 |
|\ \ | |||||
| * \ | Merge branch 'master' of darcs.haskell.org:/home/darcs/ghc | Simon Peyton Jones | 2012-04-27 | 69 | -743/+979 |
| |\ \ | |||||
| * | | | Pretty printing and debug improvements | Simon Peyton Jones | 2012-04-27 | 9 | -35/+39 |
* | | | | Make more primops cheaper | Simon Peyton Jones | 2012-04-27 | 1 | -0/+2 |
* | | | | Comment out a pprTrace unless DEBUG is on (fix Trac #5929) | Simon Peyton Jones | 2012-04-27 | 1 | -0/+2 |
| |/ / |/| | | |||||
* | | | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-04-27 | 52 | -526/+665 |
|\ \ \ | |||||
| * \ \ | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-27 | 16 | -348/+411 |
| |\ \ \ | |||||
| | * | | | hs_init(): cope with argc and/or argv being NULL (#6006) | Simon Marlow | 2012-04-27 | 1 | -1/+8 |
| | * | | | Catch illegal imports earlier (#6007) | Simon Marlow | 2012-04-27 | 1 | -5/+39 |
| | * | | | Add a new primop mkWeakNoFinalizer (#5879) | Simon Marlow | 2012-04-27 | 4 | -5/+19 |
| | * | | | add support for ARM hard-float ABI (fixes #5914) | Karel Gardas | 2012-04-27 | 10 | -337/+345 |
| * | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-27 | 1 | -2/+3 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Doc: updated list of warnings not enabled by -Wall (#4817) | Paolo Capriotti | 2012-04-27 | 1 | -1/+3 |
| | * | | | Flags documentation: -fwarn-unrecognized-pragmas is enabled by -Wall (#6050) | Paolo Capriotti | 2012-04-27 | 1 | -1/+0 |
| * | | | | Fix build on OS X | Ian Lynagh | 2012-04-27 | 2 | -10/+16 |
| * | | | | Merge branch 'master' of win:c:/ghc/git/cygwin/. | Ian Lynagh | 2012-04-27 | 4 | -48/+21 |
| |\ \ \ \ | |||||
| | * | | | | Win32 build fix | Ian Lynagh | 2012-04-27 | 1 | -2/+2 |
| | * | | | | Fix build on Win32, and handle the FMT_* #defines in a slightly nicer way | Ian Lynagh | 2012-04-27 | 2 | -20/+16 |
| | * | | | | Simplify format specifiers | Ian Lynagh | 2012-04-27 | 1 | -27/+4 |
| | * | | | | Win32 build fix | Ian Lynagh | 2012-04-26 | 1 | -1/+1 |
| * | | | | | Document the -fwarn-unsupported-calling-conventions flag | Ian Lynagh | 2012-04-26 | 1 | -1/+15 |
| |/ / / / | |||||
| * | | | | OS X build fixes | Ian Lynagh | 2012-04-26 | 2 | -4/+22 |
| * | | | | Fix build on OSX: Use the 'z' format specifier modifier when possible | Ian Lynagh | 2012-04-26 | 1 | -15/+9 |
| * | | | | Build fixes | Ian Lynagh | 2012-04-26 | 2 | -1/+3 |
| * | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-26 | 26 | -433/+602 |
| |\ \ \ \ | | |/ / / | |||||
| | * | | | Fix lookup of fixity signatures for type operators (#6027) | Paolo Capriotti | 2012-04-26 | 2 | -20/+42 |
| | |/ / | |||||
| * | | | Merge win:c:/m64/reg8 | Ian Lynagh | 2012-04-26 | 30 | -110/+153 |
| |\ \ \ | |||||
| | * | | | Add SRC_[CH]C_WARNING_OPTS | Ian Lynagh | 2012-04-26 | 4 | -7/+16 |
| | * | | | Win64 build fix | Ian Lynagh | 2012-04-26 | 1 | -2/+3 |
| | * | | | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 22 | -97/+123 |
| | * | | | Add a flag for the unsupported calling convention warning | Ian Lynagh | 2012-04-24 | 2 | -3/+9 |
| | * | | | Win64 warning fix | Ian Lynagh | 2012-04-24 | 1 | -0/+1 |
| | * | | | It isn't guaranteed that Cabal is warning-free | Ian Lynagh | 2012-04-24 | 1 | -1/+1 |
| * | | | | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-04-24 | 4 | -91/+564 |
| |\ \ \ \ | | |/ / / | |/| | | | |||||
| * | | | | A couple of build fixes for Win64 | Ian Lynagh | 2012-04-24 | 2 | -2/+5 |