summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add a header to all build system files:Simon Marlow2009-04-2872-2/+861
* more cleaningSimon Marlow2009-04-281-2/+12
* todo updatesSimon Marlow2009-04-271-14/+15
* remove commentary that is now in the wikiSimon Marlow2009-04-271-81/+0
* remove ticket todosSimon Marlow2009-04-271-6/+0
* require gcc 3.0+ (see #2770)Simon Marlow2009-04-271-2/+5
* update build order commentSimon Marlow2009-04-271-9/+13
* Equality constraint solver is now externally pureManuel M T Chakravarty2009-04-278-290/+571
* Improve the error message when we find a module in 2 places; trac #3183Ian Lynagh2009-04-261-4/+7
* Remove a comment (a bug to close, that has now been closed)Ian Lynagh2009-04-261-1/+0
* GHC new build system megapatchIan Lynagh2009-04-26131-6372/+6150
* Fix SPARC build, missing #includeBen.Lippmeier@anu.edu.au2009-04-251-0/+2
* Fix a lint failure when we have a ! (# ... #) pattern in a where clauseIan Lynagh2009-04-241-0/+15
* Do the second part of #2806: Disallow unlifted types in ~ patternsIan Lynagh2009-04-241-0/+10
* Tiny refactorIan Lynagh2009-04-241-2/+1
* Require a bang pattern when unlifted types are where/let bound; #3182Ian Lynagh2009-04-2420-39/+49
* Don't short out top-level indirections if there's a INLINE/NOINLINE pragmasimonpj@microsoft.com2009-04-241-31/+46
* Fix #3182: 64 bit FP value returned by C calls was getting trashedBen.Lippmeier@anu.edu.au2009-04-241-1/+1
* add missing files (part of #3171 fix)Simon Marlow2009-04-242-0/+105
* Tiny optimisation to mkInlineMesimonpj@microsoft.com2009-04-241-2/+3
* Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO_THREADSimon Marlow2009-04-233-41/+33
* add getOrSetSignalHandlerStore, much like getOrSetTypeableStoreSimon Marlow2009-04-234-77/+5
* don't overwrite io_manager_pipe if it is already setSimon Marlow2009-04-231-1/+3
* Simplify the placeholder binding for naughty record selectorssimonpj@microsoft.com2009-04-231-18/+23
* Fix Trac #3176: intercept naughty record selectorssimonpj@microsoft.com2009-04-231-0/+9
* Better pretty-printing for IdDetailssimonpj@microsoft.com2009-04-231-3/+5
* FIX #3166: include the fixity of classes and type synonyms in their fingerprintsSimon Marlow2009-04-211-6/+12
* 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