| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix more warnings | Simon Marlow | 2007-10-23 | 1 | -4/+4 |
* | FIX BUILD (on 32-bit platforms): hs_hpc_module() type mismatch | Simon Marlow | 2007-10-23 | 1 | -4/+4 |
* | add PIC relocations for x86_64, and use a simpler hack in place of x86_64_hig... | Simon Marlow | 2007-10-18 | 1 | -89/+79 |
* | remove an incorrect assertion | Simon Marlow | 2007-10-16 | 1 | -5/+0 |
* | FIX #1784: EM_AMD64 and EM_X86_64 might both be defined to the same value | Simon Marlow | 2007-10-19 | 1 | -2/+1 |
* | FIX #1450: asynchronous exceptions are now printed by +RTS -xc | Simon Marlow | 2007-10-18 | 1 | -0/+13 |
* | fix -fbreak-on-exception for unregsterised | Simon Marlow | 2007-10-18 | 1 | -4/+5 |
* | fix breakpoints in unregisterised mode | Simon Marlow | 2007-10-18 | 1 | -3/+8 |
* | Change some ints to unsigned ints | Simon Marlow | 2007-10-18 | 1 | -5/+5 |
* | fix warnings when compiling via C | Simon Marlow | 2007-10-18 | 1 | -4/+4 |
* | rollback "accounting wibble: we were missing an alloc_blocks .. " | Simon Marlow | 2007-10-18 | 1 | -1/+3 |
* | Refactoring: extract platform-specific code from sm/MBlock.c | Simon Marlow | 2007-10-17 | 4 | -437/+442 |
* | fix an error message (barf -> sysErrorBelch) | Simon Marlow | 2007-10-17 | 1 | -2/+3 |
* | FIX profiling after my storage manager changes | Simon Marlow | 2007-10-15 | 1 | -17/+1 |
* | Add allocateInGen() for allocating in a specific generation, and cleanups | Simon Marlow | 2007-10-12 | 5 | -176/+102 |
* | optimise isAlive() | Simon Marlow | 2007-10-12 | 1 | -14/+14 |
* | accounting wibble: we were missing an alloc_blocks++ in allocateLocal() | Simon Marlow | 2007-10-12 | 1 | -0/+1 |
* | threadStackOverflow should be using allocateLocal | Simon Marlow | 2007-10-12 | 1 | -1/+1 |
* | Add a proper write barrier for MVars | Simon Marlow | 2007-10-11 | 17 | -64/+160 |
* | we need to #include "Stg.h" first, we can't rely on GHC to inject it | Simon Marlow | 2007-10-10 | 1 | -0/+1 |
* | GHCi: use non-updatable thunks for breakpoints | Simon Marlow | 2007-10-10 | 2 | -1/+82 |
* | export n_capabilities, see #1733 | Simon Marlow | 2007-10-09 | 1 | -0/+1 |
* | also call initMutex on every task->lock, see #1391 | Simon Marlow | 2007-10-09 | 1 | -0/+3 |
* | FIX validate for PPC Mac OS X - Linker.c | Thorkil Naur | 2007-10-05 | 1 | -1/+1 |
* | FIX validate for PPC Mac OS X - Evac.h | Thorkil Naur | 2007-10-05 | 1 | -1/+10 |
* | FIX BUILD FD_SETSIZE signed | jochemberndsen@dse.nl | 2007-09-27 | 1 | -2/+6 |
* | FIX BUILD addDLL returns const char* | jochemberndsen@dse.nl | 2007-09-27 | 1 | -2/+2 |
* | also acquire/release task->lock across fork() | Simon Marlow | 2007-09-27 | 1 | -0/+3 |
* | Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for ... | Ian Lynagh | 2007-09-26 | 1 | -1/+1 |
* | fix to previous fix to THUNK_SELECTOR machinery2007-09-25 | Simon Marlow | 2007-09-25 | 1 | -19/+22 |
* | FIX #1038: failure of selector-thunk machinery to do its job | Simon Marlow | 2007-09-17 | 1 | -213/+146 |
* | attempt to fix #1391, hold locks across fork() and initialize them in the child | Simon Marlow | 2007-09-14 | 1 | -0/+15 |
* | add support for EM_AMD64 elf machine type, openbsd/amd64 ghci works | Don Stewart | 2007-09-16 | 1 | -1/+5 |
* | patch Linker.c for amd64/openbsd | Don Stewart | 2007-09-16 | 1 | -5/+14 |
* | Writing out .tix file only if you are the original process, not a child. | andy@galois.com | 2007-09-17 | 1 | -2/+11 |
* | removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are de... | andy@galois.com | 2007-09-17 | 1 | -38/+0 |
* | avoid platform dependencies: my_uintptr_t ==> StgWord | Simon Marlow | 2007-09-17 | 1 | -13/+5 |
* | Keep valgrind happy when calling timer_create | sven.panne@aedion.de | 2007-09-16 | 1 | -0/+5 |
* | export stopTimer(), we need this in the unix package | Simon Marlow | 2007-09-12 | 1 | -0/+1 |
* | Weak.c incorrectly claims it's being compiled along RTS Main.c | Clemens Fruhwirth | 2007-08-06 | 1 | -1/+0 |
* | FIX #1466 (partly), which was causing concprog001(ghci) to fail | Simon Marlow | 2007-09-11 | 1 | -1/+3 |
* | Add a BeConservative setting to the make system | Ian Lynagh | 2007-09-10 | 2 | -1/+5 |
* | The RTS is Haddock-less, tell make about it | sven.panne@aedion.de | 2007-09-10 | 1 | -0/+5 |
* | Fix OS X warnings | Roman Leshchinskiy | 2007-09-06 | 1 | -1/+2 |
* | Declare ctime_r on Mac OS | Roman Leshchinskiy | 2007-09-06 | 1 | -0/+7 |
* | {Enter,Leave}CriticalSection imports should be outside #ifdef __PIC__ | Simon Marlow | 2007-09-05 | 3 | -5/+5 |
* | Use dlsym on OS X if available | Roman Leshchinskiy | 2007-09-05 | 1 | -0/+15 |
* | FIX: Correct Leave/EnterCriticalSection imports | Manuel M T Chakravarty | 2007-09-05 | 3 | -6/+6 |
* | put the @N suffix on stdcall foreign calls in .cmm code | Simon Marlow | 2007-09-04 | 3 | -0/+6 |
* | Fix building RTS with gcc 2.*; declare all variables at the top of a block | Ian Lynagh | 2007-09-03 | 5 | -22/+35 |