| Commit message (Expand) | Author | Age | Files | Lines |
* | NCG: Validate fixes | Ben.Lippmeier@anu.edu.au | 2009-02-05 | 1 | -2/+1 |
* | NCG: Move the graph allocator into its own dir | Ben.Lippmeier@anu.edu.au | 2009-02-03 | 1 | -1/+2 |
* | Add some more fields to +RTS --info | Ian Lynagh | 2009-01-08 | 1 | -0/+13 |
* | Build fixes for DLLized rts | Clemens Fruhwirth | 2008-10-13 | 1 | -2/+4 |
* | Fix bindist creation: Only the main RTS was being put in the bindists | Ian Lynagh | 2008-10-09 | 1 | -2/+6 |
* | clean sm/Evac_thr.c and sm/Scav_thr.c | Simon Marlow | 2008-09-22 | 1 | -0/+1 |
* | On Linux use libffi for allocating executable memory (fixed #738) | Simon Marlow | 2008-09-19 | 1 | -0/+1 |
* | un-disable warnings in some modules | Simon Marlow | 2008-09-09 | 1 | -3/+0 |
* | bindists are now some way towards working | Ian Lynagh | 2008-08-10 | 1 | -10/+5 |
* | move an inline function to keep older versions of gcc happy | Simon Marlow | 2008-07-25 | 1 | -0/+6 |
* | set PAPI_LIB_DIR="" when we don't have PAPI (clean up package.conf) | Simon Marlow | 2008-07-22 | 1 | -1/+5 |
* | remove -fvia-C that I apparrently accidentally added recently | Simon Marlow | 2008-07-22 | 1 | -2/+0 |
* | Put the contents of Evac.c-inc back in Evac.c, and just compile the file twice | Simon Marlow | 2008-06-03 | 1 | -0/+14 |
* | use SRC_CC_OPTS rather than SRC_HC_OPTS for C options | simonmar@microsoft.com | 2007-11-19 | 1 | -1/+1 |
* | allow PAPI to be installed somewhere non-standard | Simon Marlow | 2007-11-01 | 1 | -0/+14 |
* | Refactoring of the GC in preparation for parallel GC | Simon Marlow | 2007-10-31 | 1 | -1/+1 |
* | avoid warnings from ffi.h when UseLibFFIForAdjustors=YES | Simon Marlow | 2008-04-09 | 1 | -0/+1 |
* | Import libffi-3.0.4, and use it to provide FFI support in GHCi | Simon Marlow | 2008-04-08 | 1 | -10/+13 |
* | Do not #include external header files when compiling via C | Simon Marlow | 2008-04-02 | 1 | -7/+3 |
* | When concatenating variables in Makefile, strip spaces in case one is empty | Ian Lynagh | 2008-03-15 | 1 | -1/+1 |
* | Mac OS X deployment target: piping opts through Makefiles | Manuel M T Chakravarty | 2008-02-21 | 1 | -0/+5 |
* | Windows now doesn't need different values for DQ in the build system | Ian Lynagh | 2008-01-23 | 1 | -6/+1 |
* | Add dyn-wrapper.c used as cross-plattform launch wrapper for executables usin... | Clemens Fruhwirth | 2008-01-16 | 1 | -0/+9 |
* | Optionally use libffi to implement 'foreign import "wrapper"' (#793) | Simon Marlow | 2008-01-03 | 1 | -0/+5 |
* | Fix building libHSrts.dll by using ghc-pkg instead of grepping in base.cabal | Clemens Fruhwirth | 2007-12-30 | 1 | -12/+11 |
* | We need to set _way=* in rts/ both when making and installing bindists | Ian Lynagh | 2007-10-27 | 1 | -0/+8 |
* | Add STANDARD_OPTS to SRC_HC_OPTS in rts/Makefile so we get -I../includes for ... | Ian Lynagh | 2007-09-26 | 1 | -1/+1 |
* | Add a BeConservative setting to the make system | Ian Lynagh | 2007-09-10 | 1 | -0/+4 |
* | The RTS is Haddock-less, tell make about it | sven.panne@aedion.de | 2007-09-10 | 1 | -0/+5 |
* | Suppress some warnings on Windows | Ian Lynagh | 2007-09-02 | 1 | -0/+7 |
* | Fix and supress some warnings, and turn on -Werror when validating | Ian Lynagh | 2007-09-02 | 1 | -0/+10 |
* | Jump through some hoops to make the Windows SEH exception stuff happy | Ian Lynagh | 2007-08-24 | 1 | -0/+6 |
* | Fix passing double quotes to GHC on Windows | Ian Lynagh | 2007-08-18 | 1 | -8/+16 |
* | Document +RTS --info, and make it a Read'able Haskell value | Ian Lynagh | 2007-08-16 | 1 | -7/+7 |
* | Build RTS as dynamic library | Clemens Fruhwirth | 2007-08-08 | 1 | -38/+35 |
* | Add unreg/tables-next-code output to +RTS --info | Ian Lynagh | 2007-07-23 | 1 | -0/+2 |
* | Add a +RTS --info flag print various info; partially fixes trac #1517 | Ian Lynagh | 2007-07-22 | 1 | -0/+5 |
* | oops, revert part of the +RTS -V0 patch which was accidentally included | Simon Marlow | 2007-07-10 | 1 | -1/+1 |
* | Fix the +RTS -V0 option introduced recently; it didn't work at all, now it does. | Simon Marlow | 2007-07-08 | 1 | -1/+1 |
* | Update the in-tree GMP; fixes trac #832 | Ian Lynagh | 2007-07-05 | 1 | -43/+5 |
* | Fix a problem with package.mk being included too early | Simon Marlow | 2007-06-20 | 1 | -4/+2 |
* | Fix the ghc package in bindists | Ian Lynagh | 2007-06-09 | 1 | -0/+4 |
* | Install the RTS from a bindist correctly | Ian Lynagh | 2007-06-05 | 1 | -3/+19 |
* | Basic heap profile support without -prof | Simon Marlow | 2007-04-27 | 1 | -1/+1 |
* | Have configure take arguments telling it where gmp is; fixes trac #957 | Ian Lynagh | 2007-03-11 | 1 | -0/+18 |
* | disable -Wbad-function-cast; it's hard/impossible to work around | Simon Marlow | 2007-03-06 | 1 | -1/+1 |
* | Toggle whether the RTS gets build with debugger support for ghci | Pepe Iborra | 2006-12-11 | 1 | -0/+4 |
* | reorganise PAPI configuration: off by default, even if library is found | Simon Marlow | 2006-11-20 | 1 | -2/+2 |
* | Added configure gadgets to detect Papi, and fixed build problems | 'Alexey Rodriguez | 2006-11-09 | 1 | -0/+8 |
* | update flag settings after files were relocated | Simon Marlow | 2006-11-08 | 1 | -2/+2 |