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
*
[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
*
[llvm-reaodbj] Simplify code. No functional change (intended).
Davide Italiano
2015-09-02
1
-24
/
+8
*
[llvm-objdump] Use the new MinVersion API introduced in r245938. NFC.
Davide Italiano
2015-08-26
1
-8
/
+12
*
Remove and forbid raw_svector_ostream::flush() calls.
Yaron Keren
2015-08-13
1
-2
/
+0
*
Remove raw_svector_ostream::resync and users. It's no-op after r244870.
Yaron Keren
2015-08-13
1
-1
/
+0
*
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
3
-9
/
+8
*
[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
4
-89
/
+42
*
[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
3
-26
/
+21
*
[llvm-objdump] Added -j flag to filter sections that are operated on.
Colin LeMahieu
2015-07-29
2
-16
/
+88
*
[llvm-objdump] Add -D and --disassemble-all flags that attempt disassembly on...
Colin LeMahieu
2015-07-23
2
-3
/
+13
*
Simplify iterating over program headers and detect corrupt ones.
Rafael Espindola
2015-07-20
1
-20
/
+12
*
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
3
-14
/
+53
*
[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
2
-12
/
+2
*
Simplify. NFC.
Rafael Espindola
2015-07-06
1
-3
/
+1
*
Return ErrorOr from getSymbolAddress.
Rafael Espindola
2015-07-03
2
-11
/
+14
*
Use getValue instead of getAddress in a few MachO only cases.
Rafael Espindola
2015-07-03
1
-23
/
+9
*
Return ErrorOr from SymbolRef::getName.
Rafael Espindola
2015-07-02
3
-55
/
+87
*
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
*
Fix the name of the iterator functions to match the coding standards.
Rafael Espindola
2015-06-30
1
-3
/
+3
*
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
3
-29
/
+14
*
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
2
-4
/
+4
*
Simplify getSymbolType.
Rafael Espindola
2015-06-26
2
-14
/
+7
*
Add an ELFSymbolRef type.
Rafael Espindola
2015-06-25
1
-2
/
+2
*
Change how symbol sizes are handled in lib/Object.
Rafael Espindola
2015-06-24
2
-10
/
+10
*
Revert "[FaultMaps] Move FaultMapParser to Object/"
Sanjoy Das
2015-06-23
1
-1
/
+1
*
Don't pass a 32 bit value to "%08" PRIx64.
Rafael Espindola
2015-06-23
1
-4
/
+4
*
objdump: Don't print a (always 0) size for MachO symbols.
Rafael Espindola
2015-06-23
1
-10
/
+10
[next]