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
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-1
/
+1
*
[DWARF5][DWARFVerifier] Check that Skeleton compilation unit does not have ch...
Alexey Lapshin
2019-12-12
1
-0
/
+8
*
[DWARFVerifier] Use the new location list api
Pavel Labath
2019-11-22
1
-43
/
+25
*
[Debuginfo][NFC] removes redundant semicolon.
Alexey Lapshin
2019-11-21
1
-1
/
+1
*
DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath
2019-11-15
1
-1
/
+1
*
Fix minor warning in DWARFVerifier.
Zinovy Nis
2019-10-20
1
-2
/
+2
*
[DWARFVerifier] Verify GNU extensions of call site DWARF symbols
Djordje Todorovic
2019-09-02
1
-2
/
+7
*
DWARFDebugLoc: Make parsing and error reporting more robust
Pavel Labath
2019-08-29
1
-6
/
+6
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-2
/
+2
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
1
-13
/
+13
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-29
/
+30
*
[DWARF] Change DWARFDebugLoc::Entry::Loc from SmallVector<char, 4> to SmallSt...
Fangrui Song
2019-08-05
1
-2
/
+2
*
[DWARF][NFC] Add constants for reserved values of an initial length field.
Igor Kudrin
2019-07-24
1
-1
/
+1
*
dwarfdump: Add a bit more DWARF64 support
David Blaikie
2019-05-24
1
-8
/
+5
*
[DWARF] Use hasFileAtIndex to properly verify DWARF 5 after rL358732
Fangrui Song
2019-04-19
1
-3
/
+5
*
[DWARF] Pass ReferenceToDIEOffsets elements by reference
Fangrui Song
2019-04-17
1
-3
/
+3
*
[DWARF] Fix DWARFVerifier::DieRangeInfo::contains
Fangrui Song
2019-04-15
1
-19
/
+18
*
[DWARF] Fix DWARFVerifier::DieRangeInfo::intersects
Fangrui Song
2019-04-15
1
-16
/
+9
*
[dwarfdump] Remove bogus verifier error
Jonas Devlieghere
2019-04-03
1
-11
/
+1
*
[DWARF] Simplify DWARFVerifier::handleDebugAbbrev. NFC
Fangrui Song
2019-03-27
1
-10
/
+3
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-2
/
+2
*
[DebugInfo] Prep llvm-dwarfdump for typed DW5 ops.
Markus Lavin
2019-02-21
1
-1
/
+1
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DWARFv5] Read and dump multiple .debug_info sections.
Paul Robinson
2018-11-07
1
-5
/
+8
*
[DWARF v5] Verifier: Add checks for DW_FORM_strx* forms.
Wolfgang Pieb
2018-11-03
1
-0
/
+39
*
DWARFVerifier: make the verifier more comprehensive for objects
Saleem Abdulrasool
2018-10-30
1
-1
/
+1
*
Revert "Revert "DebugInfo: reduce DIE range verification on object files""
Saleem Abdulrasool
2018-10-28
1
-13
/
+45
*
Revert "DebugInfo: reduce DIE range verification on object files"
Vlad Tsyrklevich
2018-10-27
1
-44
/
+13
*
DebugInfo: reduce DIE range verification on object files
Saleem Abdulrasool
2018-10-27
1
-13
/
+44
*
[DWARF] Make llvm-dwarfdump display location lists in a .dwp file correctly. ...
Wolfgang Pieb
2018-10-19
1
-6
/
+8
*
[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
[next]