Fix #3741, simplifying things in the process
[ghc-hetmet.git] / compiler /
2009-12-10 Simon MarlowFix #3741, simplifying things in the process
2009-12-10 Simon MarlowAllow spaces at either end of the C import spec (#3742)
2009-12-09 Ian LynaghFix the stage1 version number munging
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-07 simonpj@microsoft.comTidy up deriving error messages
2009-12-07 simonpj@microsoft.comMinor refactoring to remove redundant code
2009-12-07 simonpj@microsoft.comFix a nasty (and long-standing) FloatOut performance bug
2009-12-07 simonpj@microsoft.comAdd a new to-do to cmm-notes
2009-12-07 simonpj@microsoft.comComments only, principally about IfaceDeclExtras
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-04 simonpj@microsoft.comAdd splitUFM to UniqFM (used in a forthcoming patch)
2009-12-04 simonpj@microsoft.comAdd lengthBag to Bag (using in forthcoming patch)
2009-12-04 simonpj@microsoft.comUse addToUFM_Acc where appropriate
2009-12-05 Ian LynaghAdd some missing exports back for GHC package users...
2009-12-05 Ian LynaghAdd some comments on the alternative layout rule state
2009-12-03 Ian LynaghTweak layout for alternative layout rule
2009-09-30 Stephen BlackheathAdd -dylib-install-name option to GHC so the install...
2009-09-28 Stephen BlackheathForce -fPIC when linking against dynamic libraries...
2009-12-04 Roman LeshchinskiyFix loading of annotations
2009-12-03 Roman LeshchinskiyAdd new ForceSpecConstr annotation
2009-12-03 Roman LeshchinskiyGenerate INLINE pragmas for PA methods
2009-12-03 Ian LynaghAdd a GHC layout extension to the alternative layout...
2009-12-03 Ian LynaghFix HPC column numbers, following the column number...
2009-12-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-30 simonpj@microsoft.comFix Trac #3100: reifyType
2009-11-30 simonpj@microsoft.comFix Trac #3102: pre-matching polytypes
2009-11-30 Simon MarlowCheck whether the main function is actually exported...
2009-11-29 Ian LynaghTweak the alternative layout rule: {} contains commas
2009-11-29 Ian LynaghCorrect the advanceSrcLoc calculation for tabs
2009-11-29 Ian LynaghTweak alternative layout rule
2009-11-29 Ian LynaghMake the alternative layout rule cope with file pragmas
2009-11-28 Ian LynaghTeach advanceSrcLoc about tab characters
2009-11-28 Ian LynaghWhitespace only
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-27 Ian LynaghImplement non-decreasing do indentation in the alternat...
2009-09-18 Simon MarlowApply patch from #2978: add more Unicode syntax
2009-11-26 simonpj@microsoft.comComments only, esp about RecStmts
2009-11-25 Ian LynaghFix a bug in alternative layout rule
2009-11-25 Ian LynaghFix a bug in alternative layout
2009-11-25 Ian LynaghBug fix for alternative layout rule
2009-11-25 Ian LynaghTweak alternative layout rule
2009-11-25 Ian LynaghAdd unboxed parentheses to the alternative layout rule
2009-11-25 Ian LynaghTweak the warning suppression flags used in Lexer
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-24 Ian LynaghFix some warning in Lexer
2009-11-24 David WaernAdd a note saying what Haddock relies on about Instance...
2009-11-24 Ian LynaghTreat () as an enumeration tycon
2009-11-24 Ian LynaghWhitespace only
2009-11-23 Ian Lynaghinline has moved to GHC.Magic
2009-11-20 Ian LynaghUse the ghc-perl tarball on Windows, instead of the...
2009-11-20 simonpj@microsoft.comRemove cprAnalysis directory from hs-source-dirs
2009-11-12 Roman LeshchinskiyRemove dead code
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comMake INLINE warning more precise
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
2009-11-19 simonpj@microsoft.comRe-implement the binder-swap stuff in OccurAnal
2009-11-19 simonpj@microsoft.comTry harder not to make DFuns into loop breakers
2009-11-19 simonpj@microsoft.comRefactor case-merging and identical-alternative optimis...
2009-11-19 simonpj@microsoft.comFix a nasty infelicity in the size computation of CoreU...
2009-11-19 simonpj@microsoft.comComments and white space only
2009-11-19 Roman LeshchinskiyFix splitAppTys
2009-11-18 Ben.Lippmeier@anu... Fix warnings about unused imports
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: stifle more warnings about auto imported...
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: stifle warnings about symbols being auto...
2009-11-17 Ben.Lippmeier@anu... Use opt_PIC not #defined __PIC__ in compiler source.
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-11-17 simonpj@microsoft.comexprIsHNF should "look through" lets
2009-11-17 simonpj@microsoft.comImprovement to typecheck higher-rank rules better
2009-11-17 simonpj@microsoft.comApply RULES to simplified arguments
2009-11-17 simonpj@microsoft.comImprovements to pretty-printing of Core
2009-11-15 Duncan CouttsFix formatting of module deprecation/warning messages
2009-11-13 simonpj@microsoft.comWibble to comment
2009-11-13 simonpj@microsoft.comUse eta-expansion to ensure that INLINE things have... 2009-11-15
2009-11-13 simonpj@microsoft.comMake the new ClassOp/DFun selection mechanism work...
2009-11-12 simonpj@microsoft.comComments only
2009-11-12 simonpj@microsoft.comRemove old, redundant note
2009-11-12 Simon MarlowFix bug when the combined package DB has duplicate...
2009-11-12 simonpj@microsoft.comA radical overhaul of the coercion infrastucture
2009-11-12 simonpj@microsoft.comImprove warning message
2009-11-12 simonpj@microsoft.comAdd an ID monad to MonadUtils (used in kind checking)
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
next