2008-01-23 |
Ian Lynagh | Fix setting argv[0] in shell-utils.c on Windows |
tree | commitdiff |
2008-01-23 |
Ian Lynagh | Escape arguments for Windows in shell-tools.c |
tree | commitdiff |
2008-01-10 |
Clemens Fruhwirth | Refactor cross-plattform process spawning from ghc... |
tree | commitdiff |
2008-01-03 |
Simon Marlow | Fix warnings with newer gcc versions (I hope) |
tree | commitdiff |
2007-11-20 |
Simon Marlow | Move file locking into the RTS, fixing #629, #1109 |
tree | commitdiff |
2007-10-19 |
Simon Marlow | second attempt to fix C compiler warnings with -fhpc |
tree | commitdiff |
2007-10-18 |
Simon Marlow | Change some ints to unsigned ints |
tree | commitdiff |
2007-10-17 |
Simon Marlow | recordMutable: test for gen>0 before calling recordMuta... |
tree | commitdiff |
2007-10-12 |
Simon Marlow | Add allocateInGen() for allocating in a specific genera... |
tree | commitdiff |
2007-10-11 |
Simon Marlow | Add a proper write barrier for MVars |
tree | commitdiff |
2007-10-10 |
Simon Marlow | FIX BUILD (when compiling base via C): declare n_capabi... |
tree | commitdiff |
2007-10-10 |
Simon Marlow | GHCi: use non-updatable thunks for breakpoints |
tree | commitdiff |
2007-09-27 |
jochemberndsen@dse.nl | FIX BUILD addDLL returns const char* |
tree | commitdiff |
2007-09-12 |
Simon Marlow | export stopTimer(), we need this in the unix package |
tree | commitdiff |
2007-09-11 |
Simon Marlow | FIX #1466 (partly), which was causing concprog001(ghci... |
tree | commitdiff |
2007-08-29 |
Simon Marlow | Windows: remove the {Enter,Leave}CricialSection wrappers |
tree | commitdiff |
2007-08-28 |
Ian Lynagh | Use INSTALL_HEADERS in includes/ rather than abusing... |
tree | commitdiff |
2007-08-25 |
Ian Lynagh | Fix the IF_DEBUG(interpreter in StgCRun.c |
tree | commitdiff |
2007-08-16 |
Ian Lynagh | Fix the threaded RTS on Windows |
tree | commitdiff |
2007-08-15 |
Ian Lynagh | Fix the build when GMP_INCLUDE_DIRS == "" |
tree | commitdiff |
2007-08-13 |
gwright@antiope.com | Fix build with external gmp library. |
tree | commitdiff |
2007-08-08 |
Clemens Fruhwirth | Build RTS as dynamic library |
tree | commitdiff |
2007-08-01 |
Simon Marlow | FIX recent PPC crashes introduced by the pointer-taggin... |
tree | commitdiff |
2007-07-27 |
Simon Marlow | Pointer Tagging |
tree | commitdiff |
2007-07-18 |
Simon Marlow | remove unused TICK_FREQUENCY |
tree | commitdiff |
2007-07-17 |
Ian Lynagh | Implement the RTS side of GHC.Environment.getFullArgs |
tree | commitdiff |
2007-07-06 |
Roman Leshchinskiy | FIX BUILD (OS X): Include correct gmp.h if using GMP... |
tree | commitdiff |
2007-07-05 |
Ian Lynagh | Update the in-tree GMP; fixes trac #832 |
tree | commitdiff |
2007-06-27 |
Michael D. Adams | Implemented and fixed bugs in CmmInfo handling |
tree | commitdiff |
2007-06-27 |
Simon Marlow | +RTS -xbXXXXX sets the "heap base" to 0xXXXXXX |
tree | commitdiff |
2007-06-27 |
simonmar@microsoft.com | FIX BUILD (on Windows): follow changes to make threaded... |
tree | commitdiff |
2007-06-27 |
andy@galois.com | Cleaning up Hpc.c; adding support for reflection into... |
tree | commitdiff |
2007-06-26 |
Simon Marlow | Make the threaded RTS compilable using -fasm |
tree | commitdiff |
2007-06-16 |
Ian Lynagh | Use %d rather than %zd on Windows |
tree | commitdiff |
2007-06-15 |
Ian Lynagh | Fix size mismatch errors in mkDerivedConstants.c |
tree | commitdiff |
2007-06-13 |
Simon Marlow | FIX #1418 (partially) |
tree | commitdiff |
2007-06-05 |
Ian Lynagh | Install the RTS from a bindist correctly |
tree | commitdiff |
2007-06-12 |
andy@galois.com | Adding new ffi calls into the Hpc rts subsystem |
tree | commitdiff |
2007-05-18 |
Thorkil Naur | Fix PPC Mac OS X memory access problem in SMP.h (#1362) |
tree | commitdiff |
2007-05-16 |
Simon Marlow | FIX BUILD for way=u in RTS |
tree | commitdiff |
2007-05-15 |
Simon Marlow | GHCi debugger: new flag -fbreak-on-exception |
tree | commitdiff |
2007-05-10 |
Simon Marlow | improve comments about x86-64 relative-offset hackery |
tree | commitdiff |
2007-04-30 |
andy@galois.com | Changing internal data structures used by Hpc |
tree | commitdiff |
2007-04-27 |
Simon Marlow | Basic heap profile support without -prof |
tree | commitdiff |
2007-04-24 |
simonpj@microsoft.com | Make ticky work, at least partly, on 64-bit machines |
tree | commitdiff |
2007-04-17 |
Simon Marlow | Re-working of the breakpoint support |
tree | commitdiff |
2007-04-17 |
Simon Marlow | remove the ITBL_SIZE constants which were wrong, but... |
tree | commitdiff |
2007-04-17 |
Simon Marlow | con_desc should be an OFFSET_FIELD |
tree | commitdiff |
2007-04-16 |
Simon Marlow | MERGE: Fix a few uses of the wrong return convention... |
tree | commitdiff |
2007-04-04 |
Simon Marlow | HANDLE --> (void *), we can't rely on having included... |
tree | commitdiff |
2007-04-04 |
Ian Lynagh | Fix C/Haskell type mismatches |
tree | commitdiff |
2007-04-03 |
Ian Lynagh | Fix C/Haskell type mismatches |
tree | commitdiff |
2007-03-26 |
Simon Marlow | move "boot :: all" after the include of target.mk to... |
tree | commitdiff |
2007-03-26 |
Simon Marlow | add missing progress message |
tree | commitdiff |
2007-03-22 |
Ian Lynagh | Add an --install-signal-handlers=<yes|no> RTS flag... |
tree | commitdiff |
2007-03-17 |
red5_2@hotmail.com | ia64 tailcall fix |
tree | commitdiff |
2007-03-07 |
Simon Marlow | add declaration for noDuplicatezh_fast |
tree | commitdiff |
2007-02-28 |
Simon Marlow | Remove vectored returns. |
tree | commitdiff |
2007-02-27 |
Simon Marlow | Remove the itbls field of BCO, put itbls in with the... |
tree | commitdiff |
2007-02-20 |
bjpop@csse.unimelb... | Constructor names in info tables |
tree | commitdiff |
2007-02-22 |
Ian Lynagh | Free thread local storage on shutdown |
tree | commitdiff |
2007-02-14 |
Simon Marlow | fix closure_sizeW_() for AP closures |
tree | commitdiff |
2007-02-13 |
andy@galois.com | Using RTS debug tracing support inside Hpc.c |
tree | commitdiff |
2007-02-07 |
Kirsten Chevalier | Lightweight ticky-ticky profiling |
tree | commitdiff |
2006-12-21 |
Alexey Rodriguez | One more PAPI measurement, dropped precise cycle counti... |
tree | commitdiff |
2007-02-01 |
Simon Marlow | Partial fix for #926 |
tree | commitdiff |
2007-01-26 |
Simon Marlow | Save the Win32 error code where necessary |
tree | commitdiff |
2007-01-09 |
andy@galois.com | Adding command channel for the hpc debugger to the... |
tree | commitdiff |
2006-12-21 |
Ian Lynagh | Allow a word-sized argument for STKCHECK |
tree | commitdiff |
2006-12-10 |
Pepe Iborra | Retrieving the datacon of an arbitrary closure |
tree | commitdiff |
2006-12-09 |
Pepe Iborra | Two new prim ops to access the Info Table and Payload... |
tree | commitdiff |
2006-12-14 |
andy@galois.com | Updating rix output to new standard. |
tree | commitdiff |
2006-12-14 |
Simon Marlow | Rework the block allocator |
tree | commitdiff |
2006-12-13 |
andy@galois.com | Misc Hpc improvement to dynamic tracer output |
tree | commitdiff |
2006-12-09 |
andy@galois.com | Adding tracing support |
tree | commitdiff |
2006-12-01 |
Simon Marlow | Add support for the IO manager thread on Windows |
tree | commitdiff |
2006-11-21 |
Simon Marlow | cas(): modify assembly syntax to make it work everywher... |
tree | commitdiff |
2006-11-17 |
Simon Marlow | use "lock cmpxchg" instead of "lock/cmpxchg" |
tree | commitdiff |
2006-11-09 |
mrchebas@gmail.com | Selection of PAPI events via RTS command line |
tree | commitdiff |
2006-11-07 |
Simon Marlow | move newSpark() prototype to RtsExternal.h to avoid... |
tree | commitdiff |
2006-09-29 |
Ravi Nanavati | rts_ccs_length |
tree | commitdiff |
2006-11-10 |
sven.panne@aedion.de | Make StablePtr and friends visible, this seems to be... |
tree | commitdiff |
2006-10-26 |
Simon Marlow | rename spin lock functions, and use macros for non... |
tree | commitdiff |
2006-10-26 |
Simon Marlow | markRootPtrTable: write out type in full instead of... |
tree | commitdiff |
2006-10-24 |
andy@galois.com | Haskell Program Coverage |
tree | commitdiff |
2006-10-24 |
Simon Marlow | Split GC.c, and move storage manager into sm/ directory |
tree | commitdiff |
2006-10-19 |
Simon Marlow | add pure spin locks |
tree | commitdiff |
2006-10-19 |
Simon Marlow | comments only: document allocateLocal() |
tree | commitdiff |
2006-10-19 |
Simon Marlow | rename allocated_bytes() to allocatedBytes() |
tree | commitdiff |
2006-10-19 |
Simon Marlow | remove performGCWithRoots() |
tree | commitdiff |
2006-10-17 |
Simon Marlow | Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken... |
tree | commitdiff |
2006-10-12 |
Ian Lynagh | Partially fix GHCi when unregisterised |
tree | commitdiff |
2006-10-07 |
tharris@microsoft.com | STM invariants |
tree | commitdiff |
2006-09-28 |
Ian Lynagh | Fix mulIntMayOflo on 64-bit arches; fixes trac #867 |
tree | commitdiff |
2006-09-09 |
Ian Lynagh | 8 byte align data. Fixes SIBGUSs on HPPA/Linux. |
tree | commitdiff |
2006-09-07 |
Simon Marlow | Remove CONSTR_CHARLIKE and CONSTR_INTLIKE closure types |
tree | commitdiff |
2006-09-05 |
Ian Lynagh | new RTS flag: -V to modify the resolution of the RTS... |
tree | commitdiff |
2006-08-30 |
Simon Marlow | add sysErrorBelch() for reporting system call errors |
tree | commitdiff |
2006-08-30 |
Simon Marlow | MAYBE_GC: initialise HpAlloc |
tree | commitdiff |
2006-08-25 |
Roman Leshchinskiy | Reserve a register for REG_Base on the Sparc |
tree | commitdiff |
next |