Added a pragma {-# NOVECTORISE f #-} that suppresses vectorisation of toplevel variab...
[ghc-hetmet.git] / compiler / ghc.cabal.in
2011-05-25 Ian LynaghRemove unused ghci/ByteCodeFFI.lhs
2011-05-06 Simon Peyton JonesMerge master into the ghc-new-co branch
2011-05-01 Ian LynaghRemove the OMIT_NATIVE_CODEGEN ifdef
2011-04-30 Edward Z. YangRemove dead Alpha native backend.
2011-04-19 Simon Peyton JonesThis BIG PATCH contains most of the work for the New...
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-01-24 Simon MarlowMerge in new code generator branch.
2011-01-26 Roman LeshchinskiyFix vectorisation of recursive types
2011-01-25 simonpj@microsoft.comSplit main/GHC into GHC and GhcMake
2011-01-21 Ian LynaghManually control more of the Cabal flags for the compil...
2011-01-17 Ian LynaghAdd NondecreasingIndentation to the list of extensions...
2010-10-27 Simon MarlowRefactoring and tidyup of HscMain and related things...
2010-09-17 Ian LynaghBump dependencies
2010-09-13 simonpj@microsoft.comSuper-monster patch implementing the new typechecker...
2010-07-19 simonpj@microsoft.comDon't use RelaxedPolyRec in the compiler; it's built...
2010-09-09 benl@ouroborus.netFinish breaking up vectoriser utils
2010-09-09 benl@ouroborus.netMove VectType module to Vectorise tree
2010-09-09 benl@ouroborus.netSort all the PADict/PData/PRDict/PRepr stuff into their...
2010-09-09 benl@ouroborus.netBreak out Repr and PADict stuff for vectorisation of...
2010-09-09 benl@ouroborus.netBreak out conversion functions to own module
2010-09-08 benl@ouroborus.netBreak out hoisting utils into their own module
2010-09-08 benl@ouroborus.netBreak out closure utils into own module
2010-09-08 benl@ouroborus.netMove VectVar module to Vectorise tree
2010-09-08 benl@ouroborus.netBreak out vectorisation of expressions into own module
2010-09-08 benl@ouroborus.netBreak out TyCon classifier into own module
2010-09-08 benl@ouroborus.netBreak out vectorisation of TyConDecls into own module
2010-09-07 benl@ouroborus.netBreak out type vectorisation into own module
2010-09-03 Simon Marlowupdate for containers-0.4
2010-08-31 benl@ouroborus.netFinish breaking up VectBuiltIn and VectMonad, and add...
2010-08-30 benl@ouroborus.netBreak up vectoriser builtins module
2010-08-30 benl@ouroborus.netMove VectCore to Vectorise tree
2010-07-13 David TereiLLVM: Add in new LLVM mangler for implementing TNTC...
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-05-05 Simon MarlowAllow filepath-1.2.*
2010-04-09 Ian LynaghThe bootstrapping compiler is now required to be > 609
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-11-20 simonpj@microsoft.comRemove cprAnalysis directory from hs-source-dirs
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-06 Ben.Lippmeier@anu... Add missing CgExtCode to ghc.cabal.in
2009-09-20 Ian LynaghUpdate dependencies
2009-09-11 Simon MarlowRemove the old package.conf parser, use read instead...
2009-09-10 Simon MarlowChange the representation of the package database
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-11 Ian LynaghFix "Cabal check" warnings
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-07 Simon Marlowremove tabs
2009-05-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-04-29 Ian LynaghUse haskeline, rather than editline, for line editing...
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-02-23 Ben.Lippmeier@anu... SPARC NCG: Split out sanity checking into its own module
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Split up into chunks, and fix warnings.
2009-02-16 Ben.Lippmeier@anu... SPARC NCG: Reorganise Reg and RegInfo
2009-02-15 Ben.Lippmeier@anu... NCG: validate fixes for ghc-6.6
2009-02-15 Ben.Lippmeier@anu... NCG: Split up the native code generator into arch speci...
2009-02-05 Ben.Lippmeier@anu... NCG: Split PprMach into arch specific modules
2009-02-13 Ian LynaghPut RelaxedPolyRec in the cabal file rather than a...
2009-02-04 Ben.Lippmeier@anu... NCG: Split RegAllocInfo into arch specific modules
2009-02-04 Ben.Lippmeier@anu... NCG: Move RegLiveness -> RegAlloc.Liveness
2009-02-04 Ben.Lippmeier@anu... NCG: Rename MachRegs, MachInstrs -> Regs, Instrs to...
2009-02-04 Ben.Lippmeier@anu... NCG: Split MachRegs.hs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Split MachInstrs into arch specific modules
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Update cabal file
2009-01-13 simonpj@microsoft.comRewrite CorePrep and improve eta expansion
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-13 Ian LynaghFill out the ghc package's cabal file
2008-10-03 Ian LynaghUse a proper exception for IOEnvFailure, not just a...
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-09-20 Ian LynaghUpdate dependencies
2008-09-18 Ian LynaghGenerate ghc.cabal and ghc-bin.cabal with configure