| Commit message (Expand) | Author | Age | Files | Lines |
* | Update LLVM for rebase to r212749. | Stephen Hines | 2014-07-21 | 1 | -134/+153 |
* | Update LLVM for 3.5 rebase (r209712). | Stephen Hines | 2014-05-29 | 1 | -19/+36 |
* | Update to LLVM 3.5a. | Stephen Hines | 2014-04-24 | 1 | -369/+516 |
* | Merge remote-tracking branch 'upstream/release_34' into merge-20140211 | Stephen Hines | 2014-02-11 | 1 | -119/+189 |
|\ |
|
| * | Readobj: If NumbersOfSections is 0xffff, it's an COFF import library. | Rui Ueyama | 2013-11-15 | 1 | -4/+7 |
| * | move getSymbolNMTypeChar to the one program that needs it: nm. | Rafael Espindola | 2013-11-02 | 1 | -68/+0 |
| * | Convert another use of getSymbolNMTypeChar. | Rafael Espindola | 2013-11-02 | 1 | -5/+9 |
| * | Avoid some getSymbolNMTypeChar uses in COFFObjectFile.cpp itself. | Rafael Espindola | 2013-11-02 | 1 | -12/+6 |
| * | Revert "Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSym... | Rafael Espindola | 2013-11-02 | 1 | -2/+4 |
| * | Don't use getSymbolNMTypeChar for implementing COFFObjectFile::getSymbolFileO... | Rafael Espindola | 2013-11-02 | 1 | -4/+2 |
| * | Add missing #include's to cctype when using isdigit/alpha/etc. | Will Dietz | 2013-10-12 | 1 | -0/+1 |
| * | Object/COFF: Rename getXXX{Begin,End} -> xxx_{begin,end}. | Rui Ueyama | 2013-09-27 | 1 | -4/+4 |
| * | Re-submit r191472 with a fix for big endian. | Rui Ueyama | 2013-09-27 | 1 | -30/+166 |
| * | Revert "llvm-objdump: Dump COFF import table if -private-headers option is gi... | Rui Ueyama | 2013-09-27 | 1 | -166/+30 |
| * | llvm-objdump: Dump COFF import table if -private-headers option is given. | Rui Ueyama | 2013-09-27 | 1 | -30/+166 |
* | | Merge commit '10251753b6897adcd22cc981c0cc42f348c109de' into merge-20130807 | Stephen Hines | 2013-08-07 | 1 | -58/+97 |
|\ \
| |/ |
|
| * | Retry submitting r186623: COFFDumper: Dump data directory entries. | Rui Ueyama | 2013-07-19 | 1 | -37/+49 |
| * | Revert "COFFDumper: Dump data directory entries." | Rui Ueyama | 2013-07-18 | 1 | -46/+36 |
| * | COFFDumper: Dump data directory entries. | Rui Ueyama | 2013-07-18 | 1 | -36/+46 |
| * | readobj: Dump PE/COFF optional records. | Rui Ueyama | 2013-06-12 | 1 | -36/+63 |
* | | Merge commit '100fbdd06be7590b23c4707a98cd605bdb519498' into merge_20130612 | Stephen Hines | 2013-06-12 | 1 | -9/+2 |
|\ \
| |/ |
|
| * | Handle relocations that don't point to symbols. | Rafael Espindola | 2013-06-05 | 1 | -4/+2 |
| * | Change getRelocationAdditionalInfo to be ELF only. | Rafael Espindola | 2013-05-09 | 1 | -5/+0 |
* | | Merge remote-tracking branch 'upstream/master' into merge-20130502 | Stephen Hines | 2013-05-02 | 1 | -3/+2 |
|\ \
| |/ |
|
| * | Clarify getRelocationAddress x getRelocationOffset a bit. | Rafael Espindola | 2013-04-25 | 1 | -2/+1 |
| * | Remove unused argument. | Rafael Espindola | 2013-04-07 | 1 | -1/+1 |
* | | Merge commit 'b3201c5cf1e183d840f7c99ff779d57f1549d8e5' into merge_20130226 | Stephen Hines | 2013-03-05 | 1 | -1/+1 |
|\ \
| |/ |
|
| * | Add static cast to unsigned char whenever a character classification function... | Guy Benyei | 2013-02-12 | 1 | -1/+1 |
* | | Merge remote-tracking branch 'upstream/master' into merge-llvm | Stephen Hines | 2013-01-21 | 1 | -1/+13 |
|\ \
| |/ |
|
| * | Add interface for querying object files for symbol values. | Tim Northover | 2012-10-29 | 1 | -0/+5 |
| * | Cosmetic changes | Andrew Kaylor | 2012-10-10 | 1 | -1/+1 |
| * | This patch adds new functions to the SectionRef and ObjectFile interfaces to ... | Andrew Kaylor | 2012-10-10 | 1 | -0/+7 |
* | | Merge with LLVM upstream r160668 (Jul 24th 2012) | Shih-wei Liao | 2012-08-03 | 1 | -0/+36 |
|\ \
| |/ |
|
| * | Added accessors for getting coff_relocation info | Marshall Clow | 2012-06-18 | 1 | -0/+5 |
| * | Had a closing brace inside an #ifdef -- oops! | Marshall Clow | 2012-06-15 | 1 | -1/+1 |
| * | Adding acessors to COFFObjectFile so that clients can get at the (non-generic... | Marshall Clow | 2012-06-15 | 1 | -0/+31 |
* | | Merge "Add libLLVMObject to read executable file." | Andrew Hsieh | 2012-05-06 | 1 | -0/+2 |
|\ \
| |/
|/| |
|
| * | Add libLLVMObject to read executable file. | Logan Chien | 2012-04-20 | 1 | -0/+2 |
* | | This patch improves the MCJIT runtime dynamic loader by adding new handling | Preston Gurd | 2012-04-12 | 1 | -0/+21 |
* | | Add a constructor for DataRefImpl and remove excess initialization. | Danil Malyshev | 2012-04-10 | 1 | -9/+0 |
|/ |
|
* | [Object/COFF]: Expose getSectionContents. | Michael J. Spencer | 2012-03-19 | 1 | -10/+19 |
* | [Object/COFF]: Expose getSectionName. | Michael J. Spencer | 2012-03-19 | 1 | -19/+24 |
* | Fix bug found by warning. | Michael J. Spencer | 2012-03-15 | 1 | -1/+2 |
* | [Object] | David Meyer | 2012-03-09 | 1 | -1/+1 |
* | [Object] | David Meyer | 2012-03-01 | 1 | -0/+6 |
* | [Object] | David Meyer | 2012-03-01 | 1 | -0/+20 |
* | [Object] Add symbol attribute flags: ST_ThreadLocal, ST_Common, and ST_Undefi... | David Meyer | 2012-02-29 | 1 | -2/+6 |
* | In the ObjectFile interface, replace isInternal(), isAbsolute(), isGlobal(), ... | David Meyer | 2012-02-28 | 1 | -22/+15 |
* | [Object] Add {begin,end}_dynamic_symbols stubs and implementation for ELF. | Michael J. Spencer | 2012-02-28 | 1 | -0/+10 |
* | Fixed ObjectFile functions: | Danil Malyshev | 2011-11-29 | 1 | -6/+9 |