summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/COFF/local-variables.ll
Commit message (Expand)AuthorAgeFilesLines
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-241-2/+2
* [codeview] Try to avoid emitting .cv_loc with line zeroReid Kleckner2019-10-101-1/+1
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-5/+5
* Revert "Changing representation of .cv_def_range directives in Codeview debug...Nilanjana Basu2019-08-051-5/+5
* Changing representation of .cv_def_range directives in Codeview debug info as...Nilanjana Basu2019-08-051-5/+5
* Temporarily Revert "Changing representation of cv_def_range directives in Cod...Eric Christopher2019-08-021-5/+5
* Changing representation of cv_def_range directives in Codeview debug info ass...Nilanjana Basu2019-08-021-5/+5
* [llvm-readobj] Change -long-option to --long-option in tests. NFCFangrui Song2019-05-011-1/+1
* [codeview] Emit S_FRAMEPROC and use S_DEFRANGE_FRAMEPOINTER_RELReid Kleckner2018-10-011-30/+15
* [codeview] Clean up machinery for deferring .cv_loc emissionReid Kleckner2018-08-281-1/+1
* DebugInfo: Improve debug location mergingDavid Blaikie2018-08-231-1/+1
* [codeview] Use push_macro to avoid conflicts instead of a prefixReid Kleckner2018-08-161-5/+5
* [CodeView] Add prefix to CodeView registers.Jonas Devlieghere2018-05-291-5/+5
* [DebugInfo] Add DILabel metadata and intrinsic llvm.dbg.label.Shiva Chen2018-05-091-2/+2
* [CodeGen] Unify MBB reference format in both MIR and debug outputFrancis Visoiu Mistrih2017-12-041-2/+2
* CodeView symbol dumper: use symbolic names for registersHans Wennborg2017-10-021-5/+5
* [DebugInfo] Don't turn dbg.declare into DBG_VALUE for static allocasReid Kleckner2017-08-011-1/+1
* [codeview] Ignore DBG_VALUEs when choosing a BB start source locReid Kleckner2017-07-311-1/+1
* [codeview] Change readobj symbol dumping formatReid Kleckner2017-07-111-13/+13
* [codeview] Use the first valid source location at the top of every MBBReid Kleckner2017-06-301-1/+1
* Re-land "Don't add DBG_VALUE instructions for static allocas in dbg.declare"Reid Kleckner2017-05-091-5/+0
* Revert "Don't add DBG_VALUE instructions for static allocas in dbg.declare"Reid Kleckner2017-05-091-0/+5
* Don't add DBG_VALUE instructions for static allocas in dbg.declareReid Kleckner2017-05-081-5/+0
* Reapply: "Remove debug location from common tail when tail-merging"Robert Lougher2016-10-261-6/+4
* revert: "Remove debug location from common tail when tail-merging"Robert Lougher2016-10-251-4/+6
* Remove debug location from common tail when tail-mergingRobert Lougher2016-10-251-6/+4
* [codeview] Add new directives to record inlined call site line infoReid Kleckner2016-09-071-0/+3
* Do not count debug instructions when counting number of uses to reorder frame...Dehao Chen2016-07-011-14/+14
* [PR27284] Reverse the ownership between DICompileUnit and DISubprogram.Adrian Prantl2016-04-151-4/+3
* testcase gardening: update the emissionKind enum to the new syntax. (NFC)Adrian Prantl2016-04-011-1/+1
* [codeview] Only emit function ids for inlined functionsReid Kleckner2016-03-181-2/+2
* [codeview] Dump def range lengths in hexReid Kleckner2016-02-111-5/+5
* [codeview] Describe int local variables using .cv_def_rangeReid Kleckner2016-02-101-0/+316
OpenPOWER on IntegriCloud