Make comparison on equalities work right (ie look at the types)
[ghc-hetmet.git] / includes /
2008-08-10 Ian Lynaghbindists are now some way towards working
2008-07-29 Simon MarlowFIX #2332: avoid overflow on 64-bit machines in the...
2008-07-10 Simon Marlowadd threadStatus# primop, for querying the status of...
2008-07-09 Simon Marlowadd new primop: asyncExceptionsBlocked# :: IO Bool
2008-07-09 Simon MarlowFIX part of #2301, and #1619
2008-05-28 Karel GardasFIX #2313 do not include BFD symbols in RTS when the...
2008-06-19 Simon MarlowFix up inlines for gcc 4.3
2008-06-09 Simon MarlowExperimental "mark-region" strategy for the old generation
2008-04-17 Simon Marlowremove EVACUATED: store the forwarding pointer in the...
2008-04-16 Simon MarlowDon't traverse the entire list of threads on every...
2008-04-16 Simon MarlowAdd a write barrier to the TSO link field (#1589)
2008-04-16 Simon Marlowpad step_workspace to 64 bytes, to speed up access...
2008-04-16 Simon MarlowReorganisation to fix problems related to the gct regis...
2008-04-16 Simon Marlowimprovements to +RTS -s output
2008-04-16 Simon MarlowKeep track of an accurate count of live words in each...
2008-04-16 Simon MarlowAllow work units smaller than a block to improve load...
2008-04-16 Simon Marlowuse RTS_VAR()
2008-04-16 Simon Marlowtreat the global work list as a queue rather than a...
2008-04-16 Simon MarlowGC: move static object processinng into thread-local...
2008-04-16 Simon MarlowAdd +RTS -vg flag for requesting some GC trace messages...
2008-04-16 Simon MarlowGC: rearrange storage to reduce memory accesses in...
2008-04-16 Simon MarlowAdd profiling of spinlocks
2008-04-16 Simon Marlowrename StgSync to SpinLock
2008-02-28 simonmar@microsoft.comRelease some of the memory allocated to a stack when...
2008-02-20 Simon Marlowround_to_mblocks: should use StgWord not nat
2008-02-15 simonmar@microsoft.comadd ROUNDUP_BYTES_TO_WDS
2008-01-30 simonmar@microsoft.commemInventory: optionally dump the memory inventory
2008-01-11 Simon MarlowrecordMutableGen_GC: we must call the spinlocked versio...
2007-12-14 simonmar@microsoft.comcalculate wastage due to unused memory at the end of...
2007-12-13 simonmar@microsoft.comremove declarations for variables that no longer exist
2007-11-20 simonmar@microsoft.comimprovements to PAPI support
2007-10-31 Simon MarlowInitial parallel GC support
2007-10-31 Simon MarlowRefactoring of the GC in preparation for parallel GC
2007-10-30 Simon Marlowmove GetRoots() to GC.c
2008-06-14 Ian LynaghFix conversions between Double/Float and simple-integer
2008-06-04 Simon MarlowFix unreg build
2008-05-12 Simon MarlowFIX #1861: floating-point constants for infinity and...
2008-04-25 Ian LynaghFix the ticky ticky build
2008-04-16 Ian LynaghRemove some duplicate extern decls
2008-04-17 Ian LynaghAdd some more generic (en|de)code(Double|Float) code
2008-04-09 Simon Marlowadd pointers to the wiki for the rules about C prototypes
2008-04-09 Simon MarlowFIX BUILD (bootstrap with -fvia-C): prototype fixes
2008-04-07 Simon MarlowFIX BUILD on non-x86: add missing prototypes
2008-04-07 Simon Marlowupdate a comment
2008-04-02 Simon MarlowDo not #include external header files when compiling...
2008-03-25 Ian LynaghFix warnings in main/Constants
2008-03-25 Ian LynaghFix warnings in the RTS
2008-01-23 Ian LynaghFix setting argv[0] in shell-utils.c on Windows
2008-01-23 Ian LynaghEscape arguments for Windows in shell-tools.c
2008-01-10 Clemens FruhwirthRefactor cross-plattform process spawning from ghc...
2008-01-03 Simon MarlowFix warnings with newer gcc versions (I hope)
2007-11-20 Simon MarlowMove file locking into the RTS, fixing #629, #1109
2007-10-19 Simon Marlowsecond attempt to fix C compiler warnings with -fhpc
2007-10-18 Simon MarlowChange some ints to unsigned ints
2007-10-17 Simon MarlowrecordMutable: test for gen>0 before calling recordMuta...
2007-10-12 Simon MarlowAdd allocateInGen() for allocating in a specific genera...
2007-10-11 Simon MarlowAdd a proper write barrier for MVars
2007-10-10 Simon MarlowFIX BUILD (when compiling base via C): declare n_capabi...
2007-10-10 Simon MarlowGHCi: use non-updatable thunks for breakpoints
2007-09-27 jochemberndsen@dse.nlFIX BUILD addDLL returns const char*
2007-09-12 Simon Marlowexport stopTimer(), we need this in the unix package
2007-09-11 Simon MarlowFIX #1466 (partly), which was causing concprog001(ghci...
2007-08-29 Simon MarlowWindows: remove the {Enter,Leave}CricialSection wrappers
2007-08-28 Ian LynaghUse INSTALL_HEADERS in includes/ rather than abusing...
2007-08-25 Ian LynaghFix the IF_DEBUG(interpreter in StgCRun.c
2007-08-16 Ian LynaghFix the threaded RTS on Windows
2007-08-15 Ian LynaghFix the build when GMP_INCLUDE_DIRS == ""
2007-08-13 gwright@antiope.comFix build with external gmp library.
2007-08-08 Clemens FruhwirthBuild RTS as dynamic library
2007-08-01 Simon MarlowFIX recent PPC crashes introduced by the pointer-taggin...
2007-07-27 Simon MarlowPointer Tagging
2007-07-18 Simon Marlowremove unused TICK_FREQUENCY
2007-07-17 Ian LynaghImplement the RTS side of GHC.Environment.getFullArgs
2007-07-06 Roman LeshchinskiyFIX BUILD (OS X): Include correct gmp.h if using GMP...
2007-07-05 Ian LynaghUpdate the in-tree GMP; fixes trac #832
2007-06-27 Michael D. AdamsImplemented and fixed bugs in CmmInfo handling
2007-06-27 Simon Marlow+RTS -xbXXXXX sets the "heap base" to 0xXXXXXX
2007-06-27 simonmar@microsoft.comFIX BUILD (on Windows): follow changes to make threaded...
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-16 Ian LynaghUse %d rather than %zd on Windows
2007-06-15 Ian LynaghFix size mismatch errors in mkDerivedConstants.c
2007-06-13 Simon MarlowFIX #1418 (partially)
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-18 Thorkil NaurFix PPC Mac OS X memory access problem in SMP.h (#1362)
2007-05-16 Simon MarlowFIX BUILD for way=u in RTS
2007-05-15 Simon MarlowGHCi debugger: new flag -fbreak-on-exception
2007-05-10 Simon Marlowimprove comments about x86-64 relative-offset hackery
2007-04-30 andy@galois.comChanging internal data structures used by Hpc
2007-04-27 Simon MarlowBasic heap profile support without -prof
2007-04-24 simonpj@microsoft.comMake ticky work, at least partly, on 64-bit machines
2007-04-17 Simon MarlowRe-working of the breakpoint support
2007-04-17 Simon Marlowremove the ITBL_SIZE constants which were wrong, but...
2007-04-17 Simon Marlowcon_desc should be an OFFSET_FIELD
2007-04-16 Simon MarlowMERGE: Fix a few uses of the wrong return convention...
2007-04-04 Simon MarlowHANDLE --> (void *), we can't rely on having included...
2007-04-04 Ian LynaghFix C/Haskell type mismatches
2007-04-03 Ian LynaghFix C/Haskell type mismatches
2007-03-26 Simon Marlowmove "boot :: all" after the include of target.mk to...
next