index
:
~gabbayo/llvm
base
master
Unnamed repository; edit this file 'description' to name the repository.
UNKNOWN
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
DebugInfo
/
DWARF
/
DWARFContext.cpp
Age
Commit message (
Expand
)
Author
Files
Lines
2016-05-24
Recommit r270547 ([llvm-dwarfdump] - Teach dwarfdump to decompress debug sect...
George Rimar
1
-15
/
+53
2016-05-24
Revert r270543 ("Recommit r270540")
George Rimar
1
-53
/
+15
2016-05-24
Recommit r270540
George Rimar
1
-15
/
+53
2016-05-24
Revert r270540 "[llvm-dwarfdump] - Teach dwarfdump to decompress debug sectio...
George Rimar
1
-53
/
+15
2016-05-24
[llvm-dwarfdump] - Teach dwarfdump to decompress debug sections in zlib style.
George Rimar
1
-15
/
+53
2016-05-02
Thread Expected<...> up from libObject’s getType() for symbols to allow llv...
Kevin Enderby
1
-1
/
+11
2016-01-26
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
1
-2
/
+18
2015-12-18
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
1
-18
/
+2
2015-12-18
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
1
-2
/
+18
2015-12-02
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
1
-12
/
+4
2015-11-18
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
1
-1
/
+1
2015-11-17
dwarfdump: Reference the appropriate line table segment when dumping dwp files
David Blaikie
1
-1
/
+4
2015-11-17
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
1
-0
/
+22
2015-11-12
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
1
-0
/
+16
2015-11-12
dwarfdump: Add error checking to fix the buildbots/correctness
David Blaikie
1
-4
/
+4
2015-11-11
dwarfdump: DWP type unit index dumping skeleton
David Blaikie
1
-0
/
+10
2015-11-11
Format my previous commit
David Blaikie
1
-1
/
+2
2015-11-11
dwarfdump: First piece of support for DWP dumping
David Blaikie
1
-0
/
+10
2015-08-23
[dwarfdump] Do not apply relocations in mach-o files if there is no LoadedObj...
Frederic Riss
1
-0
/
+8
2015-08-08
Fix some comment typos.
Benjamin Kramer
1
-2
/
+2
2015-08-07
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
1
-1
/
+1
2015-07-31
[dwarfdump] Ignore scattered relocations for mach-o.
Frederic Riss
1
-3
/
+9
2015-07-28
[RuntimeDyld] Make LoadedObjectInfo::getLoadedSectionAddress take a SectionRef
Lang Hames
1
-4
/
+7
2015-07-03
Return ErrorOr from getSymbolAddress.
Rafael Espindola
1
-1
/
+7
2015-06-30
Don't return error_code from a function that doesn't fail.
Rafael Espindola
1
-4
/
+1
2015-06-30
Don't return error_code from a function that doesn't fail.
Rafael Espindola
1
-2
/
+1
2015-06-29
Don't return error_code from function that never fails.
Rafael Espindola
1
-2
/
+1
2015-06-19
Make getRelocationSection MachO only.
Rafael Espindola
1
-2
/
+7
2015-05-29
Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types
Benjamin Kramer
1
-2
/
+2
2015-05-21
Make it easier to use DwarfContext with MCJIT
Keno Fischer
1
-3
/
+41
2015-05-19
[DWARF parser] Make DWARF parser more robust against missing compile/type units.
Alexey Samsonov
1
-8
/
+11
2015-01-30
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
1
-0
/
+696