summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Expose all EventLog events as DTrace probesManuel M T Chakravarty2009-12-1216-30/+396
* Fix two related bugs in u_tyssimonpj@microsoft.com2009-12-111-23/+24
* Fix spelling in commentsimonpj@microsoft.com2009-12-111-1/+1
* Make -ddump-simpl-stats a bit more informative by defaultsimonpj@microsoft.com2009-12-081-24/+18
* Improve dumping for rules, and documentation of samesimonpj@microsoft.com2009-12-083-7/+11
* Fix #3741, simplifying things in the processSimon Marlow2009-12-102-74/+48
* Allow spaces at either end of the C import spec (#3742)Simon Marlow2009-12-101-2/+6
* Put README and INSTALL into bindistsIan Lynagh2009-12-093-3/+4
* Fix typoIan Lynagh2009-12-091-1/+1
* Fix the stage1 version number mungingIan Lynagh2009-12-091-2/+7
* Add a comment about why $(CPP) is defined the way it is in config.mk.inIan Lynagh2009-12-091-0/+2
* add a missing unlockTSO()Simon Marlow2009-12-091-0/+1
* Eliminate mkdependCIan Lynagh2009-12-0914-313/+76
* Change some HC_OPTS to CC_OPTS, so they are used when making dependenciesIan Lynagh2009-12-081-2/+2
* Add -Iincludes to hp2ps's CC_OPTSIan Lynagh2009-12-081-0/+2
* add locking in mkWeakForeignEnv#Simon Marlow2009-12-081-0/+2
* declare g0 (fixes compilation failure with -fvia-C)Simon Marlow2009-12-081-1/+1
* simplify weak pointer processingSimon Marlow2009-12-081-22/+15
* simplification/optimisation: update tso->bound->tso when scavenging the TSOSimon Marlow2009-12-082-37/+5
* threadStackUnderflow: fix recently introduced bug (conc068(threaded1) failure)Simon Marlow2009-12-071-1/+1
* need locking around use of weak_ptr_list in mkWeak#Simon Marlow2009-12-071-0/+2
* remove global 'total_allocated', seems to be the same as 'GC_tot_alloc'Simon Marlow2009-12-073-6/+1
* Add some explanation about overlapping instancessimonpj@microsoft.com2009-12-071-0/+45
* Tidy up deriving error messagessimonpj@microsoft.com2009-12-071-36/+48
* Fix profiling buildSimon Marlow2009-12-071-11/+6
* Minor refactoring to remove redundant codesimonpj@microsoft.com2009-12-071-7/+1
* Fix a nasty (and long-standing) FloatOut performance bugsimonpj@microsoft.com2009-12-071-79/+129
* Add a new to-do to cmm-notessimonpj@microsoft.com2009-12-071-0/+4
* Comments only, principally about IfaceDeclExtrassimonpj@microsoft.com2009-12-071-26/+46
* Comments only, about RULE plumbingsimonpj@microsoft.com2009-12-074-3/+70
* Add splitUFM to UniqFM (used in a forthcoming patch)simonpj@microsoft.com2009-12-041-3/+23
* Add lengthBag to Bag (using in forthcoming patch)simonpj@microsoft.com2009-12-041-1/+7
* Use addToUFM_Acc where appropriatesimonpj@microsoft.com2009-12-045-10/+14
* Add comments to "OPTIONS_GHC -fno-warn-orphans" pragmasIan Lynagh2009-12-051-1/+4
* Add some missing exports back for GHC package users; fixes trac #3715Ian Lynagh2009-12-051-0/+1
* Add some comments on the alternative layout rule stateIan Lynagh2009-12-051-0/+9
* Tweak layout for alternative layout ruleIan Lynagh2009-12-034-11/+11
* Link all dynamic libraries with the correct install_name on Mac OS/X.Ian Lynagh2009-12-045-39/+16
* Document the new -dylib-install-name option in the user's guide.Stephen Blackheath2009-10-013-0/+40
* Add -dylib-install-name option to GHC so the install name can be set for dyna...Stephen Blackheath2009-09-302-8/+19
* Force -fPIC when linking against dynamic libraries on Mac OS/X.Stephen Blackheath2009-09-281-0/+2
* evaluate_large: evaluate large objects to bd->dest rather than gen->toSimon Marlow2009-12-041-2/+3
* Correction to the allocation stats following earlier refactoringSimon Marlow2009-12-045-3/+10
* export g0Simon Marlow2009-12-031-0/+1
* GC refactoring, remove "steps"Simon Marlow2009-12-0326-978/+790
* fix error message on Windows (fixes rtsflags001)Simon Marlow2009-12-021-2/+3
* Fix loading of annotationsRoman Leshchinskiy2009-12-043-48/+45
* Add new ForceSpecConstr annotationRoman Leshchinskiy2009-12-031-12/+36
* Generate INLINE pragmas for PA methodsRoman Leshchinskiy2009-12-032-3/+7
* Add a GHC layout extension to the alternative layout ruleIan Lynagh2009-12-031-0/+9