Loop problems in native back ends, update to T3286 fix
[ghc-hetmet.git] / compiler /
2009-11-05 dias@cs.tufts.eduLoop problems in native back ends, update to T3286 fix
2009-09-18 dias@cs.tufts.eduMorguing dead code
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-09-18 dias@cs.tufts.eduMinor refactoring and formatting
2009-09-18 dias@cs.tufts.eduKeep Touch'd variables live through the back end
2009-09-18 dias@cs.tufts.eduFixed calling convention for unboxed tuples
2009-09-18 dias@cs.tufts.eduFix for T3286 in new codegen (related to T3132); plus...
2009-11-11 Simon MarlowSupport for DragonFly BSD
2009-11-09 Simon MarlowDon't try to rebuild compiler/primop-*.hs-incl when...
2009-11-11 simonpj@microsoft.comNo CoreLint warnings if -dno-debug-output is on
2009-11-10 simonpj@microsoft.comWibbles to the inline-in-InlineRule stuff
2009-11-10 simonpj@microsoft.comDon't inline a loop breaker, even if it has an INLINE...
2009-11-10 simonpj@microsoft.comComments only
2009-11-10 simonpj@microsoft.comImplement the PushC rule when optimising casts
2009-11-10 simonpj@microsoft.comPreserve strictness when floating coercions
2009-11-10 simonpj@microsoft.comMake -dverbose-core2core set verbosity = 2
2009-11-10 simonpj@microsoft.comComments only
2009-11-08 tom.schrijvers@cs... more aggressive optimization of coercion terms
2009-11-06 simonpj@microsoft.comImprove debug-printing of the type environment
2009-11-06 simonpj@microsoft.comTidy up coercions, and implement csel1, csel2, cselR
2009-11-06 simonpj@microsoft.comComments in OccurAnal
2009-11-09 Roman LeshchinskiyTrack changes to DPH library
2009-11-09 simonpj@microsoft.comRemove dead code
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-11-09 simonpj@microsoft.comAugment panic message
2009-11-09 simonpj@microsoft.comWibble to substituting InlWrappers
2009-11-06 Ben.Lippmeier@anu... validate fixes
2009-11-06 Ben.Lippmeier@anu... Add missing CgExtCode to ghc.cabal.in
2009-11-06 Ben.Lippmeier@anu... * Refactor CLabel.RtsLabel to CLabel.CmmLabel
2009-10-22 Ben.Lippmeier@anu... Add missing case to externallyVisibleCLabel
2009-10-18 Ben.Lippmeier@anu... Add CLabel.CmmLabel and start refactoring
2009-10-18 Ben.Lippmeier@anu... Haddockify and clean up commenting
2009-10-18 Ben.Lippmeier@anu... Merge RtsLabelInfo.Rts* with RtsLabelInfo.Rts*FS
2009-11-06 Ian LynaghFix the build
2009-11-06 Simon MarlowAccept any non-space characters in a header file (...
2009-11-05 simonpj@microsoft.comBe a tiny bit keener to inline in the RHS of a let
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-05 simonpj@microsoft.comAdd notes to cmm-notes, following conversation with...
2009-11-05 simonpj@microsoft.comFix Trac #3640, plus associated refactoring
2009-11-05 simonpj@microsoft.comComments only
2009-11-05 simonpj@microsoft.comImprove error reporting when there's an error inside...
2009-11-05 simonpj@microsoft.comUpdate layout of error message slightly
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-04 simonpj@microsoft.comComment only
2009-11-05 simonpj@microsoft.comComments and layout only, relating to Roman's inlining...
2009-11-05 simonpj@microsoft.comComments only, relating to Roman's new built-in rule...
2009-11-03 simonpj@microsoft.comAdd a (DEBUG-only) warning for top-level error thunks...
2009-11-03 simonpj@microsoft.comComment only
2009-11-04 Roman LeshchinskiyAdd builtin rule to eliminate unnecessary casts in seq
2009-11-04 Roman LeshchinskiyConsider variables with conlike unfoldings interesting
2009-11-03 simonpj@microsoft.comTweak simpleOptExpr, so that it respects nested INLINE...
2009-11-04 Simon Marlow#3604: treat TH with -dynamic in the same way as -prof
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-11-04 Simon Marlowadd '-' to the chars allowed in C header file names
2009-11-02 simonpj@microsoft.comMinor change to captalisation in error message only
2009-11-02 simonpj@microsoft.comComments only
2009-11-02 simonpj@microsoft.comMake the arity warning a bit more informative (DEBUG...
2009-10-30 simonpj@microsoft.comImprove error message for malformed LANGUAGE pragma
2009-10-30 simonpj@microsoft.comMinor refactoring
2009-10-30 simonpj@microsoft.comTurn an ASSERT into a WARN
2009-10-30 simonpj@microsoft.comBe less noisy in a debug trace (Arity decrease)
2009-10-30 simonpj@microsoft.comFix build with DEBUG on
2009-10-30 simonpj@microsoft.comCure an assert failure by gathering the right set of...
2009-10-30 Ian LynaghFix the build with GHC 6.8
2009-10-30 simonpj@microsoft.comImprove coercion optimisation
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-30 simonpj@microsoft.comFix Trac #3626: TH should reject unboxed tuples
2009-10-28 tom.schrijvers@cs... fix and enable coercion optimization
2009-10-30 Roman LeshchinskiyDon't dump Core after every simplifier iteration with...
2009-10-30 Roman LeshchinskiyAdapt vectoriser to new inlining mechanism
2009-10-30 Roman LeshchinskiyUse packByTag instead of pack in the vectoriser
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comComments and -ddump-tc-trace wibbles only
2009-10-29 simonpj@microsoft.comWhite space only
2009-10-29 simonpj@microsoft.comComments and variable naming only
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-29 simonpj@microsoft.comTidy up pretty-printing (use ppUnless)
2009-10-29 simonpj@microsoft.comA small refactoring in the code for desugaring explicit...
2009-10-29 simonpj@microsoft.comWhite space layout only
2009-10-29 simonpj@microsoft.comMake `consBag` infixr, and `snocBag` infixl
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
2009-10-29 simonpj@microsoft.comComments only
2009-10-29 Roman LeshchinskiyAdd support for NoSpecConstr annotation
2009-10-29 Roman LeshchinskiyUtility functions for annotations
2009-10-29 Roman LeshchinskiyAdd new dynamic flag -fstrictness-before
2009-10-17 Roman LeshchinskiyTidy VectInfo in tidyProgram
2009-10-16 Roman LeshchinskiyFix bug in data type vectorisation
2009-10-28 simonpj@microsoft.comDrop unused import
2009-10-28 simonpj@microsoft.comTidy up the parsing of comprehensions and improve locations
2009-10-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-28 simonpj@microsoft.comRemove a redundant parameter for mkTupleTy (the arity)
2009-10-28 simonpj@microsoft.comTrivial improvement to mkForAllTy
2009-10-26 simonpj@microsoft.comAdd a coercion optimiser, to reduce the size of coercio...
2009-10-23 simonpj@microsoft.comComments only
2009-10-23 simonpj@microsoft.comAdd restrictVarEnv :: VarEnv a -> VarSet -> VarEnv a
2009-10-23 simonpj@microsoft.comUse braces rather than angle-brackets in debug-printing...
2009-10-23 simonpj@microsoft.comFix Trac #3591: very tricky specialiser bug
2009-10-20 simonpj@microsoft.comFix Trac #3590: a nasty type-checker bug in left/right...
2009-10-20 simonpj@microsoft.comAllow -ticky and -prof together
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
next