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
*
[DebugInfo][NFC] Use function_ref consistently in debug line parsing
James Henderson
2020-01-02
1
-1
/
+1
*
llvm-symbolizer: support DW_FORM_loclistx locations.
Evgenii Stepanov
2019-12-20
1
-29
/
+15
*
[DWARF] Add support for parsing/dumping section indices in location lists
Pavel Labath
2019-12-03
1
-7
/
+8
*
[DebugInfo] Support for debug_macinfo.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-12-03
1
-0
/
+17
*
llvm-symbolizer: fix handling of DW_AT_specification in FRAME.
Evgenii Stepanov
2019-11-25
1
-3
/
+2
*
llvm-symbolizer: Support loclist in FRAME.
Evgenii Stepanov
2019-11-25
1
-4
/
+56
*
Recommit "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
1
-0
/
+13
*
Revert "[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump."
Sourabh Singh Tomar
2019-11-23
1
-13
/
+0
*
[DWARF] Support for loclist.dwo section in llvm and llvm-dwarfdump.
Sourabh Singh Tomar
2019-11-23
1
-0
/
+13
*
[DWARFVerifier] Use the new location list api
Pavel Labath
2019-11-22
1
-1
/
+0
*
Re-commit "DWARF location lists: Add section index dumping"
Pavel Labath
2019-11-18
1
-4
/
+9
*
Revert rGc0f6ad7d1f3c : "DWARF location lists: Add section index dumping"
Simon Pilgrim
2019-11-18
1
-9
/
+4
*
DWARF location lists: Add section index dumping
Pavel Labath
2019-11-18
1
-4
/
+9
*
DWARFDebugLoc(v4): Add an incremental parsing function
Pavel Labath
2019-11-15
1
-6
/
+7
*
DWARFDebugLoclists: stricter base address handling
Pavel Labath
2019-11-14
1
-7
/
+5
*
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
[next]