summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* Make sure the RTS is built, even when no programs are being built with stage1Ian Lynagh2013-05-101-1/+1
* rts_checkSchedStatus: exit the thread, not the process, when InterruptedSimon Marlow2013-05-101-1/+10
* Generate dependencies for .cmm files properlyIan Lynagh2013-05-091-3/+6
* Fix the name of libffiIan Lynagh2013-05-091-12/+13
* Fix build on OS XIan Lynagh2013-04-301-2/+4
* Fix buildIan Lynagh2013-04-281-2/+2
* Add -L flags to libs.depend (fixes #7465)Ian Lynagh2013-04-281-1/+3
* Tidy up some build system codeIan Lynagh2013-04-281-2/+2
* Record libffi directory in rts package conf; trac #7465Ian Lynagh2013-04-281-2/+2
* Merge branch 'master' of darcs.haskell.org:/srv/darcs//ghcIan Lynagh2013-04-281-0/+3
|\
| * Fix linking with binutils 2.22 or later on FreeBSD 9.1, where one shouldGabor Pali2013-04-271-0/+3
* | Fix build on WindowsIan Lynagh2013-04-281-0/+4
|/
* Fix mismatched visibility of assembler impls of StgRunIan Lynagh2013-04-271-8/+25
* Handle sign bit when generating veneer for ARM Thumb branch relocationColin Watson2013-04-271-0/+1
* When linking with $ORIGIN rpaths, use the "-z origin" linker flag tooIan Lynagh2013-04-271-1/+1
* More accurate cost attribution for stacks. Fixes #7818.Edward Z. Yang2013-04-221-2/+2
* Add stg_sel_n_noupd_info symbols to Linker.cSimon Peyton Jones2013-04-221-6/+22
* Update error message text; spotted bu Sergei TrofimovichIan Lynagh2013-04-211-1/+1
* Use a pthread-based implementation of Itimer.c on iOSIan Lynagh2013-04-211-5/+50
* Use ffi_prep_closure_loc rather than ffi_prep_closureIan Lynagh2013-04-211-1/+1
* Follow build system changes in integer-gmpIan Lynagh2013-04-201-1/+1
* Check to see if TVar's are locked in check_read_only (fixes #7815)Ryan Yates2013-04-171-2/+6
* added ticky counters for heap and stack checksNicolas Frisby2013-04-112-0/+5
* Fix segfaults on SELinux machines; fixes #7629Ian Lynagh2013-04-091-1/+1
* Rename the FFI DLL to libffi.dll for consistencyIan Lynagh2013-04-061-5/+7
* Fix installationIan Lynagh2013-04-031-3/+2
* ticky enhancementsNicolas Frisby2013-03-296-82/+103
* Heap profiling: flush .hp file at the end of each frameTakano Akio2013-03-251-0/+3
* Fix the names of the libffi archivesIan Lynagh2013-03-241-1/+1
* Change how we handle libffiIan Lynagh2013-03-232-18/+23
* Remove some more old, unused codeIan Lynagh2013-03-217-1051/+2
* Fix build with non-Linux ELF OSesIan Lynagh2013-03-201-1/+1
* Remove some directories that used to be used by GUMIan Lynagh2013-03-1727-18034/+0
* By default, use the dynamic way for programs in the GHC treeIan Lynagh2013-03-152-9/+9
* Typofix.Edward Z. Yang2013-03-041-1/+1
* Use more of the automatically generated INPLACE variablesIan Lynagh2013-03-031-2/+2
* Define $(prog)_INPLACE variables automatically, and start using themIan Lynagh2013-03-031-2/+2
* Typofix.Edward Z. Yang2013-03-021-1/+1
* ios fix from Stephen Blackheath; part of #7707Ian Lynagh2013-03-021-0/+2
* Use 'r11' rather than 'fp' on Arm; part of #7707Ian Lynagh2013-03-021-3/+3
* Use .globl rather than .global on arm; part of #7707Ian Lynagh2013-03-021-1/+1
* Make the #includes a little more correct in OSThreads.cIan Lynagh2013-03-011-1/+3
* Only emit %write_barrier primitive for THREADED_RTSGabor Greif2013-02-261-2/+2
* Build fixes following build system refactoringIan Lynagh2013-02-211-0/+2
* Fix bug in setNumCapabilitiesSimon Marlow2013-02-201-12/+23
* Fix segfault in retainer profiling when using multiple cores (#5909)Simon Marlow2013-02-191-2/+15
* Remove the MACOSX_DEPLOYMENT stuff; fixes #7559Ian Lynagh2013-02-171-5/+0
* Simplify some code; patch from Bill TuttIan Lynagh2013-02-172-5/+2
* Fix line endings in rts/win32/ThrIOManager.cIan Lynagh2013-02-171-159/+159
* Finish removing BootingFromHcIan Lynagh2013-02-171-4/+0