| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Split GC.c, and move storage manager into sm/ directory | Simon Marlow | 2006-10-24 | 1 | -3/+3 |
* | compensate for gmp/configure sometimes not being executable | Simon Marlow | 2006-10-17 | 1 | -1/+1 |
* | Rejig TABLES_NEXT_TO_CODE: the -unreg flag was broken by earlier changes | Simon Marlow | 2006-10-17 | 1 | -5/+0 |
* | Partially fix GHCi when unregisterised | Ian Lynagh | 2006-10-12 | 1 | -0/+5 |
* | Fix unregisterised builds, and building on non-x86/amd64/powerpc | Ian Lynagh | 2006-08-25 | 1 | -0/+5 |
* | Tweak GCC's inlining parameters to get thread_obj inlined | sven.panne@aedion.de | 2006-08-10 | 1 | -0/+3 |
* | re-add -fvia-C | Simon Marlow | 2006-07-10 | 1 | -0/+3 |
* | No longer force -fvia-C for the RTS, it can now be compiled with the NCG | Simon Marlow | 2006-06-29 | 1 | -3/+0 |
* | Use -fno-strict-aliasing for *all* C files in the runtime | Simon Marlow | 2006-06-29 | 1 | -4/+9 |
* | Asynchronous exception support for SMP | Simon Marlow | 2006-06-16 | 1 | -20/+1 |
* | Fix stage2 segfault on openbsd. | dons@cse.unsw.edu.au | 2006-04-28 | 1 | -0/+5 |
* | Reorganisation of the source tree | Simon Marlow | 2006-04-07 | 1 | -0/+370 |