summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* 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
|\
| * vectoriser: shift PData module to generics dirBen Lippmeier2011-11-141-1/+1
| * vectoriser: shift modules about the generic representation into their own dirBen Lippmeier2011-11-141-3/+3
* | Remove executable mode from some filesDavid Terei2011-11-161-0/+0
|/
* Fix #437: recompilation check includes flagsDavid Terei2011-11-091-0/+1
* add BangPatterns, we're starting to use them a fair bitSimon Marlow2011-11-021-1/+1
* Vectoriser gets all DPH library identifiers from Data.Array.Parallel.PrimManuel M T Chakravarty2011-10-251-1/+0
* Simplify the libffi buildIan Lynagh2011-10-141-1/+1
* Further refining the generation of Generic instances.Jose Pedro Magalhaes2011-10-061-1/+1
* move AvailInfo and related things into its own moduleSimon Marlow2011-09-211-0/+1
* Implement -XConstraintKindMax Bolingbroke2011-09-061-0/+1
* Snapshot of codegen refactoring to share with simonpjSimon Marlow2011-08-251-1/+0
* Add popCnt# primopJohan Tibell2011-08-161-0/+1
* Fix #5289 (loading libstdc++.so in GHCi), and also fix some otherSimon Marlow2011-08-031-1/+1
* Add new TrieMap moduleSimon Peyton Jones2011-07-291-0/+1