aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Object
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-2/+2
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-095-19/+35
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2311-86/+185
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0215-605/+1153
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2116-593/+530
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2913-134/+212
* Update to LLVM 3.5a.Stephen Hines2014-04-2414-527/+983
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-119-3045/+2071
|\
| * 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
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-0710-92/+359
|\ \ | |/
| * 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