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
/
tools
/
llvm-dwarfdump
/
llvm-dwarfdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Revert r314817 "[dwarfdump] Add -lookup option"
Hans Wennborg
2017-10-03
1
-36
/
+5
*
[dwarfdump] Add -lookup option
Jonas Devlieghere
2017-10-03
1
-5
/
+36
*
llvm-dwarfdump: support the --ignore-case option.
Adrian Prantl
2017-10-02
1
-3
/
+12
*
[dwarfdump] Add -show-form
Jonas Devlieghere
2017-10-02
1
-3
/
+10
*
typos
Adrian Prantl
2017-09-30
1
-3
/
+3
*
llvm-dwarfdump: implement the --name lookup option.
Adrian Prantl
2017-09-30
1
-9
/
+39
*
Add comments
Adrian Prantl
2017-09-30
1
-0
/
+5
*
llvm-dwarfdump: support .apple-namespaces in --find
Adrian Prantl
2017-09-29
1
-0
/
+2
*
llvm-dwarfdump: add support for .apple_types in --find
Adrian Prantl
2017-09-29
1
-5
/
+14
*
try and appease gcc
Adrian Prantl
2017-09-28
1
-1
/
+1
*
llvm-dwarfdump: implement --find for .apple_names
Adrian Prantl
2017-09-28
1
-1
/
+24
*
Commit missing fixes for tool_file_rename
Reid Kleckner
2017-09-23
1
-2
/
+2
*
[dwarfdump] Fix ambiguous call to make_unique
Jonas Devlieghere
2017-09-22
1
-2
/
+2
*
[dwarfdump] Add support for redirecting output to a file
Jonas Devlieghere
2017-09-22
1
-24
/
+44
*
llvm-dwarfdump: Add support for the --arch command line option.
Adrian Prantl
2017-09-21
1
-16
/
+57
*
llvm-dwarfdump: move -eh-frame into the right section in the help output.
Adrian Prantl
2017-09-20
1
-1
/
+1
*
llvm-dwarfdump: implement --recurse-depth=<N>
Adrian Prantl
2017-09-20
1
-0
/
+11
*
llvm-dwarfdump: un-hide more command line options
Adrian Prantl
2017-09-19
1
-4
/
+9
*
Replace for_each with a range-based for. NFC.
Adrian Prantl
2017-09-18
1
-4
/
+2
*
llvm-dwarfdump: add a --show-parents options when selectively dumping DIEs.
Adrian Prantl
2017-09-18
1
-1
/
+8
*
[dwarfdump] Make .eh_frame an alias for .debug_frame
Jonas Devlieghere
2017-09-18
1
-1
/
+3
*
llvm-dwarfdump: support a --show-children option
Adrian Prantl
2017-09-16
1
-0
/
+7
*
llvm-dwarfdump: Add support for -debug-info=<offset>.
Adrian Prantl
2017-09-15
1
-10
/
+77
*
Revert "llvm-dwarfdump: Add support for -debug-info=<offset>."
Adrian Prantl
2017-09-15
1
-73
/
+10
*
llvm-dwarfdump: Add support for -debug-info=<offset>.
Adrian Prantl
2017-09-15
1
-10
/
+73
*
llvm-dwarfdump: support dumping static archives.
Adrian Prantl
2017-09-14
1
-7
/
+37
*
Use MemoryBufferRef. (NFC)
Adrian Prantl
2017-09-13
1
-3
/
+2
*
Factor out duplicate code from llvm-dwarfdump (NFC)
Adrian Prantl
2017-09-13
1
-38
/
+27
*
llvm-dwarfdump: automatically dump both regular and .dwo variant of sections
Adrian Prantl
2017-09-13
1
-3
/
+2
*
llvm-dwarfdump: support dumping UUIDs of Mach-O binaries.
Adrian Prantl
2017-09-13
1
-4
/
+9
*
[dwarfdump] Rename Brief to Verbose in DIDumpOptions
Jonas Devlieghere
2017-09-13
1
-6
/
+10
*
Clean up the --help output of llvm-dwarfdump by hiding irrelevant options.
Adrian Prantl
2017-09-12
1
-19
/
+41
*
llvm-dwarfdump: Make -brief the default and add a -verbose option instead.
Adrian Prantl
2017-09-11
1
-5
/
+8
*
llvm-dwarfdump: Replace -debug-dump=sect option with individual options.
Adrian Prantl
2017-09-11
1
-39
/
+18
*
[llvm-dwarfdump] Brief mode only dumps debug_info by default
Jonas Devlieghere
2017-08-31
1
-3
/
+12
*
[dwarfdump] Pretty print location expressions and location lists
Reid Kleckner
2017-08-29
1
-1
/
+7
*
Use delegation instead of inheritance.
Rafael Espindola
2017-07-19
1
-3
/
+3
*
[DWARF] Added a blank line in llvm-dwarfdump to test commit access.
Spyridoula Gravani
2017-06-12
1
-0
/
+1
*
Introduce -brief command line option to llvm-dwarfdump
Adrian Prantl
2017-06-06
1
-0
/
+3
*
[DWARF] Adding support for the DWARF v5 string offsets table (consumer/reader...
Wolfgang Pieb
2017-06-06
1
-0
/
+1
*
[DWARF] Introduce Dump Options
Adrian Prantl
2017-06-01
1
-1
/
+5
*
Adds initial llvm-dwarfdump --verify support with unit tests.
Greg Clayton
2017-05-01
1
-1
/
+52
*
Fix a bugs with using some Mach-O command line flags like "-arch armv7m".
Kevin Enderby
2016-12-16
1
-1
/
+1
*
dwarfdump: -summarize-types: print a short summary (unqualified type name, ha...
David Blaikie
2016-10-18
1
-1
/
+5
*
Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...
Mehdi Amini
2016-10-08
1
-1
/
+1
*
Revert r282238 "Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gd...
George Rimar
2016-09-23
1
-0
/
+1
*
Revert r282235 "[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section."
George Rimar
2016-09-23
1
-1
/
+0
*
[llvm-dwarfdump] - Teach dwarfdump to dump gdb-index section.
George Rimar
2016-09-23
1
-0
/
+1
*
Search for llvm-symbolizer binary in the same directory as argv[0], before
Richard Smith
2016-06-09
1
-1
/
+1
*
Apply most suggestions of clang-tidy's performance-unnecessary-value-param
Benjamin Kramer
2016-06-08
1
-1
/
+1
[prev]
[next]