fix haddock submodule pointer
[ghc-hetmet.git] / includes /
2011-05-26 Duncan CouttsEmit various bits of OS process info into the eventlog
2011-05-25 Simon Marlowprog_argv and rts_argv now contain *copies* of the...
2011-05-25 Simon Marlowfix an integer overflow (#5086), and pre-emptively...
2011-05-22 Duncan CouttsRevert "Add capability sets to the event system. Contai...
2011-05-19 Johan TibellMake array copy primops inline
2011-05-19 Daniel PeeblesAdd array copy/clone primops
2011-05-18 Spencer JanssenAdd capability sets to the event system. Contains code...
2011-05-15 Edward Z. YangWork around lack of saving volatile registers from...
2011-05-14 Max BolingbrokeUnicode fixes, taking into account PEP383 support
2011-04-30 Ian LynaghDon't expose the cas definition to .hc files
2011-04-12 Simon MarlowChange the way module initialisation is done (#3252...
2011-04-12 Simon MarlowCleanup sweep and fix a bug in RTS flag processing.
2011-04-11 Simon Marlowadd casMutVar#
2011-03-30 Simon MarlowWindows build fix: ignore pthread.h if it exists (...
2011-03-16 Ian LynaghMake include file paths a little prettier
2011-03-01 Simon MarlowGHC.Prim.threadStatus# now returns the cap number,...
2011-02-02 Simon MarlowGC refactoring and cleanup
2011-02-02 Simon MarlowA small GC optimisation
2011-02-02 Simon Marlowadd a const
2011-02-02 Simon Marlowadd TRY_ACQUIRE_LOCK()
2011-02-02 Simon MarlowRemove the per-generation mutable lists
2011-02-01 Simon Marlow+RTS -qw hasn't done anything since 7.0.1; remove the...
2011-01-27 Simon MarlowAnnotate thread stop events with the owner of the black...
2011-01-12 Karel Gardasreplace C++ comments with C comments (Solaris' DTrace...
2011-02-10 Simon Marlowfix TRY_ACQUIRE_LOCK on Windows.
2011-01-23 Ian LynaghTweak some deps to avoid multiple $(wildcard ...)s
2011-01-11 Ian LynaghFix installation on cygwin
2011-01-09 Ian LynaghRejig the includes/ installation rules
2011-01-06 Ian LynaghOn Cygwin, use a Cygwin-style path for /bin/install...
2010-12-21 Simon MarlowCount allocations more accurately
2010-12-16 Simon Marlowuse EXTERN_INLINE instead of STATIC_INLINE to avoid...
2010-12-15 Simon MarlowImplement stack chunks and separate TSO/STACK objects
2010-12-10 Simon Marlowwarning fix: don't redefine BLOCKS_PER_MBLOCK
2010-12-09 Simon MarlowCatch too-large allocations and emit an error message...
2010-12-08 Dmitry AstapovExport the value of the signal used by scheduler (...
2010-12-06 Ian LynaghCorrect the stage that the includes/ tools are built in
2010-11-25 Simon MarlowKeep a maximum of 6 spare worker threads per Capability...
2010-11-23 Ian LynaghRemove references to Haskell 98
2010-11-23 Ian LynaghAdd a configure test for the visibility hidden attribute
2010-09-19 Edward Z. YangInterruptible FFI calls with pthread_kill and CancelSyn...
2010-09-20 Ian LynaghImplement archive loading for ghci
2010-09-15 Simon Marlowrts_isProfiled should be a visible API (fixes T2615...
2010-09-13 Simon Marlowmake stg_arg_bitmaps public, and available via the...
2010-09-13 Simon Marlowfix typo
2010-07-18 Marco Túlio Gontij... Don't check for swept blocks in -DS.
2010-08-13 Ian LynaghReturn memory to the OS; trac #698
2010-07-24 Johan TibellIntegrate new I/O manager, with signal support
2010-08-05 Ian LynaghMake -rtsopts more flexible
2010-07-20 Simon Marlowadd numSparks# primop (#4167)
2010-07-17 Ian LynaghFix unreg prof build: Define CCS_SYSTEM in stg/MiscClos...
2010-07-17 Ian LynaghMake mkDerivedConstants as a stage 1 program
2010-07-16 Ian LynaghFix HC porting test in makefiles
2010-07-14 Ian LynaghChange some TARGET checks to HOST checks
2010-07-09 Sergei Trofimovich* storage manager: preserve upper address bits on 64bit...
2010-07-08 Simon MarlowNew asynchronous exception control API (ghc parts)
2010-07-08 Simon Marlowremove outdated comment
2010-06-22 dmp@rice.eduAdd support for collecting PAPI native events
2010-06-19 Ian LynaghSET_ARR_HDR's last argument is now a number of bytes...
2010-01-01 Antoine LatterFIX #38000 Store StgArrWords payload size in bytes
2010-06-17 Simon MarlowMake getAllocations() visible
2010-06-17 Simon MarlowFix the symbol visibility pragmas
2010-06-10 Simon MarlowmessageBlackHole: fix deadlock bug caused by a missing...
2010-05-26 Marco Túlio Gontij... includes/rts/storage/GC.h: generation_: n_words: Improv...
2010-04-22 Simon Marlowfix 64-bit value for W_SHIFT, which thankfully appears...
2010-04-21 Ian LynaghUse StgWord64 instead of ullong
2010-04-01 Simon MarlowRemove the IND_OLDGEN and IND_OLDGEN_PERM closure types
2010-04-01 Simon MarlowChange the representation of the MVar blocked queue
2010-03-30 Simon Marloweliminate some duplication with a bit of CPP
2010-03-29 Simon MarlowMove a thread to the front of the run queue when anothe...
2010-03-30 Simon Marlowremove non-existent MUT_CONS symbols
2010-03-29 Simon Marlowchange throwTo to use tryWakeupThread rather than unblo...
2010-03-29 Simon MarlowNew implementation of BLACKHOLEs
2010-03-29 Simon MarlowAdd a 'setKeepCAFs' external function (#3900)
2010-03-27 Ian LynaghFix the format specifier for Int64/Word64 on Windows
2010-03-11 Simon MarlowUse message-passing to implement throwTo in the RTS
2010-03-09 Simon MarlowSplit part of the Task struct into a separate struct...
2010-02-03 Simon Marlowadd comment for srt_bitmap field
2010-01-27 Simon Marlowdefine INFINITY and NAN if they don't exist (#2929)
2010-01-26 Simon Marlowavoid using non-standard %zd format specifier (#3804)
2010-01-22 Simon MarlowWhen acquiring a spinlock, yieldThread() every 1000...
2009-12-31 Simon Marlowtake newCAF() out from sm_mutex; use the capability...
2009-12-17 Simon MarlowFix #650: use a card table to mark dirty sections of...
2009-12-12 Manuel M T ChakravartyExpose all EventLog events as DTrace probes
2009-12-09 Ian LynaghEliminate mkdependC
2009-12-08 Simon Marlowdeclare g0 (fixes compilation failure with -fvia-C)
2009-12-04 Simon MarlowCorrection to the allocation stats following earlier...
2009-12-03 Simon MarlowGC refactoring, remove "steps"
2009-12-01 Simon MarlowMake allocatePinned use local storage, and other refact...
2009-12-01 Simon MarlowFree full_prog_argv at exit, closing a memory leak
2009-11-30 Simon MarlowImplement a new heap-tuning option: -H
2009-11-29 Simon MarlowStore a destination step in the block descriptor
2009-11-25 Simon MarlowthreadStackOverflow: check whether stack squeezing...
2009-11-25 Simon Marlowadd a comment to TSO_MARKED
2009-11-19 Simon Marlowdefine HS_WORD_MAX
2009-11-18 Ben.Lippmeier@anu... Windows DLLs: Don't rely on stg/DLL.h being included...
2009-11-14 Ben.Lippmeier@anu... Don't share low valued Int and Char closures with Windo...
2009-11-12 Simon MarlowSwitch EventThreadID back to 32 bits.
2009-11-11 Simon MarlowSecond attempt to fix #1185 (forkProcess and -threaded)
2009-11-05 Ian LynaghMake installation on *nix work for paths with spaces...
2009-10-15 Simon MarlowAdd events to show when GC threads are idle/working
next