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
...
*
[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
*
Change llvm-objdump, llvm-nm and llvm-size when reporting an object file error
Kevin Enderby
2016-05-31
1
-1
/
+1
*
Avoid some copies by using const references.
Benjamin Kramer
2016-05-27
1
-1
/
+1
*
[NFC] Header cleanup
Mehdi Amini
2016-04-18
1
-1
/
+0
*
Thread Expected<...> up from createMachOObjectFile() to allow llvm-objdump to...
Kevin Enderby
2016-04-06
1
-2
/
+3
*
llvm-dwarfdump: Add support for dumping .dSYM bundles.
Adrian Prantl
2015-12-23
1
-2
/
+43
*
dwarfdump: Added macro support to llvm-dwarfdump tool.
Amjad Aboud
2015-11-12
1
-0
/
+1
*
dwarfdump: Use the right enum for the tu_index section
David Blaikie
2015-11-12
1
-1
/
+1
*
dwarfdump: add command line support for dumping the tu_index section
David Blaikie
2015-11-12
1
-1
/
+2
*
Format my previous commit
David Blaikie
2015-11-11
1
-8
/
+8
*
dwarfdump: First piece of support for DWP dumping
David Blaikie
2015-11-11
1
-0
/
+1
*
[dwarfdump] Add support for dumping mach-o universal objectfiles
Frederic Riss
2015-08-03
1
-8
/
+16
*
[dwarfdump] Move dumping to a helper function NFC
Frederic Riss
2015-08-03
1
-6
/
+10
*
[llvm-dwarfump] Don't rely on global state, part 3.
Davide Italiano
2015-07-26
1
-11
/
+6
*
Make llvm-dwarfdump exit with non-zero exit code if error was occured.
Alexey Samsonov
2015-06-25
1
-8
/
+13
*
Move DIContext.h to common DebugInfo location.
Zachary Turner
2015-04-23
1
-2
/
+3
*
Move DebugInfo to DebugInfo/DWARF.
Zachary Turner
2015-01-30
1
-1
/
+1
*
Remove unused includes and out of date comment. NFC.
Rafael Espindola
2014-12-17
1
-1
/
+0
*
Reapply "[dwarfdump] Add support for dumping accelerator tables."
Frederic Riss
2014-11-14
1
-0
/
+4
*
Revert "[dwarfdump] Add support for dumping accelerator tables."
Frederic Riss
2014-11-13
1
-4
/
+0
*
[dwarfdump] Add support for dumping accelerator tables.
Frederic Riss
2014-11-12
1
-0
/
+4
*
Fix some cases where StringRef was being passed by const reference. Remove co...
Craig Topper
2014-08-30
1
-1
/
+1
*
Don't own the buffer in object::Binary.
Rafael Espindola
2014-08-19
1
-3
/
+4
*
Remove some calls to std::move.
Rafael Espindola
2014-08-01
1
-3
/
+3
*
Use a reference instead of a pointer.
Rafael Espindola
2014-07-31
1
-1
/
+1
*
Use std::unique_ptr to make the ownership explicit.
Rafael Espindola
2014-07-31
1
-2
/
+3
*
Update the MemoryBuffer API to use ErrorOr.
Rafael Espindola
2014-07-06
1
-4
/
+5
*
Pass a std::unique_ptr& to the create??? methods is lib/Object.
Rafael Espindola
2014-06-23
1
-1
/
+1
*
Remove 'using std::error_code' from tools.
Rafael Espindola
2014-06-13
1
-3
/
+2
*
Don't use 'using std::error_code' in include/llvm.
Rafael Espindola
2014-06-12
1
-0
/
+1
*
Remove system_error.h.
Rafael Espindola
2014-06-12
1
-1
/
+1
[prev]
[next]