summaryrefslogtreecommitdiff
path: root/rts/RtsFlags.c
Commit message (Expand)AuthorAgeFilesLines
* NonmovingCensus: Emit samples to eventlogwip/gc/instrumentationBen Gamari2019-10-221-0/+5
* rts: Introduce flag to enable the nonmoving old generationBen Gamari2019-10-201-0/+23
* Escape stats file command (#13676)Vladislav Zavialov2019-10-121-2/+16
* Add new debug flag -DZTobias Guggenmos2019-10-031-0/+11
* cap max stack size at 32 bit limit (#17019)Gershom Bazerman2019-09-011-1/+4
* rts: Always truncate output filesBen Gamari2019-08-021-2/+2
* rts/RtsFlags.c: mention that -prof too enables support for +RTS -lAlp Mestanogullari2019-06-111-1/+1
* Update Trac ticket URLs to point to GitLabRyan Scott2019-03-151-4/+4
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2019-01-301-0/+11
* Revert "Batch merge"Ben Gamari2019-01-301-11/+0
* Batch mergeBen Gamari2019-01-301-0/+11
* doc: reorder heap profiling information in +RTS -?Ben Price2019-01-161-6/+5
* rts: Allow heap prof by closure type in prof wayBen Price2019-01-161-0/+1
* Update -F RTS help:Ömer Sinan Ağacan2018-12-141-3/+4
* Add +RTS -F to the --help outputSimon Marlow2018-12-111-0/+2
* rts: Allow output filename of eventlog to be given by command-lineBen Gamari2018-11-021-2/+27
* Revert "Add a RTS option -xp to load PIC object anywhere in address space"Ben Gamari2018-10-301-11/+0
* Add a RTS option -xp to load PIC object anywhere in address spaceZejun Wu2018-10-151-0/+11
* Show -with-rtsopts options in runtime's --info (#15261)roland2018-08-211-1/+1
* rts: Throw better error if --numa is used without libnuma supportBen Gamari2018-05-031-0/+6
* rts: Allow profiling by closure type in prof wayBen Gamari2018-05-011-2/+4
* rts: Add -hT to the rts usage messageBen Gamari2018-05-011-0/+3
* Remove MAX_PATH restrictions from RTS, I/O manager and various utilitiesTamar Christina2018-03-311-2/+4
* rts: Add --internal-counters RTS flag and several countersDouglas Wilson2018-03-191-0/+6
* Fix typo in description of -V RTS flagTej Chajed2018-03-071-1/+1
* Correct default -A value in RTS flag usage infoSimon Jakobi2018-03-021-1/+1
* rts: Don't default to single capability when profiledBen Gamari2017-12-111-4/+0
* RtsFlags: allow +RTS -K0Ben Gamari2017-11-271-1/+1
* Detect overly long GC syncSimon Marlow2017-11-161-1/+14
* Add stack traces on crashes on WindowsTamar Christina2017-10-221-0/+15
* Add ability to produce crash dumps on WindowsTamar Christina2017-10-031-0/+15
* Switch VEH to VCH and allow disabling of SEH completely.Tamar Christina2017-09-261-2/+17
* Revert "Switch VEH to VCH and allow disabling of SEH completely."Ben Gamari2017-09-261-17/+2
* Switch VEH to VCH and allow disabling of SEH completely.Ben Gamari2017-09-261-2/+17
* [RTS] Make -po workBartosz Nitka2017-09-141-2/+11
* [RTS] Harden against buffer overflowBartosz Nitka2017-09-131-1/+2
* Add rtsopts ignore and ignoreAll.Andreas Klebinger2017-07-281-25/+37
* Initialize hs_init with UTF8 encoded arguments on Windows.Andreas Klebinger2017-07-271-49/+78
* rts: Always collect statsBen Gamari2017-06-261-1/+1
* Fix GCC 7 warning in the RTSSylvain Henry2017-06-191-0/+4
* Prefer #if defined to #ifdefBen Gamari2017-04-281-24/+24
* rts: Allow profile output path to be specified on RTS command lineBen Gamari2017-02-281-6/+8
* rts: Usage message wibblesBen Gamari2017-02-261-1/+1
* base: Add handling of -- to getArgs for WindowsAndreas Klebinger2017-02-231-1/+8
* JSON profiler reportsBen Gamari2017-02-231-4/+6
* Abstract over the way eventlogs are flushedalexbiehl2017-01-311-0/+1
* Throw an exception on heap overflowDemi Obenour2017-01-101-6/+17
* Overhaul of Compact Regions (#12455)Simon Marlow2016-12-071-0/+5
* Use C99's boolBen Gamari2016-11-291-129/+130
* Make it possible to use +RTS -qn without -NSimon Marlow2016-10-281-7/+0