summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* reorganise PAPI configuration: off by default, even if library is foundSimon Marlow2006-11-201-2/+2
* No special Papi measurements taken by defaultmrchebas@gmail.com2006-11-091-1/+2
* whitespaceSimon Marlow2006-11-201-1/+0
* Cosmetic improvements, no change in Papi functionality.mrchebas@gmail.com2006-11-092-70/+88
* better error messages when PAPI_library_init() failsSimon Marlow2006-11-201-3/+12
* alter PAPI help message slightlySimon Marlow2006-11-201-2/+2
* Added configure gadgets to detect Papi, and fixed build problems'Alexey Rodriguez2006-11-091-0/+8
* Selection of PAPI events via RTS command linemrchebas@gmail.com2006-11-092-33/+92
* Addition of PAPI to RTSmrchebas@gmail.com2006-11-087-6/+339
* Cope with big endian float word order on little endian machinesIan Lynagh2006-11-201-1/+16
* remove unused includes, now that Storage.h & Stable.h are included by Rts.hSimon Marlow2006-11-1521-31/+0
* move newSpark() prototype to RtsExternal.h to avoid warningsSimon Marlow2006-11-071-4/+0
* mark stop event handle as invalid once closed, making shutdowns more graceful.sof@galois.com2006-10-161-1/+5
* hp_slash_fixRavi Nanavati2006-09-291-1/+1
* rts_ccs_lengthRavi Nanavati2006-09-292-2/+12
* Fix (yet another) odd interaction between selector thunks and compacting GCSimon Marlow2006-11-141-0/+8
* Make all needed prototypes visible to avoid warningssven.panne@aedion.de2006-11-102-0/+2
* Added a comment about se.info.type being used uninitializedsven.panne@aedion.de2006-11-101-0/+6
* Added a workaround for format specifier mismatchsven.panne@aedion.de2006-11-101-1/+8
* update flag settings after files were relocatedSimon Marlow2006-11-081-2/+2
* add a few #includes to make it compilesof@galois.com2006-11-011-1/+4
* improve the diagnostic generated by memInventory() for a memory leakSimon Marlow2006-10-271-29/+42
* count mut-list bytes, not wordsSimon Marlow2006-10-271-3/+3
* copyright updates and add Commentary linksSimon Marlow2006-10-2613-3/+68
* Remove PAR/GRAN code from the storage managerSimon Marlow2006-10-255-271/+0
* Changing Main.tix to <prog_name>.tix in the Hpc RTSandy@galois.com2006-10-251-1/+6
* Haskell Program Coverageandy@galois.com2006-10-243-0/+339
* Split GC.c, and move storage manager into sm/ directorySimon Marlow2006-10-2450-4886/+5075
* fix a printf format warningSimon Marlow2006-10-241-1/+1
* add prototypes for exitHashTable()Simon Marlow2006-10-201-0/+2
* remove ^MsSimon Marlow2006-10-191-46/+46
* rename allocated_bytes() to allocatedBytes()Simon Marlow2006-10-191-2/+2
* remove performGCWithRoots()Simon Marlow2006-10-191-12/+0
* compensate for gmp/configure sometimes not being executableSimon Marlow2006-10-171-1/+1
* Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changesSimon Marlow2006-10-171-5/+0
* Partially fix GHCi when unregisterisedIan Lynagh2006-10-121-0/+5
* Tweaks and missing case in disassemblerIan Lynagh2006-10-091-3/+9
* STM invariantstharris@microsoft.com2006-10-0717-281/+935
* Fix unregisterised alpha buildsIan Lynagh2006-10-041-0/+2
* Remove casts from lvalues to allow compilation under GCC 4.0brianlsmith@gmail.com2006-09-291-4/+4
* Handle clock_gettime failingIan Lynagh2006-09-271-6/+8
* 64bit fixes for the symbol lookup tablesven.panne@aedion.de2006-09-231-7/+7
* Use --export-dynamic to ensure ghci works on newer openbsdsDon Stewart2006-09-211-13/+2
* Fix ~2000 second profiling time wrapping bugIan Lynagh2006-09-112-5/+5
* Fix warnings traceBegin/traceEnd implicitly declaredIan Lynagh2006-09-101-0/+4
* If we get an unknown or unimplemented opcode, say what it isIan Lynagh2006-09-071-1/+2
* Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure typesSimon Marlow2006-09-078-35/+2
* document -V in the +RTS --help outpoutSimon Marlow2006-09-071-3/+6
* Fix the Windows "VirtualAlloc MEM_COMMIT failed" bugIan Lynagh2006-09-061-1/+1
* new RTS flag: -V to modify the resolution of the RTS timerIan Lynagh2006-09-0510-48/+80