summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
...
* recordMutableGen_GC: we must call the spinlocked version of allocBlock()Simon Marlow2008-01-111-1/+18
* calculate wastage due to unused memory at the end of each blocksimonmar@microsoft.com2007-12-141-1/+3
* remove declarations for variables that no longer existsimonmar@microsoft.com2007-12-131-3/+0
* improvements to PAPI supportsimonmar@microsoft.com2007-11-201-2/+7
* Initial parallel GC supportSimon Marlow2007-10-311-1/+2
* Refactoring of the GC in preparation for parallel GCSimon Marlow2007-10-312-40/+60
* move GetRoots() to GC.cSimon Marlow2007-10-301-2/+2
* Fix conversions between Double/Float and simple-integerIan Lynagh2008-06-142-1/+3
* Fix unreg buildSimon Marlow2008-06-041-0/+1
* FIX #1861: floating-point constants for infinity and NaN in via-CSimon Marlow2008-05-121-0/+3
* Fix the ticky ticky buildIan Lynagh2008-04-251-0/+4
* Remove some duplicate extern declsIan Lynagh2008-04-161-3/+0
* Add some more generic (en|de)code(Double|Float) codeIan Lynagh2008-04-173-0/+5
* add pointers to the wiki for the rules about C prototypesSimon Marlow2008-04-091-0/+2
* FIX BUILD (bootstrap with -fvia-C): prototype fixesSimon Marlow2008-04-091-6/+12
* FIX BUILD on non-x86: add missing prototypesSimon Marlow2008-04-071-0/+2
* update a commentSimon Marlow2008-04-071-12/+2
* Do not #include external header files when compiling via CSimon Marlow2008-04-0210-179/+256
* Fix warnings in main/ConstantsIan Lynagh2008-03-251-4/+6
* Fix warnings in the RTSIan Lynagh2008-03-252-4/+10
* Fix setting argv[0] in shell-utils.c on WindowsIan Lynagh2008-01-231-2/+3
* Escape arguments for Windows in shell-tools.cIan Lynagh2008-01-231-1/+6
* Refactor cross-plattform process spawning from ghc-inplace into shell-tools.cClemens Fruhwirth2008-01-101-0/+133
* Fix warnings with newer gcc versions (I hope)Simon Marlow2008-01-031-3/+3
* Move file locking into the RTS, fixing #629, #1109Simon Marlow2007-11-201-0/+12
* second attempt to fix C compiler warnings with -fhpcSimon Marlow2007-10-191-4/+4
* Change some ints to unsigned intsSimon Marlow2007-10-181-4/+4
* recordMutable: test for gen>0 before calling recordMutableCapSimon Marlow2007-10-171-4/+8
* Add allocateInGen() for allocating in a specific generation, and cleanupsSimon Marlow2007-10-121-4/+8
* Add a proper write barrier for MVarsSimon Marlow2007-10-113-29/+33
* FIX BUILD (when compiling base via C): declare n_capabilitiesSimon Marlow2007-10-101-0/+1
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-102-26/+29
* FIX BUILD addDLL returns const char*jochemberndsen@dse.nl2007-09-271-1/+1
* export stopTimer(), we need this in the unix packageSimon Marlow2007-09-121-0/+1
* FIX #1466 (partly), which was causing concprog001(ghci) to failSimon Marlow2007-09-111-0/+7
* Windows: remove the {Enter,Leave}CricialSection wrappersSimon Marlow2007-08-291-4/+4
* Use INSTALL_HEADERS in includes/ rather than abusing INSTALL_DATASIan Lynagh2007-08-281-7/+4
* Fix the IF_DEBUG(interpreter in StgCRun.cIan Lynagh2007-08-251-0/+4
* Fix the threaded RTS on WindowsIan Lynagh2007-08-161-2/+5
* Fix the build when GMP_INCLUDE_DIRS == ""Ian Lynagh2007-08-151-2/+5
* Fix build with external gmp library.gwright@antiope.com2007-08-132-0/+6
* Build RTS as dynamic libraryClemens Fruhwirth2007-08-081-13/+13
* FIX recent PPC crashes introduced by the pointer-tagging patch (I hope)Simon Marlow2007-08-012-6/+1
* Pointer TaggingSimon Marlow2007-07-277-7/+99
* remove unused TICK_FREQUENCYSimon Marlow2007-07-181-6/+0
* Implement the RTS side of GHC.Environment.getFullArgsIan Lynagh2007-07-171-0/+2
* FIX BUILD (OS X): Include correct gmp.h if using GMP.frameworkRoman Leshchinskiy2007-07-062-0/+8
* Update the in-tree GMP; fixes trac #832Ian Lynagh2007-07-051-8/+2
* Implemented and fixed bugs in CmmInfo handlingMichael D. Adams2007-06-271-1/+1
* +RTS -xbXXXXX sets the "heap base" to 0xXXXXXXSimon Marlow2007-06-271-0/+2