summaryrefslogtreecommitdiff
path: root/includes
Commit message (Expand)AuthorAgeFilesLines
* 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
* enable the x86-specific versions of atomic_inc()/atomic_dec()Simon Marlow2009-07-291-4/+4
* Add atomic_inc()/atomic_dec(), and use them to replace gc_running_mutexSimon Marlow2009-07-241-0/+72
* NetBSD defines _REENTRANT in its header files, so compiling ghc givesSimon Marlow2009-07-231-0/+2
* includes/TSO.h: kill trailing whitespaceSamuel Bronson2009-07-221-3/+3
* Say what StgTSOBlockInfo is for, where to read about it.Samuel Bronson2009-07-221-0/+1
* propagate the result of atomically properly (fixes #3049)Simon Marlow2009-06-242-0/+2
* remove unused cruftSimon Marlow2009-06-031-1/+0
* Stop building the rts against gmpDuncan Coutts2009-06-133-19/+0
* Remove the implementation of gmp primops from the rtsDuncan Coutts2009-06-132-7/+0
* Add and export rts_unsafeGetMyCapability from rtsDuncan Coutts2009-06-121-0/+9
* Remove the various mp registers from the StgRegTableDuncan Coutts2009-06-102-20/+0
* Define _BSD_SOURCE in Stg.hIan Lynagh2009-06-091-0/+4
* Lock the StablePtr table during GCSimon Marlow2009-06-041-0/+3