| Commit message (Expand) | Author | Age | Files | Lines |
* | fix GhcUnregisterised default, and add kfreebsdgnu to OsSupportsGhci | Simon Marlow | 2011-09-06 | 1 | -8/+4 |
* | Turn off lax dependencies by default | Ian Lynagh | 2011-08-30 | 2 | -7/+15 |
* | By default, be lax about dependencies on GHC | Ian Lynagh | 2011-08-28 | 1 | -0/+11 |
* | Fix validation problem when GHC is 7.2.1, warnings from binary. | David Terei | 2011-08-19 | 1 | -0/+2 |
* | ARMv5 compatibility for registerized runtime changes. | Stephen Blackheath | 2011-08-10 | 1 | -1/+1 |
* | Stephen Blackheath's GHC/ARM registerised port | Karel Gardas | 2011-08-10 | 1 | -2/+2 |
* | comment wibble | Simon Marlow | 2011-08-08 | 1 | -1/+1 |
* | Update to work with Alex 3.0: basically disabling Alex's new Unicode | Simon Marlow | 2011-08-05 | 1 | -0/+7 |
* | comment about using "stage = 2" in build.mk | Simon Marlow | 2011-08-05 | 1 | -0/+9 |
* | Don't fail validate due to warnings in Cabal | Ian Lynagh | 2011-07-27 | 1 | -0/+5 |
* | Add an unregisterised config to build.mk | David Terei | 2011-07-20 | 1 | -0/+23 |
* | Fix validate with old versions of gcc | Ian Lynagh | 2011-07-13 | 1 | -1/+1 |
* | the time package uses mkTyCon, turn off deprecation warnings for now | Simon Marlow | 2011-07-12 | 1 | -1/+3 |
* | Fix gcc 4.6 warnings; fixes #5176 | Ian Lynagh | 2011-06-25 | 2 | -0/+10 |
* | Move more commands into the settings file | Ian Lynagh | 2011-06-22 | 1 | -5/+0 |
* | SafeHaskell: Fix validation errors | David Terei | 2011-06-17 | 1 | -0/+4 |
* | SafeHaskell: Fix validation errors when unsafe base used | David Terei | 2011-06-17 | 1 | -0/+3 |
* | Remove some trailing whitespace | Ian Lynagh | 2011-06-12 | 1 | -1/+1 |
* | Tweak some makefile code | Ian Lynagh | 2011-06-12 | 1 | -2/+2 |
* | Do not enable -XGenerics when building the optimized libs. | Jose Pedro Magalhaes | 2011-05-05 | 3 | -9/+3 |
* | Remove unused hasktags configure check | David Terei | 2011-05-04 | 1 | -2/+0 |
* | remove some old commented-out settings that no longer work | Simon Marlow | 2011-05-04 | 1 | -9/+0 |
* | Add ar location and details to settings file | Ian Lynagh | 2011-04-29 | 1 | -3/+3 |
* | Add stage-specific AS variables to the build system | Ian Lynagh | 2011-04-29 | 1 | -0/+5 |
* | Get CC_STAGE0 from the bootstrapping compiler | Ian Lynagh | 2011-04-23 | 1 | -1/+1 |
* | Add stage-specific versions of more ar-related makefile vars | Ian Lynagh | 2011-04-23 | 1 | -0/+12 |
* | Remove unused ArSupportsInput makefile var | Ian Lynagh | 2011-04-23 | 1 | -1/+0 |
* | Remove now-unused BASH makefile variable | Ian Lynagh | 2011-04-23 | 1 | -3/+0 |
* | Make and use AR_STAGE[0123] makefile vars | Ian Lynagh | 2011-04-23 | 1 | -0/+6 |
* | Remove unused makefile variable PREPROCESSCMD | Ian Lynagh | 2011-04-23 | 1 | -1/+0 |
* | Make stage-specific CC variables | Ian Lynagh | 2011-04-23 | 1 | -0/+4 |
* | Remove UseGcc makefile var | Ian Lynagh | 2011-04-22 | 1 | -7/+2 |
* | Remove HaveGcc (it was always YES) | Ian Lynagh | 2011-04-22 | 1 | -3/+0 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -0/+4 |
* | Flag for defaulting the codegen GhcStageXDefaultNewCodegen. | Edward Z. Yang | 2011-04-11 | 1 | -0/+10 |
* | - disable shared lib support on Solaris 10 and older (fixes #4973) | Karel Gardas | 2011-04-08 | 2 | -4/+13 |
* | Remove dead code, now that -fvia-c is a no-op | Ian Lynagh | 2011-04-04 | 2 | -3/+0 |
* | Fix the build on Windows (disable hsc2hs --cross-safe) | Ian Lynagh | 2011-03-26 | 1 | -0/+5 |
* | Document new hsc2hs flags, and use the --cross-safe flag when we're compiling | Ian Lynagh | 2011-03-23 | 1 | -0/+1 |
* | Change how we compute install paths on cygwin | Ian Lynagh | 2011-03-20 | 1 | -1/+1 |
* | Turn off split objects on Darwin if XCode < 3.2 (#4013) | Ian Lynagh | 2011-02-25 | 1 | -0/+2 |
* | Reenable object splitting on Darwin, now #4013 appears to be fixed | Ian Lynagh | 2011-02-19 | 1 | -2/+1 |
* | Use DTrace whenever it's available | Ian Lynagh | 2011-02-10 | 1 | -3/+1 |
* | comments | Simon Marlow | 2011-02-01 | 1 | -5/+7 |
* | Merge in new code generator branch. | Simon Marlow | 2011-01-24 | 1 | -0/+9 |
* | Fix "make 1" etc following the build system changes | Ian Lynagh | 2011-01-27 | 2 | -1/+61 |
* | Keep separate linker flags, for when we want to link with gcc or ld | Ian Lynagh | 2011-01-24 | 1 | -3/+6 |
* | Fix OSTYPE test | Ian Lynagh | 2011-01-20 | 1 | -2/+2 |
* | Add OSTYPE build-system variable, and use it | simonpj@microsoft.com | 2011-01-13 | 3 | -7/+15 |
* | Turn off dtrace unless you override USE_DTRACE | Ian Lynagh | 2011-01-16 | 1 | -0/+3 |