| Commit message (Expand) | Author | Age | Files | Lines |
* | Restructure compilation pipeline to allow hooks | Austin Seipp | 2013-09-22 | 1 | -0/+2 |
* | Restore old names of comparison primops | Jan Stolarek | 2013-09-18 | 1 | -0/+2 |
* | Trailing whitespaces | Jan Stolarek | 2013-09-18 | 1 | -1/+0 |
* | Implement checkable "minimal complete definitions" (#7633) | Twan van Laarhoven | 2013-09-18 | 1 | -0/+1 |
* | Add support for evaluation of type-level natural numbers. | Iavor S. Diatchki | 2013-09-12 | 1 | -0/+1 |
* | Remove unused module | Jan Stolarek | 2013-08-20 | 1 | -1/+0 |
* | Rework LLVM metadata representation to be more accurate. | David Terei | 2013-06-27 | 1 | -0/+1 |
* | Move the genSym stuff from rts into compiler | Ian Lynagh | 2013-05-17 | 1 | -0/+1 |
* | Propagate ffi includes to compiler/ghci/LibFFI.hsc (Fixes #7686) | Peter Trommler | 2013-04-07 | 1 | -1/+1 |
* | Split off a InteractiveEvalTypes module to remove an import loop | Ian Lynagh | 2013-04-06 | 1 | -0/+1 |
* | ticky enhancements | Nicolas Frisby | 2013-03-29 | 1 | -0/+1 |
* | Split the PlatformConstants type off into its own module | Ian Lynagh | 2013-02-08 | 1 | -0/+1 |
* | StaticFlags code cleanup (fixes #7595) | Jan Stolarek | 2013-01-28 | 1 | -1/+0 |
* | Merge remote branch 'origin/master' | Simon Peyton Jones | 2013-01-08 | 1 | -1/+2 |
|\ |
|
| * | Ship transformers with GHC | Ian Lynagh | 2013-01-02 | 1 | -1/+2 |
* | | Re-engineer the ambiguity test for user type signatures | Simon Peyton Jones | 2013-01-08 | 1 | -0/+1 |
|/ |
|
* | Implement overlapping type family instances. | Richard Eisenberg | 2012-12-21 | 1 | -0/+1 |
* | Don't define DYNAMIC when compiling the dyn way | Ian Lynagh | 2012-12-05 | 1 | -8/+2 |
* | Update dependencies | Ian Lynagh | 2012-11-30 | 1 | -1/+1 |
* | Remove OldCmm, convert backends to consume new Cmm | Simon Marlow | 2012-11-12 | 1 | -5/+0 |
* | Remove the old codegen | Simon Marlow | 2012-10-19 | 1 | -19/+3 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -1/+1 |
* | Remove some old-codegen cruft | Simon Marlow | 2012-09-25 | 1 | -2/+0 |
* | Remove some CPP | Ian Lynagh | 2012-09-10 | 1 | -0/+1 |
* | Update dependency on directory. | Paolo Capriotti | 2012-09-09 | 1 | -1/+1 |
* | Move more code into codeGen/CodeGen/Platform.hs | Ian Lynagh | 2012-08-28 | 1 | -1/+0 |
* | Move activeStgRegs into CodeGen.Platform | Ian Lynagh | 2012-08-21 | 1 | -1/+1 |
* | Fix the generation of CallerSaves; fixes #7163 | Ian Lynagh | 2012-08-21 | 1 | -1/+8 |
* | Define callerSaves for all platforms | Ian Lynagh | 2012-08-07 | 1 | -0/+1 |
* | GHC 7.4 is now required for building HEAD | Ian Lynagh | 2012-07-20 | 1 | -1/+0 |
* | Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghc | Ian Lynagh | 2012-07-19 | 1 | -0/+1 |
|\ |
|
| * | Move sinking into a separate module, and add a simple inlining pass | Simon Marlow | 2012-07-17 | 1 | -0/+1 |
* | | Move -fno-warn-orphan flag into individual modules | Ian Lynagh | 2012-07-15 | 1 | -1/+1 |
|/ |
|
* | Remove "fuel", adapt to Hoopl changes, fix warnings | Simon Marlow | 2012-07-05 | 1 | -1/+0 |
* | Merge remote-tracking branch 'origin/master' into newcg | Simon Marlow | 2012-07-04 | 1 | -30/+12 |
|\ |
|
| * | Simplify the implementation of Implicit Parameters | Simon Peyton Jones | 2012-06-13 | 1 | -1/+0 |
| * | Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2 | Max Bolingbroke | 2012-05-15 | 1 | -0/+1 |
| * | Merge branch 'master' of http://darcs.haskell.org/ghc | Simon Peyton Jones | 2012-04-04 | 1 | -26/+10 |
| |\ |
|
| | * | Tidy up compiler/ghc.cabal.in | Ian Lynagh | 2012-04-01 | 1 | -26/+10 |
| * | | Tighten up on type validity checking | Simon Peyton Jones | 2012-04-04 | 1 | -1/+1 |
| |/ |
|
| * | Hurrah! This major commit adds support for scoped kind variables, | Simon Peyton Jones | 2012-03-02 | 1 | -1/+0 |
| * | Update dependencies | Ian Lynagh | 2012-02-22 | 1 | -1/+1 |
| * | Update dependencies | Ian Lynagh | 2012-02-22 | 1 | -1/+1 |
| * | Define a quotRem CallishMachOp; fixes #5598 | Ian Lynagh | 2012-02-14 | 1 | -1/+0 |
* | | Remove the old stack layout algorithms | Simon Marlow | 2012-03-15 | 1 | -2/+0 |
* | | disable GADTs again (causes problems with no-let-generalisation) | Simon Marlow | 2012-02-13 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'origin/master' into newcg | Simon Marlow | 2012-02-13 | 1 | -3/+6 |
|\ \
| |/ |
|
| * | MERGE from 7.4 branch: Update dependencies | Ian Lynagh | 2012-02-08 | 1 | -3/+3 |
| * | Switch to using the time package, rather than old-time | Ian Lynagh | 2012-01-14 | 1 | -1/+4 |
* | | New stack layout algorithm | Simon Marlow | 2012-02-08 | 1 | -1/+2 |