ghc-hetmet.git
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...
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 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-21 Simon Marlowwe shouldn't update topBound in discardSparks()
2008-11-21 Thomas SchillingThrow SourceErrors instead of ProgramErrors in main...
2008-11-21 Simon Marlowfix the build when !USE_MMAP
2008-11-20 Simon Marlowround the size up to a page in mmapForLinker() instead...
2008-11-20 Simon MarlowFix a race in the deadlock-detection code
2008-11-20 Simon Marlowerror message wibble
2008-11-20 simonpj@microsoft.comFix flag name -XDisambiguateRecordFields
2008-11-19 Simon MarlowFix regTableToCapability() if gcc introduces padding
2008-11-19 Simon MarlowFix 32-bit breakage
2008-11-19 Simon MarlowSmall refactoring, and add comments
2008-11-19 Simon MarlowFix some unsigned comparisions that should be signed
2008-11-19 Simon MarlowRemove incorrect assertions in steal()
2008-11-14 Simon Marlowdon't run sparks if there are other threads on this...
2008-11-19 Simon MarlowFix typo (HAVE_LIBGMP => HAVE_LIB_GMP); omit local...
2008-11-19 Simon MarlowFix some more shutdown races
2008-11-14 Judah JacobsonAdd help messages about --with-editline-(includes,libra...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
2008-11-17 Simon MarlowFix #2783: detect black-hole loops properly
2008-11-17 Simon MarlowFix warning on Windows (use deleteThread() not deleteTh...
2008-11-17 Simon Marlowfix compile breakage on Windows
2008-11-17 Simon MarlowAttempt to fix #2512 and #2063; add +RTS -xm<address...
2008-11-17 Simon MarlowAnother shutdown fix
2008-11-16 Ian LynaghCorrect an example in the users guide
2008-11-16 Ian LynaghFix gen_contents_index when not run inplace; trac ...
2008-11-14 Simon Marlowclose the temporary Handle before removing the file
2008-11-14 Simon Marlowrefactor: move unlockClosure() into SMPClosureOps(...
2008-11-14 Simon MarlowOmit definitions of cas() and xchg() in .hc code
2008-11-14 Simon MarlowDon't put stdin into non-blocking mode (#2778, #2777)
2008-11-14 Simon MarlowRmoeve --enable-dotnet
2008-11-14 Simon Marlow#2751: disourage --enable-shared in ./configure --help
2008-11-14 Simon Marlowadd a warning that --enable-shared is experimental
2008-11-13 Simon MarlowlookupSymbol: revert to looking up both with and withou...
2008-11-13 Simon Marlow#2768: fix compatibility problem with newer version...
2008-11-13 Simon Marlownotice ^C exceptions when waiting for I/O
next