summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Fix more warningsSimon Marlow2007-10-231-4/+4
* FIX BUILD (on 32-bit platforms): hs_hpc_module() type mismatchSimon Marlow2007-10-231-4/+4
* add PIC relocations for x86_64, and use a simpler hack in place of x86_64_hig...Simon Marlow2007-10-181-89/+79
* remove an incorrect assertionSimon Marlow2007-10-161-5/+0
* FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same valueSimon Marlow2007-10-191-2/+1
* FIX #1450: asynchronous exceptions are now printed by +RTS -xcSimon Marlow2007-10-181-0/+13
* fix -fbreak-on-exception for unregsterisedSimon Marlow2007-10-181-4/+5
* fix breakpoints in unregisterised modeSimon Marlow2007-10-181-3/+8
* Change some ints to unsigned intsSimon Marlow2007-10-181-5/+5
* fix warnings when compiling via CSimon Marlow2007-10-181-4/+4
* rollback "accounting wibble: we were missing an alloc_blocks .. "Simon Marlow2007-10-181-1/+3
* Refactoring: extract platform-specific code from sm/MBlock.cSimon Marlow2007-10-174-437/+442
* fix an error message (barf -> sysErrorBelch)Simon Marlow2007-10-171-2/+3
* FIX profiling after my storage manager changesSimon Marlow2007-10-151-17/+1
* Add allocateInGen() for allocating in a specific generation, and cleanupsSimon Marlow2007-10-125-176/+102
* optimise isAlive()Simon Marlow2007-10-121-14/+14
* accounting wibble: we were missing an alloc_blocks++ in allocateLocal()Simon Marlow2007-10-121-0/+1
* threadStackOverflow should be using allocateLocalSimon Marlow2007-10-121-1/+1
* Add a proper write barrier for MVarsSimon Marlow2007-10-1117-64/+160
* we need to #include "Stg.h" first, we can't rely on GHC to inject itSimon Marlow2007-10-101-0/+1
* GHCi: use non-updatable thunks for breakpointsSimon Marlow2007-10-102-1/+82
* export n_capabilities, see #1733Simon Marlow2007-10-091-0/+1
* also call initMutex on every task->lock, see #1391Simon Marlow2007-10-091-0/+3
* FIX validate for PPC Mac OS X - Linker.cThorkil Naur2007-10-051-1/+1
* FIX validate for PPC Mac OS X - Evac.hThorkil Naur2007-10-051-1/+10
* FIX BUILD FD_SETSIZE signedjochemberndsen@dse.nl2007-09-271-2/+6
* FIX BUILD addDLL returns const char*jochemberndsen@dse.nl2007-09-271-2/+2
* also acquire/release task->lock across fork()Simon Marlow2007-09-271-0/+3
* Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for ...Ian Lynagh2007-09-261-1/+1
* fix to previous fix to THUNK_SELECTOR machinery2007-09-25Simon Marlow2007-09-251-19/+22
* FIX #1038: failure of selector-thunk machinery to do its jobSimon Marlow2007-09-171-213/+146
* attempt to fix #1391, hold locks across fork() and initialize them in the childSimon Marlow2007-09-141-0/+15
* add support for EM_AMD64 elf machine type, openbsd/amd64 ghci worksDon Stewart2007-09-161-1/+5
* patch Linker.c for amd64/openbsdDon Stewart2007-09-161-5/+14
* Writing out .tix file only if you are the original process, not a child.andy@galois.com2007-09-171-2/+11
* removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are de...andy@galois.com2007-09-171-38/+0
* avoid platform dependencies: my_uintptr_t ==> StgWordSimon Marlow2007-09-171-13/+5
* Keep valgrind happy when calling timer_createsven.panne@aedion.de2007-09-161-0/+5
* export stopTimer(), we need this in the unix packageSimon Marlow2007-09-121-0/+1
* Weak.c incorrectly claims it's being compiled along RTS Main.cClemens Fruhwirth2007-08-061-1/+0
* FIX #1466 (partly), which was causing concprog001(ghci) to failSimon Marlow2007-09-111-1/+3
* Add a BeConservative setting to the make systemIan Lynagh2007-09-102-1/+5
* The RTS is Haddock-less, tell make about itsven.panne@aedion.de2007-09-101-0/+5
* Fix OS X warningsRoman Leshchinskiy2007-09-061-1/+2
* Declare ctime_r on Mac OSRoman Leshchinskiy2007-09-061-0/+7
* {Enter,Leave}CriticalSection imports should be outside #ifdef __PIC__Simon Marlow2007-09-053-5/+5
* Use dlsym on OS X if availableRoman Leshchinskiy2007-09-051-0/+15
* FIX: Correct Leave/EnterCriticalSection importsManuel M T Chakravarty2007-09-053-6/+6
* put the @N suffix on stdcall foreign calls in .cmm codeSimon Marlow2007-09-043-0/+6
* Fix building RTS with gcc 2.*; declare all variables at the top of a blockIan Lynagh2007-09-035-22/+35