aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Fix dubious type name similar to member name.Sean Silva2013-06-111-7/+7
* [yaml2obj] Initial ELF support.Sean Silva2013-06-102-0/+229
* Pass a StringRef to sys::identifyFileType.Rafael Espindola2013-06-102-4/+2
* Don't artifically restrict input object size.Sean Silva2013-06-081-2/+0
* Use isxdigit.Rafael Espindola2013-06-071-9/+1
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-1/+45
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-2/+3
* Add writeAsHex(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-7/+14
* Rename BinaryRef::isBinary to more descriptive DataIsHexString.Sean Silva2013-06-051-1/+1
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-0/+29
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-2/+3
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-053-17/+35
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-053-16/+8
* [Object/COFF] Fix Windows .lib name handling.Rui Ueyama2013-06-031-4/+10
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-1/+1
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-0/+17
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-301-0/+4
* Replace Count{Leading,Trailing}Zeros_{32,64} with count{Leading,Trailing}Zeros.Michael J. Spencer2013-05-241-1/+1
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-172-0/+280
* Object: Fix Mach-O relocation printing.Ahmed Bougacha2013-05-141-2/+3
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-092-11/+0
* This patch breaks up Wrap.h so that it does not have to include all of Filip Pizlo2013-05-011-1/+1
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+10
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-292-2/+25
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-263-452/+132
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-251-24/+29
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-17/+2
* Use pointers to iterate over symbols.Rafael Espindola2013-04-241-30/+36
* Revert r180189.Rafael Espindola2013-04-241-29/+24
* Formatting fixes.Rafael Espindola2013-04-241-31/+20
* Use a pointer as the relocation iterator.Rafael Espindola2013-04-241-23/+28
* Move C++ code out of the C headers and into either C++ headersEric Christopher2013-04-221-0/+39
* refactor the struct byte swapping to a helper function.Rafael Espindola2013-04-191-70/+20
* Don't read one command past the end.Rafael Espindola2013-04-191-2/+6
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-181-82/+1379
* Make the host endianness check an integer constant expression.Rafael Espindola2013-04-151-1/+1
* Finish templating MachObjectFile over endianness.Rafael Espindola2013-04-131-417/+15
* Add 179294 back, but don't use bit fields so that it works on big endian hosts.Rafael Espindola2013-04-121-8/+44
* Revert my last two commits while I debug what is wrong in a big endian host.Rafael Espindola2013-04-111-44/+8
* Print more information about relocations.Rafael Espindola2013-04-111-8/+44
* Fix MachO's getRelocationAdditionalInfo.Rafael Espindola2013-04-111-0/+6
* Template MachOObjectFile over endianness too.Rafael Espindola2013-04-101-9/+9
* Template the MachO types over endianness.Rafael Espindola2013-04-101-6/+6
* Convert MachOObjectFile to a template.Rafael Espindola2013-04-091-852/+110
* More uses for SymbolTableEntryBase.Rafael Espindola2013-04-091-35/+9
* Add a SymbolTableEntryBase.Rafael Espindola2013-04-091-47/+27
* Add a SectionBase struct.Rafael Espindola2013-04-081-24/+24
* Template the MachO types over the word size.Rafael Espindola2013-04-081-65/+86
* Remove is64BitLoadCommand.Rafael Espindola2013-04-081-20/+10
* Add all 4 MachO object types. Use the stored type to implement is64Bits().Rafael Espindola2013-04-081-5/+8