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
...
*
[DWARF] - Take relocations in account when extracting ranges from .debug_ranges
George Rimar
2017-04-24
1
-4
/
+5
*
[DWARF] - Refactoring: localize handling of relocations in a single place.
George Rimar
2017-04-21
1
-0
/
+10
*
Add GNU_discriminator support for inline callsites in llvm-symbolizer.
Dehao Chen
2017-04-17
1
-2
/
+4
*
[DWARF] - Simplify (use dyn_cast instead of isa + cast).
George Rimar
2017-04-13
1
-2
/
+2
*
[DWARF] Fix compiler warnings in DWARFContext.cpp, NFCi
Krasimir Georgiev
2017-04-12
1
-2
/
+1
*
[DWARF] - Refactoring of DWARFContextInMemory implementation.
George Rimar
2017-04-12
1
-64
/
+71
*
[DebugInfo] Fix some Include What You Use warnings; other minor fixes (NFC).
Eugene Zelenko
2017-03-01
1
-10
/
+32
*
Get function start line number from DWARF info
David Blaikie
2017-02-06
1
-12
/
+29
*
[DWARF] [ObjectYAML] Adding APIs for unittesting
Chris Bieneman
2017-01-20
1
-34
/
+46
*
Cleanup how DWARFDie attributes are accessed and decoded.
Greg Clayton
2017-01-13
1
-3
/
+2
*
[lib/Object] - Introduce Decompressor class.
George Rimar
2017-01-11
1
-66
/
+12
*
[DWARF] - Introduce DWARFDebugPubTable class for dumping pub* sections.
George Rimar
2016-12-17
1
-41
/
+11
*
Add the ability to get attribute values as Optional<T>
Greg Clayton
2016-12-14
1
-8
/
+7
*
Make a DWARFDIE class that can help avoid using the wrong DWARFUnit when extr...
Greg Clayton
2016-12-13
1
-23
/
+19
*
dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...
David Blaikie
2016-10-18
1
-3
/
+4
*
Re-commit "Use StringRef in Support/Darf APIs (NFC)"
Mehdi Amini
2016-10-05
1
-2
/
+4
*
Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...
George Rimar
2016-09-23
1
-0
/
+17
*
Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."
George Rimar
2016-09-23
1
-17
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
George Rimar
2016-09-23
1
-0
/
+17
*
Prune RelocVisitor.h include to avoid including COFF.h from MCJIT.h
Reid Kleckner
2016-07-06
1
-0
/
+2
*
Thread Expected<...> up from libObject’s getSymbolAddress() for symbols to ...
Kevin Enderby
2016-06-24
1
-3
/
+7
*
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
2016-05-24
1
-15
/
+53
*
Revert r270543 ("Recommit r270540")
George Rimar
2016-05-24
1
-53
/
+15
*
Recommit r270540
George Rimar
2016-05-24
1
-15
/
+53
*
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
2016-05-24
1
-53
/
+15
*
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
2016-05-24
1
-15
/
+53
*
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
2016-05-02
1
-1
/
+11
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
1
-2
/
+18
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
1
-18
/
+2
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-2
/
+18
*
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
2015-12-02
1
-12
/
+4
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-1
/
+1
*
dwarfdump: Reference the appropriate line table segment when dumping dwp files
David Blaikie
2015-11-17
1
-1
/
+4
*
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
2015-11-17
1
-0
/
+22
*
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
2015-11-12
1
-0
/
+16
*
dwarfdump: Add error checking to fix the buildbots/correctness
David Blaikie
2015-11-12
1
-4
/
+4
*
dwarfdump: DWP type unit index dumping skeleton
David Blaikie
2015-11-11
1
-0
/
+10
*
Format my previous commit
David Blaikie
2015-11-11
1
-1
/
+2
*
dwarfdump: First piece of support for DWP dumping
David Blaikie
2015-11-11
1
-0
/
+10
*
[dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...
Frederic Riss
2015-08-23
1
-0
/
+8
*
Fix some comment typos.
Benjamin Kramer
2015-08-08
1
-2
/
+2
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-1
/
+1
*
[dwarfdump] Ignore scattered relocations for mach-o.
Frederic Riss
2015-07-31
1
-3
/
+9
*
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
2015-07-28
1
-4
/
+7
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-1
/
+7
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-4
/
+1
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-2
/
+1
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-2
/
+1
*
Make getRelocationSection MachO only.
Rafael Espindola
2015-06-19
1
-2
/
+7
*
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
2015-05-29
1
-2
/
+2
[prev]
[next]