Major patch to fix reporting of unused imports
[ghc-hetmet.git] / rts /
2009-07-06 Simon MarlowFix generational GC bug (#3348)
2009-07-01 Simon MarlowFix #2197 (properly this time)
2009-07-01 Simon Marlowremove unnecessary $(RM)s
2009-06-30 Simon Marlowfix GC bug introduced with the C finalizer support
2009-06-27 Ian LynaghAdd a configure test for whether or not __mingw_vfprint...
2009-06-24 Simon Marlowpropagate the result of atomically properly (fixes...
2009-06-22 Ian LynaghAdd a couple more symbols to the Linker.c table
2009-06-16 Ian LynaghAdd a #endif back that was accidentally removed from...
2009-06-13 Duncan CouttsStop building the rts against gmp
2009-06-13 Duncan CouttsRemove the implementation of gmp primops from the rts
2009-06-13 Duncan CouttsStop setting the gmp memory functions in the rts
2009-06-11 Ian LynaghAdd rules for building .cmm files in libraries
2009-06-13 Duncan CouttsExports a few rts things we need for cmm code in extern...
2009-06-12 Duncan CouttsAdd and export rts_unsafeGetMyCapability from rts
2009-06-20 Ian LynaghFix the way in the +RTS --info output
2009-06-16 Simon MarlowFix #3279, #3288: fix crash encountered when calling...
2009-06-12 Ian LynaghUpdate symbol names; fixes the build on OSX
2009-06-10 Simon Marlowdon't check for stack underflow if we just had an overflow
2009-05-29 Simon MarlowChanges for the new IO library, mainly base-package...
2009-06-11 Duncan CouttsRemove __encodeDouble and __encodeFloat from the rts
2009-06-10 Duncan CouttsConvert the gmp cmm primops to use local stack allocation
2009-06-10 Duncan CouttsMake killThread# cmm primop use local stack allocation
2009-06-04 Simon Marlowfix a warning
2009-06-04 Simon MarlowLock the StablePtr table during GC
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
2009-05-30 Ian Lynagh$(XARGS) might include arguments, so don't quote it...
2009-05-30 Ian LynaghQuote commands that we run, so they work if there are...
2009-05-29 Simon Marlowdon't shrink the stack smaller than the value set by...
2009-05-29 Simon MarlowFix bug in previous change: allocate the correct size
2009-05-28 Ben.Lippmeier@anu... Fix handling of R_SPARC_UA32 relocations in linker
2009-05-28 Simon MarlowRound stack size to a whole number of megablocks
2009-05-28 Simon MarlowFix #3156: ensure preconditions of splitLargeBlock()
2009-03-28 Simon Marlowexport sysErrorBelch
2009-05-21 Simon MarlowFix #3201: "ar: Bad file number" build error with MSYS...
2009-05-19 Duncan CouttsUse shared lib mode -dynload deploy to build the rts...
2009-05-15 Duncan CouttsKeep C main separate from rts lib and link it in for...
2009-05-14 Duncan CouttsFix silly make macro mistake in a rule used in the...
2009-05-20 Simon MarlowWindows: load msvcrt and kernel32 manually
2009-05-20 Ian LynaghOS X / amd64 fixes
2009-05-18 Simon MarlowFix #3236: emit a helpful error message when the RTS...
2009-05-16 Ian LynaghBootstrapping fixes
2009-05-16 Ian LynaghHide more make rules when cleaning
2009-05-15 Simon Marlowfix cut-and-pasto in mkWeakForeignEnv#, causing random...
2009-05-01 Duncan CouttsLink the rts shared libs against gmp and the other...
2009-05-08 Simon Marlowcorrect the +RTS -? docs for -A (default is 512k not...
2009-05-08 Simon MarlowUse a more compact +RTS -s output for Tasks
2009-05-05 Simon Marlowdisable a warning
2009-05-04 Ian LynaghMore rules for bootstrapping
2009-05-03 Ian LynaghTweak rts ghc.mk for bootstrapping
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...
next