Make getAllocations() visible
[ghc-hetmet.git] / compiler /
2010-06-16 Simon Marlowpick up changes to $(GhcStage1HcOpts) without re-config...
2010-05-07 Simon Marlowfix -fforce-recomp setting: module is PrimOp, not PrimOps
2010-06-15 Ross Patersonfix #3822: desugaring case command in arrow notation
2010-06-15 Ian LynaghDeprecate the -fvia-C flag; trac #3232
2010-06-15 David TereiAdd new LLVM code generator to GHC. (Version 2)
2010-06-15 simonpj@microsoft.comFix Trac #4127: build GlobalRdrEnv in GHCi correctly
2010-06-15 simonpj@microsoft.comComments, and improvement to pretty-printing of HsGroup
2010-06-14 simonpj@microsoft.comDon't reverse bindings in rnMethodBinds (fix Trac ...
2010-06-14 simonpj@microsoft.comFix Trac #4120: generate a proper coercion when unifyin...
2010-06-14 simonpj@microsoft.comUse mkFunTy to ensure that invariants are respected
2010-06-01 simonpj@microsoft.comRemove redundant debug code
2010-05-31 simonpj@microsoft.comFix Trac #4099: better error message for type functions
2010-06-14 simonpj@microsoft.comGruesome fix in CorePrep to fix embarassing Trac #4121
2010-05-31 simonpj@microsoft.comFix a bug in CorePrep that meant output invariants...
2010-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-06-14 simonpj@microsoft.comFix spelling in comment
2010-06-13 Ian LynaghFix printing of splices; part of #4124
2010-06-12 Ian LynaghWhitespace only
2010-06-12 Ian LynaghWhitespace only
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-07 Roman LeshchinskiyTrack changes to DPH libs
2010-06-04 simonpj@microsoft.comDon't use unnecessary parens when printing types (Fix...
2010-06-04 Roman LeshchinskiyTrack DPH library changes
2010-06-02 Simon Marlow__stg_EAGER_BLACKHOLE_INFO -> __stg_EAGER_BLACKHOLE_inf...
2010-06-02 Simon MarlowUse UserInterrupt rather than our own Interrupted excep...
2010-06-02 Simon MarlowAdd the global package DB to ghc --info (#4103)
2010-05-08 pho@cielonegro.orgPIC support for PowerPC
2010-06-01 Roman LeshchinskiyVectoriser: only treat a function as scalar if it actua...
2010-05-25 Simon MarlowIf you say 'make' or 'make stage=2' here, pretend we...
2010-05-25 simonpj@microsoft.comRefactor pretty printing of TyThings to fix Trac #4015
2010-05-25 simonpj@microsoft.comImprove printing of TyThings; fixes Trac #4087
2010-05-25 simonpj@microsoft.comSpelling in comments
2010-05-25 simonpj@microsoft.comRefactor (again) the handling of default methods
2010-05-25 simonpj@microsoft.comDon't do SpecConstr on NOINLINE things (Trac #4064)
2010-05-20 Simon Marlowthe 'stage=0' trick to disable all compiler builds...
2010-05-24 benl@ouroborus.netComments and formatting only
2010-05-22 Ian LynaghCore prettyprinter fixes. Patch from Tim Chevalier...
2010-05-20 Ian LynaghStop passing -Wl,-macosx_version_min to gcc
2010-05-19 Simon MarlowFix package shadowing order (#4072)
2010-05-18 Ian LynaghChange another / to </> to avoid building paths contain...
2010-05-13 Simon MarlowUndo part of #4003 patch
2010-05-10 Simon MarlowlooksLikeModuleName: allow apostrophe in module names...
2010-05-11 simonpj@microsoft.comFix Trac #4003: fix the knot-tying in checkHiBootIface
2010-05-10 simonpj@microsoft.comRe-engineer the derived Ord instance generation code...
2010-05-10 simonpj@microsoft.comMake arity of INLINE things consistent
2010-04-28 Simon Marlowomit "dyn" from the way appended to the __stginit label
2010-05-06 Ian LynaghEnable the "redundant specialise pragmas" warning;...
2010-05-06 simonpj@microsoft.comFind the correct external ids when there's a wrapper
2010-05-06 simonpj@microsoft.comAdd a comment about pattern coercions
2010-05-06 simonpj@microsoft.comComments only
2010-05-06 simonpj@microsoft.comMake a missing name in mkUsageInfo into a panic
2010-05-06 simonpj@microsoft.comRefactoring of hsXxxBinders
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comMake tcg_dus behave more sanely; fixes a mkUsageInfo...
2010-05-06 simonpj@microsoft.comAdd a HsExplicitFlag to SpliceDecl, to improve Trac...
2010-05-06 simonpj@microsoft.comChange an assert to a warn
2010-05-06 simonpj@microsoft.comTidy up debug print a little
2010-05-06 simonpj@microsoft.comRemove useless UNPACK pragmas
2010-05-06 simonpj@microsoft.comAdd WARNM2 macro, plus some refactoring
2010-04-09 simonpj@microsoft.comFix Trac #3966: warn about unused UNPACK pragmas
2010-04-09 simonpj@microsoft.comFix Trac #3953: fail earlier when using a bogus quasiquoter
2010-04-09 simonpj@microsoft.comFix Trac #3965: tighten conditions when deriving Data
2010-04-09 simonpj@microsoft.comFix Trac #3964: view patterns in DsArrows
2010-04-09 simonpj@microsoft.comFix Trac #3955: renamer and type variables
2010-04-09 simonpj@microsoft.comLayout only
2010-05-06 Ian LynaghGive a better deprecated message for INCLUDE pragmas...
2010-05-06 Ian LynaghDe-haddock a comment that confuses haddock
2010-05-06 Ian LynaghFix comment to not confuse haddock
2010-05-05 simonpj@microsoft.comMake the demand analyser sdd demands for strict constru...
2010-05-05 simonpj@microsoft.comFix interaction of exprIsCheap and the lone-variable...
2010-05-05 simonpj@microsoft.comMatching cases in SpecConstr and Rules
2010-05-04 simonpj@microsoft.comComments only
2010-05-04 simonpj@microsoft.comComments only
2010-05-04 simonpj@microsoft.comComments only
2010-04-17 simonpj@microsoft.comComments only (about type families)
2010-05-05 Simon MarlowRemove the Unicode alternative for ".." (#3894)
2010-05-05 Simon MarlowAllow filepath-1.2.*
2010-05-04 Ian LynaghFix build with GHC 6.10
2010-05-03 Simon PJPrint unfoldings on lambda-bound variables
2010-05-03 Milan StrakaReplace FiniteMap and UniqFM with counterparts from...
2010-05-03 Simon PJMake the demand analyser take account of lambda-bound...
2010-04-27 Ian LynaghFix "make 2"
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-04-26 Simon Marlowworkaround for #4003, fixes HEAD build with 6.12.2
2010-04-24 Ian LynaghMake sure all the clean rules are always included
2010-04-23 Simon Marlowreinstate eta-expansion during SimplGently, to fix...
2010-04-22 Simon MarlowAdd missing constant folding and optimisation for unsig...
2010-03-31 Milan StrakaFlags -auto and -auto-all operate only on functions...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
2010-04-12 simonpj@microsoft.comFix Trac #3950: unifying types of different kinds
2010-04-12 simonpj@microsoft.comFix Trac #3943: incorrect unused-variable warning
2010-04-09 Ian LynaghThe bootstrapping compiler is now required to be > 609
2010-03-30 David WaernAdd Data and Typeable instances to HsSyn
2010-04-06 Simon Marlowaccount for the new BLACKHOLEs in the GHCi debugger
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-25 Simon MarlowNever jump directly to a thunk's entry code, even if...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (mkRtsCo...
2010-04-03 naur@post11.tele.dkFix error compiling AsmCodeGen.lhs for PPC Mac (DestBlo...
2010-03-31 Ian LynaghUse machdepCCOpts when compiling the file to toggle...
2010-03-29 Simon Marlowfix return type cast in f.i.wrapper when using libffi...
next