Make some profiling flags dynamic
[ghc-hetmet.git] / compiler /
2008-12-09 Ian LynaghMake some profiling flags dynamic
2008-12-09 Ian LynaghFix warnings in StgCmmGran
2008-12-09 Ian LynaghAdd OPTIONS_CATCH,DERIVE,YHC to those that GHC knows...
2008-12-09 Ian LynaghFix warnings in CgHpc
2008-12-09 Ian LynaghParse pragma names better; trac #2847
2008-12-09 Ian LynaghFix warnings in CgParallel
2008-12-09 Ian LynaghFix warnings in StgCmmHpc
2008-12-09 Ian LynaghRemove an unnecessary -w flag
2008-12-09 simonpj@microsoft.comFix Trac #2861: bogus eta expansion
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-12-08 simonpj@microsoft.comInject implicit bindings after CoreTidy, not before...
2008-12-08 simonpj@microsoft.comAdd assertion for arity match (checks Trac #2844)
2008-12-08 simonpj@microsoft.comUse CoreSubst.simpleOptExpr in place of the ad-hoc...
2008-12-08 simonpj@microsoft.comMove simpleOptExpr from CoreUnfold to CoreSubst
2008-12-08 simonpj@microsoft.comWhite space only
2008-12-08 simonpj@microsoft.comComments only
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-05 simonpj@microsoft.comComments only in OccurAnal
2008-12-05 simonpj@microsoft.comComments only
2008-12-05 simonpj@microsoft.comLayout only
2008-12-05 simonpj@microsoft.comComments only (Note [Entering error thunks])
2008-12-05 simonpj@microsoft.comMake CoreToStg a little more robust to eta expansion
2008-12-05 simonpj@microsoft.comAdd no-op case for addIdSpecialisations (very minor...
2008-12-05 simonpj@microsoft.comTrim redundant import
2008-12-05 simonpj@microsoft.comMake CoreTidy retain deadness info (better -ddump-simpl)
2008-12-05 simonpj@microsoft.comRemove INLINE pragmas on recursive functions
2008-12-05 simonpj@microsoft.comComments only (on Activation)
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-28 Simon Marlowadd missing case to Ord GlobalReg (EagerBlackhole ...
2008-12-01 simonpj@microsoft.comBetter error message for fundep conflict
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 Ian LynaghUse relative URLs in the GHC API haddock docs; fixes...
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 Simon Marlowdon't emit CmmComments for now
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 Thomas SchillingInclude GHCi files in ctags/etags.
2008-11-26 dias@eecs.harvard.edudrop some debugging traces and use only one flag for...
2008-11-26 dias@eecs.harvard.eduone more missing patch from new codegen path
2008-11-26 simonpj@microsoft.comFix Trac #2817 (TH syntax -> HsSyn conversion)
2008-11-26 simonpj@microsoft.comFix Trac #2756: CorePrep strictness bug
2008-11-26 simonpj@microsoft.comFormat output for :t more nicely
2008-11-26 simonpj@microsoft.comFix Trac #2766: printing operator type variables
2008-11-26 simonpj@microsoft.comFix build following codegen patch
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-14 dias@eecs.harvard.eduKeep update frames live even in functions that never...
2008-10-14 dias@eecs.harvard.eduRemoved space and time inefficiency in procpoint splitting
2008-10-14 dias@eecs.harvard.eduClarify the SRT building process
2008-10-14 dias@eecs.harvard.eduDon't adjust hp up when the case scrutinee won't allocate
2008-10-13 dias@eecs.harvard.eduFloating infotables were reversed in C back end
2008-10-13 dias@eecs.harvard.eduforgot a few files
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-25 simonpj@microsoft.comFix Trac #2799: TcType.isOverloadedTy
2008-11-25 Simon MarlowFix #2740: we were missing the free variables on some...
2008-11-22 Thomas SchillingReturn errors instead of dying in myParseModule.
2008-11-22 Thomas SchillingComments/Haddockification only.
2008-11-22 Thomas SchillingReport source span instead of just source location...
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-14 Simon MarlowDon't put stdin into non-blocking mode (#2778, #2777)
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-11 Simon MarlowFix to i386_insert_ffrees (#2724, #1944)
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 SchillingFix documentation (to say the opposite).
2008-11-10 Thomas SchillingDocumentation only.
2008-11-10 Thomas SchillingAdd 'packageDbModules' function to GHC API.
2008-11-08 Ian LynaghWe now require GHC 6.6, so we always have Applicative
2008-11-08 Ian LynaghRemove a CPP test that's always true (__GLASGOW_HASKELL...
2008-11-08 Ian LynaghRemove some dead code now that __GLASGOW_HASKELL__...
2008-11-08 Ian Lynaghghc_ge_605 is now always YES
2008-11-08 Ian LynaghRemove the GHC 6.4 unicode compat stuff; we can now...
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-11-07 Simon Marlowdisable instance MonadPlus CoreM for GHC <= 6.6
2008-10-31 Thomas SchillingRemove dead code.
2008-11-06 Simon MarlowRun sparks in batches, instead of creating a new thread...
2008-11-06 Simon Marlowdisable MonadPlus instance that doesn't compile with 6.6
2008-11-04 Simon Marlowfix the :help docs for :set stop (#2737)
next