index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
test
/
DebugInfo
/
Generic
Commit message (
Expand
)
Author
Age
Files
Lines
*
[globalopt] Don't emit DWARF fragments for members
David Spickett
2020-05-18
1
-0
/
+69
*
Migrate function attribute "no-frame-pointer-elim"="false" to "frame-pointer"...
Fangrui Song
2019-12-24
12
-22
/
+22
*
Migrate function attribute "no-frame-pointer-elim-non-leaf" to "frame-pointer...
Fangrui Song
2019-12-24
1
-1
/
+1
*
Migrate function attribute "no-frame-pointer-elim" to "frame-pointer"="all" a...
Fangrui Song
2019-12-24
25
-34
/
+34
*
Attempt to fix a debuginfo test that wasn't as generic as I thought
Jeremy Morse
2019-12-06
1
-70
/
+0
*
[DebugInfo][CGP] Update dbg.values when sinking address computations
Jeremy Morse
2019-12-06
1
-0
/
+70
*
Remove the obsolete BlockByRefStruct flag from LLVM IR
Adrian Prantl
2019-09-18
1
-1
/
+1
*
Debug Info: Support for DW_AT_export_symbols for anonymous structs
Shafik Yaghmour
2019-08-26
1
-0
/
+43
*
[DebugInfo] Consider debug label scope has an extra lexical block file
Taewook Oh
2019-08-14
1
-1
/
+2
*
Rename ExpandISelPseudo->FinalizeISel, delay register reservation
Matt Arsenault
2019-06-19
1
-1
/
+1
*
[lit] Delete empty lines at the end of lit.local.cfg NFC
Fangrui Song
2019-06-17
1
-1
/
+0
*
[IR] Disallow llvm.global_ctors and llvm.global_dtors of the 2-field form in ...
Fangrui Song
2019-05-15
1
-1
/
+1
*
DWARF v5: emit DW_AT_addr_base if DW_AT_low_pc references .debug_addr
Fangrui Song
2019-05-14
1
-0
/
+21
*
[DebugInfo] Use zero linenos for debug intrinsics when promoting dbg.declare
Jeremy Morse
2019-05-10
1
-0
/
+113
*
Debug Info: Support address space attributes on rvalue references.
Adrian Prantl
2019-05-07
1
-0
/
+26
*
[GVN+LICM] Use line 0 locations for better crash attribution
Vedant Kumar
2019-04-19
1
-1
/
+2
*
Add LLVM IR debug info support for Fortran COMMON blocks
Adrian Prantl
2019-04-08
1
-0
/
+42
*
[DebugInfo] Move test files added in r356451
Markus Lavin
2019-03-19
3
-323
/
+0
*
[DebugInfoMetadata] Move main subprogram DIFlag into DISPFlags
Petar Jovanovic
2019-03-19
4
-4
/
+4
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
3
-0
/
+323
*
Revert "[DebugInfo] Introduce DW_OP_LLVM_convert"
Markus Lavin
2019-03-19
3
-323
/
+0
*
[DebugInfo] Introduce DW_OP_LLVM_convert
Markus Lavin
2019-03-19
3
-0
/
+323
*
Add test I forgot to git-add in r356163.
Adrian Prantl
2019-03-14
1
-0
/
+74
*
Update testcase since llvm-dwarfdump got more accurate in r355148.
Adrian Prantl
2019-02-28
1
-1
/
+1
*
[DebugInfo] Don't salvage load operations (PR40628).
Jeremy Morse
2019-02-12
1
-0
/
+56
*
Remove 'XFAIL: powerpc64' from a debuginfo test
Jeremy Morse
2019-01-29
1
-4
/
+0
*
Remove irrelevant references to legacy git repositories from
James Y Knight
2019-01-15
3
-5
/
+5
*
Replace "no-frame-pointer-*" function attributes with "frame-pointer"
Francis Visoiu Mistrih
2019-01-14
1
-1
/
+1
*
Rename DIFlagFixedEnum to DIFlagEnumClass. NFC
Paul Robinson
2019-01-08
1
-10
/
+10
*
[Verifier] Reject invalid type for DILocalVariable.
Davide Italiano
2019-01-07
1
-1
/
+1
*
llvm-dwarfdump: Remove extraneous space between '(' and 'indexed'
David Blaikie
2018-12-22
1
-1
/
+1
*
[Debuginfo] Prevent CodeGenPrepare from dropping debuginfo references.
Wolfgang Pieb
2018-12-11
1
-0
/
+75
*
[DebugInfo] IR/Bitcode changes for DISubprogram flags.
Paul Robinson
2018-11-28
1
-2
/
+2
*
[X86] Re-enable the machine verifier after fixing more tests
Francis Visoiu Mistrih
2018-10-30
1
-1
/
+2
*
[DebugInfo] Fix debug information label tests
Petar Jovanovic
2018-10-08
2
-3
/
+3
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-0
/
+48
*
Revert "[DebugInfo] Do not generate address info for removed debug labels."
Justin Bogner
2018-09-25
1
-39
/
+0
*
[DebugInfo] Do not generate address info for removed debug labels.
Hsiangkai Wang
2018-09-25
1
-0
/
+39
*
Revert "[DWARF] reposting r342048, which was reverted in r342056 due to build...
Alexander Kornienko
2018-09-17
1
-12
/
+12
*
[DWARF] reposting r342048, which was reverted in r342056 due to buildbot
Wolfgang Pieb
2018-09-14
1
-12
/
+12
*
Reverting r342048, which caused UBSan failures in dsymutil.
Wolfgang Pieb
2018-09-12
1
-12
/
+12
*
[DWARF] Refactoring range list dumping to fold DWARF v4 functionality into v5...
Wolfgang Pieb
2018-09-12
1
-12
/
+12
*
[DebugInfo] Do not generate label debug info if it has been processed.
Hsiangkai Wang
2018-09-06
1
-1
/
+3
*
[DebugInfo] Normalize common kinds of DWARF sub-expressions.
Jonas Devlieghere
2018-09-05
1
-5
/
+6
*
Revert r340508: [DebugInfo] Fix bug in LiveDebugVariables.
Chandler Carruth
2018-08-23
1
-59
/
+0
*
[DebugInfo] Fix bug in LiveDebugVariables.
Hsiangkai Wang
2018-08-23
1
-0
/
+59
*
[DebugInfo] In FastISel, convert llvm.dbg.label to DBG_LABEL MI.
Hsiangkai Wang
2018-08-18
3
-5
/
+5
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-17
2
-0
/
+123
*
Revert "[DebugInfo] Generate DWARF debug information for labels. (Fix leak pr...
Bruno Cardoso Lopes
2018-08-14
2
-126
/
+0
*
[DebugInfo] Generate DWARF debug information for labels. (Fix leak problems)
Hsiangkai Wang
2018-08-14
2
-0
/
+126
[next]