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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Apply clang-tidy's misc-move-constructor-init throughout LLVM.
Benjamin Kramer
2016-05-27
1
-4
/
+4
*
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
*
Read discriminators correctly from object file.
Dehao Chen
2016-04-28
1
-44
/
+33
*
llvm-symbolizer: Avoid infinite recursion walking dwos where the dwo contains...
David Blaikie
2016-04-22
1
-5
/
+8
*
llvm-symbolizer: prefer .dwo contents over fission-gmlt-like-data when .dwo f...
David Blaikie
2016-04-22
1
-12
/
+7
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
2
-3
/
+1
*
Update and fix LLVM_ENABLE_MODULES:
Richard Smith
2016-04-16
1
-1
/
+0
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-1
/
+4
*
[DebugInfo] Dump CIE augmentation data as a list of hex bytes
Simon Atanasyan
2016-03-01
1
-2
/
+7
*
[DebugInfo] Eliminate compilation warning about used variable LSDA
Dmitry Polukhin
2016-02-05
1
-2
/
+1
*
[DebugInfo] Support zero-length CIE in the _eh_frame parser
Igor Laevsky
2016-01-27
1
-30
/
+27
*
Remove autoconf support
Chris Bieneman
2016-01-26
1
-14
/
+0
*
Re-submit r256008 "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Igor Laevsky
2016-01-26
2
-18
/
+184
*
[DebugInfo] Fix DWARFDebugFrame instruction operand ordering
Igor Laevsky
2016-01-26
1
-6
/
+14
*
Fix several accidental DOS line endings in source files
Dimitry Andric
2016-01-03
1
-103
/
+103
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
2
-184
/
+18
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
2
-18
/
+184
*
[llvm-dwp] Retrieve the DWOID from the CU for the cu_index entry
David Blaikie
2015-12-04
1
-2
/
+8
*
dwarfdump: Correctly indentify the indicies for DWP records
David Blaikie
2015-12-03
1
-1
/
+1
*
[llvm-dwp] Don't rely on implicit move assignment operator (MSVC won't synthe...
David Blaikie
2015-12-02
1
-2
/
+7
*
[llvm-dwp] Emit a rather fictional debug_cu_index
David Blaikie
2015-12-02
2
-13
/
+15
*
Replace dyn_cast with isa in places that weren't using the returned value for...
Craig Topper
2015-11-18
1
-1
/
+1
*
Fix null dereference committed in r253277
David Blaikie
2015-11-17
1
-2
/
+3
*
dwarfdump: support indexed string dumping in dwp based on the STR_OFFSETS com...
David Blaikie
2015-11-17
1
-1
/
+5
*
dwarfdump: Reference the appropriate line table segment when dumping dwp files
David Blaikie
2015-11-17
2
-6
/
+10
*
Fix indentation
David Blaikie
2015-11-17
1
-1
/
+1
*
dwarfdump: Use the index to find the right abbrev offset in DWP files
David Blaikie
2015-11-17
3
-19
/
+93
*
dwarfdump: Add support for dumping the table contents of DWP indexes
David Blaikie
2015-11-13
1
-5
/
+59
*
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
2015-11-12
5
-1
/
+122
*
Mostly revert 252842 due to failures on some buildbots.
David Blaikie
2015-11-12
1
-59
/
+5
*
dwarfdump: Add error checking to fix the buildbots/correctness
David Blaikie
2015-11-12
1
-4
/
+4
*
dwarfdump: Add some error handling for DWP index sections of the wrong size
David Blaikie
2015-11-12
1
-0
/
+7
*
dwarfdump: Dump the contents of DWP indexes
David Blaikie
2015-11-12
1
-5
/
+82
*
dwarfdump: DWP type unit index dumping skeleton
David Blaikie
2015-11-11
1
-0
/
+10
*
Format my previous commit
David Blaikie
2015-11-11
2
-6
/
+5
*
dwarfdump: First piece of support for DWP dumping
David Blaikie
2015-11-11
3
-0
/
+52
*
Use numeric_limits instead of LLONG_MAX
Matt Arsenault
2015-10-21
1
-2
/
+2
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-2
/
+2
*
[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
[next]