2009-08-03 |
Simon Marlow | rts_stop_on_exception is a C int, not a W_ |
tree | commitdiff |
2009-08-02 |
Ian Lynagh | Fix permissions when installing |
tree | commitdiff |
2009-08-01 |
Ian Lynagh | Allow more than 64k instructions in a BCO; fixes #789 |
tree | commitdiff |
2009-07-24 |
Ian Lynagh | Fix a warning on Windows |
tree | commitdiff |
2009-07-24 |
Simon Marlow | add number of bytes to +RTS -DS leak reports |
tree | commitdiff |
2009-07-24 |
Simon Marlow | free the gc_thread structures during shutdown |
tree | commitdiff |
2009-07-24 |
Simon Marlow | Add atomic_inc()/atomic_dec(), and use them to replace... |
tree | commitdiff |
2009-07-06 |
Simon Marlow | Fix generational GC bug (#3348) |
tree | commitdiff |
2009-07-01 |
Simon Marlow | Fix #2197 (properly this time) |
tree | commitdiff |
2009-07-01 |
Simon Marlow | remove unnecessary $(RM)s |
tree | commitdiff |
2009-06-30 |
Simon Marlow | fix GC bug introduced with the C finalizer support |
tree | commitdiff |
2009-06-27 |
Ian Lynagh | Add a configure test for whether or not __mingw_vfprint... |
tree | commitdiff |
2009-06-24 |
Simon Marlow | propagate the result of atomically properly (fixes... |
tree | commitdiff |
2009-06-22 |
Ian Lynagh | Add a couple more symbols to the Linker.c table |
tree | commitdiff |
2009-06-16 |
Ian Lynagh | Add a #endif back that was accidentally removed from... |
tree | commitdiff |
2009-06-13 |
Duncan Coutts | Stop building the rts against gmp |
tree | commitdiff |
2009-06-13 |
Duncan Coutts | Remove the implementation of gmp primops from the rts |
tree | commitdiff |
2009-06-13 |
Duncan Coutts | Stop setting the gmp memory functions in the rts |
tree | commitdiff |
2009-06-11 |
Ian Lynagh | Add rules for building .cmm files in libraries |
tree | commitdiff |
2009-06-13 |
Duncan Coutts | Exports a few rts things we need for cmm code in extern... |
tree | commitdiff |
2009-06-12 |
Duncan Coutts | Add and export rts_unsafeGetMyCapability from rts |
tree | commitdiff |
2009-06-20 |
Ian Lynagh | Fix the way in the +RTS --info output |
tree | commitdiff |
2009-06-16 |
Simon Marlow | Fix #3279, #3288: fix crash encountered when calling... |
tree | commitdiff |
2009-06-12 |
Ian Lynagh | Update symbol names; fixes the build on OSX |
tree | commitdiff |
2009-06-10 |
Simon Marlow | don't check for stack underflow if we just had an overflow |
tree | commitdiff |
2009-05-29 |
Simon Marlow | Changes for the new IO library, mainly base-package... |
tree | commitdiff |
2009-06-11 |
Duncan Coutts | Remove __encodeDouble and __encodeFloat from the rts |
tree | commitdiff |
2009-06-10 |
Duncan Coutts | Convert the gmp cmm primops to use local stack allocation |
tree | commitdiff |
2009-06-10 |
Duncan Coutts | Make killThread# cmm primop use local stack allocation |
tree | commitdiff |
2009-06-04 |
Simon Marlow | fix a warning |
tree | commitdiff |
2009-06-04 |
Simon Marlow | Lock the StablePtr table during GC |
tree | commitdiff |
2009-06-02 |
Ian Lynagh | Remove the unused remains of __decodeFloat |
tree | commitdiff |
2009-06-02 |
Simon Marlow | Remove old GUM/GranSim code |
tree | commitdiff |
2009-05-30 |
Ian Lynagh | $(XARGS) might include arguments, so don't quote it... |
tree | commitdiff |
2009-05-30 |
Ian Lynagh | Quote commands that we run, so they work if there are... |
tree | commitdiff |
2009-05-29 |
Simon Marlow | don't shrink the stack smaller than the value set by... |
tree | commitdiff |
2009-05-29 |
Simon Marlow | Fix bug in previous change: allocate the correct size |
tree | commitdiff |
2009-05-28 |
Ben.Lippmeier@anu... | Fix handling of R_SPARC_UA32 relocations in linker |
tree | commitdiff |
2009-05-28 |
Simon Marlow | Round stack size to a whole number of megablocks |
tree | commitdiff |
2009-05-28 |
Simon Marlow | Fix #3156: ensure preconditions of splitLargeBlock() |
tree | commitdiff |
2009-03-28 |
Simon Marlow | export sysErrorBelch |
tree | commitdiff |
2009-05-21 |
Simon Marlow | Fix #3201: "ar: Bad file number" build error with MSYS... |
tree | commitdiff |
2009-05-19 |
Duncan Coutts | Use shared lib mode -dynload deploy to build the rts... |
tree | commitdiff |
2009-05-15 |
Duncan Coutts | Keep C main separate from rts lib and link it in for... |
tree | commitdiff |
2009-05-14 |
Duncan Coutts | Fix silly make macro mistake in a rule used in the... |
tree | commitdiff |
2009-05-20 |
Simon Marlow | Windows: load msvcrt and kernel32 manually |
tree | commitdiff |
2009-05-20 |
Ian Lynagh | OS X / amd64 fixes |
tree | commitdiff |
2009-05-18 |
Simon Marlow | Fix #3236: emit a helpful error message when the RTS... |
tree | commitdiff |
2009-05-16 |
Ian Lynagh | Bootstrapping fixes |
tree | commitdiff |
2009-05-16 |
Ian Lynagh | Hide more make rules when cleaning |
tree | commitdiff |
2009-05-15 |
Simon Marlow | fix cut-and-pasto in mkWeakForeignEnv#, causing random... |
tree | commitdiff |
2009-05-01 |
Duncan Coutts | Link the rts shared libs against gmp and the other... |
tree | commitdiff |
2009-05-08 |
Simon Marlow | correct the +RTS -? docs for -A (default is 512k not... |
tree | commitdiff |
2009-05-08 |
Simon Marlow | Use a more compact +RTS -s output for Tasks |
tree | commitdiff |
2009-05-05 |
Simon Marlow | disable a warning |
tree | commitdiff |
2009-05-04 |
Ian Lynagh | More rules for bootstrapping |
tree | commitdiff |
2009-05-03 |
Ian Lynagh | Tweak rts ghc.mk for bootstrapping |
tree | commitdiff |
2009-04-29 |
Duncan Coutts | Build the rts as a shared lib correctly |
tree | commitdiff |
2009-04-28 |
Simon Marlow | add missing eventlog subdir |
tree | commitdiff |
2009-04-28 |
Simon Marlow | improve the finalizer callback error message |
tree | commitdiff |
2009-04-28 |
Simon Marlow | Add a header to all build system files: |
tree | commitdiff |
2009-04-26 |
Ian Lynagh | GHC new build system megapatch |
tree | commitdiff |
2009-04-24 |
Simon Marlow | add missing files (part of #3171 fix) |
tree | commitdiff |
2009-04-23 |
Simon Marlow | Add EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO... |
tree | commitdiff |
2009-04-23 |
Simon Marlow | add getOrSetSignalHandlerStore, much like getOrSetTypea... |
tree | commitdiff |
2009-04-23 |
Simon Marlow | don't overwrite io_manager_pipe if it is already set |
tree | commitdiff |
2009-04-03 |
Simon Marlow | remove now-unused atomic_modify_mutvar_mutex |
tree | commitdiff |
2009-04-20 |
Ben.Lippmeier@anu... | SPARC NCG: Add a comment explaining why we can't used... |
tree | commitdiff |
2009-04-13 |
donnie@darthik.com | Removed unused function postEventTypeID. |
tree | commitdiff |
2009-04-13 |
donnie@darthik.com | For consistency, changed access of thread id to be... |
tree | commitdiff |
2009-04-13 |
donnie@darthik.com | Added new EventLog event: Spark to Thread. |
tree | commitdiff |
2009-04-13 |
donnie@darthik.com | Changed postEvent last argument from "nat from" to... |
tree | commitdiff |
2009-04-13 |
donnie@darthik.com | Fixed ThreadID to be defined as StgThreadID, not StgWor... |
tree | commitdiff |
2009-04-03 |
donnie@darthik.com | Fixed error in order of EventTypeDescriptions -- seq... |
tree | commitdiff |
2009-04-03 |
donnie@darthik.com | Eventlog support for new event type: create spark. |
tree | commitdiff |
2009-04-04 |
Ian Lynagh | Don't use thread local storage on x86/not-Linux |
tree | commitdiff |
2009-04-03 |
Simon Marlow | On x86, use thread-local storage instead of stealing... |
tree | commitdiff |
2009-04-03 |
Simon Marlow | in the non-threaded RTS, use a static gc_thread structure |
tree | commitdiff |
2009-04-03 |
Simon Marlow | small GC optimisation |
tree | commitdiff |
2009-04-02 |
Simon Marlow | add -funroll-loops when compiling the parallel version... |
tree | commitdiff |
2009-04-02 |
Simon Marlow | PACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR="" |
tree | commitdiff |
2009-03-31 |
Ben.Lippmeier@anu... | SPARC: Fix ffi019 split load/store of HsInt64 into... |
tree | commitdiff |
2009-03-30 |
Ben.Lippmeier@anu... | SPARC NCG: When getting a 64 bit word, promote halves... |
tree | commitdiff |
2009-03-30 |
Simon Marlow | FIX #1779 and qq005: export hs_hpc_module |
tree | commitdiff |
2009-03-26 |
Simon Marlow | check for ThreadRelocated in checkBlackHoles() |
tree | commitdiff |
2009-03-22 |
Simon Marlow | fix an fprintf that should be fputs (quiets gcc) |
tree | commitdiff |
2009-03-22 |
Simon Marlow | check return value of write (quiets gcc) |
tree | commitdiff |
2009-03-23 |
Simon Marlow | Fix locking in evacuate_large() (FIX openfile008(thread... |
tree | commitdiff |
2009-03-20 |
Austin Seipp | Please the -Wall police by moving a variable declaratio... |
tree | commitdiff |
2009-03-20 |
Austin Seipp | wibble in setExecutable |
tree | commitdiff |
2009-03-18 |
Austin Seipp | FIX getNumberOfProcessors() on MacOS X |
tree | commitdiff |
2009-03-20 |
Simon Marlow | Fix bug in setThreadAffinity() (Linux) |
tree | commitdiff |
2009-03-20 |
Manuel M T Chakravarty | Implement setThreadAffinity for Mac OS X (from 10.5) |
tree | commitdiff |
2009-03-19 |
Simon Marlow | Fix warnings with older versions of gcc (3.4.5) |
tree | commitdiff |
2009-03-18 |
Simon Marlow | wibble for getNumberOfProcessors |
tree | commitdiff |
2009-03-18 |
Simon Marlow | Set thread affinity with +RTS -qa (only on Linux so... |
tree | commitdiff |
2009-03-18 |
Simon Marlow | Fixes to "Retract Hp *before* checking for HpLim==0" |
tree | commitdiff |
2009-03-17 |
Simon Marlow | Add fast event logging |
tree | commitdiff |
2009-03-17 |
Simon Marlow | FIX biographical profiling (#3039, probably #2297) |
tree | commitdiff |
2009-03-17 |
Simon Marlow | Add getNumberOfProcessors(), FIX MacOS X build problem... |
tree | commitdiff |
next |