summaryrefslogtreecommitdiff
path: root/docs/users_guide/debugging.rst
Commit message (Expand)AuthorAgeFilesLines
* Add a flag to dump the FastString tableSylvain Henry2021-03-031-0/+7
* Document flag -dasm-lint in debugging.rstBenjamin Maurer2021-01-101-0/+7
* Implement -ddump-c-backend argumentBen Gamari2020-11-221-0/+9
* Update user's guide entry on demand analysis and worker/wrapperSebastian Graf2020-11-201-5/+10
* Fix -ddump-stg flagSylvain Henry2020-08-211-1/+9
* Linear types (#15981)Krzysztof Gogolewski2020-06-171-0/+10
* Fix spelling mistakes and typosbuggymcbugfix2020-05-211-1/+1
* Add "ddump-cmm-opt" as alias for "ddump-opt-cmm".Andreas Klebinger2020-04-221-1/+7
* Add outputable instances for the types in GHC.Iface.Ext.Types, add -ddump-hieZubin Duggal2020-04-031-0/+6
* Document the units of -ddump-timingsMaximilian Tagher2020-03-171-0/+1
* Revert "users-guide: Document -ddump-srts"Ömer Sinan Ağacan2020-02-161-6/+0
* users-guide: Document -ddump-srtsBen Gamari2020-02-141-0/+6
* Separate CPR analysis from the Demand analyserwip/sep-cprSebastian Graf2020-02-121-0/+12
* Improve/fix -fcatch-bottoms documentationÖmer Sinan Ağacan2020-02-011-6/+13
* Add new flag for unarised STG dumpsÖmer Sinan Ağacan2019-10-231-2/+8
* users-guide: Fix links and formats for GHC 8.10Takenobu Tani2019-09-231-1/+1
* Add a new flag -dno-typeable-binds for debuggingÖmer Sinan Ağacan2019-09-081-0/+12
* Change behaviour of -ddump-cmm-verbose to dump each Cmm pass output to a sepa...nineonine2019-07-261-2/+9
* Add -ddump-stg-final to dump stg as it is used for codegen.klebinger.andreas@gmx.at2019-04-121-0/+5
* Fix #15953 by consistently using dumpIfSet_dyn to print debug outputChaitanya Koparkar2018-11-291-0/+42
* NCG: New code layout algorithm.Andreas Klebinger2018-11-171-0/+6
* fix -ddump-asm descriptionAlp Mestanogullari2018-08-301-1/+1
* users guide: Mention -fprint-typechecker-elaboration in -ddump-tc docsBen Gamari2018-07-061-2/+5
* Add -ddump-rtti to user's guide and man pageÖmer Sinan Ağacan2018-06-291-0/+6
* Explain why opt-cmm is not dumped by ddump-cmm-verbose.klebinger.andreas@gmx.at2018-06-221-3/+5
* Typofixes in docs and comments [ci skip]Gabor Greif2018-06-181-2/+2
* Fix documentation for `-dth-dec-file`Nathan Collins2018-06-151-3/+4
* Document the fact that cmm dumps won't show unreachable blocks.klebinger.andreas@gmx.at2018-06-041-0/+3
* Allow aligning of cmm procs at specific boundryklebinger.andreas@gmx.at2018-06-031-0/+11
* vectorise: Put it out of its miseryBen Gamari2018-06-021-13/+0
* users-guide: Fix various issues in debugging flags sectionBen Gamari2018-05-301-8/+6
* Typofix in manual [ci skip]Gabor Greif2018-05-291-1/+1
* Add new debugging flag -dinline-checkBen Gamari2018-03-251-0/+14
* Implement -dword-hex-literalsAndrew Martin2018-03-191-0/+14
* Introduce the flag -dsuppress-timestamps to avoid timestamps in dumps.Andreas Klebinger2018-02-251-1/+8
* StgLint overhaulÖmer Sinan Ağacan2018-02-181-1/+1
* Add -ddump-ds-preoptSimon Peyton Jones2018-02-011-3/+8
* Rename -frule-check to -drule-check and documentMatthew Pickering2018-01-151-0/+13
* Prevent "C--" translating to "C–" in the User's Guide.Steven Shaw2018-01-021-34/+34
* Document -ddump-timingsBen Gamari2017-11-161-0/+5
* Introduce -dsuppress-stg-free-vars flagBen Gamari2017-11-021-0/+12
* Add -falignment-sanitization flagBen Gamari2017-10-291-0/+7
* Manual: The -ddump-cmm-* flags had a wrong spelling in the manualJoachim Breitner2017-10-281-10/+22
* Fix grammaros in commentsGabor Greif2017-10-171-1/+1
* users-guide: Clarify -ddump-asm-regalloc-stages documentationBen Gamari2017-10-161-2/+4
* users guide: Eliminate redundant :category: tags in debugging.rstBen Gamari2017-10-161-85/+4
* users-guide: Rework and finish debug flag documentationBen Gamari2017-10-161-267/+429
* DynFlags: Add inverse of -dno-debug-outputBen Gamari2017-08-221-0/+1
* users_guide: Convert mkUserGuidePart generation to a Sphinx extensionPatrick Dougherty2017-08-181-7/+225
* users-guide: Standardize and repair all flag referencesPatrick Dougherty2017-07-231-4/+4