summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* Rework LLVM metadata representation to be more accurate.David Terei2013-06-271-0/+1
* Move the genSym stuff from rts into compilerIan Lynagh2013-05-171-0/+1
* Propagate ffi includes to compiler/ghci/LibFFI.hsc (Fixes #7686)Peter Trommler2013-04-071-1/+1
* Split off a InteractiveEvalTypes module to remove an import loopIan Lynagh2013-04-061-0/+1
* ticky enhancementsNicolas Frisby2013-03-291-0/+1
* Split the PlatformConstants type off into its own moduleIan Lynagh2013-02-081-0/+1
* StaticFlags code cleanup (fixes #7595)Jan Stolarek2013-01-281-1/+0
* Merge remote branch 'origin/master'Simon Peyton Jones2013-01-081-1/+2
|\
| * Ship transformers with GHCIan Lynagh2013-01-021-1/+2
* | Re-engineer the ambiguity test for user type signaturesSimon Peyton Jones2013-01-081-0/+1
|/
* Implement overlapping type family instances.Richard Eisenberg2012-12-211-0/+1
* Don't define DYNAMIC when compiling the dyn wayIan Lynagh2012-12-051-8/+2
* Update dependenciesIan Lynagh2012-11-301-1/+1
* Remove OldCmm, convert backends to consume new CmmSimon Marlow2012-11-121-5/+0
* Remove the old codegenSimon Marlow2012-10-191-19/+3
* Produce new-style Cmm from the Cmm parserSimon Marlow2012-10-081-1/+1
* Remove some old-codegen cruftSimon Marlow2012-09-251-2/+0
* Remove some CPPIan Lynagh2012-09-101-0/+1
* Update dependency on directory.Paolo Capriotti2012-09-091-1/+1
* Move more code into codeGen/CodeGen/Platform.hsIan Lynagh2012-08-281-1/+0
* Move activeStgRegs into CodeGen.PlatformIan Lynagh2012-08-211-1/+1
* Fix the generation of CallerSaves; fixes #7163Ian Lynagh2012-08-211-1/+8
* Define callerSaves for all platformsIan Lynagh2012-08-071-0/+1
* GHC 7.4 is now required for building HEADIan Lynagh2012-07-201-1/+0
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2012-07-191-0/+1
|\
| * Move sinking into a separate module, and add a simple inlining passSimon Marlow2012-07-171-0/+1
* | Move -fno-warn-orphan flag into individual modulesIan Lynagh2012-07-151-1/+1
|/
* Remove "fuel", adapt to Hoopl changes, fix warningsSimon Marlow2012-07-051-1/+0
* Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-07-041-30/+12
|\
| * Simplify the implementation of Implicit ParametersSimon Peyton Jones2012-06-131-1/+0
| * Support code generation for unboxed-tuple function argumentsunboxed-tuple-arguments2Max Bolingbroke2012-05-151-0/+1
| * Merge branch 'master' of http://darcs.haskell.org/ghcSimon Peyton Jones2012-04-041-26/+10
| |\
| | * Tidy up compiler/ghc.cabal.inIan Lynagh2012-04-011-26/+10
| * | Tighten up on type validity checkingSimon Peyton Jones2012-04-041-1/+1
| |/
| * Hurrah! This major commit adds support for scoped kind variables,Simon Peyton Jones2012-03-021-1/+0
| * Update dependenciesIan Lynagh2012-02-221-1/+1
| * Update dependenciesIan Lynagh2012-02-221-1/+1
| * Define a quotRem CallishMachOp; fixes #5598Ian Lynagh2012-02-141-1/+0
* | Remove the old stack layout algorithmsSimon Marlow2012-03-151-2/+0
* | disable GADTs again (causes problems with no-let-generalisation)Simon Marlow2012-02-131-1/+1
* | Merge remote-tracking branch 'origin/master' into newcgSimon Marlow2012-02-131-3/+6
|\ \ | |/
| * MERGE from 7.4 branch: Update dependenciesIan Lynagh2012-02-081-3/+3
| * Switch to using the time package, rather than old-timeIan Lynagh2012-01-141-1/+4
* | New stack layout algorithmSimon Marlow2012-02-081-1/+2
* | Run the complete backend (Stg -> .S) incrementally on each StgBindingSimon Marlow2012-01-261-0/+1
* | SnapshotSimon Marlow2012-01-171-0/+2
* | More codegen refactoring with simonpjSimon Marlow2011-12-191-0/+1
|/
* Remove unused Interval module.David Terei2011-12-111-1/+0
* Allow full constraint solving under a for-all (Trac #5595)Simon Peyton Jones2011-12-051-0/+1
* Merge /Users/benl/devel/ghc/ghc-head-develBen Lippmeier2011-11-171-4/+4
|\