| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Add a -rpath entry for the RTS library, so that it can find libffi | Ian Lynagh | 2013-01-04 | 1 | -0/+4 |
* | Link in-tree libffi to rts. Fixes trac #5743. | Peter Trommler | 2012-11-30 | 1 | -0/+6 |
* | libffi build system tweaks | Ian Lynagh | 2012-11-30 | 1 | -1/+4 |
* | Add configure option to use system provided libffi; fixes #5743 | Ian Lynagh | 2012-11-29 | 1 | -5/+37 |
* | turn off cmm optimisation for the debug way | Simon Marlow | 2012-11-01 | 1 | -1/+1 |
* | Get dynamic-by-default mostly working on OS X | Ian Lynagh | 2012-10-14 | 1 | -0/+3 |
* | Don't set dynlib install names when building | Ian Lynagh | 2012-10-14 | 1 | -4/+0 |
* | When dynamic-by-default, don't use the GHCi linker | Ian Lynagh | 2012-10-13 | 1 | -0/+4 |
* | Build the dynamic way by default on Linux/amd64 | Ian Lynagh | 2012-10-03 | 1 | -3/+3 |
* | Test USE_MINIINTERPRETER rather than GhcUnregisterised | Ian Lynagh | 2012-05-27 | 1 | -5/+0 |
* | Working towards fixing DLLs on Win64 | Ian Lynagh | 2012-05-06 | 1 | -0/+6 |
* | Enable and fix building dynlibs on Win64 | Ian Lynagh | 2012-05-05 | 1 | -4/+3 |
* | Follow libffi changes on Windows | Ian Lynagh | 2012-05-04 | 1 | -4/+4 |
* | Code tidy-up: Use RET_NN in stg_block_async | Ian Lynagh | 2012-03-20 | 1 | -1/+0 |
* | Fixed for unregisterised Windows builds | Ian Lynagh | 2012-03-18 | 1 | -0/+2 |
* | More fixes for Win64 | Ian Lynagh | 2012-03-15 | 1 | -1/+1 |
* | Fix stg_block_async on unreg compilers | Ian Lynagh | 2012-03-15 | 1 | -0/+4 |
* | Refactoring | Ian Lynagh | 2012-01-08 | 1 | -2/+2 |
* | $(rts_H_FILES) should contain .h files in subdirectories of rts/ too | Simon Marlow | 2011-12-13 | 1 | -1/+1 |
* | Resurrect UseLibFFIForAdjustors from bitrot. | PHO | 2011-12-08 | 1 | -1/+8 |
* | Use touchy rather than touch when building on Windows | Ian Lynagh | 2011-12-02 | 1 | -2/+2 |
* | Generate the C main() function when linking a binary (fixes #5373) | Simon Marlow | 2011-11-16 | 1 | -12/+1 |
* | Get Windows building dynlibs again | Ian Lynagh | 2011-10-18 | 1 | -17/+8 |
* | On non-Windows, go back to using the libffi dynlib for the dyn way | Ian Lynagh | 2011-10-16 | 1 | -10/+17 |
* | Fix libffi build on Windows | Ian Lynagh | 2011-10-14 | 1 | -3/+3 |
* | Simplify the libffi build | Ian Lynagh | 2011-10-14 | 1 | -15/+13 |
* | Build fixes for OS X amd64 following libffi update | Ian Lynagh | 2011-10-06 | 1 | -4/+4 |
* | Use the x86/Darwin implementation of Adjustors on all x86 platforms, | Simon Marlow | 2011-06-29 | 1 | -5/+1 |
* | Emit various bits of OS process info into the eventlog | Duncan Coutts | 2011-05-26 | 1 | -0/+1 |
* | Revert "Add capability sets to the event system. Contains code from Duncan Co... | Duncan Coutts | 2011-05-23 | 1 | -1/+0 |
* | Add capability sets to the event system. Contains code from Duncan Coutts. | Spencer Janssen | 2011-05-18 | 1 | -0/+1 |
* | Add stage-specific versions of more ar-related makefile vars | Ian Lynagh | 2011-04-23 | 1 | -2/+2 |
* | Make and use AR_STAGE[0123] makefile vars | Ian Lynagh | 2011-04-23 | 1 | -2/+2 |
* | Refactor how dependencies are included; fixes #5109 | Ian Lynagh | 2011-04-14 | 1 | -2/+1 |
* | Cleanup sweep and fix a bug in RTS flag processing. | Simon Marlow | 2011-04-12 | 1 | -0/+1 |
* | Don't put 2 copies of the RTS libraries in the bindists | Ian Lynagh | 2011-03-16 | 1 | -1/+0 |
* | Enable DTrace on Solaris; based on a patch from Karel Gardas | Ian Lynagh | 2011-02-10 | 1 | -7/+28 |
* | Remove use of non-existent $$(dir) variable in the rts ghc.mk | Ian Lynagh | 2011-01-23 | 1 | -1/+1 |
* | Tweak some deps to avoid multiple $(wildcard ...)s | Ian Lynagh | 2011-01-23 | 1 | -1/+1 |
* | Use := when assigning the result of $(wildcard ...) | Ian Lynagh | 2011-01-22 | 1 | -3/+4 |
* | Turn off dtrace unless you override USE_DTRACE | Ian Lynagh | 2011-01-16 | 1 | -3/+3 |
* | Fix #4829 (build does not respect --with-gcc option) | gwright@antiope.com | 2010-12-21 | 1 | -1/+6 |
* | do not compile part of shared lib RTS with -fno-PIC on Solaris | Karel Gardas | 2010-12-17 | 1 | -3/+22 |
* | Always enable the archive-loading code | Ian Lynagh | 2010-11-27 | 1 | -4/+0 |
* | Build system tweak: Inline DQ now it's the same on all platforms | Ian Lynagh | 2010-11-14 | 1 | -20/+17 |
* | Add a dependency that my OS X build has recently started tripping up over | Ian Lynagh | 2010-09-20 | 1 | -1/+1 |
* | Implement archive loading for ghci | Ian Lynagh | 2010-09-20 | 1 | -0/+4 |
* | Remove "-dynload wrapper"; fixes trac #4275 | Ian Lynagh | 2010-09-08 | 1 | -9/+0 |
* | Remove libHSrtsmain.a before creating it | Ian Lynagh | 2010-08-01 | 1 | -0/+1 |
* | Set -fno-stack-protector in extra-gcc-opts; fixes #4206 | Ian Lynagh | 2010-07-28 | 1 | -5/+0 |