Make some profiling flags dynamic
[ghc-hetmet.git] / compiler / main /
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
2008-12-05 simonpj@microsoft.comCompletely new treatment of INLINE pragmas (big patch)
2008-12-05 simonpj@microsoft.comAdd -fpass-case-bndr-to-join-points
2008-12-05 simonpj@microsoft.comAdd static flag -fsimple-list-literals
2008-12-02 Thomas SchillingDocument 'loadModule'.
2008-12-02 Thomas SchillingAdd 'needsTemplateHaskell' utility function and documen...
2008-12-02 Thomas SchillingDocumentation only.
2008-12-02 Thomas SchillingExport 'succeeded' and 'failed' helper functions.
2008-12-02 Simon MarlowPut full ImportDecls in ModSummary instead of just...
2008-11-28 Simon Marlowghc -M: need to add a dep on Prelude unless -fno-implic...
2008-11-28 Simon Marlowmake -include-pkg-deps work (not sure when this got...
2008-11-30 Ian LynaghRemove the v_Split_info global variable and use a field...
2008-11-28 Thomas SchillingLet 'loadModule' generate proper code depending on...
2008-11-28 Thomas SchillingExpose a separate 'hscBackend' phase for 'HsCompiler...
2008-11-28 Thomas SchillingWhoops, *don't* reset the complete session in 'withLoca...
2008-11-28 Thomas SchillingUse a record instead of a typeclass for 'HsCompiler...
2008-11-28 Ian LynaghRemove dead code
2008-11-28 Thomas SchillingUse a per-session data structure for callbacks. Make...
2008-11-27 Thomas SchillingImprove error message for #2739 (but no fix).
2008-11-27 Thomas SchillingCollect instead of print warnings in 'warnUnnecessarySo...
2008-11-26 Thomas SchillingForce recompilation of BCOs when they were compiled...
2008-11-26 Thomas SchillingDocumentation only: Add module description for HscMain.
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-10-17 dias@eecs.harvard.eduRemoved warnings, made Haddock happy, added examples...
2008-10-16 dias@eecs.harvard.eduFixed linear regalloc bug, dropped some tracing code
2008-10-13 dias@eecs.harvard.eduBig collection of patches for the new codegen branch.
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-25 Thomas SchillingMajor clean-up of HscMain.
2008-11-22 Thomas SchillingReturn errors instead of dying in myParseModule.
2008-11-22 Thomas SchillingChange 'handleFlagWarnings' to throw exceptions instead...
2008-11-21 Thomas SchillingDocument exported functions in main/HeaderInfo.
2008-11-21 Thomas SchillingRemove warning supression klugde in main/HeaderInfo
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-05 Neil MitchellPerform case-insensitive matching of path components...
2008-11-10 Thomas SchillingDocumentation only. Clarify that 'load*' may indeed...
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
2008-10-28 Thomas SchillingExport typeclasses for accessing compiler results.
2008-10-28 Thomas SchillingMinor refactoring.
2008-10-30 simonpj@microsoft.comAdd (a) CoreM monad, (b) new Annotations feature
2008-10-14 Thomas SchillingMove documentation within 80 column boundary.
2008-10-14 Thomas SchillingImprove haddock documentation for 'GHC.topSortModuleGraph'.
2008-10-20 Simon MarlowRe-export Located(..) and related functions
2008-10-14 Clemens FruhwirthUndefine __PIC__ before defining it to work around...
2008-10-13 Clemens FruhwirthDo not filter the rts from linked libraries in linkDynL...
2008-10-13 Simon MarlowFix #2685: two Bool arguments to tidyTypeEnv were the...
2008-10-10 Simon Marlowfix #2636: throw missing module errors as SourceErrors...
2008-10-08 Thomas SchillingMake 'getModSummary' deterministic.
2008-10-07 Clemens FruhwirthRevert AutoLinkPackages change for dynamic libraries...
2008-10-07 Clemens FruhwirthChange suffix for dyn. linked executables from _real...
2008-10-06 Thomas SchillingAdd accessors to 'Target' fields and haddockify.
2008-10-06 Thomas SchillingMake 'gblock' and 'gunblock' part of 'ExceptionMonad...
2008-10-03 Clemens FruhwirthNo AutoLinkPackages for dynamic library linking
2008-10-01 Clemens Fruhwirthuse ghcError for error in command line
2008-10-03 Ian LynaghUse an extensible-exceptions package when bootstrapping
2008-10-03 simonpj@microsoft.comAdd ASSERTs to all calls of nameModule
2008-10-02 Thomas SchillingLet parseModule take a ModSummary like checkAndLoadModu...
2008-10-02 Roman LeshchinskiyPrevent excessive inlining with DPH
2008-09-27 Simon MarlowAdd -outputdir flag (#2295)
2008-09-16 Neil MitchellMake the matching of the filename ghc.exe case insensit...
2008-09-25 Bertram FelgenhauerFix parsing of -ignore-package flag.
2008-09-21 Thomas SchillingGeneralise type of 'defaultErrorHandler' so it can...
2008-09-23 Simon MarlowDisallow package flags in OPTIONS_GHC pragmas (#2499)
2008-09-22 Simon Marlowadd -XNewQualifiedOperators (Haskell' qualified operato...
2008-09-20 Ian LynaghRemove fno-method-sharing from the list of static flags
2008-09-18 pepeFix a couple of issues with :print
2008-09-18 Chaddai FoucheRichTokenStream support
2008-09-18 Ian LynaghWhen passing gcc -B, also tell it where the mingw inclu...
2008-09-17 simonpj@microsoft.comRe-adjust interaction between -ddump flags and force...
2008-09-17 simonpj@microsoft.comAdd Outputable GhcMode instance
2008-09-17 Thomas SchillingChange 'loadWithCompiler' callback argument to just...
2008-09-16 Roman LeshchinskiyImprove handling of -fdph-* flags
2008-09-16 Roman LeshchinskiyAdd -fdph-this
2008-09-16 Roman LeshchinskiyRemove last traces of package ndp
2008-09-12 Roman LeshchinskiyExpose the dph packages automatically if -dph-* is set
2008-09-10 Roman Leshchinskiy-Odph implies -fno-spec-constr-count
2008-09-15 simonpj@microsoft.comDo not use the Static Arg Transformation by default...
2008-09-14 Thomas SchillingUse 'GhcMonad' in InteractiveEval.
2008-09-14 Thomas SchillingUse 'GhcMonad' in GHC and split up checkModule into...
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverPipeline. Also haddockify...
2008-09-14 Thomas SchillingUse 'GhcMonad' in HscMain.
2008-09-14 Thomas SchillingUse 'GhcMonad' in DriverMkDepend.
2008-09-14 Thomas SchillingHaddockify DynFlags (partial).
2008-09-14 Thomas SchillingDocument 'parseStaticFlags'.
2008-09-14 Thomas SchillingIntroduce 'GhcMonad' class and two default implementati...
2008-09-14 Thomas SchillingGive the "Failing due to -Werror" message a name.
2008-09-14 Thomas SchillingAdd aliases for bags of warnings and errors.
2008-09-15 Tim ChevalierSlightly more helpful panic message in DynFlags
2008-09-14 Tim ChevalierComments only: ".core" => ".hcr"
2008-09-10 simonpj@microsoft.comRobustify the setting of implied flags
2008-09-01 Simon MarlowCheck the modification times of libraries in --make...
2008-08-28 Ian LynaghDisambiguate some names in haddock comments
2008-08-27 Simon Marlowre-fix of #1205, fix #2542
2008-08-26 Ian LynaghGive locations of flag warnings/errors
2008-08-26 Ian LynaghRemove a now-redundant comment
2008-08-26 Ian LynaghSeparate the static flag parser from the static global...
next