summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
...
* rts: Split up Itimer.cBen Gamari2016-05-016-299/+407
* rts: Close livelock window due to rapid ticker enable/disableBen Gamari2016-05-011-6/+10
* RTS: delete BlockedOnGA* + dead codeThomas Miedema2016-04-291-4/+0
* Linker: Fix implicit function declaration warning on OS XErik de Castro Lopo2016-04-291-4/+1
* rts/LdvProfile.c: Fix NULL dereference on shutdownErik de Castro Lopo2016-04-291-0/+3
* Revert "Use __builtin_clz() to implement log_2()"Simon Peyton Jones2016-04-281-21/+11
* Just comments & reformattingSimon Marlow2016-04-261-35/+21
* Use __builtin_clz() to implement log_2()Simon Marlow2016-04-261-11/+21
* RTS: Add setInCallCapability()Simon Marlow2016-04-263-14/+31
* rts: Don't use strndupBen Gamari2016-04-183-1/+15
* rts: Limit maximum backtrace depthBen Gamari2016-04-181-3/+13
* Linker: Clean up #if USE_MMAP usageErik de Castro Lopo2016-04-171-58/+52
* Check CCS tree for pointers into shared object during checkUnloadAndrew Farmer2016-04-171-0/+31
* Add Windows import library support to the Runtime LinkerTamar Christina2016-04-172-137/+373
* Rework CC/CC_STAGE0 handling in `configure.ac`Herbert Valerio Riedel2016-04-161-1/+1
* rts/RetainerProfile: Remove unused localBen Gamari2016-04-161-2/+0
* Linker: Fix signedness mismatchBen Gamari2016-04-152-3/+3
* Allocate blocks in the GC in batchesSimon Marlow2016-04-123-30/+29
* Cache the size of part_list/scavd_list (#11783)Simon Marlow2016-04-124-9/+20
* Small simplification (#11777)Simon Marlow2016-04-121-5/+1
* Add linker notesTamar Christina2016-04-111-0/+13
* Change runtime linker to perform lazy loading of symbols/sectionsTamar Christina2016-04-113-411/+376
* RtsFlags: Un-constify temporary bufferBen Gamari2016-04-101-1/+1
* Remove spurious STG_UNUSED annotationTomas Carnecky2016-04-101-5/+1
* Refactor comments about shutdownSimon Marlow2016-04-102-18/+21
* rts: Fix parsing of profiler selectorsBen Gamari2016-04-071-9/+11
* runtime: replace hw.ncpu with hw.logicalcpu for Mac OS XEugene Akentyev2016-04-071-2/+8
* rts: Make StablePtr derefs thread-safe (#10296)Jason Eisenberg2016-04-041-4/+72
* rts/posix/Itimer.c: Handle EINTR when reading timerfdErik de Castro Lopo2016-03-311-4/+9
* Remove all mentions of IND_OLDGEN outside of docs/rtsJoachim Breitner2016-03-291-1/+1
* cleanup POSIX/XOPEN defines for switch to C99Karel Gardas2016-03-291-16/+12
* fix compilation failure on Solaris 11Karel Gardas2016-03-291-1/+1
* Scrap DEC OSF/1 supportHerbert Valerio Riedel2016-03-281-11/+0
* Scrap IRIX supportHerbert Valerio Riedel2016-03-282-17/+4
* Remove now pointless INLINE_ME macroHerbert Valerio Riedel2016-03-271-1/+1
* Add NCG support for AIX/ppc32Herbert Valerio Riedel2016-03-243-7/+81
* Avoid local label syntax for assembler on AIXHerbert Valerio Riedel2016-03-241-5/+9
* Revert "Various ticky-related work"Ben Gamari2016-03-241-1/+1
* Various ticky-related workJoachim Breitner2016-03-241-1/+1
* Close ticky profiling file stream after printing (#9405)Flaviu Andrei Csernik2016-03-242-1/+6
* stgMallocBytes: Tolerate malloc(0) returning a NULL ptrHerbert Valerio Riedel2016-03-211-0/+13
* prof: Fix heap census for large ARR_WORDS (#11627)Jason Eisenberg2016-03-201-0/+14
* rts: fix threadStackUnderflow type in cmmSergei Trofimovich2016-03-113-4/+4
* rtx/posix/Itimer.c: Handle return value of `read`Erik de Castro Lopo2016-03-111-1/+2
* Reduce fragmentation from m32_allocatorBartosz Nitka2016-03-071-4/+24
* rts/timer: use timerfd_* on Linux instead of alarm signalsSylvain HENRY2016-03-051-11/+80
* rts: drop unused global 'blackhole_queue'Sergei Trofimovich2016-02-272-2/+0
* Typos in comments, etc.Gabor Greif2016-02-261-2/+2
* testsuite: mark tests broken on powerpc64Peter Trommler2016-02-251-2/+2
* rts: mark 'shutdownCapability' as staticSergei Trofimovich2016-02-072-12/+2