Build library packages as shared libs
[ghc-hetmet.git] / rts /
2009-04-29 Duncan CouttsBuild the rts as a shared lib correctly
2009-04-28 Simon Marlowadd missing eventlog subdir
2009-04-28 Simon Marlowimprove the finalizer callback error message
2009-04-28 Simon MarlowAdd a header to all build system files:
2009-04-26 Ian LynaghGHC new build system megapatch
2009-04-24 Simon Marlowadd missing files (part of #3171 fix)
2009-04-23 Simon MarlowAdd EVENT_CREATE_SPARK_THREAD to replace EVENT_SPARK_TO...
2009-04-23 Simon Marlowadd getOrSetSignalHandlerStore, much like getOrSetTypea...
2009-04-23 Simon Marlowdon't overwrite io_manager_pipe if it is already set
2009-04-03 Simon Marlowremove now-unused atomic_modify_mutvar_mutex
2009-04-20 Ben.Lippmeier@anu... SPARC NCG: Add a comment explaining why we can't used...
2009-04-13 donnie@darthik.comRemoved unused function postEventTypeID.
2009-04-13 donnie@darthik.comFor consistency, changed access of thread id to be...
2009-04-13 donnie@darthik.comAdded new EventLog event: Spark to Thread.
2009-04-13 donnie@darthik.comChanged postEvent last argument from "nat from" to...
2009-04-13 donnie@darthik.comFixed ThreadID to be defined as StgThreadID, not StgWor...
2009-04-03 donnie@darthik.comFixed error in order of EventTypeDescriptions -- seq...
2009-04-03 donnie@darthik.comEventlog support for new event type: create spark.
2009-04-04 Ian LynaghDon't use thread local storage on x86/not-Linux
2009-04-03 Simon MarlowOn x86, use thread-local storage instead of stealing...
2009-04-03 Simon Marlowin the non-threaded RTS, use a static gc_thread structure
2009-04-03 Simon Marlowsmall GC optimisation
2009-04-02 Simon Marlowadd -funroll-loops when compiling the parallel version...
2009-04-02 Simon MarlowPACKAGE_CPP_OPTS += -DPAPI_INCLUDE_DIR=""
2009-03-31 Ben.Lippmeier@anu... SPARC: Fix ffi019 split load/store of HsInt64 into...
2009-03-30 Ben.Lippmeier@anu... SPARC NCG: When getting a 64 bit word, promote halves...
2009-03-30 Simon MarlowFIX #1779 and qq005: export hs_hpc_module
2009-03-26 Simon Marlowcheck for ThreadRelocated in checkBlackHoles()
2009-03-22 Simon Marlowfix an fprintf that should be fputs (quiets gcc)
2009-03-22 Simon Marlowcheck return value of write (quiets gcc)
2009-03-23 Simon MarlowFix locking in evacuate_large() (FIX openfile008(thread...
2009-03-20 Austin SeippPlease the -Wall police by moving a variable declaratio...
2009-03-20 Austin Seippwibble in setExecutable
2009-03-18 Austin SeippFIX getNumberOfProcessors() on MacOS X
2009-03-20 Simon MarlowFix bug in setThreadAffinity() (Linux)
2009-03-20 Manuel M T ChakravartyImplement setThreadAffinity for Mac OS X (from 10.5)
2009-03-19 Simon MarlowFix warnings with older versions of gcc (3.4.5)
2009-03-18 Simon Marlowwibble for getNumberOfProcessors
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-18 Simon MarlowFixes to "Retract Hp *before* checking for HpLim==0"
2009-03-17 Simon MarlowAdd fast event logging
2009-03-17 Simon MarlowFIX biographical profiling (#3039, probably #2297)
2009-03-17 Simon MarlowAdd getNumberOfProcessors(), FIX MacOS X build problem...
2009-03-16 Simon MarlowDon't call processHeapClosureForDead on pinned blocks
2009-03-16 Simon MarlowRetract Hp *before* checking for HpLim==0
2009-03-13 Simon Marloweliminate some not-quite-duplicate code
2009-03-13 Simon Marlowstart finalizers on the current Capability rather than...
2009-02-17 Simon Marlowcope with ThreadRelocated on the sleeping_queue
2009-03-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-03-13 Simon MarlowAdd "+RTS -N" to determine the -N value automatically...
2009-03-13 Simon Marlowtidy up "missing symbol" error message
2009-03-12 Simon MarlowFix sanity checking after fix to #2917
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2009-03-11 Simon Marlowavoid a crash: don't return unless the run queue has...
2009-03-11 Ian LynaghAllocate the right number of words in new*PinnedByteArr...
2009-03-11 Simon MarlowFix #2992: don't create a named event
2009-03-09 Simon MarlowFix a bug which sometimes caused extra major GCs to...
2009-03-09 Simon MarlowRedesign 64-bit HEAP_ALLOCED (FIX #2934 at the same...
2009-03-06 Simon MarlowPartial fix for #2917
2009-03-06 Ian LynaghMake LDV_FILL_SLOP use a forwards loop rather than...
2009-03-03 Simon Marlowfix assertion failure with -debug non-threaded RTS...
2009-02-27 Ian LynaghIn +RTS --info output, use YES rather than Yes
2009-02-24 Ben.Lippmeier@anu... Strip tag bits from closure pointers before trying...
2009-02-19 Simon MarlownewPinnedByteArray#: align the result to 16-bytes ...
2009-02-19 Simon MarlowExport blockUserSignals and unblockUserSignals (needed...
2009-02-19 Simon Marlow#2860: remove redundant unblocking of signals
2009-02-19 Simon MarlownewPinnedByteArray#: align the result to 16-bytes ...
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2009-02-18 Ian LynaghFix an off-by-one; fixes the second bug in trac #3001
2009-02-11 Simon Marlowgeneral tidy up
2009-02-11 Simon Marlowone more bugfix: a load/load memory barrier is required...
2009-02-11 Ian LynaghFix trac #3001: Biographical profiling segfaults
2009-02-09 Simon MarlowscheduleYield(): check the wakeup queue before yielding
2009-02-06 Simon Marlowcrucial bugfix: add a store/load memory barrier to...
2009-02-06 Simon Marlowbugfix: an unsigned comparison should be signed
2009-02-06 Simon Marlowtiny cleanup
2009-02-06 Simon Marlowadd debugging code and comments
2009-02-06 Simon Marlowadd an assertion
2009-02-05 Simon MarlowRefactor the spark queue implementation into a generic...
2009-02-08 Ian LynaghHandle the case where setitimer(ITIMER_VIRTUAL) is...
2009-02-05 Ben.Lippmeier@anu... NCG: Validate fixes
2009-02-03 Ben.Lippmeier@anu... NCG: Move the graph allocator into its own dir
2009-02-04 Simon Marlowleave out rts/ from include-dirs in the inplace rts...
2009-01-30 Simon Marlowadd wiki commentary links
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-22 Ben.Lippmeier@anu... SPARC NCG: Also do misaligned reads (this time for...
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Also do misaligned reads
2009-01-21 Ben.Lippmeier@anu... SPARC NCG: Add a SPARC version of rts_mkInt64 that...
2009-01-12 Ben.Lippmeier@anu... Untag closure pointers before trying to print them.
2009-01-12 Ben.Lippmeier@anu... Add missing documention of -Da DEBUG: apply flag to...
2009-01-18 Ian LynaghAlways use PTHREAD_MUTEX_ERRORCHECK to create mutexes...
2009-01-17 Ian LynaghUse error-checking mutexes on all platforms when DEBUG...
2009-01-17 Ian LynaghInitialise and deinitialise the file_lock_mutex
2009-01-14 Simon Marlowvalidate fix on 32-bit
2009-01-14 Simon MarlowDetect when a C finalizer calls back to Haskell
2009-01-12 Simon Marlowsanity checking fixes
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
2009-01-07 Simon Marlowindicate which TSOs are dirty in the printAllThreads...
2009-01-09 Ian LynaghAdd "Word size" to the +RTS --info output
2009-01-08 Ian LynaghAdd some more fields to +RTS --info
next