ghc-hetmet.git
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
2008-11-13 Thomas SchillingFix a bug in the recompilation checking logic.
2008-11-13 Simon MarlowFix another subtle shutdown deadlock
2008-11-13 Simon MarlowFix an extremely subtle deadlock bug on x86_64
2008-11-13 Simon Marlowmove an assertion
2008-11-12 Simon MarlowAlways zap the trailing @N from symbols when looking...
2008-11-12 Simon MarlowOnly allocate a mark stack if we're actually doing...
2008-11-11 Simon MarlowFix parse error with older gccs (#2752)
2008-11-11 Simon MarlowFix to i386_insert_ffrees (#2724, #1944)
2008-11-10 Simon MarlowFix bootstrap with 6.10.1 on Windows
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 SchillingFix line numbers in TAGS files.
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 LynaghRemove some flag duplication from a Makefile
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-08 Clemens FruhwirthFix libffi bindist
2008-11-07 Clemens FruhwirthReplace couple of fromJust with expectJust
2008-11-07 Simon MarlowBugfix for patch "Do not filter the rts from linked...
next