summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* FIX #2682: banish silly cases of the "module Foo is not loaded" errorSimon Marlow2009-04-213-19/+56
* FIX #2500: Don't log warnings in getHeaderSimon Marlow2009-04-211-2/+4
* add a DO NOT EDIT commentSimon Marlow2009-04-211-0/+2
* FIX #3153: we lost an EOF sentinel in the event of a lexical errorSimon Marlow2009-04-211-2/+3
* FIX #2845: Allow breakpoints on expressions with unlifted typeSimon Marlow2009-04-202-7/+24
* remove now-unused atomic_modify_mutvar_mutexSimon Marlow2009-04-031-6/+0
* SPARC NCG: Add a comment explaining why we can't used a pinned reg for gctBen.Lippmeier@anu.edu.au2009-04-201-3/+20
* SPARC NCG: validate fixesBen.Lippmeier@anu.edu.au2009-04-202-4/+12
* SPARC NCG: Base freeRegs on includes/MachRegs.h againBen.Lippmeier@anu.edu.au2009-04-205-84/+387
* Really fix Trac #2611 this timepepe iborra2009-04-191-10/+22
* Fix Trac #2611pepe iborra2009-04-181-15/+26
* Fix #3170: Allow coalescing of the same node during register allocation.Ben.Lippmeier@anu.edu.au2009-04-181-3/+3
* Fix my previous patch about type parsingDavid Waern2009-04-181-19/+0
* Simplify the type grammarDavid Waern2009-04-171-16/+18
* Removed unused function postEventTypeID.donnie@darthik.com2009-04-131-3/+0
* For consistency, changed access of thread id to be through capability instead...donnie@darthik.com2009-04-131-1/+1
* Added new EventLog event: Spark to Thread.donnie@darthik.com2009-04-133-16/+37
* Changed postEvent last argument from "nat from" to "StgWord64 other".donnie@darthik.com2009-04-132-5/+5
* Fixed ThreadID to be defined as StgThreadID, not StgWord64. Changed Capabili...donnie@darthik.com2009-04-132-13/+18
* Fixed error in order of EventTypeDescriptions -- seq and par GC come after st...donnie@darthik.com2009-04-031-2/+2
* Eventlog support for new event type: create spark.donnie@darthik.com2009-04-035-3/+22
* Tweak a Show instanceIan Lynagh2009-04-071-1/+1
* Fix Trac #3155: better error message when -XRankNTypes is omittedsimonpj@microsoft.com2009-04-096-14/+32
* Use return instead of returnM, and similar tidy-upssimonpj@microsoft.com2009-04-093-95/+77
* Don't use thread local storage on x86/not-LinuxIan Lynagh2009-04-041-2/+2
* Make some showSDoc's use OneLineMode rather than PageModeIan Lynagh2009-03-314-7/+18
* Make the showSDoc definition more explicitIan Lynagh2009-03-311-1/+1
* eliminate warningsdias@eecs.tufts.edu2009-04-032-2/+1
* Debugging by Sesame Street:dias@eecs.tufts.edu2009-04-031-1/+1
* Buggy optimizations caused function-call return to share the function's entry...dias@eecs.tufts.edu2009-03-311-25/+50
* Better handling of node parameter in calling conventionsdias@eecs.tufts.edu2009-03-254-12/+20
* When calling gc, avoid saving node in static closuresdias@eecs.tufts.edu2009-03-232-4/+5
* Code simplifications due to call/return separation; some improvements to how ...dias@eecs.tufts.edu2009-03-235-68/+35
* Code simplification due to separate call/return conventionsdias@eecs.tufts.edu2009-03-233-30/+41
* Calls with and without passing node arguments more clearly separateddias@eecs.tufts.edu2009-03-237-22/+36
* Another small step: call and return conventions specified separately when mak...dias@eecs.tufts.edu2009-03-239-26/+27
* Small step toward call-conv improvement: separate out calls and returnsdias@eecs.tufts.edu2009-03-239-27/+35
* On x86, use thread-local storage instead of stealing a reg for gctSimon Marlow2009-04-031-1/+6
* in the non-threaded RTS, use a static gc_thread structureSimon Marlow2009-04-032-25/+39
* small GC optimisationSimon Marlow2009-04-032-4/+13
* add -funroll-loops when compiling the parallel version of Evac.c tooSimon Marlow2009-04-021-0/+2
* PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""Simon Marlow2009-04-021-0/+1
* Adjust inlining heursiticssimonpj@microsoft.com2009-04-034-216/+316
* Worker/wrapper should make INLINE if it doesn't w/wsimonpj@microsoft.com2009-04-031-12/+37
* Rewrite a good chunk of CoreAritysimonpj@microsoft.com2009-04-031-116/+213
* Comments only; record remarks about removing 'type' nonterminalsimonpj@microsoft.com2009-04-021-11/+37
* Don't float case expressions in full lazinesssimonpj@microsoft.com2009-04-021-0/+12
* Fix Trac #3118: missing alternativesimonpj@microsoft.com2009-04-024-41/+79
* Use a local interestingDict function instead of importing SimplUtils.interest...simonpj@microsoft.com2009-04-021-8/+17
* Better panic reportingsimonpj@microsoft.com2009-04-021-8/+15