FIX panic from the GHC API
[ghc-hetmet.git] / compiler / main /
2007-07-14 David WaernFIX panic from the GHC API
2007-07-10 Ian LynaghOpt_GlasgowExts is no longer used, so remove it
2007-07-10 Ian LynaghImplement -XStandaloneDeriving, the lexer is now glaext...
2007-07-10 Ian LynaghImplement -XDeriveDataTypeable flag
2007-07-09 Ian LynaghAdd flag -XConstrainedClassMethods
2007-07-09 Ian LynaghAdd -XUnliftedFFITypes flag
2007-07-09 Ian LynaghImplement unboxed tuples flags
2007-07-09 Ian LynaghDefine -XPartiallyAppliedClosedTypeSynonyms flag
2007-07-09 Ian LynaghAdd -XPatternSigs flag
2007-07-10 Manuel M T ChakravartyLookup of class and family instances in vectorisation...
2007-07-08 Simon MarlowFIX -fexcess-precision
2007-07-09 Ian LynaghAdd -XTypeOperators flag
2007-07-09 Ian LynaghAdd -fprint-explicit-foralls flag; fixes trac #1474
2007-07-09 Ian LynaghAdd -XFlexibleContexts flag
2007-07-09 Ian LynaghAdd -XExistentialQuantification flag
2007-07-09 Ian LynaghImplement -XPolymorphicComponents
2007-07-09 Ian LynaghImplement -XUnicodeSyntax
2007-07-08 Ian LynaghAdd flags for Rank2Types and RankNTypes
2007-07-08 Ian LynaghMake CPP a -X flag
2007-07-08 Ian LynaghAdd PatternGuards flag
2007-07-08 Ian LynaghAdd flags for TypeSynonymInstances and FlexibleInstances
2007-07-08 Ian LynaghImplement -XFunctionalDependencies
2007-07-08 Ian LynaghImplement -XRecursiveDo
2007-07-08 Ian LynaghImplement -XGeneralizedNewtypeDeriving
2007-07-08 Ian LynaghAdd -XParallelListComp
2007-07-08 Ian LynaghAdd -XMultiParamTypeClasses flag
2007-07-08 Ian LynaghImplement -XKindSignatures
2007-07-08 Ian LynaghAdd -XEmptyDataDecls flag
2007-07-08 Ian LynaghSupport the MagicHash extension as a flag and LANGUAGE...
2007-07-08 Ian LynaghTidy up comments in DynFlags
2007-07-05 Simon Marlow-ddump-hi-diffs shouldn't imply -fforce-recomp, that...
2007-07-05 Michael D. AdamsUpdated the call to the CPS pass for the factoring...
2007-06-29 Roman LeshchinskiyInclude vectorisation into the simplifier pipeline
2007-06-29 Roman LeshchinskiyAdd -fvectorise
2007-06-29 Roman LeshchinskiyMake package ndp wired-in
2007-07-02 Ian LynaghRemove prefixMatch and suffixMatch from Util
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Michael D. AdamsFirst pass at implementing info tables for CPS
2007-05-10 Michael D. AdamsHooked the C-- CPS pass into the compilation pipeline
2007-07-02 Ian LynaghRemove the large ghci banner, and the flags to choose...
2007-07-02 Ian LynaghPrint the right usage message
2007-07-02 Ian Lynagh-fasm doesn't really take an argument
2007-06-30 Ian LynaghTidy up -keep* flags
2007-06-29 simonpj@microsoft.comImprove name-printing on unification mis-matches, when...
2007-06-28 simonpj@microsoft.comAdd flags for record extensions; still not working...
2007-06-29 Tim ChevalierFurther compileToCore improvements
2007-06-27 Clemens FruhwirthGeneralize linkDynLib for ELF platforms
2007-06-27 Clemens FruhwirthRenames functions and constructors to fit their new...
2007-06-27 Tim ChevalierModify compileToCore to take just a filename
2007-06-27 andy@galois.comFixing -fhpc flag to allow -fno-hpc
2007-06-26 andy@galois.comMaking -fhpc work with a stage1 build, via the compat...
2007-06-25 Tim ChevalierAdd a compileToCore function to the GHC API
2007-06-25 simonpj@microsoft.comPrint infix type constructors in an infix way
2007-06-25 simonpj@microsoft.comClamp -O flag to beween 0 and 2
2007-06-22 andy@galois.comturning off -fhpc in stage1 built ghc
2007-06-22 andy@galois.comremoving -fhpc-tracer from ghc, is subsumed by the...
2007-06-21 simonpj@microsoft.com-fglasgow-exts implies -X=GADTs
2007-06-21 LemmihAdd several new record features
2007-06-21 simonpj@microsoft.comWibble: make -fno-implicit-prelude work
2007-06-20 simonpj@microsoft.comWibbles in flaggery, concerning backward compatibility...
2007-06-20 simonpj@microsoft.comUse -X for language extensions
2007-06-20 andy@galois.comturning back on case liberation when using hpc
2007-06-20 andy@galois.comTurning off case liberation when using the hpc option...
2007-06-12 Ian LynaghTweak banner printing 2007-06-12
2007-06-01 cdsmith@twu.netFIX #1378 Add option for a shorter banner on GHCi startup
2007-06-05 Isaac Dupreeremove #if branches for pre-ghc-6.0
2007-06-05 Simon Marlowfix panic in #1379
2007-06-01 Simon MarlowFIX #1110: the linker also needs the workaround
2007-05-30 Simon Marlowexport noSrcLoc, noSrcSpan
2007-05-22 Manuel M T ChakravartyAdd data type information to VectInfo
2007-05-18 Simon MarlowFIX: break011.
2007-05-17 Simon Marlowrethrow exceptions in sandboxIO
2007-05-17 Simon Marloweliminate warnings
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-14 Simon Marlowresult_id should be a GlobalId
2007-05-14 Manuel M T Chakravarty-findexed-types -> -ftype-families
2007-05-14 Simon Marlowfix for Vista workaround: "PATH" can be spelt "Path"
2007-05-11 Simon MarlowStore a SrcSpan instead of a SrcLoc inside a Name
2007-05-11 Simon Marlowimprove :abandon, it wasn't properly terminating the...
2007-05-11 Isaac DupreeAdd a warning flag for when the Prelude is implicitly...
2007-05-10 Simon MarlowFIX #1181: parseStaticFlags should not be required
2007-05-10 Michael D. AdamsWarning fix for unused and redundant imports
2007-05-09 Simon MarlowFIX: Linker.getHValue should be linking in any dependen...
2007-05-08 Manuel M T ChakravartyImproved VectInfo
2007-05-07 Simon Marlowadd defaultObjectTarget to the GHC API
2007-05-07 Manuel M T ChakravartyAdd VectInfo to HPT
2007-05-07 Simon MarlowFIX #1155: ghci -debug generates slightly odd message
2007-05-06 Manuel M T ChakravartyExtend hptInstances to also cover family instances
2007-05-04 Manuel M T ChakravartyIfaceVectInfo and propagation through EPS
2007-05-04 Manuel M T ChakravartyAdded VectInfo to ModGuts
2007-05-04 simonpj@microsoft.comMake -frewrite-rules into a dynamic flag; off for -O0
2007-05-03 Simon MarlowUse a primop for getting the fields of the AP_STACK...
2007-05-03 Simon MarlowAdd history/trace functionality to the GHCi debugger
2007-05-03 Simon Marlowcancel out some reverses by changing the order of ic_tm...
2007-05-01 Tim ChevalierRemove references to -fticky-ticky flag
2007-05-02 simonpj@microsoft.comImport fiddling
2007-05-02 Simon MarlowRefactoring, tidyup and improve layering
2007-05-02 Simon MarlowPrint the "skipping" messages at verbosity 2 again
2007-04-30 Simon Marlowdon't forget to enable ^C after a :cont or :step
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
next