View patterns, record wildcards, and record puns
[ghc-hetmet.git] / rts /
2007-10-15 Simon MarlowFIX profiling after my storage manager changes
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-12 Simon Marlowoptimise isAlive()
2007-10-12 Simon Marlowaccounting wibble: we were missing an alloc_blocks...
2007-10-12 Simon MarlowthreadStackOverflow should be using allocateLocal
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-10 Simon Marlowwe need to #include "Stg.h" first, we can't rely on...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-10-09 Simon Marlowexport n_capabilities, see #1733
2007-10-09 Simon Marlowalso call initMutex on every task->lock, see #1391
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - Linker.c
2007-10-05 Thorkil NaurFIX validate for PPC Mac OS X - Evac.h
2007-09-27 jochemberndsen@dse.nlFIX BUILD FD_SETSIZE signed
2007-09-27 jochemberndsen@dse.nlFIX BUILD addDLL returns const char*
2007-09-27 Simon Marlowalso acquire/release task->lock across fork()
2007-09-26 Ian LynaghAdd STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so...
2007-09-25 Simon Marlowfix to previous fix to THUNK_SELECTOR machinery 2007-09-25
2007-09-17 Simon MarlowFIX #1038: failure of selector-thunk machinery to do...
2007-09-14 Simon Marlowattempt to fix #1391, hold locks across fork() and...
2007-09-16 Don Stewartadd support for EM_AMD64 elf machine type, openbsd...
2007-09-16 Don Stewartpatch Linker.c for amd64/openbsd
2007-09-17 andy@galois.comWriting out .tix file only if you are the original...
2007-09-17 andy@galois.comremoving the functions hs_hpc_read and hs_hpc_write...
2007-09-17 Simon Marlowavoid platform dependencies: my_uintptr_t ==> StgWord
2007-09-16 sven.panne@aedion.deKeep valgrind happy when calling timer_create
2007-09-12 Simon Marlowexport stopTimer(), we need this in the unix package
2007-08-06 Clemens FruhwirthWeak.c incorrectly claims it's being compiled along...
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-09-10 Ian LynaghAdd a BeConservative setting to the make system
2007-09-10 sven.panne@aedion.deThe RTS is Haddock-less, tell make about it
2007-09-06 Roman LeshchinskiyFix OS X warnings
2007-09-06 Roman LeshchinskiyDeclare ctime_r on Mac OS
2007-09-05 Simon Marlow{Enter,Leave}CriticalSection imports should be outside...
2007-09-05 Roman LeshchinskiyUse dlsym on OS X if available
2007-09-05 Manuel M T ChakravartyFIX: Correct Leave/EnterCriticalSection imports
2007-09-04 Simon Marlowput the @N suffix on stdcall foreign calls in .cmm...
2007-09-03 Ian LynaghFix building RTS with gcc 2.*; declare all variables...
2007-09-03 Simon Marlowfix build (sorry, forgot to push with previous patch)
2007-09-03 Simon Marlowremove debugging code
2007-09-03 Simon MarlowFIX #1623: disable the timer signal when the system...
2007-09-03 Simon MarlowFIX #1648: rts_mkWord64 was missing
2007-09-03 Simon Marlowbump MAX_THUNK_SELECTOR_DEPTH from 8 to 16
2007-09-02 Ian LynaghSuppress some warnings on Windows
2007-09-02 Ian LynaghFix and supress some warnings, and turn on -Werror...
2007-08-30 Simon MarlowWindows: give a better error message when running out...
2007-08-29 Simon Marlowimprovements to findPtr(), a useful hack for space...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-26 Ian LynaghFix retainer profiling Before_type_family_merge
2007-08-25 Ian LynaghFix the IF_DEBUG(interpreter in StgCRun.c
2007-08-24 Ian LynaghJump through some hoops to make the Windows SEH excepti...
2007-08-24 Simon MarlowfreeProfiling1() needs to be after endProfiling()
2007-08-24 Simon MarlowFIX #1519, crash in biographical profiling
2007-08-24 Simon Marlowfix +RTS -V0 when not using -threaded
2007-08-24 Simon MarlowFix info table for stg_ap_1_upd, it stated 1 non-ptr...
2007-08-23 Simon MarlowFIX #1626: needed to export hs_hpc_rootModule
2007-08-08 Clemens FruhwirthAdd R_X86_64_PC64 relocation support to the Linker
2007-08-10 Clemens FruhwirthAlso build gmp shared if neccessary
2007-08-20 Norman Ramseyannotate C-- calls that do not return
2007-08-18 Ian LynaghFix passing double quotes to GHC on Windows
2007-08-17 Ian LynaghDon't freeProfiling1 until after calling reportCCSProfiling
2007-08-16 Ian LynaghCompute max_era more simply
2007-08-16 Ian LynaghDocument +RTS --info, and make it a Read'able Haskell...
2007-08-16 Ian LynaghFix the threaded RTS on Windows
2007-08-10 Clemens FruhwirthProperly guard imports because they have to be precise...
2007-08-06 Clemens FruhwirthAdd explicit imports for RTS-external variables
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-08-06 Clemens FruhwirthIntroduce new class for external symbols in Linker...
2007-08-03 Ian LynaghCatch exceptions on Windows, to stop it popping up...
2007-08-01 Simon MarlowFIX recent PPC crashes introduced by the pointer-taggin...
2007-07-30 Simon MarlowFIX compacting GC (bug1010, and other failures)
2007-07-27 Simon MarlowPointer Tagging
2007-07-25 Simon MarlowFIX #1177, partially at least.
2007-07-24 Simon Marlowhs_exit()/shutdownHaskell(): wait for outstanding forei...
2007-07-23 Ian LynaghAdd unreg/tables-next-code output to +RTS --info
2007-07-22 Ian LynaghAdd a +RTS --info flag print various info; partially...
2007-07-18 Simon MarlowDefault tick interval was 50ms, change it to 20ms
2007-07-18 Simon MarlowwakeUpSleepingThreads: fix off by one
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-10 Simon Marlowoops, revert part of the +RTS -V0 patch which was accid...
2007-07-08 Simon MarlowFix the +RTS -V0 option introduced recently; it didn...
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-07-04 Simon MarlowWe don't need a SIGCONT handler any more
2007-07-03 Simon MarlowFIX BUILD (Windows): catch up with changes to .cmm...
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-06 Michael D. AdamsMinor comment update
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 Simon Marlow+RTS -V0 disables the interval timer completely (for...
2007-06-27 andy@galois.comCleaning up Hpc.c; adding support for reflection into...
2007-06-26 Simon MarlowMake the threaded RTS compilable using -fasm
2007-06-26 andy@galois.comCleanup Hpc sub-system, remove hpc-tracer implementation.
2007-06-20 Simon MarlowFix a problem with package.mk being included too early
2007-06-20 Simon Marlowremove debugging code accidentally left in
2007-06-13 Simon Marlowanother fix for -hb: we appear to be freeing the hash...
2007-06-13 Simon MarlowFIX #1418 (partially)
2007-06-13 Simon Marlowshould be using GET_CON_DESC() to get the constructor...
2007-06-13 Simon Marlowwarning police
2007-06-09 Ian LynaghFix the ghc package in bindists
2007-06-05 Ian LynaghInstall the RTS from a bindist correctly
2007-06-12 andy@galois.comAdding new ffi calls into the Hpc rts subsystem
2007-05-25 Simon Marlowtiny cleanup
next