summaryrefslogtreecommitdiffstats
path: root/llvm/tools/opt/Debugify.cpp
Commit message (Expand)AuthorAgeFilesLines
* [debugify] Move the Debugify pass from tools/opt to lib/Transform/UtilsDaniel Sanders2019-11-071-463/+0
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [DebugInfo] DISubprogram flags get their own flags word. NFC.Paul Robinson2018-11-191-5/+6
* [Debugify] Export per-pass debug info loss statisticsVedant Kumar2018-07-241-12/+55
* [Debugify] Move interface definitions to a header, NFCVedant Kumar2018-07-241-1/+1
* [Debugify] Allow unsigned values narrower than their variablesVedant Kumar2018-07-061-2/+9
* [Debugify] Do not report line 0 locations as errorsVedant Kumar2018-06-281-5/+7
* [Debugify] Handle failure to get fragment size when checking dbg.valuesVedant Kumar2018-06-271-4/+7
* [Debugify] Diagnose mis-sized dbg.valuesVedant Kumar2018-06-261-4/+40
* [Debugify] Don't treat missing dbg.values as an error (PR37942)Vedant Kumar2018-06-261-2/+1
* [Debugify] Move debug value intrinsics closer to their operand defsVedant Kumar2018-06-061-18/+24
* [Debugify] Add a quiet mode to suppress warningsVedant Kumar2018-06-061-15/+16
* [Debugify] Don't insert debug values after terminating deoptsVedant Kumar2018-06-051-5/+14
* Apply clang-format on a file, NFCVedant Kumar2018-06-051-8/+5
* [Debugify] Preserve analyses in -check-debugifyVedant Kumar2018-06-041-0/+4
* [Debugify] Add debug intrinsics before terminating musttail callsVedant Kumar2018-06-041-9/+13
* Reformat overflowing lines, NFCVedant Kumar2018-06-041-8/+10
* [Debugify] Skip dbg.value placement for EH pads, musttailVedant Kumar2018-06-031-0/+9
* [Debugify] Set a DI version module flag for llc compatibilityVedant Kumar2018-05-241-2/+10
* [Debugify] Avoid printing unnecessary square braces, NFCVedant Kumar2018-05-241-2/+4
* [Debugify] Print the output to stderrAnastasis Grammenos2018-05-171-9/+9
* [Debugfiy] Print the pass name next to the resultAnastasis Grammenos2018-05-151-11/+17
* [Debugify] Add -debugify-each for testing each pass in a pipelineVedant Kumar2018-05-151-39/+125
* [Debugify] Don't check functions which were skippedVedant Kumar2018-02-151-1/+11
* [opt] Port the debugify passes to the new pass managerVedant Kumar2018-02-151-0/+12
* [Debugify] Avoid verifier failure on non-definition subprogramsVedant Kumar2018-02-131-2/+2
* [Debugify] Add a mode to opt to enable faster testingVedant Kumar2018-01-231-0/+4
* [Debugify] Handled unsized typesVedant Kumar2018-01-061-1/+2
* [Debugify] Add a pass to test debug info preservationVedant Kumar2017-12-081-0/+212
OpenPOWER on IntegriCloud