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
/
lib
/
DebugInfo
/
DWARF
/
DWARFVerifier.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[DwarfVerifier] Fixed -Wimplicit-fallthrough warning
David Bolvansky
2018-10-10
1
-1
/
+2
*
[DebugInfo] Add support for DWARF5 call site-related attributes
Vedant Kumar
2018-10-05
1
-0
/
+33
*
[dwarfdump] Verify DW_AT_type is set and points to a compatible DIE.
Jonas Devlieghere
2018-09-21
1
-0
/
+21
*
[dwarfdump] Verify compatibility of attribute TAGs.
Jonas Devlieghere
2018-09-21
1
-7
/
+25
*
[DWARF Verifier] Add helper function to dump DIEs. [NFC]
Jonas Devlieghere
2018-09-19
1
-24
/
+18
*
[DebugInfo] Remove redundant argument. [NFC]
Jonas Devlieghere
2018-09-17
1
-18
/
+17
*
[DebugInfo] Have the verifier accept missing linkage names.
Jonas Devlieghere
2018-09-03
1
-5
/
+10
*
[DWARF] Verifier now handles .debug_types sections.
Paul Robinson
2018-08-08
1
-23
/
+35
*
[DebugInfo/Verifier] Don't emit error for missing module in index
Jonas Devlieghere
2018-08-03
1
-1
/
+2
*
[DebugInfo/DWARF] [3/4] Rename DWARFUnitSection to DWARFUnitVector. NFC
Paul Robinson
2018-08-01
1
-3
/
+3
*
[DebugInfo/DWARF] [1/4] De-templatize DWARFUnitSection. NFC
Paul Robinson
2018-08-01
1
-7
/
+7
*
Pass DWARFUnit to verifier by reference not by value. I am moderately
Paul Robinson
2018-06-29
1
-1
/
+1
*
[DWARF] Improved error reporting for range lists.
Wolfgang Pieb
2018-06-20
1
-1
/
+8
*
[DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entries
Pavel Labath
2018-06-13
1
-3
/
+4
*
DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...
Pavel Labath
2018-06-01
1
-19
/
+18
*
[DebugInfo] Invert DIE order for range errors.
Jonas Devlieghere
2018-05-22
1
-3
/
+2
*
[DebugInfo] Fix location list check in the verifier
Jonas Devlieghere
2018-05-22
1
-4
/
+4
*
Reapply "DWARFVerifier: Check "completeness" of .debug_names section"
Pavel Labath
2018-05-15
1
-0
/
+145
*
[DWARF] Factor out a DWARFUnitHeader class. NFC
Paul Robinson
2018-05-14
1
-7
/
+6
*
[CodeGen/AccelTable]: Handle -dwarf-linkage-names=Abstract correctly
Pavel Labath
2018-05-14
1
-0
/
+1
*
Revert "DWARFVerifier: Check "completeness" of .debug_names section"
Pavel Labath
2018-05-09
1
-146
/
+0
*
DWARFVerifier: Check "completeness" of .debug_names section
Pavel Labath
2018-05-09
1
-0
/
+146
*
[Support] Extend WithColor helpers
Jonas Devlieghere
2018-04-15
1
-9
/
+3
*
DWARFVerifier: validate information in name index entries
Pavel Labath
2018-04-06
1
-0
/
+126
*
DWARFVerifier: verify debug_names abbreviation table
Pavel Labath
2018-03-22
1
-0
/
+86
*
DWARFVerifier: Enhance validation of .debug_names hash tables
Pavel Labath
2018-03-16
1
-15
/
+116
*
[Support] Move syntax highlighting into support
Jonas Devlieghere
2018-03-09
1
-6
/
+5
*
DWARFVerifier: Basic verification of .debug_names
Pavel Labath
2018-03-08
1
-0
/
+87
*
[dwarfdump] Fix spurious verification errors for DW_AT_location attributes
Jonas Devlieghere
2018-02-17
1
-15
/
+20
*
Stop tracking .debug_line_str in DWARFUnit. NFC.
Paul Robinson
2018-01-29
1
-4
/
+4
*
[DWARFv5] Support DW_FORM_line_strp in llvm-dwarfdump.
Paul Robinson
2018-01-25
1
-4
/
+4
*
Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFC
Pavel Labath
2018-01-22
1
-8
/
+8
*
[dwarfdump] Fix off-by-one bug in accelerator table extractor.
Jonas Devlieghere
2017-12-11
1
-2
/
+2
*
Fix BB after r316756 "[llvm-dwarfdump] - Teach verifier to report broken DWAR...
George Rimar
2017-10-27
1
-1
/
+1
*
[llvm-dwarfdump] - Teach verifier to report broken DWARF expressions.
George Rimar
2017-10-27
1
-26
/
+38
*
Re-land "[llvm-dwarfdump] Print type names in DW_AT_type DIEs"
Jonas Devlieghere
2017-10-10
1
-2
/
+2
*
[dwarfdump] Verify that unit type matches root DIE
Jonas Devlieghere
2017-10-06
1
-8
/
+24
*
[dwarfdump][NFC] Consistent printing of address ranges
Jonas Devlieghere
2017-09-29
1
-8
/
+3
*
[dwarfdump][NFC] Consistent errors and warnings with --verify
Jonas Devlieghere
2017-09-29
1
-79
/
+96
*
[dwarfdump] Verify that CUs have a unit DIE.
Jonas Devlieghere
2017-09-28
1
-3
/
+8
*
llvm-dwarfdump: implement --recurse-depth=<N>
Adrian Prantl
2017-09-20
1
-11
/
+11
*
[test] Fix TestDWARFDieRangeInfoIntersects
Jonas Devlieghere
2017-09-14
1
-0
/
+2
*
[dwarfdump] Add DWARF verifiers for address ranges
Jonas Devlieghere
2017-09-14
1
-4
/
+135
*
Revert "[dwarfdump] Add DWARF verifiers for address ranges"
Jonas Devlieghere
2017-09-14
1
-135
/
+4
*
[dwarfdump] Add DWARF verifiers for address ranges
Jonas Devlieghere
2017-09-14
1
-4
/
+135
*
[dwarfdump] Rename Brief to Verbose in DIDumpOptions
Jonas Devlieghere
2017-09-13
1
-11
/
+11
*
[dwarfdump] Verify line table prologue
Jonas Devlieghere
2017-09-08
1
-0
/
+41
*
[DebugInfo][DWARF] Correct some usages of PRIx32 to PRIx64
Simon Dardis
2017-08-07
1
-4
/
+4
*
[DWARF] Added verification check for tags in accelerator tables. This patch v...
Spyridoula Gravani
2017-07-31
1
-5
/
+14
*
[DWARF] Generalized verification of .apple_names accelerator table to be appl...
Spyridoula Gravani
2017-07-26
1
-44
/
+64
[next]