aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Object/COFFObjectFile.cpp
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-1/+1
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-3/+10
* Update aosp/master LLVM for rebase to r230699.Stephen Hines2015-03-231-30/+3
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-306/+701
* Update LLVM for rebase to r212749.Stephen Hines2014-07-211-134/+153
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-19/+36
* Update to LLVM 3.5a.Stephen Hines2014-04-241-369/+516
* Merge remote-tracking branch 'upstream/release_34' into merge-20140211Stephen Hines2014-02-111-119/+189
|\
| * Readobj: If NumbersOfSections is 0xffff, it's an COFF import library.Rui Ueyama2013-11-151-4/+7
| * move getSymbolNMTypeChar to the one program that needs it: nm.Rafael Espindola2013-11-021-68/+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
| * 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-271-4/+4
| * 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
* | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807Stephen Hines2013-08-071-58/+97
|\ \ | |/
| * 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
| * readobj: Dump PE/COFF optional records.Rui Ueyama2013-06-121-36/+63
* | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612Stephen Hines2013-06-121-9/+2
|\ \ | |/
| * Handle relocations that don't point to symbols.Rafael Espindola2013-06-051-4/+2
| * Change getRelocationAdditionalInfo to be ELF only.Rafael Espindola2013-05-091-5/+0
* | Merge remote-tracking branch 'upstream/master' into merge-20130502Stephen Hines2013-05-021-3/+2
|\ \ | |/
| * Clarify getRelocationAddress x getRelocationOffset a bit.Rafael Espindola2013-04-251-2/+1
| * Remove unused argument.Rafael Espindola2013-04-071-1/+1
* | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226Stephen Hines2013-03-051-1/+1
|\ \ | |/
| * Add static cast to unsigned char whenever a character classification function...Guy Benyei2013-02-121-1/+1
* | Merge remote-tracking branch 'upstream/master' into merge-llvmStephen Hines2013-01-211-1/+13
|\ \ | |/
| * Add interface for querying object files for symbol values.Tim Northover2012-10-291-0/+5
| * Cosmetic changesAndrew Kaylor2012-10-101-1/+1
| * This patch adds new functions to the SectionRef and ObjectFile interfaces to ...Andrew Kaylor2012-10-101-0/+7
* | Merge with LLVM upstream r160668 (Jul 24th 2012)Shih-wei Liao2012-08-031-0/+36
|\ \ | |/
| * Added accessors for getting coff_relocation infoMarshall Clow2012-06-181-0/+5
| * Had a closing brace inside an #ifdef -- oops!Marshall Clow2012-06-151-1/+1
| * Adding acessors to COFFObjectFile so that clients can get at the (non-generic...Marshall Clow2012-06-151-0/+31
* | Merge "Add libLLVMObject to read executable file."Andrew Hsieh2012-05-061-0/+2
|\ \ | |/ |/|
| * Add libLLVMObject to read executable file.Logan Chien2012-04-201-0/+2
* | This patch improves the MCJIT runtime dynamic loader by adding new handlingPreston Gurd2012-04-121-0/+21
* | Add a constructor for DataRefImpl and remove excess initialization.Danil Malyshev2012-04-101-9/+0
|/
* [Object/COFF]: Expose getSectionContents.Michael J. Spencer2012-03-191-10/+19
* [Object/COFF]: Expose getSectionName.Michael J. Spencer2012-03-191-19/+24
* Fix bug found by warning.Michael J. Spencer2012-03-151-1/+2
* [Object]David Meyer2012-03-091-1/+1
* [Object]David Meyer2012-03-011-0/+6
* [Object]David Meyer2012-03-011-0/+20