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
/
DWARFAcceleratorTable.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[NFC] Fixes -Wrange-loop-analysis warnings
Mark de Wever
2020-01-01
1
-3
/
+3
*
Remove support for 32-bit offsets in utility classes (5/5)
Igor Kudrin
2019-08-07
1
-10
/
+0
*
Try to unbreak buildbots after r368014
Igor Kudrin
2019-08-06
1
-1
/
+1
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-52
/
+63
*
[DWARF] Fix dump of local/foreign TU lists in .debug_names
Fangrui Song
2019-04-29
1
-2
/
+3
*
[DWARF] llvm::Error -> Error. NFC
Fangrui Song
2019-04-17
1
-4
/
+5
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[DWARF] Refactor DWARF classes to use unified error reporting. NFC.
Victor Leschuk
2018-08-20
1
-28
/
+26
*
[dwarfdump] Add pretty printer for accelerator table based on Atom.
Jonas Devlieghere
2018-07-13
1
-3
/
+9
*
[DWARF/AccelTable] Remove getDIESectionOffset for DWARF v5 entries
Pavel Labath
2018-06-13
1
-8
/
+0
*
DWARFAcceleratorTable: Add an iterator-based api for accessing names in the i...
Pavel Labath
2018-06-01
1
-18
/
+16
*
DWARFAcceleratorTable: fix equal_range iterators
Pavel Labath
2018-05-31
1
-2
/
+3
*
Reapply "DWARFVerifier: Check "completeness" of .debug_names section"
Pavel Labath
2018-05-15
1
-2
/
+31
*
Revert "DWARFVerifier: Check "completeness" of .debug_names section"
Pavel Labath
2018-05-09
1
-31
/
+2
*
DWARFVerifier: Check "completeness" of .debug_names section
Pavel Labath
2018-05-09
1
-2
/
+31
*
DWARFVerifier: validate information in name index entries
Pavel Labath
2018-04-06
1
-3
/
+3
*
.debug_names: Correctly align the AugmentationStringSize field
Pavel Labath
2018-03-29
1
-2
/
+1
*
.debug_names: Parse DW_IDX_die_offset as a reference
Pavel Labath
2018-03-29
1
-1
/
+1
*
[dwarf] Unify unknown dwarf enum formatting code
Pavel Labath
2018-03-21
1
-30
/
+12
*
DWARF: Unify form size handling code
Pavel Labath
2018-03-14
1
-5
/
+5
*
[DebugInfo/AccelTable] Fix inconsistency in getDIEOffset implementations
Pavel Labath
2018-03-09
1
-8
/
+33
*
Implement equal_range for the DWARF v5 accelerator table
Pavel Labath
2018-02-24
1
-19
/
+177
*
Fix windows test failure caused by r323638
Pavel Labath
2018-01-29
1
-1
/
+1
*
Fix build broken by r323641
Pavel Labath
2018-01-29
1
-1
/
+1
*
Refactor dwarfdump -apple-names output
Pavel Labath
2018-01-29
1
-56
/
+79
*
[DebugInfo] Basic .debug_names dumping support
Pavel Labath
2018-01-29
1
-13
/
+420
*
[Support] Move DJB hash to support. NFC
Jonas Devlieghere
2018-01-28
1
-1
/
+2
*
Rename DwarfAcceleratorTable to AppleAcceleratorTable. NFC
Pavel Labath
2018-01-22
1
-16
/
+16
*
Silence a bunch of implicit fallthrough warnings
Adrian Prantl
2017-12-19
1
-0
/
+1
*
Remove redundant includes from lib/DebugInfo.
Michael Zolotukhin
2017-12-13
1
-1
/
+0
*
[dwarfdump] Fix off-by-one bug in accelerator table extractor.
Jonas Devlieghere
2017-12-11
1
-5
/
+10
*
[DWARFv5] Support DW_FORM_strp in the .debug_line header.
Paul Robinson
2017-11-07
1
-3
/
+7
*
llvm-dwarfdump: implement --find for .apple_names
Adrian Prantl
2017-09-28
1
-1
/
+68
*
[DWARF] Added verification check for tags in accelerator tables. This patch v...
Spyridoula Gravani
2017-07-31
1
-2
/
+9
*
[DWARF] Added verification checks for the .apple_names section.
Spyridoula Gravani
2017-06-29
1
-0
/
+39
*
[DWARF] NFC: DWARFDataExtractor combines relocs with DataExtractor.
Paul Robinson
2017-06-29
1
-2
/
+1
*
Added partial verification for .apple_names accelerator table in llvm-dwarfdu...
Spyridoula Gravani
2017-06-14
1
-0
/
+7
*
Move Object format code to lib/BinaryFormat.
Zachary Turner
2017-06-07
1
-1
/
+2
*
Sort the remaining #include lines in include/... and lib/....
Chandler Carruth
2017-06-06
1
-2
/
+2
*
[DWARF] - Refactoring: localize handling of relocations in a single place.
George Rimar
2017-04-21
1
-4
/
+3
*
[DebugInfo] Fix some Clang-tidy modernize and Include What You Use warnings; ...
Eugene Zelenko
2017-02-27
1
-3
/
+9
*
Cleanup dump() functions.
Matthias Braun
2017-01-28
1
-1
/
+1
*
Modify DWARFFormValue to remember the DWARFUnit that it was decoded with.
Greg Clayton
2016-10-31
1
-1
/
+1
*
Switch all DWARF variables for tags, attributes and forms over to use the llv...
Greg Clayton
2016-10-27
1
-1
/
+1
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-2
/
+4
*
Revert "Re-commit "Use StringRef in Support/Darf APIs (NFC)""
Mehdi Amini
2016-10-05
1
-4
/
+2
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-2
/
+4
*
Revert "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-4
/
+2
*
Use StringRef in Support/Darf APIs (NFC)
Mehdi Amini
2016-10-04
1
-2
/
+4
*
Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
Alexander Kornienko
2015-06-23
1
-1
/
+1
[next]