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-objdump
Commit message (
Expand
)
Author
Age
Files
Lines
*
[llvm-readobj] Remove dead code. Add an assertion instead.
Davide Italiano
2016-01-13
1
-2
/
+3
*
[llvm-objdump] Use report_error() and improve error coverage.
Davide Italiano
2016-01-13
1
-4
/
+2
*
For llvm-objdump, add the option -private-header (without the trailing ’s’)
Kevin Enderby
2016-01-13
3
-11
/
+46
*
COFF: Teach llvm-objdump how to dump DLL forwarder symbols.
Rui Ueyama
2016-01-12
1
-1
/
+18
*
[WebAssembly] Add a EM_WEBASSEMBLY value, and several bits of code that use it.
Dan Gohman
2016-01-12
1
-0
/
+17
*
[llvm-objdump] Mark noreturn function as such.
Davide Italiano
2015-12-29
2
-2
/
+4
*
[llvm-objdump] Use stderr and not stdout for fatal errors.
Davide Italiano
2015-12-25
1
-2
/
+2
*
[llvm-objdump] Use appropriate helper. NFC.
Davide Italiano
2015-12-21
1
-2
/
+1
*
[llvm-objdump] Move COFF function to where it belongs.
Davide Italiano
2015-12-20
3
-50
/
+51
*
[llvm-objdump] Fail early if we can't parse the object header.
Davide Italiano
2015-12-19
1
-4
/
+5
*
Revert "Improve DWARFDebugFrame::parse to also handle __eh_frame."
Pete Cooper
2015-12-18
3
-21
/
+259
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
3
-259
/
+21
*
[llvm-objdump] Use report_fatal_error() for a more uniform error handling.
Davide Italiano
2015-12-17
1
-29
/
+13
*
[llvm-objdump/MachODump] Shrink code a little bit. NFC.
Davide Italiano
2015-12-15
1
-4
/
+1
*
Factor out some duplication. NFC.
Pete Cooper
2015-12-14
1
-44
/
+20
*
Start implementing FDE dumping when printing the eh_frame.
Pete Cooper
2015-12-14
1
-5
/
+107
*
Print the eh_frame section in MachoDump.
Pete Cooper
2015-12-14
1
-1
/
+180
*
[llvm-objdump/MachoDump] Simplify.
Davide Italiano
2015-12-12
1
-7
/
+3
*
[llvm-objdump/MachODump] Reduce code duplication.
Davide Italiano
2015-12-11
1
-69
/
+41
*
[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Davide Italiano
2015-12-08
3
-21
/
+10
*
[llvm-objdump/MachoDump] Make code much more concise.
Davide Italiano
2015-12-07
1
-20
/
+5
*
[llvm-objdump] Use report_fatal_error() if we can't find a target.
Davide Italiano
2015-12-03
1
-8
/
+2
*
Fix LLD testsuite fallout from r253429
David Majnemer
2015-11-18
1
-4
/
+4
*
[llvm-objdump] Use the COFF export table for additional symbols
David Majnemer
2015-11-18
1
-57
/
+118
*
[Object, MachO] Mark symbols from DATA and BSS sections as ST_Data
Kuba Brecka
2015-11-12
1
-1
/
+1
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
2
-8
/
+39
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-0
/
+1
*
MachO: support tvOS and watchOS version min commands in llvm-objdump
Tim Northover
2015-11-02
1
-7
/
+22
*
This can take a const reference. NFC.
Rafael Espindola
2015-10-31
1
-1
/
+1
*
Simplify handling of archive Symbol tables.
Rafael Espindola
2015-10-31
1
-7
/
+2
*
Simplify boolean expressions in tools/llvm-objdump.
Rafael Espindola
2015-10-24
1
-2
/
+2
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
2
-34
/
+10
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
2
-10
/
+34
*
Fix a bugs in the Mach-O disassembler when disassembling from a
Kevin Enderby
2015-10-10
1
-57
/
+66
*
Fix use of uninitialized bool, found by ubsan in portion of
Richard Smith
2015-10-09
1
-6
/
+10
*
Fixed two bugs in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-09
1
-0
/
+20
*
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-08
1
-0
/
+2
*
Fix a bug in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-08
1
-3
/
+9
*
Stop linking all target libraries in llvm-nm and llvm-objdump.
Pete Cooper
2015-10-07
2
-2
/
+4
*
Fix two bugs in llvm-objdump’s printing of Objective-C meta data
Kevin Enderby
2015-10-06
1
-2
/
+4
*
[PATCH] D13360: [llvm-objdump] Teach -d about AArch64 mapping symbols
Davide Italiano
2015-10-01
1
-0
/
+49
*
[llvm-objdump] Fix time of check to time of use bug.
Davide Italiano
2015-10-01
1
-3
/
+0
*
Fix Clang-tidy modernize-use-nullptr warnings in examples and include directo...
Hans Wennborg
2015-09-29
1
-4
/
+5
*
[objdump] Make iterator operator* return a reference.
Benjamin Kramer
2015-09-24
1
-1
/
+1
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
2
-10
/
+10
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
2
-7
/
+5
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
2
-5
/
+7
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
2
-7
/
+5
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
2
-5
/
+7
*
[llvm-readobj] Shrink code a little bit. No functional change.
Davide Italiano
2015-09-07
1
-36
/
+9
[next]