| Commit message (Expand) | Author | Age | Files | Lines |
* | Replace mkDerivedConstants.c with DeriveConstants.hs | Ian Lynagh | 2012-11-12 | 1 | -829/+0 |
* | Give an error if we can't find a suitable value for PRIdPTR | Ian Lynagh | 2012-11-08 | 1 | -1/+3 |
* | define own version of PRIdPTR on platform where its not available | Karel Gardas | 2012-11-08 | 1 | -0/+10 |
* | small optimisation: inline stmNewTVar() | Simon Marlow | 2012-11-05 | 1 | -0/+3 |
* | Draw STG F and D registers from the same pool of available SSE registers on x... | Geoffrey Mainland | 2012-10-30 | 1 | -0/+8 |
* | Add some missing parentheses to mkDerivedConstants.c | Ian Lynagh | 2012-10-26 | 1 | -2/+2 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -0/+8 |
* | Don't put unused constants in platformConstants | Ian Lynagh | 2012-09-20 | 1 | -162/+186 |
* | We don't actually need a Show instance for the PlatformConstants type | Ian Lynagh | 2012-09-20 | 1 | -1/+1 |
* | Add the necessary REP_* constants to platformConstants | Ian Lynagh | 2012-09-19 | 1 | -14/+28 |
* | Add some LDV_* constants to platformConstants | Ian Lynagh | 2012-09-19 | 1 | -18/+32 |
* | Remove some uses of the WORDS_BIGENDIAN CPP symbol | Ian Lynagh | 2012-09-18 | 1 | -0/+29 |
* | Move tAG_BITS into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -0/+3 |
* | Move more constants to platformConstants | Ian Lynagh | 2012-09-16 | 1 | -0/+11 |
* | Move wORD_SIZE into platformConstants | Ian Lynagh | 2012-09-16 | 1 | -0/+3 |
* | Move some more constants into platformConstants | Ian Lynagh | 2012-09-14 | 1 | -0/+10 |
* | Move more constants to platformConstants | Ian Lynagh | 2012-09-14 | 1 | -16/+27 |
* | MAX_REAL_LONG_REG is always defined, so no need to test it | Ian Lynagh | 2012-09-14 | 1 | -7/+1 |
* | Move more constants into platformConstants | Ian Lynagh | 2012-09-14 | 1 | -0/+16 |
* | Move some more constants fo platformConstants | Ian Lynagh | 2012-09-14 | 1 | -0/+12 |
* | Check for Int constants that are too large in mkDerivedConstants | Ian Lynagh | 2012-09-14 | 1 | -0/+14 |
* | Start moving other constants from (Haskell)Constants to platformConstants | Ian Lynagh | 2012-09-14 | 1 | -0/+24 |
* | Fix build on OS X | Ian Lynagh | 2012-09-14 | 1 | -1/+1 |
* | Use intptr_t for offset values in mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -2/+3 |
* | Remove the --gen-haskell mode of mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -23/+2 |
* | Use oFFSET_* from platformConstants rather than Constants | Ian Lynagh | 2012-09-13 | 1 | -5/+3 |
* | Use sIZEOF_* from platformConstants rather than Constants | Ian Lynagh | 2012-09-13 | 1 | -5/+3 |
* | Add a couple more mkDerivedConstants modes | Ian Lynagh | 2012-09-13 | 1 | -1/+46 |
* | Make the Windows-specific part of mkDerivedConstants.c conditional | Ian Lynagh | 2012-09-13 | 1 | -4/+9 |
* | Add more modes to mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -1/+62 |
* | Use conditionals rather than CPP in mkDerivedConstants | Ian Lynagh | 2012-09-13 | 1 | -94/+147 |
* | Deprecate lnat, and use StgWord instead | Simon Marlow | 2012-09-07 | 1 | -1/+1 |
* | GHCConstants.h should not contain preprocessor definitions | Gabor Greif | 2012-07-29 | 1 | -0/+25 |
* | Fix warnings on Win64 | Ian Lynagh | 2012-04-26 | 1 | -1/+1 |
* | Win64 warning fix | Ian Lynagh | 2012-04-24 | 1 | -0/+1 |
* | Fix mkDerivedConstants on Win64 | Ian Lynagh | 2012-03-19 | 1 | -10/+10 |
* | abstract away from the 'build-toolchain'-dependent sizeof(...) operator | Gabor Greif | 2012-01-06 | 1 | -10/+14 |
* | Rename the CCCS field of StgTSO so as not to conflict with the CCCS pseudo-re... | Simon Marlow | 2012-01-05 | 1 | -1/+1 |
* | Fix a scheduling bug in the threaded RTS | Simon Marlow | 2011-12-01 | 1 | -0/+1 |
* | Make profiling work with multiple capabilities (+RTS -N) | Simon Marlow | 2011-11-29 | 1 | -0/+1 |
* | GHC.Prim.threadStatus# now returns the cap number, and the value of TSO_LOCKED | Simon Marlow | 2011-03-01 | 1 | -0/+1 |
* | Remove the per-generation mutable lists | Simon Marlow | 2011-02-02 | 1 | -1/+0 |
* | Count allocations more accurately | Simon Marlow | 2010-12-21 | 1 | -1/+1 |
* | Implement stack chunks and separate TSO/STACK objects | Simon Marlow | 2010-12-15 | 1 | -3/+6 |
* | Catch too-large allocations and emit an error message (#4505) | Simon Marlow | 2010-12-09 | 1 | -0/+2 |
* | add numSparks# primop (#4167) | Simon Marlow | 2010-07-20 | 1 | -0/+1 |
* | FIX #38000 Store StgArrWords payload size in bytes | Antoine Latter | 2010-01-01 | 1 | -1/+1 |
* | Change the representation of the MVar blocked queue | Simon Marlow | 2010-04-01 | 1 | -0/+4 |
* | New implementation of BLACKHOLEs | Simon Marlow | 2010-03-29 | 1 | -0/+12 |
* | avoid using non-standard %zd format specifier (#3804) | Simon Marlow | 2010-01-26 | 1 | -8/+2 |