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-readobj
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix printing of 64 bit values and make test more strict.
Rafael Espindola
2015-10-01
1
-5
/
+4
*
[llvm-readobj/MachO] Ensure we always have valid CmdName/SegmentName.
Davide Italiano
2015-09-22
1
-2
/
+2
*
Avoid SEGFAULT if a requested symbol section is absent.
Rafael Espindola
2015-09-21
1
-0
/
+2
*
Use makeArrayRef or None to avoid unnecessarily mentioning the ArrayRef type ...
Craig Topper
2015-09-21
1
-1
/
+1
*
[llvm-readobj] Fix another "time of check to time of use bug".
Davide Italiano
2015-09-17
1
-5
/
+0
*
[llvm-readobj] MachO -- dump LinkerOptions load command.
Davide Italiano
2015-09-09
3
-0
/
+28
*
[llvm-readobj] MachO: dump the correct field.
Davide Italiano
2015-09-04
1
-1
/
+1
*
[llvm-readobj] Dump MachO indirect symbols.
Davide Italiano
2015-09-03
3
-0
/
+25
*
[llvm-readobj] MachO: Dump segment command.
Davide Italiano
2015-09-02
3
-0
/
+87
*
Pass a symbol table to getRelocationSymbol instead of returning one.
Rafael Espindola
2015-09-02
2
-21
/
+24
*
[llvm-readobj] MachO -- correctly dump section field 'Reserved3'
Davide Italiano
2015-09-01
1
-0
/
+4
*
[llvm-readobj] Dump MachO Dysymtab command.
Davide Italiano
2015-08-31
3
-0
/
+37
*
[llvm-readobj] Add pair of missing braces.
Davide Italiano
2015-08-31
1
-1
/
+2
*
llvm-readobj: Dump more info for COFF import libraries.
Rui Ueyama
2015-08-28
4
-7
/
+57
*
Re-apply r246276 - Object: Teach llvm-ar to create symbol table for COFF shor...
Rui Ueyama
2015-08-28
1
-0
/
+9
*
[llvm-readobj] Add support for dumping MachO min version load command.
Davide Italiano
2015-08-27
3
-0
/
+45
*
[llvm-readobj/ELF] Factor out common code.
Davide Italiano
2015-08-23
1
-12
/
+11
*
[llvm-readobj] Add support for MachO DataInCodeDataCommand.
Davide Italiano
2015-08-21
3
-0
/
+36
*
Don't iterate over all sections in the ELFFile constructor.
Rafael Espindola
2015-08-10
2
-13
/
+35
*
Delete getDotSymtabSec.
Rafael Espindola
2015-08-10
2
-11
/
+19
*
Use continue to reduce indentation. NFC.
Rafael Espindola
2015-08-10
1
-17
/
+19
*
Convert getSymbolSection to return an ErrorOr.
Rafael Espindola
2015-08-07
3
-9
/
+8
*
Don't look for a SHT_DYNSYM in the ELFFile's constructor.
Rafael Espindola
2015-08-07
1
-2
/
+9
*
Remove the symbol iteration functions that don't take a symbol table.
Rafael Espindola
2015-08-07
2
-3
/
+3
*
Add dynamic_table iterators back to ELF.h.
Rafael Espindola
2015-08-07
1
-22
/
+15
*
ELF: Add AMDGPU specific defintions
Tom Stellard
2015-08-07
1
-2
/
+24
*
[llvm-readobj] Convert to range-loops.
Davide Italiano
2015-08-07
2
-6
/
+4
*
Move to llvm-readobj code that is only used there.
Rafael Espindola
2015-08-06
2
-22
/
+215
*
[Mips] Support DT_MIPS_RLD_MAP_REL dynamic section tag in the llvm-readobj
Simon Atanasyan
2015-08-01
1
-0
/
+2
*
[COFF] Add IMAGE_SCN_TYPE_NOLOAD to SectionCharacteristics
David Majnemer
2015-07-30
1
-0
/
+1
*
[llvm-reaobj] Display COFF-specific sections/tables only if the object is COFF.
Davide Italiano
2015-07-24
1
-9
/
+10
*
Support printing relocations in files with no section table.
Rafael Espindola
2015-07-23
1
-4
/
+9
*
Use typdef to simplify the code. NFC.
Rafael Espindola
2015-07-23
1
-40
/
+41
*
Delete ELFEntityIterator. NFC.
Rafael Espindola
2015-07-22
1
-31
/
+34
*
Don't iterate over the program headers in the constructor of ELFFile.
Rafael Espindola
2015-07-21
1
-28
/
+162
*
Make printValue a member function.
Rafael Espindola
2015-07-21
1
-6
/
+7
*
Remove always null argument.
Rafael Espindola
2015-07-21
1
-2
/
+1
*
Replace the last uses of ELF::getSymbolName in llvm-readobj.
Rafael Espindola
2015-07-21
2
-2
/
+8
*
Use helper function. NFC.
Rafael Espindola
2015-07-21
1
-3
/
+1
*
llvm-readobj: use the associated string table to print symbols. NFI.
Rafael Espindola
2015-07-21
1
-16
/
+44
*
Simplify printing the soname. NFC.
Rafael Espindola
2015-07-21
3
-14
/
+7
*
Add missing c++ marker to .h file.
Rafael Espindola
2015-07-21
1
-1
/
+1
*
Remove duplicated code.
Rafael Espindola
2015-07-20
1
-4
/
+4
*
Simplify now that we can iterate backwards. NFC.
Rafael Espindola
2015-07-20
1
-3
/
+16
*
Remove Elf_Rela_Iter and Elf_Rel_Iter.
Rafael Espindola
2015-07-20
2
-34
/
+24
*
Simplify iterating over program headers and detect corrupt ones.
Rafael Espindola
2015-07-20
1
-13
/
+11
*
llvm-readobj: Handle invalid references to the string table.
Rafael Espindola
2015-07-20
3
-7
/
+16
*
llvm-readobj: call exit(1) on error.
Rafael Espindola
2015-07-20
6
-91
/
+61
*
Refactor duplicated code. NFC.
Rafael Espindola
2015-07-20
1
-8
/
+9
*
[Object][ELF] Support dumping hash-tables from files with no section table.
Michael J. Spencer
2015-07-09
4
-2
/
+22
[next]