Add transitional rules for the alternative layout rule
[ghc-hetmet.git] / compiler / main /
2010-03-02 Ian LynaghAdd transitional rules for the alternative layout rule
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2010-01-29 Simon MarlowRe-read pragmas after preprocessing (#2464, #3674,...
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-12 Simon MarlowDo some recompilation avoidance in GHC.loadModule
2010-01-04 Simon Marlowrefactoring while I try to make sense of the hsc interface
2010-01-06 simonpj@microsoft.comSpecConstr: Remove -fspec-inline-join-points, and add...
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
2010-01-02 Ben.Lippmeier@anu... Tag ForeignCalls with the package they correspond to
2010-01-04 simonpj@microsoft.comSubstantial improvements to coercion optimisation
2009-12-21 simonpj@microsoft.comA bit of refactoring, plus a sanity check
2009-12-18 simonpj@microsoft.comMove all the CoreToDo stuff into CoreMonad
2009-12-18 simonpj@microsoft.comAlways expose the unfolding of something with an InlineRule
2009-12-21 Simon MarlowPartial support for Haiku (#3727)
2009-12-11 simonpj@microsoft.comBottom extraction: float out bottoming expressions...
2009-12-07 simonpj@microsoft.comComments only, about RULE plumbing
2009-12-05 Ian LynaghAdd some missing exports back for GHC package users...
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-02 simonpj@microsoft.comMore work on the simplifier's inlining strategies
2009-11-27 Ian LynaghColumns now start at 1, as lines already did
2009-11-25 Ian LynaghImplement the alternative layout rule
2009-11-20 Ian LynaghUse the ghc-perl tarball on Windows, instead of the...
2009-11-19 simonpj@microsoft.comRemove the (very) old strictness analyser
2009-11-19 simonpj@microsoft.comImplement -fexpose-all-unfoldings, and fix a non-termin...
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-12 Simon MarlowFix bug when the combined package DB has duplicate...
2009-09-18 dias@cs.tufts.eduMore sensible use of -fnew-codegen and less debugging...
2009-11-10 simonpj@microsoft.comMake -dverbose-core2core set verbosity = 2
2009-11-09 simonpj@microsoft.comAllow inlining in "SimplGentle" mode
2009-11-05 simonpj@microsoft.comAnother refactoring on the shape of an Unfolding
2009-11-05 simonpj@microsoft.comNuke the -finline-if-enough-args flag
2009-11-03 simonpj@microsoft.comAdd a (DEBUG-only) warning for top-level error thunks...
2009-11-04 Simon MarlowFinish #3439: -ticky implies -debug at link time; the...
2009-11-02 simonpj@microsoft.comMinor change to captalisation in error message only
2009-10-30 simonpj@microsoft.comImprove error message for malformed LANGUAGE pragma
2009-10-30 simonpj@microsoft.comDeprecate the ImpredicativeTypes feature
2009-10-29 simonpj@microsoft.comThe Big INLINE Patch: totally reorganise way that INLIN...
2009-10-29 simonpj@microsoft.comAdd static flag -funfolding-dict-discount (plus layout...
2009-10-29 simonpj@microsoft.comAdd Outputable.blankLine and use it
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-28 simonpj@microsoft.comAdd 'rec' to stmts in a 'do', and deprecate 'mdo'
2009-10-20 simonpj@microsoft.comAllow -ticky and -prof together
2009-10-23 Ian LynaghMake a mingw tree from mingw tarballs
2009-10-20 simonpj@microsoft.comTidy up TcSplice, especially runMeta and friends
2009-10-20 simonpj@microsoft.comAdd flags -fno-specialise, -fno-float-in, and document...
2009-10-15 simonpj@microsoft.comCorrect comment
2009-10-14 Simon MarlowFix #3579: avoid clashing with names of implicit bindings
2009-10-14 Roman LeshchinskiyNew flag -dsuppress-coercions to avoid printing coercio...
2009-10-07 simonpj@microsoft.comAdd flag -XExplicitForAll and document it
2009-10-06 Simon MarlowPackages are only shadowed if the InstalledPackageId...
2009-09-29 Simon MarlowFix some missing unfoldings (foldr in particular!)
2009-09-27 Ian LynaghFix invoking windres in a directory containing spaces
2009-09-24 Ian LynaghWe now tell the linker macosx_version_min is 10.5;...
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
2009-09-16 Simon Marlowimprove the cyclic module error message as per #1856
2009-09-17 Simon MarlowAllow -package-id to override the default package shado...
2009-09-17 Manuel M T ChakravartyFix build on Mac OS 10.6 (Snow Leopard)
2009-09-15 Thomas SchillingPut context information for warnings in errMsgExtraInfo.
2009-09-11 simonpj@microsoft.comComments and Cmm notes
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-09-08 Simon MarlowAdd -package-id, improve package shadowing behaviour...
2009-08-26 Isaac Dupreeremove Haddock-lexing/parsing/renaming from GHC
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-24 Simon MarlowFollow changes in Cabal: package -> sourcePackageId
2009-08-24 Simon Marlowfix an unused-import warning
2009-08-20 Simon MarlowAdd unique package identifiers (InstalledPackageId...
2009-08-21 Simon Marlow-fPIC -fvia-C issues a warning and ignores -fvia-C
2009-08-20 simonpj@microsoft.comImprovements to record puns, wildcards
2009-08-20 Simon MarlowMake -dynamic a proper way, so we read the .dyn_hi...
2009-08-19 Ian LynaghFix warnings
2009-08-18 Ian LynaghPut a newtype wrapper around ModuleEnv
2009-08-18 Thomas SchillingRemove the lock around NameCache for readBinIface.
2009-08-17 Thomas SchillingMake access to NameCache atomic. Sometimes needs a...
2009-08-16 Thomas SchillingMake updates to the Finder caches atomic. Well, almost.
2009-08-09 Ian LynaghMake Constants shareable with the base package
2009-08-02 Simon MarlowDeprecate the -#include flag
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-08-03 Simon MarlowFix #3412: the worker of an Id might not be a local Id
2009-07-29 Ian LynaghMake the types we use when creating GHCi bytecode bette...
2009-07-28 Simon MarlowBe a bit more sensible about choosing external OccNames
2009-07-26 Ian LynaghGive a better error message for hidden packages when...
2009-07-26 Ian LynaghAdd a -fbuilding-cabal-package flag
2009-07-25 Ian LynaghAdd an extension to disable n+k patterns
2009-07-24 Ian LynaghRemove GHC's haskell98 dependency
2009-07-23 Simon Marlowpoint to the wiki
2009-07-23 Simon Marlowrefactorings
2009-07-23 simonpj@microsoft.comUse the ErrMsg record type
2009-07-23 simonpj@microsoft.comAdd tuple sections as a new feature
2009-07-20 Simon Marlowremove unused $(HscIfaceFileVersion)
2009-07-20 Simon MarlowChoose external names more predictably
2009-07-19 Ian LynaghAdd a -fwarn-dodgy-exports flag; fixes #1911
next