Remove code that is dead now that we need >= 6.12 to build
[ghc-hetmet.git] / compiler / main /
2010-06-22 David TereiRemove LlvmAs phase as the llvm opt tool now handles...
2010-06-21 Simon MarlowROLLBACK: picCCOpts: -dynamic should not entail -optc...
2010-06-18 amsay@amsay.nettrac #1789 (warnings for missing import lists)
2010-06-18 David TereiRemove unused 'ddump-opt-llvm' flag
2010-06-18 David TereiAdd support of TNTC to llvm backend
2010-06-17 Ian LynaghDon't automatically insert a -fvia-C flag in an unregis...
2010-06-17 Simon MarlowpicCCOpts: -dynamic should not entail -optc-fPIC
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-05-31 simonpj@microsoft.comRobustify the treatement of DFunUnfolding
2010-06-12 Ian LynaghWhitespace only
2010-06-12 Ian LynaghWhitespace only
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-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-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-06 simonpj@microsoft.comFind the correct external ids when there's a wrapper
2010-05-06 simonpj@microsoft.comFix Trac #3966: warn about useless UNPACK pragmas
2010-05-06 Ian LynaghGive a better deprecated message for INCLUDE pragmas...
2010-04-27 Simon Marlow--make is now the default (#3515), and -fno-code works...
2010-04-13 Max BolingbrokeSpelling correction for LANGUAGE pragmas
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...
2010-03-25 Ian LynaghUse </> rather than ++ "/"
2010-03-24 Ian LynaghRemove unused cEnableWin32DLLs
2010-03-20 Ian LynaghRemove LazyUniqFM; fixes trac #3880
2010-03-16 Ian LynaghDon't use -Bsymbolic when linking the RTS
2010-03-14 Ian LynaghDon't enable RTS options by default
2010-03-13 Ian LynaghAdd a -with-rtsopts link-time flag
2010-03-13 Ian LynaghRename a variable
2010-03-13 Ian LynaghAdd a link-time flag to en/disable the RTS options
2010-03-03 Simon MarlowAdd the implicit 'import Prelude' in getImports
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...
next