summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* 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
* Small refactoring; patch from nusIan Lynagh2013-02-161-9/+1
* Build fix for dyn way on Windows; patch from nusIan Lynagh2013-02-164-1/+4
* removeIndirections: look through BLACKHOLE indirectionsSimon Marlow2013-02-141-19/+27
* isAlive needs to look through BLACKHOLE indirectionsSimon Marlow2013-02-141-0/+8
* small tidyups and refactoringsSimon Marlow2013-02-141-132/+106
* Separate StablePtr and StableName tables (#7674)Simon Marlow2013-02-1411-230/+337
* Simplify the allocation stats accountingSimon Marlow2013-02-146-79/+66
* Fixes to the rts C flags for the debug waySimon Marlow2013-02-141-1/+1
* Adding missing symbol in rts/package.conf.in.Kazu Yamamoto2013-02-111-0/+1
* Changed ioManagerCapabilitiesChanged to take no arguments.Andreas Voellmy2013-02-111-3/+1
* setNumCapabilities calls GHC.Conc.IO.ioManagerCapabilitiesChanged before retu...Andreas Voellmy2013-02-113-0/+10
* Added RTS hooks for the timer manager.Andreas Voellmy2013-02-112-0/+16
* commentsSimon Marlow2013-02-071-1/+11
* Tidy up tso->stackobj before calling threadStackUnderflow (#7636)Simon Marlow2013-02-071-0/+1
* Fix threadDelay on Windows; fixes ThreadDelay001 failuresIan Lynagh2013-02-061-2/+24
* Use usecs rather than msecs for microsecondsIan Lynagh2013-02-054-10/+10
* some more typosGabor Greif2013-02-021-1/+1
* Always pass vector values on the stack.Geoffrey Mainland2013-02-011-0/+3
* fix warningsSimon Marlow2013-01-301-2/+3
* STM: Only wake up onceBen Gamari2013-01-302-5/+23
* Schedule.h: Fix path of include file in commentBen Gamari2013-01-301-1/+1
* Patch for #7628: improve error message when mixing 32 and 64 bit images (on M...Andy Adams-Moran2013-01-291-4/+8
* use GhcRtsHcOpts and GhcRtsCcOpts for the debug way tooSimon Marlow2013-01-291-5/+5
* Fix documentation bug: TSOs are *not* unconditionally kept on the mutable list.Edward Z. Yang2013-01-271-1/+1
* fix rts/Linker compilation issues on AMD64/Solaris platformSimon Marlow2013-01-231-0/+1
* Solaris: do not use timer_createSimon Marlow2013-01-231-0/+18