aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-0/+2
* move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-024-86/+2
* Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-121-0/+1
* Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-274-16/+16
* Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-2/+54
* Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-38/+2
* llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-2/+38
* Explicitly request unsigned enum types when desiredReid Kleckner2013-09-231-1/+1
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-013-497/+48
* [Object/COFF] Add coff_aux_weak_external.Rui Ueyama2013-08-281-0/+6
* Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-273-48/+497
* Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-273-497/+48
* Move #includes from .h to .cpp file.Jakub Staszak2013-08-211-2/+0
* [Object/ELF] sh_type is not a bitfield. Fixes RuntimeDyld test failure on ARM.Michael J. Spencer2013-08-121-2/+2
* ELFObjectFile.h: Silence warning on WindowsHans Wennborg2013-08-091-1/+2
* Try to unbreak Windows build after r188022Alexey Samsonov2013-08-091-1/+1
* llvm isn't C++11 yet :(Michael J. Spencer2013-08-081-1/+1
* [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-084-2542/+2022
* initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-0/+19
* Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-0/+2
* [PowerPC] Support powerpc64le as a syntax-checking target.Bill Schmidt2013-07-261-1/+2
* [mips] Use pristine object file while processing relocations.Akira Hatanaka2013-07-241-0/+2
* Mark ELF's first symbol as format specific so that llvm-nm ignores it.Rafael Espindola2013-07-221-1/+2
* Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-0/+2
* Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-2/+0
* COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-0/+2
* [Object/COFF] Add import_directory_table_entry.Rui Ueyama2013-07-161-0/+8
* Change llvm-ar to use lib/Object.Rafael Espindola2013-07-121-1/+2
* Add missing getters. They will be used in llvm-ar.Rafael Espindola2013-07-091-0/+14
* Archive members cannot be larger than 4GB. Return a uint32_t.Rafael Espindola2013-07-091-1/+2
* We never compare iterators from two archives. Assert that.Rafael Espindola2013-07-091-1/+2
* Add getHeader helper and move ToHeader to the cpp file.Rafael Espindola2013-07-091-5/+5
* Compute the size of an archive member in the constructor.Rafael Espindola2013-07-091-2/+2
* Remove declare but not implemented methods.Rafael Espindola2013-07-091-4/+0
* Move some code out of line. No functionality change.Rafael Espindola2013-07-091-65/+6
* Use the raw member names in Archive::Archive.Rafael Espindola2013-07-051-0/+1
* [PowerPC] Add support for TLS data relocationsUlrich Weigand2013-07-011-0/+6
* [PowerPC] Fix 32-bit PowerPC TLS relocsUlrich Weigand2013-07-011-4/+7
* [PowerPC] Support @got modifierUlrich Weigand2013-06-251-0/+10
* RelocVisitor: Add another PPC64 relocation that occurs in dwarf output.Benjamin Kramer2013-06-221-0/+6
* [yaml2obj][ELF] Make symbol table top-level key.Sean Silva2013-06-221-2/+5
* [PowerPC] Support R_PPC_REL16 family of relocationsUlrich Weigand2013-06-211-0/+8
* [PowerPC] Support various tls-related modifiersUlrich Weigand2013-06-211-0/+48
* [PowerPC] Support @higher et.al. modifiersUlrich Weigand2013-06-211-0/+2
* [PowerPC] Support @toc@h modifierUlrich Weigand2013-06-211-0/+1
* [yaml2obj][ELF] Don't explicitly set `Binding` with STB_*Sean Silva2013-06-211-8/+11
* [yaml2obj][ELF] Add support for st_value and st_size.Sean Silva2013-06-201-0/+2
* [yaml2obj][ELF] Allow symbols to reference sections.Sean Silva2013-06-201-0/+1
* [yaml2obj][ELF] Support ELFOSABI_* enum.Sean Silva2013-06-191-0/+7
* [yaml2obj][ELF] Support st_info through `Binding` and `Type` YAML keys.Sean Silva2013-06-191-0/+14