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
/
DWARFContext.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DWARFDebugLoclists: add location list "interpretation" logic
Pavel Labath
2019-11-12
1
-11
/
+11
*
DWARFDebugLoclists: Move to a incremental parsing model
Pavel Labath
2019-11-06
1
-21
/
+26
*
DWARFDebugLoclists: Make it possible to read relocated addresses
Pavel Labath
2019-11-05
1
-4
/
+4
*
[llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...
George Rimar
2019-10-21
1
-1
/
+10
*
llvm-dwarfdump: Add verbose printing for debug_loclists
David Blaikie
2019-10-11
1
-3
/
+3
*
llvm-dwarfdump: Support multiple debug_loclists contributions
David Blaikie
2019-10-09
1
-12
/
+16
*
[llvm] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-15
1
-7
/
+7
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-08-15
1
-1
/
+1
*
Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...
George Rimar
2019-08-14
1
-3
/
+10
*
Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...
George Rimar
2019-08-14
1
-10
/
+3
*
[llvm/Object] - Convert SectionRef::getName() to return Expected<>
George Rimar
2019-08-14
1
-3
/
+10
*
DebugInfo/DWARF: Normalize DWARFObject members on the DWARF spec section names
David Blaikie
2019-08-07
1
-85
/
+85
*
Switch LLVM to use 64-bit offsets (2/5)
Igor Kudrin
2019-08-06
1
-43
/
+36
*
Revert "[llvm-objdump] Re-commit r367284."
Michael Pozulp
2019-08-05
1
-1
/
+1
*
[llvm-objdump] Re-commit r367284.
Michael Pozulp
2019-08-04
1
-1
/
+1
*
Revert "[llvm-objdump] Add warning messages if disassembly + source for probl...
Michael Pozulp
2019-07-30
1
-1
/
+1
*
[llvm-objdump] Add warning messages if disassembly + source for problematic i...
Michael Pozulp
2019-07-30
1
-1
/
+1
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-19
1
-11
/
+15
*
Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."
Hsiangkai Wang
2019-07-18
1
-15
/
+11
*
[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.
Hsiangkai Wang
2019-07-18
1
-11
/
+15
*
[DWARF][RISCV] Add support for RISC-V relocations needed for debug info
Alex Bradbury
2019-07-18
1
-3
/
+19
*
llvm-symbolizer: Add a FRAME command.
Peter Collingbourne
2019-06-24
1
-0
/
+119
*
llvm-dwarfdump: Don't error on mixed units using/not using str_offsets
David Blaikie
2019-05-25
1
-4
/
+5
*
Recommit [Object] Change object::SectionRef::getContents() to return Expected...
Fangrui Song
2019-05-16
1
-2
/
+8
*
Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...
Hans Wennborg
2019-05-16
1
-8
/
+2
*
[Object] Change object::SectionRef::getContents() to return Expected<StringRef>
Fangrui Song
2019-05-16
1
-2
/
+8
*
[DWARF] check whether the DIE is valid before querying for information
Paul Semel
2019-04-03
1
-0
/
+3
*
[DWARF] Refactor RelocVisitor and fix computation of SHT_RELA-typed relocatio...
Fangrui Song
2019-03-22
1
-7
/
+13
*
[DebugInfo] add SectionedAddress to DebugInfo interfaces.
Alexey Lapshin
2019-02-27
1
-30
/
+36
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[AArch64] - Return address signing dwarf support
Luke Cheeseman
2018-12-18
1
-2
/
+2
*
Revert r347490 as it breaks address sanitizer builds
Luke Cheeseman
2018-11-23
1
-10
/
+4
*
Revert r343341
Luke Cheeseman
2018-11-23
1
-4
/
+10
*
NFC: DebugInfo: Reduce scope of DebugOffset to simplify code
David Blaikie
2018-11-12
1
-31
/
+33
*
[DWARF] Change pubnames to use DWARFSection instead of StringRef
Fangrui Song
2018-11-11
1
-20
/
+20
*
Add parentheses to silence warning.
Jorge Gorbe Moya
2018-11-07
1
-1
/
+1
*
[DWARFv5] Read and dump multiple .debug_info sections.
Paul Robinson
2018-11-07
1
-28
/
+58
*
[DWARF] Fix typo, .gnu_index -> .gdb_index
Fangrui Song
2018-11-02
1
-1
/
+1
*
[DWARF] Revert r345546: Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-31
1
-38
/
+36
*
[DWARF][NFC] Refactor range list extraction and dumping
Wolfgang Pieb
2018-10-29
1
-36
/
+38
*
[llvm-dwarfdump] - Fix incorrect parsing of the DW_LLE_startx_length
George Rimar
2018-10-25
1
-2
/
+5
*
[llvm-dwarfdump] - Add the support of parsing .debug_loclists.
George Rimar
2018-10-22
1
-3
/
+33
*
llvm-dwarfdump: Support RLE_addressx and RLE_startx_length in .debug_rnglists
David Blaikie
2018-10-20
1
-6
/
+16
*
[DWARF] Make llvm-dwarfdump display the .debug_loc.dwo section. Fixes PR38991.
Wolfgang Pieb
2018-10-09
1
-5
/
+4
*
dwarfdump: Avoid parsing units unnecessarily
David Blaikie
2018-10-05
1
-15
/
+14
*
Revert r343317
Luke Cheeseman
2018-09-28
1
-10
/
+4
*
Reapply changes reverted by r343235
Luke Cheeseman
2018-09-28
1
-4
/
+10
*
Revert r343192 as an ubsan build is currently failing
Luke Cheeseman
2018-09-27
1
-5
/
+3
*
Reapply changes reverted in r343114, lldb patch to follow shortly
Luke Cheeseman
2018-09-27
1
-3
/
+5
*
llvm::sort(C.begin(), C.end(), ...) -> llvm::sort(C, ...)
Fangrui Song
2018-09-27
1
-2
/
+3
[next]