summaryrefslogtreecommitdiff
path: root/rts
Commit message (Expand)AuthorAgeFilesLines
* rts: Fix typo in commentErik de Castro Lopo2015-05-241-2/+2
* rts: add "-no-rtsopts-suggestions" optionJavran Cheng2015-05-064-27/+40
* Better hints when RTS options not available (Trac #9579)Javran Cheng2015-04-173-7/+26
* Typos in error messages and in commentsGabor Greif2015-04-102-2/+2
* rts/Linker.c: distinct between DATA and CODE labels when importingSergei Trofimovich2015-04-071-18/+42
* Add -n to the RTS help outputSimon Marlow2015-04-071-0/+1
* Add +RTS -O<size> to control the minimum old gen sizeSimon Marlow2015-04-071-0/+9
* Replace hooks by callbacks in RtsConfig (#8785)Simon Marlow2015-04-0715-87/+177
* Stop profiling output from running together (#8811)Dave Laing2015-04-061-20/+54
* rts/linker: make an error msg a debug msgAustin Seipp2015-04-031-2/+3
* rts: check arguments to flags that don't have anyCarlos Tomé2015-03-231-7/+28
* fix bus error (misaligned data access) on SPARC in __decodeDouble_Int64Karel Gardas2015-03-221-3/+3
* Clarify meaning of the RTS `taskCount` variableThomas Miedema2015-03-221-1/+1
* Remove comments and flag for GranSimThomas Miedema2015-03-194-7/+1
* RTS/IOManager: fix trac issue #9722.Andreas Voellmy2015-03-091-2/+15
* Fix -Werror build failure in RtsMainTamar Christina2015-03-031-1/+1
* Replaced SEH handles with VEH handlers which should work uniformly across x86...Tamar Christina2015-03-0310-221/+263
* Give full-precision time for BEGIN_SAMPLE/END_SAMPLE.Edward Z. Yang2015-03-021-4/+2
* 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