summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* GC refactoring, remove "steps"Simon Marlow2009-12-035-48/+36
* Make allocatePinned use local storage, and other refactoringsSimon Marlow2009-12-013-31/+15
* Free full_prog_argv at exit, closing a memory leakSimon Marlow2009-12-011-0/+1
* Implement a new heap-tuning option: -HSimon Marlow2009-11-301-0/+1
* Store a destination step in the block descriptorSimon Marlow2009-11-292-14/+25
* threadStackOverflow: check whether stack squeezing released some stack (#3677)Simon Marlow2009-11-251-0/+7
* add a comment to TSO_MARKEDSimon Marlow2009-11-251-0/+4
* define HS_WORD_MAXSimon Marlow2009-11-191-0/+2
* Windows DLLs: Don't rely on stg/DLL.h being included in RtsAPI.hBen.Lippmeier@anu.edu.au2009-11-182-14/+13
* Don't share low valued Int and Char closures with Windows DLLsBen.Lippmeier@anu.edu.au2009-11-142-4/+18
* Switch EventThreadID back to 32 bits.Simon Marlow2009-11-121-1/+1
* Second attempt to fix #1185 (forkProcess and -threaded)Simon Marlow2009-11-112-2/+7
* Make installation on *nix work for paths with spaces in their nameIan Lynagh2009-11-051-3/+3
* Add events to show when GC threads are idle/workingSimon Marlow2009-10-151-1/+4
* micro-opt: replace stmGetEnclosingTRec() with a field accessSimon Marlow2009-10-141-0/+2
* Fixes for cross-compiling to a different word sizeSimon Marlow2009-10-141-0/+22
* Make ghci work with libraries compiled with -tickysimonpj@microsoft.com2009-10-081-6/+19
* Use "rep; nop" inside a spin-lock loop on x86/x86-64Simon Marlow2009-09-292-0/+20
* remove TICK_GC_WORDS_COPIED, the GC stats give us the same thingSimon Marlow2009-09-281-3/+0
* Add a way to generate tracing events programmaticallySimon Marlow2009-09-253-2/+8
* implement case-on-Word in the byte code generator/interpreter (#2881)Simon Marlow2009-09-181-0/+2
* Fix #3439: -debug implies -ticky, and -ticky code links with any RTSSimon Marlow2009-09-182-4/+2
* Event tracing: put the capability in the block marker, omit it from the eventsSimon Marlow2009-09-151-19/+18
* Add event block markersSimon Marlow2009-09-131-1/+2
* Optimise the code generated at trace pointsSimon Marlow2009-09-121-0/+6
* Improve the default parallel GC settings, and sanitise the flags (#3340)Simon Marlow2009-09-151-2/+7
* put back F_, just in case the via-C codegen uses itSimon Marlow2009-09-101-0/+1
* fix installation of header files (#3451)Simon Marlow2009-09-101-3/+14
* Omit visibility pragmas on Windows (fixes warnings/validate failures)Simon Marlow2009-09-091-0/+12
* Unify event logging and debug tracing.Simon Marlow2009-08-293-12/+23
* add RTS_PRIVATE attributeSimon Marlow2009-08-291-0/+5
* Fix incorrectly hidden RTS symbolsSimon Marlow2009-08-295-0/+92
* Declare RTS-private prototypes with __attribute__((visibility("hidden")))Simon Marlow2009-08-051-3/+3
* Tidy up file headers and copyrights; point to the wiki for docsSimon Marlow2009-08-2537-161/+223
* Restore the entry field in StgInfoTable when !defined(TABLES_NEXT_TO_CODE)Simon Marlow2009-08-191-0/+4
* remove some redundant declarationsSimon Marlow2009-08-191-5/+0
* Fix #3429: a tricky race conditionSimon Marlow2009-08-183-13/+20
* Make Constants shareable with the base packageIan Lynagh2009-08-091-0/+170
* Fix the build on OS XIan Lynagh2009-08-071-0/+4
* profiling build fixesSimon Marlow2009-08-052-6/+9
* move termios prototypes into a public headerSimon Marlow2009-08-032-0/+16
* move StgEntCounter type into its own headerSimon Marlow2009-08-032-25/+32
* Rename primops from foozh_fast to stg_foozhSimon Marlow2009-08-031-98/+98
* remove the GUM closure typesSimon Marlow2009-08-031-16/+11
* move gc_alloc_block to make it visible on 32-bitSimon Marlow2009-08-031-4/+5
* Windows build fixesSimon Marlow2009-08-031-0/+7
* x86_64 build fix: declare gc_alloc_block_syncSimon Marlow2009-08-031-0/+4
* RTS tidyup sweep, first phaseSimon Marlow2009-08-0262-2581/+1501
* remove old incarnation of .NET supportSimon Marlow2009-06-283-123/+0
* Add CHECK(p), like ASSERT(p) but works even when !defined(DEBUG)Simon Marlow2009-07-291-5/+9