summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts/linker: ignore unknown PE sectionsTamar Christina2015-02-231-4/+2
* fix bus errors on SPARC caused by unalignment access to alloc_limit (fixes #1...Karel Gardas2015-02-233-8/+14
* Don't truncate traceEvents to 512 bytes (#8309)Thomas Miedema2015-02-173-33/+23
* Add missing va_end to va_startThomas Miedema2015-02-171-0/+2
* Fix #10017Andreas Voellmy2015-02-021-12/+0
* RTS : Fix StgRun for aarch64-linux (#9935).Erik de Castro Lopo2015-01-271-8/+10
* comments onlySimon Marlow2015-01-201-0/+2
* CMM: add a mechanism to import C .data labelsSergei Trofimovich2015-01-192-4/+4
* Trac #9384: fix increasing capabilites number for eventlog.Alexander Vershilov2015-01-181-0/+9
* Trac #9878: Make the static form illegal in interpreted mode.Alexander Vershilov2015-01-161-8/+16
* Optimise scavenge_large_srt_bitmapSimon Marlow2015-01-131-12/+22
* Allow the linker to run concurrently with the GCSimon Marlow2015-01-133-2/+16
* Trac #9878: Have StaticPointers support dynamic loading.Alexander Vershilov2015-01-132-7/+55
* Groom comments related to StaticPointers.Facundo Domínguez2014-12-222-2/+2
* Add unwind information to CmmPeter Wortmann2014-12-162-0/+2
* compiler: fix trac issue #9817Marios Titas2014-12-104-6/+6
* Link pre-ARMv6 spinlocks into all RTS variantsJoachim Breitner2014-12-091-4/+6
* Implement -XStaticValuesFacundo Domínguez2014-12-096-0/+114
* Revert "Revert "Add purgeObj() to remove the symbol table entries for an obje...Simon Marlow2014-12-051-23/+51
* Revert "Revert "Make the linker API thread-safe""Simon Marlow2014-12-053-37/+80
* Revert "Make the linker API thread-safe"Simon Peyton Jones2014-12-023-77/+36
* Revert "Add purgeObj() to remove the symbol table entries for an object"Simon Peyton Jones2014-12-021-51/+23
* Fix obscure problem with using the system linker (#8935)Peter Trommler2014-11-301-9/+34
* Add purgeObj() to remove the symbol table entries for an objectSimon Marlow2014-11-281-23/+51
* Make the linker API thread-safeSimon Marlow2014-11-283-36/+77
* Add +RTS -n<size>: divide the nursery into chunksSimon Marlow2014-11-256-58/+118
* Make clearNursery freeSimon Marlow2014-11-256-52/+96
* arm64: 64bit iOS and SMP support (#7942)Luke Iannini2014-11-193-13/+25
* rts: remove old-style field designator extension (#9396)Austin Seipp2014-11-191-5/+5
* Restore exact old semantics of `decodeFloat`Herbert Valerio Riedel2014-11-191-0/+13
* Add missing semicolon in Schedule.cSimon Peyton Jones2014-11-181-1/+1
* Fix a bug introduced with allocation countersSimon Marlow2014-11-171-0/+3
* Per-thread allocation counters and limitsSimon Marlow2014-11-1213-52/+142
* *Really*, really fix RTS crash due to bad coercion.Merijn Verstraaten2014-11-071-1/+24
* Add a comment about stack checksSimon Marlow2014-11-051-0/+2
* Disable an assertion; see commentSimon Marlow2014-11-051-1/+7
* Fix a couple of inaccurate stack checksSimon Marlow2014-11-051-3/+6
* Fix bugs in debug printingSimon Marlow2014-11-051-2/+1
* Use snwprintf instead of swprintf in rts/Linker.c.Gintautas Miliauskas2014-10-291-4/+5
* Fixed unused variable warning on mingw32/i686 in rts/Linker.cGintautas Miliauskas2014-10-291-2/+2
* Fix windows build failure.Austin Seipp2014-10-241-6/+8
* Fix a rare parallel GC bugSimon Marlow2014-10-231-1/+6
* rts: Detabify Interpreter.cAustin Seipp2014-10-211-872/+872
* [skip ci] rts: Detabify Schedule.cAustin Seipp2014-10-211-443/+443
* [skip ci] rts: Detabify ProfHeap.cAustin Seipp2014-10-211-451/+450
* [skip ci] rts: Detabify RetainerProfile.cAustin Seipp2014-10-211-813/+813
* [skip ci] rts: Detabify sm/Compact.hAustin Seipp2014-10-211-9/+9
* [skip ci] rts: Detabify sm/Compact.cAustin Seipp2014-10-211-343/+343
* [skip ci] rts: Detabify sm/Sanity.cAustin Seipp2014-10-211-165/+165
* [skip ci] rts: Detabify sm/GC.cAustin Seipp2014-10-211-164/+164