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
...
*
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
*
Kill symbolization functionality in llvm-dwarfdump. We have llvm-symbolizer f...
Alexey Samsonov
2014-05-19
1
-48
/
+4
*
[DWARF parser] Use enums instead of bitfields in DILineInfoSpecifier.
Alexey Samsonov
2014-05-15
1
-6
/
+6
*
[DWARF parser] Turn DILineInfo into a struct.
Alexey Samsonov
2014-04-18
1
-4
/
+2
*
DebugInfo: Support debug_loc under fission
David Blaikie
2014-03-25
1
-0
/
+1
*
Replace OwningPtr<T> with std::unique_ptr<T>.
Ahmed Charles
2014-03-06
1
-4
/
+3
*
[C++11] Replace OwningPtr::take() with OwningPtr::release().
Ahmed Charles
2014-03-05
1
-1
/
+1
*
llvm-dwarfdump: Support for debug_line.dwo section for file names for type un...
David Blaikie
2014-02-24
1
-0
/
+1
*
Change createObjectFile to return an ErrorOr.
Rafael Espindola
2014-01-22
1
-3
/
+4
*
llvm-dwarfdump: type unit dwo support
David Blaikie
2014-01-09
1
-0
/
+1
*
llvm-dwarfdump: support for emitting only the debug_types section using -debu...
David Blaikie
2013-11-19
1
-0
/
+1
*
Add gnu pubsections as options to llvm-dwarfdump.
Eric Christopher
2013-09-25
1
-0
/
+2
*
Dump the normal dwarf pubtypes section as well.
Eric Christopher
2013-09-25
1
-0
/
+1
*
llvm-dwarfdump: Add support for dumping the .debug_loc section
David Blaikie
2013-06-19
1
-0
/
+1
*
Add support for the pubnames section to llvm-dwarfdump.
Krzysztof Parzyszek
2013-02-12
1
-0
/
+1
*
Initial support for DWARF CFI parsing and dumping in LLVM
Eli Bendersky
2013-02-05
1
-0
/
+1
*
When encountering an unknown file format, ObjectFile::createObjectFile should
Eli Bendersky
2013-01-25
1
-0
/
+5
*
Add command-line flags for DWARF dumping.
Eli Bendersky
2013-01-25
1
-1
/
+18
*
Rename variable to be more comprehensible and follow naming convention
Eli Bendersky
2013-01-25
1
-4
/
+4
*
Sort the #include lines for tools/...
Chandler Carruth
2012-12-04
1
-2
/
+2
*
Rewrite DIContext interface to take an object. Update all callers.
Eric Christopher
2012-11-12
1
-93
/
+1
[prev]
[next]