summaryrefslogtreecommitdiff
path: root/compiler/ghc.cabal.in
Commit message (Expand)AuthorAgeFilesLines
* 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
* SPARC NCG: Split out sanity checking into its own moduleBen.Lippmeier@anu.edu.au2009-02-231-0/+1
* SPARC NCG: Split up into chunks, and fix warnings.Ben.Lippmeier@anu.edu.au2009-02-161-0/+6
* SPARC NCG: Reorganise Reg and RegInfoBen.Lippmeier@anu.edu.au2009-02-161-2/+6
* NCG: validate fixes for ghc-6.6Ben.Lippmeier@anu.edu.au2009-02-151-1/+0
* NCG: Split up the native code generator into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-151-8/+16
* NCG: Split PprMach into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-051-1/+6
* Put RelaxedPolyRec in the cabal file rather than a pragmaIan Lynagh2009-02-131-1/+1
* NCG: Split RegAllocInfo into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-1/+5
* NCG: Move RegLiveness -> RegAlloc.LivenessBen.Lippmeier@anu.edu.au2009-02-041-1/+1
* NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to reflect arch specific namingBen.Lippmeier@anu.edu.au2009-02-041-7/+7
* NCG: Split MachRegs.hs into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-041-0/+5
* NCG: Split MachInstrs into arch specific modulesBen.Lippmeier@anu.edu.au2009-02-031-0/+4
* NCG: Move the graph allocator into its own dirBen.Lippmeier@anu.edu.au2009-02-031-9/+9
* SPARC NCG: Update cabal fileBen.Lippmeier@anu.edu.au2009-02-031-1/+10