2008-07-25 |
Simon Marlow | try to fix the way we find $topdir
|
commit | commitdiff | tree |
2008-07-25 |
Simon Marlow | for the installed versions, don't use dynamic-linking...
|
commit | commitdiff | tree |
2008-07-25 |
Simon Marlow | don't steal %ebx for the GC on x86: it's also used...
|
commit | commitdiff | tree |
2008-07-25 |
Simon Marlow | SRT labels don't need to be globally visible
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | Don't prematurely link shared libraries against the...
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | add --enable-shared to configure, and $(BuildSharedLibs...
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | use RTLD_LAZY instead of RTLD_NOW
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | debug output tweak
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | small cleanup
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | allow EXTRA_HC_OPTS to be used from the command-line
|
commit | commitdiff | tree |
2008-07-24 |
Simon Marlow | put the inplace GHC in stageN-inplace/ghc instead of...
|
commit | commitdiff | tree |
2008-07-23 |
Simon Marlow | add a "rebuild" target for convenience
|
commit | commitdiff | tree |
2008-07-22 |
Simon Marlow | set PAPI_LIB_DIR="" when we don't have PAPI (clean...
|
commit | commitdiff | tree |
2008-07-22 |
Simon Marlow | remove -fvia-C that I apparrently accidentally added...
|
commit | commitdiff | tree |
2008-07-23 |
Simon Marlow | Undo fix for #2185: sparks really should be treated...
|
commit | commitdiff | tree |
2008-07-23 |
Simon Marlow | fix bug in sparkPoolSize (affects debug output only)
|
commit | commitdiff | tree |
2008-07-23 |
Simon Marlow | debug message tweaks
|
commit | commitdiff | tree |
2008-07-22 |
Simon Marlow | refactoring/tidyup: (not.is64BitInteger) -> is32BitInteger
|
commit | commitdiff | tree |
2008-07-15 |
Simon Marlow | non-threaded RTS: don't assume deadlock if there are...
|
commit | commitdiff | tree |
2008-07-15 |
Simon Marlow | update the text about header files and -#include
|
commit | commitdiff | tree |
2008-07-14 |
Simon Marlow | add NetBSD to some of the #ifdefs (patch partly from...
|
commit | commitdiff | tree |
2008-07-14 |
Simon Marlow | FIX BUILD on Windows
|
commit | commitdiff | tree |
2008-07-14 |
Simon Marlow | remove what looks like a cut-and-pasto
|
commit | commitdiff | tree |
2008-07-14 |
Simon Marlow | fix #2434: we weren't waiting long enough for the signal
|
commit | commitdiff | tree |
2008-07-14 |
Simon Marlow | Make showSDoc and printDoc use the same default width...
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | FIX #2322: add exceptions for more functions in math.h
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | FIX #2248
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | add a comment to the effect that printDoc prints FastStrings...
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | FIX #2302: print FastStrings in UTF-8 in error messages
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | FIX #2278: don't complain if the -odir directory doesn...
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | add "ghc-pkg dump" (fixes #2201)
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | small improvement to an error message
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | #2371: try to explain the difference between :module...
|
commit | commitdiff | tree |
2008-07-11 |
Simon Marlow | FIX #2381, and improve the fix for #1565
|
commit | commitdiff | tree |
2008-07-10 |
Simon Marlow | add threadStatus# primop, for querying the status of...
|
commit | commitdiff | tree |
2008-07-10 |
Simon Marlow | oops, fix more register clobberage
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | rts_evalStableIO: start the new thread in blocked mode
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | add new primop: asyncExceptionsBlocked# :: IO Bool
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | #1205: ':load foo.hs' in GHCi always compiles to bytecode
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | add -fwarn-dodgy-foreign-imports (see #1357)
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | Treat the Unicode "Letter, Other" class as lowercase...
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | FIX part of #2301, and #1619
|
commit | commitdiff | tree |
2008-07-09 |
Simon Marlow | Fix some random register clobbering in takeMVar/putMVar
|
commit | commitdiff | tree |
2008-07-08 |
Simon Marlow | ANSI-ise a function declaration
|
commit | commitdiff | tree |
2008-07-08 |
Simon Marlow | remove old #ifdef SMP bits
|
commit | commitdiff | tree |
2008-07-07 |
Simon Marlow | FIX #1736, and probably #2169, #2240
|
commit | commitdiff | tree |
2008-07-04 |
Simon Marlow | FIX #2398: file locking wasn't thread-safe
|
commit | commitdiff | tree |
2008-06-20 |
Simon Marlow | Remove out of date comments and point to the commentary
|
commit | commitdiff | tree |
2008-06-19 |
Simon Marlow | document some RTS options I added a while ago: -qm...
|
commit | commitdiff | tree |
2008-06-19 |
Simon Marlow | Document the change to +RTS -S/-s/-t
|
commit | commitdiff | tree |
2008-06-19 |
Simon Marlow | document paralel GC option: +RTS -g
|
commit | commitdiff | tree |
2008-06-19 |
Simon Marlow | +RTS -S -RTS now sends output to stderr (also -s)
|
commit | commitdiff | tree |
2008-06-19 |
Simon Marlow | fix a tiny bug spotted by gcc 4.3
|
commit | commitdiff | tree |
2008-06-19 |
Simon Marlow | Fix up inlines for gcc 4.3
|
commit | commitdiff | tree |
2008-06-18 |
Simon Marlow | fix warnings with gcc 4.3
|
commit | commitdiff | tree |
2008-06-18 |
Simon Marlow | it's time to retire ghcprof & friends
|
commit | commitdiff | tree |
2008-06-18 |
Simon Marlow | define NeedVarargsPrototypes to avoid segfault on x86_64
|
commit | commitdiff | tree |
2008-06-17 |
Simon Marlow | Fix an example where we weren't doing case-of-case...
|
commit | commitdiff | tree |
2008-06-18 |
Simon Marlow | fix gcc warnings for printf formats on 32-bit
|
commit | commitdiff | tree |
2008-06-18 |
Simon Marlow | FIX BUILD on Windows
|
commit | commitdiff | tree |
2008-06-17 |
Simon Marlow | Sort the mi_deps into a canonical ordering before fingerprin...
|
commit | commitdiff | tree |
2008-06-17 |
Simon Marlow | Fix another "urk! lookup local fingerprint" in nofib...
|
commit | commitdiff | tree |
2008-06-17 |
Simon Marlow | small interpreter fix
|
commit | commitdiff | tree |
2008-06-17 |
Simon Marlow | fix some printf formats for 64 bits
|
commit | commitdiff | tree |
2008-06-17 |
Simon Marlow | 64-bit fixes
|
commit | commitdiff | tree |
2008-06-16 |
Simon Marlow | don't try to parallelise marking GC (yet)
|
commit | commitdiff | tree |
2008-06-09 |
Simon Marlow | another stableptr003 fix
|
commit | commitdiff | tree |
2008-06-09 |
Simon Marlow | Experimental "mark-region" strategy for the old generation
|
commit | commitdiff | tree |
2008-06-09 |
Simon Marlow | threadStackUnderflow: fix up the bd->free pointers...
|
commit | commitdiff | tree |
2008-06-08 |
Simon Marlow | fix allocated blocks calculation, and add more sanity...
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | Put the contents of Evac.c-inc back in Evac.c, and...
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | +RTS -N also sets +RTS -g
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | DECLARE_GCT for when we have no register variable
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | comment updates
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | fix some types for 64-bit platforms
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | +RTS -S- is the same as +RTS -Sstderr
|
commit | commitdiff | tree |
2008-06-03 |
Simon Marlow | move the spinlock counts inside +RTS -S
|
commit | commitdiff | tree |
2008-05-28 |
Simon Marlow | FIX #2164: check for ThreadRelocated in isAlive()
|
commit | commitdiff | tree |
2008-04-24 |
Simon Marlow | FIX the compacting GC again
|
commit | commitdiff | tree |
2008-04-24 |
Simon Marlow | FIX #2185: sparks should not be treated as roots by...
|
commit | commitdiff | tree |
2008-04-17 |
Simon Marlow | turn off the usleep() in the GC thread idle loop (tmp...
|
commit | commitdiff | tree |
2008-04-17 |
Simon Marlow | declare the GC thread register variable more portably
|
commit | commitdiff | tree |
2008-04-17 |
Simon Marlow | remove EVACUATED: store the forwarding pointer in the...
|
commit | commitdiff | tree |
2008-04-17 |
Simon Marlow | tso->link is now tso->_link (fix after merge with...
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | Don't look at all the threads before each GC.
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | Don't traverse the entire list of threads on every...
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | optimisation for isAlive()
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | refactoring
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | add [] to foreign calls
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | remove GRAN/PAR code
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | bugfix for traverseBlackHoleQueue
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | Add a write barrier to the TSO link field (#1589)
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | fix trace
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | tmp: alloc one block at a time
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | add debugging code to check for fragmentation
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | do a better job of re-using partial blocks in subsequent GCs
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | Use the BF_EVACUATED flag to indicate to-space consistently
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | rearrange: we were calling markSomeCapabilities too...
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | debug output: show mem in use
|
commit | commitdiff | tree |
2008-04-16 |
Simon Marlow | make +RTS -G1 work again
|
commit | commitdiff | tree |
next |