projects
/
oota-llvm.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
[yaml2obj][ELF] Add support for st_value and st_size.
[oota-llvm.git]
/
lib
/
Object
/
2013-06-20
Sean Silva
[yaml2obj][ELF] Add support for st_value and st_size.
tree
|
commitdiff
2013-06-20
Sean Silva
[yaml2obj][ELF] Allow symbols to reference sections.
tree
|
commitdiff
2013-06-19
NAKAMURA Takumi
MachOUniversal.cpp: Fix abuse of Twine. It would be...
tree
|
commitdiff
2013-06-19
Sean Silva
[yaml2obj][ELF] Support ELFOSABI_* enum.
tree
|
commitdiff
2013-06-19
Sean Silva
[yaml2obj][ELF] Support st_info through `Binding` and...
tree
|
commitdiff
2013-06-18
Sean Silva
[yaml2obj][ELF] Rudimentary symbol table support.
tree
|
commitdiff
2013-06-18
Alexey Samsonov
Basic support for parsing Mach-O universal binaries...
tree
|
commitdiff
2013-06-18
Rafael Espindola
Don't convert object_error's enum to and from int.
tree
|
commitdiff
2013-06-15
Sean Silva
[yaml2obj] Add support for sh_link via `Link` key.
tree
|
commitdiff
2013-06-14
Rafael Espindola
Remove the LLVM specific archive index.
tree
|
commitdiff
2013-06-14
Sean Silva
[yaml2obj] Add support for sh_addralign via `AddressAli...
tree
|
commitdiff
2013-06-13
Sean Silva
[yaml2obj] Add support for specifying raw section content.
tree
|
commitdiff
2013-06-13
Sean Silva
[yaml2obj] Add sh_addr via `Address` key.
tree
|
commitdiff
2013-06-13
Sean Silva
[yaml2obj] Initial ELF section support.
tree
|
commitdiff
2013-06-12
Rui Ueyama
readobj: Dump PE/COFF optional records.
tree
|
commitdiff
2013-06-12
Sean Silva
80-cols
tree
|
commitdiff
2013-06-11
Rafael Espindola
Fix variable name style. Don't cast to and from int.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Convert another use of sys::identifyFileType.
tree
|
commitdiff
2013-06-11
Rafael Espindola
Convert a use of sys::identifyFileType to sys::fs:...
tree
|
commitdiff
2013-06-11
Sean Silva
Fix dubious type name similar to member name.
tree
|
commitdiff
2013-06-10
Sean Silva
[yaml2obj] Initial ELF support.
tree
|
commitdiff
2013-06-10
Rafael Espindola
Pass a StringRef to sys::identifyFileType.
tree
|
commitdiff
2013-06-08
Sean Silva
Don't artifically restrict input object size.
tree
|
commitdiff
2013-06-07
Rafael Espindola
Use isxdigit.
tree
|
commitdiff
2013-06-06
Kevin Enderby
Teach llvm-objdump with the -macho parser how to use...
tree
|
commitdiff
2013-06-06
Rafael Espindola
Print symbol names in relocations when dumping COFF...
tree
|
commitdiff
2013-06-05
Sean Silva
Add writeAsHex(raw_ostream &) method to BinaryRef.
tree
|
commitdiff
2013-06-05
Sean Silva
Rename BinaryRef::isBinary to more descriptive DataIsHe...
tree
|
commitdiff
2013-06-05
Sean Silva
Add writeAsBinary(raw_ostream &) method to BinaryRef.
tree
|
commitdiff
2013-06-05
Rafael Espindola
Don't print default values for NumberOfAuxSymbols and...
tree
|
commitdiff
2013-06-05
Rafael Espindola
Move BinaryRef to a new include/llvm/Object/YAML.h...
tree
|
commitdiff
2013-06-05
Rafael Espindola
Handle relocations that don't point to symbols.
tree
|
commitdiff
2013-06-03
Rui Ueyama
[Object/COFF] Fix Windows .lib name handling.
tree
|
commitdiff
2013-05-31
Rafael Espindola
Rename COFFYaml.h to COFFYAML.h for consistency.
tree
|
commitdiff
2013-05-31
Rafael Espindola
Don't allocate temporary string for section data.
tree
|
commitdiff
2013-05-30
Rafael Espindola
Change how we iterate over relocations on ELF.
tree
|
commitdiff
2013-05-24
Michael J. Spencer
Replace Count{Leading,Trailing}Zeros_{32,64} with count...
tree
|
commitdiff
2013-05-17
Rafael Espindola
Convert obj2yaml to use yamlio.
tree
|
commitdiff
2013-05-14
Ahmed Bougacha
Object: Fix Mach-O relocation printing.
tree
|
commitdiff
2013-05-09
Rafael Espindola
Change getRelocationAdditionalInfo to be ELF only.
tree
|
commitdiff
2013-05-01
Filip Pizlo
This patch breaks up Wrap.h so that it does not have...
tree
|
commitdiff
2013-04-30
Rafael Espindola
Fix Addend computation for non external relocations...
tree
|
commitdiff
2013-04-29
Rafael Espindola
Add getSymbolAlignment to the ObjectFile interface.
tree
|
commitdiff
2013-04-26
Rafael Espindola
Use llvm/Object/MachO.h in macho-dumper. Drop the old...
tree
|
commitdiff
2013-04-25
Rafael Espindola
Use a pointer as the relocation iterator.
tree
|
commitdiff
2013-04-25
Rafael Espindola
Clarify getRelocationAddress x getRelocationOffset...
tree
|
commitdiff
2013-04-24
Rafael Espindola
Use pointers to iterate over symbols.
tree
|
commitdiff
2013-04-24
Rafael Espindola
Revert r180189.
tree
|
commitdiff
2013-04-24
Rafael Espindola
Formatting fixes.
tree
|
commitdiff
2013-04-24
Rafael Espindola
Use a pointer as the relocation iterator.
tree
|
commitdiff
2013-04-22
Eric Christopher
Move C++ code out of the C headers and into either...
tree
|
commitdiff
2013-04-19
Rafael Espindola
refactor the struct byte swapping to a helper function.
tree
|
commitdiff
2013-04-19
Rafael Espindola
Don't read one command past the end.
tree
|
commitdiff
2013-04-18
Rafael Espindola
At Jim Grosbach's request detemplate Object/MachO.h.
tree
|
commitdiff
2013-04-15
Rafael Espindola
Make the host endianness check an integer constant...
tree
|
commitdiff
2013-04-13
Rafael Espindola
Finish templating MachObjectFile over endianness.
tree
|
commitdiff
2013-04-12
Rafael Espindola
Add 179294 back, but don't use bit fields so that it...
tree
|
commitdiff
2013-04-11
Rafael Espindola
Revert my last two commits while I debug what is wrong...
tree
|
commitdiff
2013-04-11
Rafael Espindola
Print more information about relocations.
tree
|
commitdiff
2013-04-11
Rafael Espindola
Fix MachO's getRelocationAdditionalInfo.
tree
|
commitdiff
2013-04-10
Rafael Espindola
Template MachOObjectFile over endianness too.
tree
|
commitdiff
2013-04-10
Rafael Espindola
Template the MachO types over endianness.
tree
|
commitdiff
2013-04-09
Rafael Espindola
Convert MachOObjectFile to a template.
tree
|
commitdiff
2013-04-09
Rafael Espindola
More uses for SymbolTableEntryBase.
tree
|
commitdiff
2013-04-09
Rafael Espindola
Add a SymbolTableEntryBase.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Add a SectionBase struct.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Template the MachO types over the word size.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Remove is64BitLoadCommand.
tree
|
commitdiff
2013-04-08
Rafael Espindola
Add all 4 MachO object types. Use the stored type to...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Make MachOObjectFile independent from MachOObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getData directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::is64Bit directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeaderSize directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeader directly.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Implement MachOObjectFile::getHeaderSize and MachOObjec...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove LoadCommandInfo now that we always have a pointe...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Add MachOObjectFile::LoadCommandInfo.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Use getLoadCommandInfo instead of MachOObj->getLoadComm...
tree
|
commitdiff
2013-04-07
Rafael Espindola
Construct MachOObject in MachOObjectFile's constructor.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove unused argument.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove MachOObjectFile::getObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove two uses of getObject.
tree
|
commitdiff
2013-04-07
Rafael Espindola
Remove last use of InMemoryStruct in llvm-objdump.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Remove last use of InMemoryStruct from MachOObjectFile...
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct<macho::SymtabLoadCommand>.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct in getSymbol64TableEntry.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct in getSymbolTableEntry.
tree
|
commitdiff
2013-04-06
Rafael Espindola
Don't use InMemoryStruct in getRelocation.
tree
|
commitdiff
2013-04-05
Rafael Espindola
Define versions of Section that are explicitly marked...
tree
|
commitdiff
2013-04-05
Rafael Espindola
Don't use InMemoryStruct in getSection and getSection64.
tree
|
commitdiff
2013-04-05
Rafael Espindola
Don't fetch pointers from a InMemoryStruct.
tree
|
commitdiff
2013-02-28
Eric Christopher
Move an assert earlier in a file and check that the...
tree
|
commitdiff
2013-02-12
Guy Benyei
Add static cast to unsigned char whenever a character...
tree
|
commitdiff
2013-02-03
Michael J. Spencer
[Object][Archive] Improve performance.
tree
|
commitdiff
2013-02-03
Michael J. Spencer
[Support] Add LLVM_IS_UNALIGNED_ACCESS_FAST.
tree
|
commitdiff
2013-01-31
Jim Grosbach
Object: Fix errant fallthrough.
tree
|
commitdiff
2013-01-25
Eli Bendersky
When encountering an unknown file format, ObjectFile...
tree
|
commitdiff
2013-01-18
Daniel Dunbar
[MC/Mach-O] Add support for linker options in Mach...
tree
|
commitdiff
2013-01-15
Michael J. Spencer
[Object][ELF] Simplify ELFObjectFile by using ELFType.
tree
|
commitdiff
2013-01-14
David Greene
Fix More Casts
tree
|
commitdiff
next