aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* Fix dubious type name similar to member name.Sean Silva2013-06-111-4/+4
* Fix spurious semicolons.Sean Silva2013-06-101-4/+4
* [yaml2obj] Initial ELF support.Sean Silva2013-06-101-0/+92
* Make operator== non-member for greater symmetry.Rafael Espindola2013-06-071-7/+9
* [Object/COFF] BaseOfData field should be absent in PE32+.Rui Ueyama2013-06-071-1/+0
* Teach llvm-objdump with the -macho parser how to use the data in code tableKevin Enderby2013-06-061-0/+88
* Print symbol names in relocations when dumping COFF as YAML.Rafael Espindola2013-06-061-4/+10
* Add some class documentation to BinaryRef.Sean Silva2013-06-061-2/+40
* Rename operator== parameter to `RHS`.Sean Silva2013-06-051-3/+3
* Remove error-prone methods of BinaryRef.Sean Silva2013-06-051-8/+0
* Add writeAsHex(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-0/+5
* Rename BinaryRef::isBinary to more descriptive DataIsHexString.Sean Silva2013-06-051-8/+9
* Add BinaryRef binary_size() method.Sean Silva2013-06-051-0/+7
* Comment BinaryRef::Data.Sean Silva2013-06-051-0/+2
* Add writeAsBinary(raw_ostream &) method to BinaryRef.Sean Silva2013-06-051-0/+3
* Don't hide the first ELF symbol.Rafael Espindola2013-06-051-2/+2
* Represent symbols with a SymbolIndex,SectionIndex pair.Rafael Espindola2013-06-051-66/+51
* Don't print default values for NumberOfAuxSymbols and AuxiliaryData.Rafael Espindola2013-06-051-0/+7
* Move BinaryRef to a new include/llvm/Object/YAML.h file.Rafael Espindola2013-06-052-32/+62
* Handle relocations that don't point to symbols.Rafael Espindola2013-06-054-16/+15
* [Object/COFF] Add dos_header, pe32{,plus}_header and data_directory.Rui Ueyama2013-06-021-1/+101
* Use just a ArrayRef<uint8_t> to store both hex string and binary data.Rafael Espindola2013-05-311-7/+7
* Rename COFFYaml.h to COFFYAML.h for consistency.Rafael Espindola2013-05-311-0/+0
* Remove union to fix build in c++03.Rafael Espindola2013-05-311-4/+2
* Don't allocate temporary string for section data.Rafael Espindola2013-05-311-2/+32
* Fix a couple of typos and 80-col.Eric Christopher2013-05-301-19/+21
* Fix warning on varialbe unused in opt builds.Daniel Jasper2013-05-301-2/+1
* Change how we iterate over relocations on ELF.Rafael Espindola2013-05-302-69/+52
* Remove dead return.Rafael Espindola2013-05-301-1/+0
* Add basic support for ELF32-ppc relocations to llvm-dwarfdump.Benjamin Kramer2013-05-182-0/+17
* Convert obj2yaml to use yamlio.Rafael Espindola2013-05-171-0/+136
* Avoid runtime type checks.Rafael Espindola2013-05-091-14/+40
* Introduce convenience typedefs for the 4 ELF object types.Rafael Espindola2013-05-091-16/+15
* Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-095-38/+55
* [PowerPC] Add some missing PPC64 relocsUlrich Weigand2013-05-081-0/+8
* Revert r181009.Amara Emerson2013-05-032-525/+0
* Add support for reading ARM ELF build attributes.Amara Emerson2013-05-032-0/+525
* [SystemZ] Add ELF relocation supportRichard Sandiford2013-05-032-0/+99
* Fix Addend computation for non external relocations on Macho.Rafael Espindola2013-04-301-0/+1
* Add getSymbolAlignment to the ObjectFile interface.Rafael Espindola2013-04-293-0/+24
* Remove unused method.Rafael Espindola2013-04-291-3/+0
* Use llvm/Object/MachO.h in macho-dumper. Drop the old macho parser.Rafael Espindola2013-04-262-212/+22
* Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-252-32/+21
* Add the same todo about a command iterator interface into theEric Christopher2013-04-221-0/+3
* Add a TODO about wanting an iterator interface.Eric Christopher2013-04-221-0/+2
* At Jim Grosbach's request detemplate Object/MachO.h.Rafael Espindola2013-04-182-1557/+91
* Two small cleanups for ELF's templates.Rafael Espindola2013-04-171-98/+72
* Remove getters now that we can specialize structs on the host endianness.Rafael Espindola2013-04-151-75/+80
* Add typenames to see if bot goes green.Rafael Espindola2013-04-131-3/+3
* Some versions of gcc don't like typenames in these places.Rafael Espindola2013-04-131-9/+15