| Commit message (Expand) | Author | Age | Files | Lines |
* | rts: use HAVE_GETPID to guard subprocess related logic | Cheng Shao | 2022-11-11 | 1 | -1/+8 |
* | rts: introduce (and use) `STG_NORETURN` | Nicolas Trangez | 2022-11-02 | 1 | -1/+1 |
* | Split out `GHC.HsToCore.{Breakpoints,Coverage}` and use `SizedSeq` | John Ericson | 2022-06-02 | 1 | -1/+1 |
* | Rename `HsToCore.{Coverage -> Ticks}` | John Ericson | 2022-06-02 | 1 | -1/+1 |
* | rts: use allocation helpers from RtsUtils | nineonine | 2021-12-10 | 1 | -1/+1 |
* | Make `PosixSource.h` installed and under `rts/` | John Ericson | 2021-08-09 | 1 | -1/+1 |
* | Refactor CLabel pretty-printing | Sylvain Henry | 2020-07-31 | 1 | -2/+2 |
* | Fix typos, via a Levenshtein-style corrector | Brian Wignall | 2020-01-04 | 1 | -1/+1 |
* | rts: Specialize hashing at call site rather than in struct. | Crazycolorz5 | 2019-12-11 | 1 | -6/+6 |
* | Fix typos, using Wikipedia list of common typos | Brian Wignall | 2019-11-28 | 1 | -1/+1 |
* | rts: Always truncate output files | Ben Gamari | 2019-08-02 | 1 | -1/+1 |
* | Remove MAX_PATH restrictions from RTS, I/O manager and various utilities | Tamar Christina | 2018-03-31 | 1 | -2/+3 |
* | Prefer #if defined to #ifdef | Ben Gamari | 2017-04-28 | 1 | -4/+4 |
* | Use C99's bool | Ben Gamari | 2016-11-29 | 1 | -3/+3 |
* | rts: More const correct-ness fixes | Erik de Castro Lopo | 2016-05-18 | 1 | -1/+2 |
* | rts: Replace `nat` with `uint32_t` | Erik de Castro Lopo | 2016-05-05 | 1 | -5/+5 |
* | Revert "rts: add Emacs 'Local Variables' to every .c file" | Simon Marlow | 2014-09-29 | 1 | -8/+0 |
* | rts: detabify/dewhitespace Hpc.c | Austin Seipp | 2014-08-20 | 1 | -23/+23 |
* | rts: add Emacs 'Local Variables' to every .c file | Austin Seipp | 2014-07-28 | 1 | -0/+8 |
* | Check correct variable for NULL | Nicolas Trangez | 2014-04-27 | 1 | -1/+1 |
* | Change the way module initialisation is done (#3252, #4417) | Simon Marlow | 2011-04-12 | 1 | -90/+128 |
* | Replace some exit(n) calls with stg_exit(n); fixes trac #4445 | Ian Lynagh | 2010-10-28 | 1 | -2/+2 |
* | use FMT_Word64 instead of locally-defined version | Simon Marlow | 2010-03-30 | 1 | -8/+1 |
* | Stifle warning about printf format strings | benl@cse.unsw.edu.au | 2010-02-03 | 1 | -1/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -6/+7 |
* | Allow the exact HPC tix filename to be given in the HPCTIXFILE env var | Ian Lynagh | 2008-07-01 | 1 | -1/+7 |
* | Fixing HPCTIXDIR problem with mkdir usage on Windows | andy@galois.com | 2008-04-11 | 1 | -1/+6 |
* | Adding environment variable HPCTIXDIR, a directory to place tix results. | andy@galois.com | 2008-04-08 | 1 | -3/+23 |
* | Fix more warnings | Simon Marlow | 2007-10-23 | 1 | -4/+4 |
* | FIX BUILD (on 32-bit platforms): hs_hpc_module() type mismatch | Simon Marlow | 2007-10-23 | 1 | -4/+4 |
* | Change some ints to unsigned ints | Simon Marlow | 2007-10-18 | 1 | -5/+5 |
* | Writing out .tix file only if you are the original process, not a child. | andy@galois.com | 2007-09-17 | 1 | -2/+11 |
* | removing the functions hs_hpc_read and hs_hpc_write inside Hpc.c, they are de... | andy@galois.com | 2007-09-17 | 1 | -38/+0 |
* | Cleaning up Hpc.c; adding support for reflection into Hpc. | andy@galois.com | 2007-06-27 | 1 | -12/+9 |
* | Cleanup Hpc sub-system, remove hpc-tracer implementation. | andy@galois.com | 2007-06-26 | 1 | -280/+11 |
* | Adding new ffi calls into the Hpc rts subsystem | andy@galois.com | 2007-06-12 | 1 | -94/+117 |
* | Changing internal data structures used by Hpc | andy@galois.com | 2007-04-30 | 1 | -70/+83 |
* | Fixing bad allocation of tix box breakpointing array. | andy@galois.com | 2007-02-13 | 1 | -1/+4 |
* | Using RTS debug tracing support inside Hpc.c | andy@galois.com | 2007-02-13 | 1 | -61/+57 |
* | Changing bootstrapping for pipes between debugger and debuggee | andy@galois.com | 2007-01-10 | 1 | -34/+48 |
* | Dynamically allocating the tix box breakpoint array | andy@galois.com | 2007-01-09 | 1 | -1/+5 |
* | Adding command channel for the hpc debugger to the hpc part of the RTS | andy@galois.com | 2007-01-09 | 1 | -50/+201 |
* | Updating rix output to new standard. | andy@galois.com | 2006-12-14 | 1 | -4/+4 |
* | Removing unused argument to a printf. | andy@galois.com | 2006-12-13 | 1 | -1/+1 |
* | Misc Hpc improvement to dynamic tracer output | andy@galois.com | 2006-12-13 | 1 | -49/+66 |
* | Adding tracing support | andy@galois.com | 2006-12-09 | 1 | -4/+86 |
* | Misc unsigned printing issues; adding magicTixNumber. | andy@galois.com | 2006-11-30 | 1 | -8/+13 |
* | Added a workaround for format specifier mismatch | sven.panne@aedion.de | 2006-11-10 | 1 | -1/+8 |
* | Changing Main.tix to <prog_name>.tix in the Hpc RTS | andy@galois.com | 2006-10-25 | 1 | -1/+6 |
* | Haskell Program Coverage | andy@galois.com | 2006-10-24 | 1 | -0/+324 |