ghc-hetmet.git
2009-04-24 simonpj@microsoft.comTiny optimisation to mkInlineMe
2009-04-23 Simon MarlowAdd EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO...
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-04-23 Simon Marlowdon't overwrite io_manager_pipe if it is already set
2009-04-23 simonpj@microsoft.comSimplify the placeholder binding for naughty record...
2009-04-23 simonpj@microsoft.comFix Trac #3176: intercept naughty record selectors
2009-04-23 simonpj@microsoft.comBetter pretty-printing for IdDetails
2009-04-21 Simon MarlowFIX #3166: include the fixity of classes and type synon...
2009-04-21 Simon MarlowFIX #2682: banish silly cases of the "module Foo is...
2009-04-21 Simon MarlowFIX #2500: Don't log warnings in getHeader
2009-04-21 Simon Marlowadd a DO NOT EDIT comment
2009-04-21 Simon MarlowFIX #3153: we lost an EOF sentinel in the event of...
2009-04-20 Simon MarlowFIX #2845: Allow breakpoints on expressions with unlift...
2009-04-03 Simon Marlowremove now-unused atomic_modify_mutvar_mutex
2009-04-20 Ben.Lippmeier... SPARC NCG: Add a comment explaining why we can't used...
2009-04-20 Ben.Lippmeier... SPARC NCG: validate fixes
2009-04-20 Ben.Lippmeier... SPARC NCG: Base freeRegs on includes/MachRegs.h again
2009-04-19 pepe iborraReally fix Trac #2611 this time
2009-04-18 pepe iborraFix Trac #2611
2009-04-18 Ben.Lippmeier... Fix #3170: Allow coalescing of the same node during...
2009-04-18 David WaernFix my previous patch about type parsing
2009-04-17 David WaernSimplify the type grammar
2009-04-13 donnie@darthik.comRemoved unused function postEventTypeID.
2009-04-13 donnie@darthik.comFor consistency, changed access of thread id to be...
2009-04-13 donnie@darthik.comAdded new EventLog event: Spark to Thread.
2009-04-13 donnie@darthik.comChanged postEvent last argument from "nat from" to...
2009-04-13 donnie@darthik.comFixed ThreadID to be defined as StgThreadID, not StgWor...
2009-04-03 donnie@darthik.comFixed error in order of EventTypeDescriptions -- seq...
2009-04-03 donnie@darthik.comEventlog support for new event type: create spark.
2009-04-07 Ian LynaghTweak a Show instance
2009-04-09 simonpj@microsoft.comFix Trac #3155: better error message when -XRankNTypes...
2009-04-09 simonpj@microsoft.comUse return instead of returnM, and similar tidy-ups
2009-04-04 Ian LynaghDon't use thread local storage on x86/not-Linux
2009-03-31 Ian LynaghMake some showSDoc's use OneLineMode rather than PageMode
2009-03-31 Ian LynaghMake the showSDoc definition more explicit
2009-04-03 dias@eecs.tufts.edueliminate warnings
2009-04-03 dias@eecs.tufts.eduDebugging by Sesame Street:
2009-03-31 dias@eecs.tufts.eduBuggy optimizations caused function-call return to...
2009-03-25 dias@eecs.tufts.eduBetter handling of node parameter in calling conventions
2009-03-23 dias@eecs.tufts.eduWhen calling gc, avoid saving node in static closures
2009-03-23 dias@eecs.tufts.eduCode simplifications due to call/return separation...
2009-03-23 dias@eecs.tufts.eduCode simplification due to separate call/return conventions
2009-03-23 dias@eecs.tufts.eduCalls with and without passing node arguments more...
2009-03-23 dias@eecs.tufts.eduAnother small step: call and return conventions specifi...
2009-03-23 dias@eecs.tufts.eduSmall step toward call-conv improvement: separate out...
2009-04-03 Simon MarlowOn x86, use thread-local storage instead of stealing...
2009-04-03 Simon Marlowin the non-threaded RTS, use a static gc_thread structure
2009-04-03 Simon Marlowsmall GC optimisation
2009-04-02 Simon Marlowadd -funroll-loops when compiling the parallel version...
2009-04-02 Simon MarlowPACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""
2009-04-03 simonpj@microsoft.comAdjust inlining heursitics
2009-04-03 simonpj@microsoft.comWorker/wrapper should make INLINE if it doesn't w/w
2009-04-03 simonpj@microsoft.comRewrite a good chunk of CoreArity
2009-04-02 simonpj@microsoft.comComments only; record remarks about removing 'type...
2009-04-02 simonpj@microsoft.comDon't float case expressions in full laziness
2009-04-02 simonpj@microsoft.comFix Trac #3118: missing alternative
2009-04-02 simonpj@microsoft.comUse a local interestingDict function instead of importi...
2009-04-02 simonpj@microsoft.comBetter panic reporting
2009-04-02 simonpj@microsoft.comFix pragmas in binder-swapping
2009-04-02 simonpj@microsoft.comFloat constants to top-level even in first full lazines...
2009-04-01 Simon Marlowupdate the intro section
2009-04-01 Simon MarlowRemove the "Installing GHC" section
2009-03-31 Ben.Lippmeier... SPARC: Fix ffi019 split load/store of HsInt64 into...
2009-03-30 Ben.Lippmeier... SPARC NCG: Fix 64 bit addition, carry bit wasn't gettin...
2009-03-30 Ben.Lippmeier... SPARC NCG: When getting a 64 bit word, promote halves...
2009-03-31 Ben.Lippmeier... SPARC NCG: HpLim is now always stored on the stack...
2009-03-31 David WaernAllow Haddock comments in type synonyms
2009-03-31 Ian LynaghmkErrorAppDs now takes an SDoc rather than a String
2009-03-30 Simon MarlowFIX #1779 and qq005: export hs_hpc_module
2009-03-30 Simon Marlowgo back to using $CPUS + 1 for the number of threads...
2009-03-30 Simon Marlowuse a UniqSet for is MathFun, this list is getting...
2009-03-30 simonpj@microsoft.comFix an nasty black hole, concerning computation of...
2009-03-30 simonpj@microsoft.comAdd an extra print to -ddump-tc-trace
2009-03-30 simonpj@microsoft.comRemove dead code (dataConsStupidTheta)
2009-03-30 simonpj@microsoft.comFix Trac #246: order of matching in record patterns
2009-03-30 simonpj@microsoft.comFix Trac #3126: matching overloaded literals
2009-03-30 simonpj@microsoft.comWhite space cosmetics only
2009-03-25 simonpj@microsoft.comImprove mkDupableCont; and fix Trac #3116
2009-03-23 simonpj@microsoft.comAvoid quadratic complexity in occurrence analysis ...
2009-03-23 simonpj@microsoft.comImprove arity propagation in the specialiser
2009-03-26 Simon Marlowcheck for ThreadRelocated in checkBlackHoles()
2009-03-26 Ian Lynaghsyb no longer needs to be wired in
2009-03-26 Manuel M T... Template Haskell: added bang patterns
2009-03-26 Manuel M T... Template Haskell: support for kind annotations
2009-03-23 Bertram Felgenhauerupdate list of C math functions
2009-03-25 Manuel M T... Template Haskell: make reify aware of type families
2009-03-24 Manuel M T... Template Haskell: support for INLINE and SPECIALISE...
2009-03-22 Simon Marlowfix an fprintf that should be fputs (quiets gcc)
2009-03-22 Simon Marlowcheck return value of write (quiets gcc)
2009-03-23 Simon MarlowFix locking in evacuate_large() (FIX openfile008(thread...
2009-03-20 Austin SeippPlease the -Wall police by moving a variable declaratio...
2009-03-20 Austin Seippwibble in setExecutable
2009-03-18 Austin SeippFIX getNumberOfProcessors() on MacOS X
2009-03-19 Ian LynaghWork around Solaris's grep not supporting -q
2009-03-19 Ian LynaghSome wording wibbles from Thorkil
2009-03-20 Simon MarlowFix bug in setThreadAffinity() (Linux)
2009-03-20 Manuel M T... Implement setThreadAffinity for Mac OS X (from 10.5)
2009-03-19 Simon MarlowFix warnings with older versions of gcc (3.4.5)
2009-03-18 Simon Marlowwibble for getNumberOfProcessors
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
next