aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-182-3/+3
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-094-47/+42
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-2311-1181/+322
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-0216-876/+2151
* Update LLVM for rebase to r212749.Stephen Hines2014-07-2119-688/+1225
* Adds the ability to run the llvm test suite in-tree.Chris Wailes2014-06-061-1/+4
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-2912-150/+619
* Update to LLVM 3.5a.Stephen Hines2014-04-2418-649/+1255
* Update LLVM for merge to 3.4.Stephen Hines2014-02-131-0/+1
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-1110-568/+1341
|\
| * Path: Recognize COFF import library file magic.Rui Ueyama2013-11-152-0/+2
| * Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
| * Support for microMIPS branch instructions.Zoran Jovanovic2013-11-041-0/+1
| * move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-022-105/+0
| * Convert another use of getSymbolNMTypeChar.Rafael Espindola2013-11-021-5/+9
| * Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself.Rafael Espindola2013-11-021-12/+6
| * Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym...Rafael Espindola2013-11-021-2/+4
| * Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO...Rafael Espindola2013-11-021-4/+2
| * Fix llvm-nm to mach OS X's nm on some tests.Rafael Espindola2013-11-021-6/+17
| * Support for microMIPS jump instructionsZoran Jovanovic2013-10-291-0/+1
| * Support for microMIPS relocations 1.Zoran Jovanovic2013-10-231-0/+11
| * Path: Recognize Windows compiled resource file.Rui Ueyama2013-10-152-1/+3
| * Add missing #include's to cctype when using isdigit/alpha/etc.Will Dietz2013-10-122-0/+2
| * Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}.Rui Ueyama2013-09-272-10/+10
| * Re-submit r191472 with a fix for big endian.Rui Ueyama2013-09-271-30/+166
| * Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi...Rui Ueyama2013-09-271-166/+30
| * llvm-objdump: Dump COFF import table if -private-headers option is given.Rui Ueyama2013-09-271-30/+166
| * ELF: Add support for the exclude section bit for gas compat.Benjamin Kramer2013-09-151-0/+1
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-09-012-395/+401
| * Revert "Fix the build broken by r189315." and "Move everything depending on O...Charles Davis2013-08-272-403/+397
| * Move everything depending on Object/MachOFormat.h over to Support/MachO.h.Charles Davis2013-08-272-397/+403
| * Support/MachO: Add a bunch of defines.Charles Davis2013-08-271-26/+26
| * Move #includes from .h to .cpp file.Jakub Staszak2013-08-211-0/+2
| * Add back missing PPC relocation types.Ulrich Weigand2013-08-091-0/+36
| * Add missing PPC64 relocation types.Michael J. Spencer2013-08-081-0/+42
| * [Object] Split the ELF interface into 3 parts.Michael J. Spencer2013-08-083-2/+625
| * initial draft of PPCMachObjectWriter.cppDavid Fang2013-08-081-3/+4
* | Update LLVM for merge to r187913.Stephen Hines2013-08-091-0/+1
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-0710-159/+622
|\ \ | |/
| * YAMLTraits.h: replace DenseMap that used a bad implementation of DenseMapInfoDmitri Gribenko2013-08-071-0/+1
| * MachObjectFile: Don't leak on error.Benjamin Kramer2013-08-031-7/+9
| * Add support for the 's' operation to llvm-ar.Rafael Espindola2013-07-291-2/+6
| * Remove the mblaze backend from llvm.Rafael Espindola2013-07-251-2/+0
| * Delete the buffer in createObjectFile if it fails.Rafael Espindola2013-07-241-1/+4
| * Typo.Eric Christopher2013-07-221-1/+1
| * 80-column tidying. Formatting choices by clang-format.Eric Christopher2013-07-221-14/+16
| * Retry submitting r186623: COFFDumper: Dump data directory entries.Rui Ueyama2013-07-191-37/+49
| * Revert "COFFDumper: Dump data directory entries."Rui Ueyama2013-07-181-46/+36
| * COFFDumper: Dump data directory entries.Rui Ueyama2013-07-181-36/+46
| * Add 'const' qualifiers to static const char* variables.Craig Topper2013-07-161-1/+1