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
/
llvm-objdump.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[llvm-objdump] Mark noreturn function as such.
Davide Italiano
2015-12-29
1
-1
/
+2
*
[llvm-objdump] Use stderr and not stdout for fatal errors.
Davide Italiano
2015-12-25
1
-2
/
+2
*
[llvm-objdump] Move COFF function to where it belongs.
Davide Italiano
2015-12-20
1
-50
/
+1
*
[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
1
-13
/
+1
*
Improve DWARFDebugFrame::parse to also handle __eh_frame.
Pete Cooper
2015-12-18
1
-1
/
+13
*
[llvm-objdump] Use report_fatal_error() for a more uniform error handling.
Davide Italiano
2015-12-17
1
-29
/
+13
*
[llvm-objdump/MachO] Don't cut'n'paste the same code over and over.
Davide Italiano
2015-12-08
1
-1
/
+1
*
[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
*
Reapply r250906 with many suggested updates from Rafael Espindola.
Kevin Enderby
2015-11-05
1
-1
/
+4
*
[ELF] elfiamcu triple should imply e_machine == EM_IAMCU
Michael Kuperstein
2015-11-04
1
-0
/
+1
*
Backing out commit r250906 as it broke lld.
Kevin Enderby
2015-10-21
1
-6
/
+1
*
This removes the eating of the error in Archive::Child::getSize() when the ch...
Kevin Enderby
2015-10-21
1
-1
/
+6
*
Stop linking all target libraries in llvm-nm and llvm-objdump.
Pete Cooper
2015-10-07
1
-1
/
+0
*
[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
*
[objdump] Make iterator operator* return a reference.
Benjamin Kramer
2015-09-24
1
-1
/
+1
*
Revert r247692: Replace Triple with a new TargetTuple in MCTargetDesc/* and r...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Re-commit r247683: Replace Triple with a new TargetTuple in MCTargetDesc/* an...
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Revert r247684 - Replace Triple with a new TargetTuple ...
Daniel Sanders
2015-09-15
1
-3
/
+2
*
Replace Triple with a new TargetTuple in MCTargetDesc/* and related. NFC.
Daniel Sanders
2015-09-15
1
-2
/
+3
*
Use higher level functions in llvm-objdump.
Rafael Espindola
2015-08-10
1
-17
/
+12
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
1
-2
/
+3
*
[llvm-objdump] Add missing call to exit(1).
Davide Italiano
2015-08-06
1
-0
/
+1
*
[llvm-objdump] Call exit(1) on error, i.e. fail early.
Davide Italiano
2015-08-05
1
-69
/
+31
*
[llvm-objdump] Range-loopify. NFC intended.
Davide Italiano
2015-08-03
1
-3
/
+2
*
[llvm-objdump] Inverting logic to match the word "predicate". Returning true...
Colin LeMahieu
2015-07-29
1
-4
/
+4
*
[llvm-objdump] Merging MachO DumpSections in to FilterSections. Simplifying ...
Colin LeMahieu
2015-07-29
1
-14
/
+15
*
[llvm-objdump] Added -j flag to filter sections that are operated on.
Colin LeMahieu
2015-07-29
1
-15
/
+86
*
[llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on...
Colin LeMahieu
2015-07-23
1
-2
/
+11
*
Add missing 'const'. I don't think this is strictly required, but some
Daniel Jasper
2015-07-10
1
-1
/
+1
*
[llvm-objdump] Require that jump targets shown in -d are functions
David Majnemer
2015-07-09
1
-6
/
+17
*
llvm-objdump: Replace the -macho -raw option with a generic -raw-clang-ast
Adrian Prantl
2015-07-08
1
-3
/
+50
*
[llvm-objdump] Print the call target next to the instruction
David Majnemer
2015-07-07
1
-0
/
+36
*
Delete UnknownAddress. It is a perfectly valid symbol value.
Rafael Espindola
2015-07-07
1
-7
/
+0
*
Simplify. NFC.
Rafael Espindola
2015-07-06
1
-3
/
+1
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
1
-10
/
+11
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
1
-12
/
+18
*
Expose getRel and getRela to reduce code duplication.
Rafael Espindola
2015-07-02
1
-19
/
+10
*
Return ErrorOr from getSection.
Rafael Espindola
2015-07-01
1
-8
/
+18
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-3
/
+2
*
Move function to the only file that uses it.
Rafael Espindola
2015-06-30
1
-2
/
+35
*
Don't return error_code from a function that doesn't fail.
Rafael Espindola
2015-06-30
1
-5
/
+2
*
Don't return error_code from function that never fails.
Rafael Espindola
2015-06-29
1
-8
/
+4
*
Convert obj->getSymbolName to sym->getName.
Rafael Espindola
2015-06-29
1
-1
/
+1
*
Factor out the checking of string tables.
Rafael Espindola
2015-06-29
1
-1
/
+5
*
Remove Elf_Sym_Iter.
Rafael Espindola
2015-06-29
1
-2
/
+5
*
Rename getObjectFile to getObject for consistency.
Rafael Espindola
2015-06-26
1
-1
/
+1
[prev]
[next]