summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* Merge master into the ghc-new-co branchSimon Peyton Jones2011-05-061-16/+1
|\
| * Remove the OMIT_NATIVE_CODEGEN ifdefIan Lynagh2011-05-011-12/+1
| * Remove dead Alpha native backend.Edward Z. Yang2011-04-301-4/+0
* | This BIG PATCH contains most of the work for the New Coercion RepresentationSimon Peyton Jones2011-04-191-0/+2
|/
* Change the way module initialisation is done (#3252, #4417)Simon Marlow2011-04-121-0/+1
* Merge in new code generator branch.Simon Marlow2011-01-241-19/+12
* Fix vectorisation of recursive typesRoman Leshchinskiy2011-01-261-2/+0
* Split main/GHC into GHC and GhcMakesimonpj@microsoft.com2011-01-251-0/+1
* Manually control more of the Cabal flags for the compiler and ghc packagesIan Lynagh2011-01-211-0/+3
* Add NondecreasingIndentation to the list of extensions in the ghc packageIan Lynagh2011-01-171-0/+2
* Refactoring and tidyup of HscMain and related things (also fix #1666)Simon Marlow2010-10-271-0/+1
* Bump dependenciesIan Lynagh2010-09-171-1/+1
* Super-monster patch implementing the new typechecker -- at lastsimonpj@microsoft.com2010-09-131-1/+4
* Don't use RelaxedPolyRec in the compiler; it's built in nowsimonpj@microsoft.com2010-07-191-1/+1
* Finish breaking up vectoriser utilsbenl@ouroborus.net2010-09-091-17/+21
* Move VectType module to Vectorise treebenl@ouroborus.net2010-09-091-4/+4
* Sort all the PADict/PData/PRDict/PRepr stuff into their own modulesbenl@ouroborus.net2010-09-091-0/+3
* Break out Repr and PADict stuff for vectorisation of ADTs to their own modulesbenl@ouroborus.net2010-09-091-0/+2
* Break out conversion functions to own modulebenl@ouroborus.net2010-09-091-0/+1
* Break out hoisting utils into their own modulebenl@ouroborus.net2010-09-081-0/+1
* Break out closure utils into own modulebenl@ouroborus.net2010-09-081-0/+1
* Move VectVar module to Vectorise treebenl@ouroborus.net2010-09-081-1/+1
* Break out vectorisation of expressions into own modulebenl@ouroborus.net2010-09-081-0/+1
* Break out TyCon classifier into own modulebenl@ouroborus.net2010-09-081-0/+1
* Break out vectorisation of TyConDecls into own modulebenl@ouroborus.net2010-09-081-0/+1
* Break out type vectorisation into own modulebenl@ouroborus.net2010-09-071-0/+1
* update for containers-0.4Simon Marlow2010-09-031-1/+1
* Finish breaking up VectBuiltIn and VectMonad, and add commentsbenl@ouroborus.net2010-08-311-2/+9
* Break up vectoriser builtins modulebenl@ouroborus.net2010-08-301-0/+2
* Move VectCore to Vectorise treebenl@ouroborus.net2010-08-301-1/+3
* LLVM: Add in new LLVM mangler for implementing TNTC on OSXDavid Terei2010-07-131-0/+1
* Add new LLVM code generator to GHC. (Version 2)David Terei2010-06-151-4/+15
* Allow filepath-1.2.*Simon Marlow2010-05-051-1/+1
* The bootstrapping compiler is now required to be > 609Ian Lynagh2010-04-091-3/+0
* Remove LazyUniqFM; fixes trac #3880Ian Lynagh2010-03-201-1/+0
* Substantial improvements to coercion optimisationsimonpj@microsoft.com2010-01-041-0/+1
* Remove cprAnalysis directory from hs-source-dirssimonpj@microsoft.com2009-11-201-1/+0
* Remove the (very) old strictness analysersimonpj@microsoft.com2009-11-191-5/+0
* Add missing CgExtCode to ghc.cabal.inBen.Lippmeier@anu.edu.au2009-11-061-0/+1
* Update dependenciesIan Lynagh2009-09-201-2/+2
* Remove the old package.conf parser, use read instead (fixed #3410)Simon Marlow2009-09-111-1/+0
* Change the representation of the package databaseSimon Marlow2009-09-101-0/+2
* remove Haddock-lexing/parsing/renaming from GHCIsaac Dupree2009-08-261-2/+0
* Fix "Cabal check" warningsIan Lynagh2009-08-111-1/+1
* Remove GHC's haskell98 dependencyIan Lynagh2009-07-241-1/+1
* remove tabsSimon Marlow2009-07-071-2/+2
* Split Reg into vreg/hreg and add register pairsBen.Lippmeier@anu.edu.au2009-05-181-0/+1
* Use haskeline, rather than editline, for line editing in ghciIan Lynagh2009-04-291-12/+0
* GHC new build system megapatchIan Lynagh2009-04-261-1/+18
* SPARC NCG: Base freeRegs on includes/MachRegs.h againBen.Lippmeier@anu.edu.au2009-04-201-0/+1