ghc-hetmet.git
2008-12-16 Simon MarlowRollback INLINE patches
2008-12-15 Simon Marlowrevert accidental change to configure.ac
2008-12-15 Simon MarlowRevert CorePrep part of "Completely new treatment of...
2008-12-10 Simon Marlowwake up other Capabilities even when there is only...
2008-12-10 Simon MarlowDocument new GC options -q1 and -qg<n>
2008-12-11 Ian LynaghSysTools no longer needs -fno-cse
2008-12-11 Ian LynaghMake the lists of files and directories to be cleaned...
2008-12-11 Ian LynaghThe default cleanup handler should /always/ delete...
2008-12-10 Ian LynaghFix user guide typesetting
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-10 Simon MarlowOn FreeBSD, try MAP_FIXED if ordinary mmap() fails...
2008-12-09 Simon MarlowDocument hs_init() infelicity (#2863)
2008-12-10 simonpj@microsoft.comImprove documentation for data family instances (cf...
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 #2592: do an orderly shutdown when the heap is...
2008-12-09 Simon MarlowFix #2848: avoid overflow during time calculation
2008-12-09 Simon MarlowFix #2838: we should narrow a CmmInt before converting...
2008-12-04 Simon Marlowfix an assertion failure in prof/threaded/debug mode
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-03 Ian LynaghWe need to tell cabal-bin which version of Cabal to use
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-12-02 Simon MarlowFix more problems caused by padding in the Capability...
2008-11-28 Simon Marlowadd missing case to Ord GlobalReg (EagerBlackhole ...
2008-12-01 simonpj@microsoft.comBetter error message for fundep conflict
2008-11-29 shelarcyFix typo in quasi-quote documentation's sample.
2008-11-30 Ian LynaghRemove the v_Split_info global variable and use a field...
2008-11-30 Ian LynaghDocument the --machine-readable RTS flag
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 LynaghUpdate docs not to talk about deprecated -optdep-*...
2008-11-28 Ian LynaghUse relative URLs in the GHC API haddock docs; fixes...
2008-11-28 Ian LynaghTeach runghc about --help; fixes trac #2757
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-28 Simon MarlowRemove the packing I added recently to the Capability...
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-21 Thorkil NaurFix symbol macro names in Linker.c
2008-11-23 Ian LynaghAdd a --machine-readable RTS flag
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...
next