| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a typo | Ian Lynagh | 2013-02-05 | 1 | -1/+1 |
* | Expose the prototype for getMonotonicNSec | Ian Lynagh | 2013-01-17 | 1 | -0/+1 |
* | Don't clearNurseries() in parallel with -debug | Simon Marlow | 2012-11-01 | 1 | -0/+6 |
* | Produce new-style Cmm from the Cmm parser | Simon Marlow | 2012-10-08 | 1 | -1/+0 |
* | Fix #7087 (integer overflow in getDelayTarget()) | Simon Marlow | 2012-07-31 | 1 | -0/+2 |
* | Fix build on Win32, and handle the FMT_* #defines in a slightly nicer way | Ian Lynagh | 2012-04-27 | 1 | -13/+0 |
* | Simplify format specifiers | Ian Lynagh | 2012-04-27 | 1 | -27/+4 |
* | Fix build on OSX: Use the 'z' format specifier modifier when possible | Ian Lynagh | 2012-04-26 | 1 | -15/+9 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -3/+12 |
* | A couple of build fixes for Win64 | Ian Lynagh | 2012-04-24 | 1 | -1/+1 |
* | Fix mkDerivedConstants on Win64 | Ian Lynagh | 2012-03-19 | 1 | -0/+18 |
* | Fixes for the threaded RTS on Win64 | Ian Lynagh | 2012-03-18 | 1 | -0/+7 |
* | Fix a #define | Ian Lynagh | 2012-01-15 | 1 | -1/+1 |
* | Time handling overhaul | Simon Marlow | 2011-11-25 | 1 | -0/+30 |
* | Generate the C main() function when linking a binary (fixes #5373) | Simon Marlow | 2011-11-16 | 1 | -0/+1 |
* | prog_argv and rts_argv now contain *copies* of the args passed to | Simon Marlow | 2011-05-25 | 1 | -3/+0 |
* | Unicode fixes, taking into account PEP383 support | Max Bolingbroke | 2011-05-14 | 1 | -0/+6 |
* | Add a configure test for the visibility hidden attribute | Ian Lynagh | 2010-11-23 | 1 | -1/+1 |
* | Fix the symbol visibility pragmas | Simon Marlow | 2010-06-17 | 1 | -9/+1 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -0/+8 |
* | Fix the format specifier for Int64/Word64 on Windows | Ian Lynagh | 2010-03-27 | 1 | -0/+7 |
* | Optimise the code generated at trace points | Simon Marlow | 2009-09-12 | 1 | -0/+6 |
* | Omit visibility pragmas on Windows (fixes warnings/validate failures) | Simon Marlow | 2009-09-09 | 1 | -0/+12 |
* | add RTS_PRIVATE attribute | Simon Marlow | 2009-08-29 | 1 | -0/+5 |
* | Fix incorrectly hidden RTS symbols | Simon Marlow | 2009-08-29 | 1 | -0/+3 |
* | Tidy up file headers and copyrights; point to the wiki for docs | Simon Marlow | 2009-08-25 | 1 | -0/+3 |
* | move termios prototypes into a public header | Simon Marlow | 2009-08-03 | 1 | -0/+1 |
* | move StgEntCounter type into its own header | Simon Marlow | 2009-08-03 | 1 | -25/+1 |
* | RTS tidyup sweep, first phase | Simon Marlow | 2009-08-02 | 1 | -81/+49 |
* | remove old incarnation of .NET support | Simon Marlow | 2009-06-28 | 1 | -4/+0 |
* | Add CHECK(p), like ASSERT(p) but works even when !defined(DEBUG) | Simon Marlow | 2009-07-29 | 1 | -5/+9 |
* | NetBSD defines _REENTRANT in its header files, so compiling ghc gives | Simon Marlow | 2009-07-23 | 1 | -0/+2 |
* | Stop building the rts against gmp | Duncan Coutts | 2009-06-13 | 1 | -7/+0 |
* | Remove the implementation of gmp primops from the rts | Duncan Coutts | 2009-06-13 | 1 | -1/+0 |
* | Remove the unused remains of __decodeFloat | Ian Lynagh | 2009-06-02 | 1 | -1/+0 |
* | Remove old GUM/GranSim code | Simon Marlow | 2009-06-02 | 1 | -19/+0 |
* | pad step_workspace to 64 bytes, to speed up access to gct->steps[] | Simon Marlow | 2008-04-16 | 1 | -0/+6 |
* | add ROUNDUP_BYTES_TO_WDS | simonmar@microsoft.com | 2008-02-15 | 1 | -1/+3 |
* | Fix conversions between Double/Float and simple-integer | Ian Lynagh | 2008-06-14 | 1 | -1/+1 |
* | Add some more generic (en|de)code(Double|Float) code | Ian Lynagh | 2008-04-17 | 1 | -0/+2 |
* | Do not #include external header files when compiling via C | Simon Marlow | 2008-04-02 | 1 | -1/+5 |
* | Fix the IF_DEBUG(interpreter in StgCRun.c | Ian Lynagh | 2007-08-25 | 1 | -0/+4 |
* | Pointer Tagging | Simon Marlow | 2007-07-27 | 1 | -0/+40 |
* | FIX BUILD (OS X): Include correct gmp.h if using GMP.framework | Roman Leshchinskiy | 2007-07-06 | 1 | -0/+4 |
* | Make ticky work, at least partly, on 64-bit machines | simonpj@microsoft.com | 2007-04-24 | 1 | -5/+5 |
* | Lightweight ticky-ticky profiling | Kirsten Chevalier | 2007-02-07 | 1 | -1/+28 |
* | Make StablePtr and friends visible, this seems to be necessary for 64bit arch... | sven.panne@aedion.de | 2006-11-10 | 1 | -0/+4 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -4/+7 |
* | fix warnings | Simon Marlow | 2006-06-08 | 1 | -0/+11 |
* | add 'const' modifiers to types where appropriate | Simon Marlow | 2006-06-07 | 1 | -1/+1 |