micro-opt: replace stmGetEnclosingTRec() with a field access
[ghc-hetmet.git] / includes /
2009-10-14 Simon Marlowmicro-opt: replace stmGetEnclosingTRec() with a field...
2009-10-14 Simon MarlowFixes for cross-compiling to a different word size
2009-10-08 simonpj@microsoft.comMake ghci work with libraries compiled with -ticky
2009-09-29 Simon MarlowUse "rep; nop" inside a spin-lock loop on x86/x86-64
2009-09-28 Simon Marlowremove TICK_GC_WORDS_COPIED, the GC stats give us the...
2009-09-25 Simon MarlowAdd a way to generate tracing events programmatically
2009-09-18 Simon Marlowimplement case-on-Word in the byte code generator/inter...
2009-09-18 Simon MarlowFix #3439: -debug implies -ticky, and -ticky code links...
2009-09-15 Simon MarlowEvent tracing: put the capability in the block marker...
2009-09-13 Simon MarlowAdd event block markers
2009-09-12 Simon MarlowOptimise the code generated at trace points
2009-09-15 Simon MarlowImprove the default parallel GC settings, and sanitise...
2009-09-10 Simon Marlowput back F_, just in case the via-C codegen uses it
2009-09-10 Simon Marlowfix installation of header files (#3451)
2009-09-09 Simon MarlowOmit visibility pragmas on Windows (fixes warnings...
2009-08-29 Simon MarlowUnify event logging and debug tracing.
2009-08-29 Simon Marlowadd RTS_PRIVATE attribute
2009-08-29 Simon MarlowFix incorrectly hidden RTS symbols
2009-08-05 Simon MarlowDeclare RTS-private prototypes with __attribute__(...
2009-08-25 Simon MarlowTidy up file headers and copyrights; point to the wiki...
2009-08-19 Simon MarlowRestore the entry field in StgInfoTable when !defined...
2009-08-19 Simon Marlowremove some redundant declarations
2009-08-18 Simon MarlowFix #3429: a tricky race condition
2009-08-09 Ian LynaghMake Constants shareable with the base package
2009-08-07 Ian LynaghFix the build on OS X
2009-08-05 Simon Marlowprofiling build fixes
2009-08-03 Simon Marlowmove termios prototypes into a public header
2009-08-03 Simon Marlowmove StgEntCounter type into its own header
2009-08-03 Simon MarlowRename primops from foozh_fast to stg_foozh
2009-08-03 Simon Marlowremove the GUM closure types
2009-08-03 Simon Marlowmove gc_alloc_block to make it visible on 32-bit
2009-08-03 Simon MarlowWindows build fixes
2009-08-03 Simon Marlowx86_64 build fix: declare gc_alloc_block_sync
2009-08-02 Simon MarlowRTS tidyup sweep, first phase
2009-06-28 Simon Marlowremove old incarnation of .NET support
2009-07-29 Simon MarlowAdd CHECK(p), like ASSERT(p) but works even when !defin...
2009-07-29 Simon Marlowenable the x86-specific versions of atomic_inc()/atomic...
2009-07-24 Simon MarlowAdd atomic_inc()/atomic_dec(), and use them to replace...
2009-07-23 Simon MarlowNetBSD defines _REENTRANT in its header files, so compi...
2009-07-22 Samuel Bronsonincludes/TSO.h: kill trailing whitespace
2009-07-22 Samuel BronsonSay what StgTSOBlockInfo is for, where to read about it.
2009-06-24 Simon Marlowpropagate the result of atomically properly (fixes...
2009-06-03 Simon Marlowremove unused cruft
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-12 Duncan CouttsAdd and export rts_unsafeGetMyCapability from rts
2009-06-10 Duncan CouttsRemove the various mp registers from the StgRegTable
2009-06-09 Ian LynaghDefine _BSD_SOURCE in Stg.h
2009-06-04 Simon MarlowLock the StablePtr table during GC
2009-06-04 Simon Marlowfix $(TOP)
2009-06-04 Simon Marlowremove a prototype that shouldn't be here
2009-06-02 Ian LynaghRemove the unused remains of __decodeFloat
2009-06-02 Simon MarlowRemove old GUM/GranSim code
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-18 Ben.Lippmeier@anu... Split Reg into vreg/hreg and add register pairs
2009-05-24 Ian LynaghUse the more portable %lu rather than %zu
2009-05-23 Ian LynaghFix warnings in mkDerivedConstants
2009-05-19 Simon Marlowfix a dependency: Makefile -> includes/Makefile
2009-05-14 Simon Marlowuse StgWord for the lock (fixes valgrind complaint...
2009-05-08 Simon Marlowmulti-slurp protection
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-13 donnie@darthik.comAdded new EventLog event: Spark to Thread.
2009-04-13 donnie@darthik.comFixed ThreadID to be defined as StgThreadID, not StgWor...
2009-04-03 donnie@darthik.comEventlog support for new event type: create spark.
2009-03-31 Ben.Lippmeier@anu... SPARC NCG: HpLim is now always stored on the stack...
2009-03-18 Simon MarlowSet thread affinity with +RTS -qa (only on Linux so...
2009-03-19 Simon Marlowadd missing case in ENTER() (fixes readwrite002(profasm...
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-13 Simon MarlowUse work-stealing for load-balancing in the GC
2009-03-13 Simon MarlowInstead of a separate context-switch flag, set HpLim...
2009-03-06 Simon MarlowPartial fix for #2917
2009-02-19 Simon MarlowRewrite of signal-handling (ghc patch; see also base...
2009-02-12 Simon Marlowupdate Sparc store/load barrier (#3019), and fix comments
2009-02-11 Simon Marlowcomment wibbles
2009-02-13 Ben.Lippmeier@anu... NCG: Use sync instead of msync for a memory barrier...
2009-02-11 Simon Marlowone more bugfix: a load/load memory barrier is required...
2009-02-06 Simon Marlowbuild fix: add -I../rts/parallel
2009-02-06 Simon Marlowadd a single-threaded version of cas()
2009-02-06 Simon Marlowadd a store/load memory barrier
2009-02-03 Ben.Lippmeier@anu... SPARC NCG: Give regs o0-o5 back to the allocator
2009-01-27 Samuel BronsonImplement #2191 (traceCcs# -- prints CCS of a value...
2009-01-26 Simon Marlowadd comment for ASSERT_LOCK_HELD()
2009-01-17 Ian LynaghReinstate: Always check the result of pthread_mutex_loc...
2009-01-16 Simon MarlowUNDO: Always check the result of pthread_mutex_lock...
2009-01-04 Matthias KilianAlways check the result of pthread_mutex_lock() and...
2009-01-12 Simon MarlowKeep the remembered sets local to each thread during...
2008-12-10 Simon MarlowFIX #1364: added support for C finalizers that run...
2008-12-09 Simon MarlowFix #2592: do an orderly shutdown when the heap is...
2008-12-02 Simon MarlowFix more problems caused by padding in the Capability...
2008-08-14 dias@eecs.harvard.eduMerging in the new codegen branch
2008-11-23 Ian LynaghAdd a --machine-readable RTS flag
2008-11-21 Simon MarlowUse mutator threads to do GC, instead of having a separ...
2008-11-18 Simon MarlowAdd optional eager black-holing, with new flag -feager...
next