summaryrefslogtreecommitdiff
path: root/docs/users_guide/debugging.rst
Commit message (Expand)AuthorAgeFilesLines
* Allow Core optimizations when interpreting bytecodeKrzysztof Gogolewski2023-05-121-0/+14
* Document that -fproc-alignment was introduced only in GHC 8.6Bodigrim2023-02-131-0/+2
* codeGen: Introduce ThreadSanitizer instrumentationBen Gamari2022-12-151-0/+16
* Properly cast values when writing/reading unboxed sums.Andreas Klebinger2022-11-301-0/+10
* Add Javascript backendSylvain Henry2022-11-291-0/+6
* Fix typosKrzysztof Gogolewski2022-09-141-2/+2
* Change `-fprof-late` to insert cost centres after unfolding creation.Andreas Klebinger2022-08-061-0/+6
* Add -dsuppress-coercion-types to make coercions even smaller.Andreas Klebinger2022-08-021-0/+5
* Include the way string in the file name for dump files.Andreas Klebinger2022-04-221-0/+11
* Add -dkeep-comments flag to keep comments in the parserAlan Zimmerman2022-04-201-0/+7
* Tag inference work.Andreas Klebinger2022-02-121-0/+23
* CmmToAsm: Drop ncgExpandTopBen Gamari2022-01-291-6/+0
* Fix typosKrzysztof Gogolewski2021-12-251-1/+1
* Introduce -dlint flagBen Gamari2021-12-211-0/+12
* Rename -fcatch-bottoms to -fcatch-nonexhaustive-casesBen Gamari2021-12-211-1/+1
* codeGen: Introduce flag to bounds-check array accessesBen Gamari2021-12-211-0/+12
* Dump non-module specific info to file #20316Carrie Xu2021-12-011-4/+8
* Documented yet undocumented dump flags #18641Benjamin Maurer2021-09-281-0/+38
* Add `-dsuppress-core-sizes` flag (#20342)Sylvain Henry2021-09-281-0/+8
* Minor doc fixesKrzysztof Gogolewski2021-09-081-0/+6
* Introduce -ddump-verbose-inliningsBen Gamari2021-04-271-5/+10
* 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