ghc-hetmet.git
2010-02-17 Simon Marlowdarcs-all --extra get: gets a few extra packages
2010-02-17 Simon MarlowAllow extra packages to be added to the build, by setti...
2010-02-16 Simon MarlowBeef up cmmMiniInline a tiny bit
2010-02-16 Simon MarlowWrite the binary cache file atomically
2010-02-16 Simon Marlowdisable a false assertion, with a comment to explain why
2010-02-16 Simon MarlowFix a bug that can lead to noDuplicate# not working...
2010-02-15 Simon MarlowRepresent the free register set using Word64 on x86...
2010-02-15 Simon Marlowfix lost context switches in GHCi (fixes test 3429...
2010-02-15 Ben.Lippmeier... Fix build for non-x86 architectures
2010-02-15 Roman LeshchinskiyAdd comments about the ForceSpecConstr mechanism
2010-02-15 Roman LeshchinskiySpot ForceSpecConstr arguments in polymorphic loops
2010-02-14 Ian LynaghDon't rely on tar supporting -z; trac #3841
2010-02-11 Simon Marlowdon't constant fold division that would result in negat...
2010-02-10 simonpj@microsoft.comImprove error dump in TcEnv
2010-02-10 simonpj@microsoft.comKeep track of explicit kinding in HsTyVarBndr; plus...
2010-02-10 simonpj@microsoft.comDocumentation for changes to Template Haskell and quasi...
2010-02-08 simonpj@microsoft.comRemove redundant import
2010-02-10 simonpj@microsoft.comStop fruitless ANF-ing
2010-02-10 simonpj@microsoft.comComments only
2010-02-10 simonpj@microsoft.comSimplify syntax for quasi-quotation
2010-02-10 simonpj@microsoft.comSeveral TH/quasiquote changes
2010-02-09 Simon Marlowgenerate slightly better code for ccall argument-pushin...
2010-02-09 Simon Marlow--lazy overrides --partial too
2010-02-08 simonpj@microsoft.comFix Trac #3850
2010-02-05 Simon MarlowFix a bug introduced in the SSE2 support: callClobbered...
2010-02-04 Simon MarlowImplement SSE2 floating-point support in the x86 native...
2010-02-03 Simon Marlowadd libraries/binary
2010-02-03 Simon Marlowadd comment for srt_bitmap field
2010-02-03 benl@cse.unsw... Use bash to run boot-pkgs, the default Solaris shell...
2010-02-03 benl@cse.unsw... Disable -Wcast-align when building the rts
2010-02-03 benl@cse.unsw... Stifle warning about printf format strings
2010-02-03 benl@cse.unsw... Cast to (void*) to stifle warning about signedness
2010-02-02 benl@cse.unsw... Add missing import sm_mutex, which fixes the -fvia...
2010-01-30 Simon MarlowFix typo in error message (#3848)
2010-02-01 simonpj@microsoft.comFix Trac #3831: blowup in SpecConstr
2010-01-29 Simon MarlowRe-read pragmas after preprocessing (#2464, #3674,...
2010-01-28 Simon Marlowtweak the totally-bogus arbitrary stack-squeezing heuri...
2010-01-27 Simon Marlowfix warning on Windows
2010-01-27 Simon Marlowfix Windows build (GHC.Conc.runHandlers is Unix-only)
2010-01-27 Simon MarlowDon't Terminate the ticker thread (#3748)
2010-01-27 Simon MarlowWin32 yieldThread(): use SwitchToThread() instead of...
2010-01-27 Simon Marlowfix warnings
2010-01-27 Simon Marlowcatch SIGHUP and SIGTERM and raise an exception (#3656)
2010-01-27 Simon Marlowdefine INFINITY and NAN if they don't exist (#2929)
2010-01-27 Simon Marlowremove suspicious whitespace-only lines
2010-01-27 Simon MarlowaddCoverageTicksToBinds: tolerate a non-existent .hs...
2010-01-26 Simon Marlowavoid using non-standard %zd format specifier (#3804)
2010-01-26 Simon MarlowFix signal segfaults on Solaris (#3790)
2010-01-26 Simon Marlowcomment-out an incorrect assertion
2010-01-26 Simon MarlowFix a deadlock, and possibly other problems
2010-01-22 Simon MarlowWhen acquiring a spinlock, yieldThread() every 1000...
2010-01-22 Simon Marlow'store' should be static (#3835)
2010-01-22 Simon MarlowAdd some missing getStablePtr()s for CAFs that the...
2010-01-22 Ian LynaghRemove an out-of-date comment
2010-01-22 Simon Marlowfix build on Windows
2010-01-22 Simon Marlowfix warning on Windows
2010-01-19 Simon MarlowFix docs for sizeofByteArray#/sizeofMutableByteArray...
2010-01-20 Ian LynaghInclude regex.h in Linker.c on OS X too
2010-01-20 Ian LynaghWe no longer need a prototype for __eprintf
2010-01-20 Ian LynaghFix build
2009-12-16 howard_b_golden... FIX #2615 (linker scripts in .so files)
2010-01-20 simonpj@microsoft.comFix Trac #3813: unused variables in GHCi bindings
2010-01-20 simonpj@microsoft.comFix Trac #3823, plus warning police in TcRnDriver
2010-01-19 Ian LynaghChange how RTS libraries get installed; fixes trac...
2010-01-19 Ian LynaghEscape some more $s in makefiles, for consistency
2010-01-19 Ian LynaghEscape some $s in makefiles for consistency
2010-01-19 Simon MarlowAllow GNU-standard --host, --build, --target configure...
2010-01-18 Ian LynaghUpdate some comments about how autoconf/configure works
2010-01-18 Ian LynaghFix a warning message
2010-01-16 Ian LynaghTeach the alternative layout rule about mdo and rec
2010-01-16 Ian LynaghTeach the alternative layout rule about $( ... )
2010-01-16 Ian LynaghFix typo
2009-12-31 Simon MarlowRemove declaration of non-existent mark_splim
2009-12-30 Simon Marlowfix a comment
2009-12-30 Simon Marlowremove an unnecessary debug trace, duplicated by a...
2010-01-13 Simon Marlowhide modules properly with haddock
2010-01-13 Simon Marlowfix for HSCOLOUR_SRCS=NO
2010-01-12 Simon MarlowDo some recompilation avoidance in GHC.loadModule
2010-01-12 Simon MarlowInvoke Haddock directly from the build system, instead...
2010-01-04 Simon Marlowrefactoring while I try to make sense of the hsc interface
2010-01-08 Ian LynaghFix running in-place gen_contents_index; trac #3716
2010-01-08 simonpj@microsoft.comRespect SPECIALISE pragmas even for apparently-non...
2010-01-08 simonpj@microsoft.comComment out debug warnings; they are fine
2010-01-07 simonpj@microsoft.comImprove error locations
2010-01-07 simonpj@microsoft.comSpelling error in comment
2010-01-07 simonpj@microsoft.comA little refactoring, plus improve error locations
2010-01-07 simonpj@microsoft.comClarify error message (Trac #3805)
2010-01-07 simonpj@microsoft.comComments only
2010-01-06 simonpj@microsoft.comSpecConstr: Remove -fspec-inline-join-points, and add...
2010-01-06 simonpj@microsoft.comMake SpecConstr more informative output when there...
2010-01-06 simonpj@microsoft.comMake view patterns right-associate
2010-01-06 simonpj@microsoft.comImprove the handling of default methods
2010-01-06 Ian LynaghPatch for shared libraries support on FreeBSD
2010-01-05 dias@cs.tufts.eduFollowing Simon M's "take newCAF() out from sm_mutex...
2010-01-05 simonpj@microsoft.comVery minor refactoring
2010-01-05 simonpj@microsoft.comUndo the fix for Trac #3772 and do it a new way
2010-01-05 simonpj@microsoft.comFix warnings
2010-01-05 simonpj@microsoft.comImprove error message (idea in Trac #3805)
2010-01-05 simonpj@microsoft.comComments only
2009-12-24 simonpj@microsoft.comContinue refactoring the core-to-core pipeline
next