2009-12-02 |
Simon Marlow | Refactoring only |
tree | commitdiff |
2009-12-02 |
Simon Marlow | move sanity checking code from Storage.c to Sanity.c |
tree | commitdiff |
2009-12-02 |
Simon Marlow | stg_ap_0_fast: sanity-check only the topmost frame... |
tree | commitdiff |
2009-12-03 |
Simon Marlow | Fix profiling build |
tree | commitdiff |
2009-12-02 |
Simon Marlow | threadStackUnderflow: put the new TSO on the mut list... |
tree | commitdiff |
2009-12-02 |
Simon Marlow | don't sanity check the whole stack when switching inter... |
tree | commitdiff |
2009-12-02 |
Simon Marlow | fix to sanity checking for ThreadRelocated TSOs |
tree | commitdiff |
2009-12-02 |
Simon Marlow | sanity check the top stack frame, not the whole stack |
tree | commitdiff |
2009-12-01 |
Simon Marlow | Make allocatePinned use local storage, and other refact... |
tree | commitdiff |
2009-12-01 |
Simon Marlow | Free full_prog_argv at exit, closing a memory leak |
tree | commitdiff |
2009-12-01 |
Simon Marlow | free cap->saved_mut_lists too |
tree | commitdiff |
2009-12-01 |
Simon Marlow | exitScheduler: move boundTaskExiting call outside ... |
tree | commitdiff |
2009-11-30 |
Simon Marlow | Implement a new heap-tuning option: -H |
tree | commitdiff |
2009-11-29 |
Simon Marlow | Store a destination step in the block descriptor |
tree | commitdiff |
2009-11-15 |
Matthias Kilian | Reorder ALL_RTS_LIBS |
tree | commitdiff |
2009-11-25 |
Simon Marlow | threadStackOverflow: check whether stack squeezing... |
tree | commitdiff |
2009-11-19 |
Simon Marlow | Check upper/lower bounds on various RTS flags (#3633) |
tree | commitdiff |
2009-11-19 |
Simon Marlow | Print the prog name in errorBelch() even if prog_argv... |
tree | commitdiff |
2009-11-18 |
Ben.Lippmeier@anu... | Windows DLLs: add #ifdefery to turn off DLL import... |
tree | commitdiff |
2009-11-17 |
Ben.Lippmeier@anu... | Windows DLLs: disable extra shutdownHaskell() when... |
tree | commitdiff |
2009-11-17 |
Ben.Lippmeier@anu... | Windows DLLs: remove dup symbol from def file |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | Windows DLLs: CHARLIKE_closure and INTLIKE_closure... |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | If a comment says "Is this correct?", it's not. |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | Windows DLLs: gmp is in the integer-gmp package now. |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | Use DLL aware runIO_closure instead of base_GHCziTopHan... |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | RTS also uses runSparks_closure from base |
tree | commitdiff |
2009-11-14 |
Ben.Lippmeier@anu... | Don't share low valued Int and Char closures with Windo... |
tree | commitdiff |
2009-11-11 |
Ben.Lippmeier@anu... | Windows DLLs: use one import lib for each DLL the RTS... |
tree | commitdiff |
2009-11-10 |
Ben.Lippmeier@anu... | Add autoconf code to locate dlltool on Windows |
tree | commitdiff |
2009-11-06 |
Ben.Lippmeier@anu... | Break recursive imports between the RTS and base librar... |
tree | commitdiff |
2009-11-18 |
Ian Lynagh | Put the libffi files to be installed into a dist directory |
tree | commitdiff |
2009-11-13 |
Simon Marlow | The rest of the #1185 patch (forkProcess and -threaded) |
tree | commitdiff |
2009-11-12 |
Simon Marlow | Windows-specific fix for #1185 patch |
tree | commitdiff |
2009-11-11 |
Simon Marlow | Second attempt to fix #1185 (forkProcess and -threaded) |
tree | commitdiff |
2009-11-11 |
Simon Marlow | Support for DragonFly BSD |
tree | commitdiff |
2009-11-11 |
Simon Marlow | The RTS needs hs-suffix-rules-srcdir for BootingFromHc |
tree | commitdiff |
2009-11-11 |
Manuel M T Chakravarty | Barf on unhandled Mach-O relocations in the ghci linker |
tree | commitdiff |
2009-11-07 |
Ian Lynagh | Split XARGS into XARGS and XARGS_OPTS |
tree | commitdiff |
2009-11-06 |
Simon Marlow | Rollback #1185 fix |
tree | commitdiff |
2009-11-05 |
Ian Lynagh | Make installation on *nix work for paths with spaces... |
tree | commitdiff |
2009-11-05 |
Simon Marlow | Fix #3642: m GHC builds using the Haskell Platform |
tree | commitdiff |
2009-11-04 |
Simon Marlow | fix build failure on Windows |
tree | commitdiff |
2009-11-04 |
Simon Marlow | hopefully fix validate breakage on OS X and Windows |
tree | commitdiff |
2009-11-03 |
Simon Marlow | Fix #1185 (RTS part, also needs corresponding change... |
tree | commitdiff |
2009-10-06 |
Ben.Lippmeier@anu... | Remove unused DYNAMIC_RTS var from rts/ghc.mk |
tree | commitdiff |
2009-10-06 |
Ben.Lippmeier@anu... | Use __PIC__ and ming32_TARGET_OS to turn on windows... |
tree | commitdiff |
2009-10-06 |
Ben.Lippmeier@anu... | Use C syntax for casting. 'stgCast' appears to have... |
tree | commitdiff |
2009-10-06 |
Ben.Lippmeier@anu... | Handle deps with numbers in them, like 'wsock32'. |
tree | commitdiff |
2009-10-29 |
Manuel M T Chakravarty | Fix a dynamic linker bug that killed ghci on Snow Leopard |
tree | commitdiff |
2009-10-20 |
Simon Marlow | Fix a regression introduced in "overlap checking of... |
tree | commitdiff |
2009-10-15 |
Simon Marlow | Tweak to the way per-source-file options are specified |
tree | commitdiff |
2009-10-15 |
Simon Marlow | Add events to show when GC threads are idle/working |
tree | commitdiff |
2009-10-15 |
Simon Marlow | overlap checking of the black hole queue with waiting... |
tree | commitdiff |
2009-10-14 |
Simon Marlow | micro-opt: replace stmGetEnclosingTRec() with a field... |
tree | commitdiff |
2009-10-14 |
Simon Marlow | Fix #3578: return a dummy result when an STM transactio... |
tree | commitdiff |
2009-10-09 |
Simon Marlow | findSpark: exit if there's a returning foreign call |
tree | commitdiff |
2009-10-07 |
Simon Marlow | Retry pulling from our own spark pool if there was... |
tree | commitdiff |
2009-10-08 |
simonpj@microsoft.com | Make ghci work with libraries compiled with -ticky |
tree | commitdiff |
2009-10-08 |
Simon Marlow | Mark/compact: use a dynamically-sized mark stack, and... |
tree | commitdiff |
2009-10-08 |
Simon Marlow | Make appendToRunQueue EXTERN_INLINE rather than INLINE_... |
tree | commitdiff |
2009-10-06 |
Simon Marlow | Fix dependencies for the RTS |
tree | commitdiff |
2009-10-06 |
Simon Marlow | tracing wibble (make -ls work with a -debug RTS) |
tree | commitdiff |
2009-10-02 |
Ian Lynagh | Use "order only constraints" for directories |
tree | commitdiff |
2009-09-28 |
Simon Marlow | remove TICK_GC_WORDS_COPIED, the GC stats give us the... |
tree | commitdiff |
2009-09-25 |
Simon Marlow | Add a way to generate tracing events programmatically |
tree | commitdiff |
2009-09-26 |
Ben.Lippmeier@anu... | Fix building of the RTS with the NCG under Windows |
tree | commitdiff |
2009-09-23 |
Simon Marlow | fix warnings |
tree | commitdiff |
2009-09-23 |
Simon Marlow | Add erf, erfc, erfff, erfcf (#3536) |
tree | commitdiff |
2009-09-23 |
Simon Marlow | Make it so that -Ds implies -ls |
tree | commitdiff |
2009-09-18 |
Simon Marlow | Fix the nursery size calculation when -N is used with -H |
tree | commitdiff |
2009-09-18 |
Simon Marlow | implement case-on-Word in the byte code generator/inter... |
tree | commitdiff |
2009-09-18 |
Simon Marlow | Fix #3439: -debug implies -ticky, and -ticky code links... |
tree | commitdiff |
2009-09-16 |
Simon Marlow | typo in error message |
tree | commitdiff |
2009-09-16 |
Simon Marlow | only create the .eventlog file if any tracing options... |
tree | commitdiff |
2009-09-17 |
Manuel M T Chakravarty | Fix build on Mac OS 10.6 (Snow Leopard) |
tree | commitdiff |
2009-09-15 |
Simon Marlow | Event tracing: put the capability in the block marker... |
tree | commitdiff |
2009-09-13 |
Simon Marlow | Add event block markers |
tree | commitdiff |
2009-09-12 |
Simon Marlow | Optimise the code generated at trace points |
tree | commitdiff |
2009-09-15 |
Simon Marlow | Improve the default parallel GC settings, and sanitise... |
tree | commitdiff |
2009-09-13 |
Ian Lynagh | Use _ rather than : for the builtin package filenames |
tree | commitdiff |
2009-09-10 |
Simon Marlow | add comment: __thread is not supported by gcc on OS... |
tree | commitdiff |
2009-09-10 |
Simon Marlow | Fix #3320: we forgot to save/restore the GC register... |
tree | commitdiff |
2009-09-10 |
Austin Seipp | FIX #711 implement osFreeAllMBlocks for unix |
tree | commitdiff |
2009-09-09 |
Simon Marlow | Omit visibility pragmas on Windows (fixes warnings... |
tree | commitdiff |
2009-09-08 |
Simon Marlow | comment fix |
tree | commitdiff |
2009-09-09 |
Simon Marlow | refactor *_OPTS settings in the build system; no functi... |
tree | commitdiff |
2009-09-08 |
Simon Marlow | Fix warnings on 64-bit platforms; fixes validate on... |
tree | commitdiff |
2009-09-03 |
Simon Marlow | fix -u flags (after changes for #3310) |
tree | commitdiff |
2009-08-29 |
Simon Marlow | Unify event logging and debug tracing. |
tree | commitdiff |
2009-08-31 |
Simon Marlow | waitForReturnCapability: fix logic bug |
tree | commitdiff |
2009-08-30 |
Simon Marlow | Handle renames from #3310 |
tree | commitdiff |
2009-08-29 |
Simon Marlow | Fix incorrectly hidden RTS symbols |
tree | commitdiff |
2009-08-29 |
Simon Marlow | Maintain Task/Capability invariants in performPendingTh... |
tree | commitdiff |
2009-08-05 |
Simon Marlow | Declare RTS-private prototypes with __attribute__(... |
tree | commitdiff |
2009-08-26 |
Matthias Kilian | Use -W, not -Werror, for gcc older than 3.4 |
tree | commitdiff |
2009-08-28 |
Simon Marlow | Fix #3461: protect the use of keepCAFs with #ifdef... |
tree | commitdiff |
2009-08-20 |
Simon Marlow | Add unique package identifiers (InstalledPackageId... |
tree | commitdiff |
2009-08-23 |
Ian Lynagh | Remove bitrotted IA64 code in Linker.c |
tree | commitdiff |
2009-08-21 |
Ian Lynagh | Put "dl" back in rts/package.conf if HAVE_DL is defined |
tree | commitdiff |
2009-08-20 |
Simon Marlow | Use allocateLocal() rather than allocate() in the inter... |
tree | commitdiff |
next |