summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* change wired-in Haskell symbols to include the package nameSimon Marlow2006-07-265-163/+163
* Unbox the Unique stored in a NameSimon Marlow2006-07-251-12/+17
* optimisations to newUniqueSimon Marlow2006-07-251-4/+15
* tiny bit of extra strictnessSimon Marlow2006-07-251-1/+1
* Make a SplitUniqSupply contain an Int# rather than an IntSimon Marlow2006-07-251-8/+5
* Use -package-name rather than -ignore-packageSimon Marlow2006-07-251-4/+4
* Remove most of the conflict checking and auto-hidingSimon Marlow2006-07-251-140/+6
* Generalise Package SupportSimon Marlow2006-07-2571-1645/+1899
* comment formattingSimon Marlow2006-07-251-1/+1
* unused importSimon Marlow2006-07-061-1/+0
* unused importSimon Marlow2006-07-061-1/+0
* remove more Addr bitsSimon Marlow2006-07-041-1/+0
* unused importSimon Marlow2006-07-041-1/+0
* add default casesSimon Marlow2006-07-041-0/+2
* redundant importSimon Marlow2006-07-041-1/+1
* unused importsSimon Marlow2006-07-041-2/+2
* unused importSimon Marlow2006-07-041-1/+1
* remove unused bits, mostly to do with the Addr typeSimon Marlow2006-07-042-32/+7
* In interface files, store FastStrings rather than OccNames where possibleSimon Marlow2006-07-246-70/+74
* Add -fmono-pat-binds, and make it the defaultsimonpj@microsoft.com2006-07-222-10/+30
* Fix RULES lossagesimonpj@microsoft.com2006-07-221-27/+47
* Fix broken regexSimon Marlow2006-07-211-1/+1
* fix bug in sample codeSimon Marlow2006-07-211-1/+1
* fix eran error message by reordering a couple of testssimonmar@microsoft.com2006-07-191-4/+4
* Use a recursive error handler in case the exception causes more exceptions.Lemmih2006-07-171-1/+1
* Check for overlap-flag differences in hi filessimonpj@microsoft.com2006-07-143-3/+6
* Add a clarification about overlapping instances in the manualsimonpj@microsoft.com2006-07-141-1/+3
* Comments and import trimmingsimonpj@microsoft.com2006-07-122-6/+6
* Experimental flag -fdicts-cheapsimonpj@microsoft.com2006-07-123-33/+59
* document that -fglasgow-exts is needed for RULES to workMalcolm.Wallace@cs.york.ac.uk2006-07-121-1/+3
* do a better job of ignoring unrecognised pragmasSimon Marlow2006-07-121-0/+5
* Don't z-encode module names in external-core outputJan Rochel2006-07-061-2/+2
* re-add -fvia-CSimon Marlow2006-07-101-0/+3
* Be lazier in user config creation, and don't fail on missing configs.Ian Lynagh2006-06-241-8/+1
* Z-Encode external-core outputJan Rochel2006-07-021-2/+3
* Add %local-tag to external core outputJan Rochel2006-07-024-16/+23
* Remove bashisms from darcs-allAlec Berryman2006-07-031-3/+3
* Fix for warning message (bug #812)Duncan Coutts2006-07-041-1/+1
* The dict-bindings in an IPBinds need not be in dependency ordersimonpj@microsoft.com2006-07-031-1/+3
* x86 needs -fno-unit-at-a-time tooSimon Marlow2006-07-041-0/+7
* x86-64: fix a problem exposed by negative offsets in vector tablesSimon Marlow2006-06-291-1/+8
* No longer force -fvia-C for the RTS, it can now be compiled with the NCGSimon Marlow2006-06-291-3/+0
* Replace inline C functions with C-- macros in .cmm codeSimon Marlow2006-06-296-16/+35
* remove conditionals from definition of StgRegTableSimon Marlow2006-06-291-2/+0
* mpz_foo() functions are really called __gmpz_foo() in GMPSimon Marlow2006-06-291-22/+22
* use the new "prim %write_barrier()" in .cmm instead of calls to wb()Simon Marlow2006-06-293-28/+28
* fix some problems with the fixup block codeSimon Marlow2006-06-291-27/+41
* small optimisation: eliminate more register-to-register movesSimon Marlow2006-06-291-7/+20
* new syntax: "prim %OP (args)" for using CallishMachOps in .cmmSimon Marlow2006-06-292-0/+27
* add MO_WriteBarrier to CallishMachOpsSimon Marlow2006-06-293-0/+10