summaryrefslogtreecommitdiffstats
path: root/llvm/test/DebugInfo/Generic
Commit message (Expand)AuthorAgeFilesLines
* [globalopt] Don't emit DWARF fragments for membersDavid Spickett2020-05-181-0/+69
* Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...Fangrui Song2019-12-2412-22/+22
* Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...Fangrui Song2019-12-241-1/+1
* Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...Fangrui Song2019-12-2425-34/+34
* Attempt to fix a debuginfo test that wasn't as generic as I thoughtJeremy Morse2019-12-061-70/+0
* [DebugInfo][CGP] Update dbg.values when sinking address computationsJeremy Morse2019-12-061-0/+70
* Remove the obsolete BlockByRefStruct flag from LLVM IRAdrian Prantl2019-09-181-1/+1
* Debug Info: Support for DW_AT_export_symbols for anonymous structsShafik Yaghmour2019-08-261-0/+43
* [DebugInfo] Consider debug label scope has an extra lexical block fileTaewook Oh2019-08-141-1/+2
* Rename ExpandISelPseudo->FinalizeISel, delay register reservationMatt Arsenault2019-06-191-1/+1
* [lit] Delete empty lines at the end of lit.local.cfg NFCFangrui Song2019-06-171-1/+0
* [IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...Fangrui Song2019-05-151-1/+1
* DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addrFangrui Song2019-05-141-0/+21
* [DebugInfo] Use zero linenos for debug intrinsics when promoting dbg.declareJeremy Morse2019-05-101-0/+113
* Debug Info: Support address space attributes on rvalue references.Adrian Prantl2019-05-071-0/+26
* [GVN+LICM] Use line 0 locations for better crash attributionVedant Kumar2019-04-191-1/+2
* Add LLVM IR debug info support for Fortran COMMON blocksAdrian Prantl2019-04-081-0/+42
* [DebugInfo] Move test files added in r356451Markus Lavin2019-03-193-323/+0
* [DebugInfoMetadata] Move main subprogram DIFlag into DISPFlagsPetar Jovanovic2019-03-194-4/+4
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-193-0/+323
* Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"Markus Lavin2019-03-193-323/+0
* [DebugInfo] Introduce DW_OP_LLVM_convertMarkus Lavin2019-03-193-0/+323
* Add test I forgot to git-add in r356163.Adrian Prantl2019-03-141-0/+74
* Update testcase since llvm-dwarfdump got more accurate in r355148.Adrian Prantl2019-02-281-1/+1
* [DebugInfo] Don't salvage load operations (PR40628).Jeremy Morse2019-02-121-0/+56
* Remove 'XFAIL: powerpc64' from a debuginfo testJeremy Morse2019-01-291-4/+0
* Remove irrelevant references to legacy git repositories fromJames Y Knight2019-01-153-5/+5
* Replace "no-frame-pointer-*" function attributes with "frame-pointer"Francis Visoiu Mistrih2019-01-141-1/+1
* Rename DIFlagFixedEnum to DIFlagEnumClass. NFCPaul Robinson2019-01-081-10/+10
* [Verifier] Reject invalid type for DILocalVariable.Davide Italiano2019-01-071-1/+1
* llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'David Blaikie2018-12-221-1/+1
* [Debuginfo] Prevent CodeGenPrepare from dropping debuginfo references.Wolfgang Pieb2018-12-111-0/+75
* [DebugInfo] IR/Bitcode changes for DISubprogram flags.Paul Robinson2018-11-281-2/+2
* [X86] Re-enable the machine verifier after fixing more testsFrancis Visoiu Mistrih2018-10-301-1/+2
* [DebugInfo] Fix debug information label testsPetar Jovanovic2018-10-082-3/+3
* [DebugInfo] Add support for DWARF5 call site-related attributesVedant Kumar2018-10-051-0/+48
* Revert "[DebugInfo] Do not generate address info for removed debug labels."Justin Bogner2018-09-251-39/+0
* [DebugInfo] Do not generate address info for removed debug labels.Hsiangkai Wang2018-09-251-0/+39
* Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...Alexander Kornienko2018-09-171-12/+12
* [DWARF] reposting r342048, which was reverted in r342056 due to buildbot Wolfgang Pieb2018-09-141-12/+12
* Reverting r342048, which caused UBSan failures in dsymutil.Wolfgang Pieb2018-09-121-12/+12
* [DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...Wolfgang Pieb2018-09-121-12/+12
* [DebugInfo] Do not generate label debug info if it has been processed.Hsiangkai Wang2018-09-061-1/+3
* [DebugInfo] Normalize common kinds of DWARF sub-expressions.Jonas Devlieghere2018-09-051-5/+6
* Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables.Chandler Carruth2018-08-231-59/+0
* [DebugInfo] Fix bug in LiveDebugVariables.Hsiangkai Wang2018-08-231-0/+59
* [DebugInfo] In FastISel, convert llvm.dbg.label to DBG_LABEL MI.Hsiangkai Wang2018-08-183-5/+5
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-172-0/+123
* Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...Bruno Cardoso Lopes2018-08-142-126/+0
* [DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)Hsiangkai Wang2018-08-142-0/+126
OpenPOWER on IntegriCloud