| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Object, COFF: Cap the section contents to min(VirtualSize, SizeOfRawData) | David Majnemer | 2014-10-09 | 1 | -5/+19 |
* | Object: Add range iterators for COFF import/export table | Rui Ueyama | 2014-10-09 | 1 | -0/+26 |
* | Correctly compute the size of common symbols in COFF. | Rafael Espindola | 2014-10-08 | 1 | -4/+9 |
* | Remove bogus std::error_code returns form SectionRef. | Rafael Espindola | 2014-10-08 | 1 | -46/+23 |
* | Don't check for null after calling COFFObjectFile::toSec. | Rafael Espindola | 2014-10-07 | 1 | -2/+0 |
* | Optimize COFFObjectFile::sectionContainsSymbol a bit. | Rafael Espindola | 2014-10-07 | 1 | -7/+2 |
* | llvm-readobj: print out the fields of the COFF delay-import table | Rui Ueyama | 2014-10-03 | 1 | -0/+6 |
* | llvm-readobj: print COFF delay-load import table | Rui Ueyama | 2014-10-03 | 1 | -13/+90 |
* | llvm-readobj: print COFF imported symbols | Rui Ueyama | 2014-10-02 | 1 | -0/+90 |
* | This patch adds a new flag "-coff-imports" to llvm-readobj. | Rui Ueyama | 2014-10-02 | 1 | -5/+18 |
* | Object: BSS/virtual sections don't have contents | David Majnemer | 2014-09-26 | 1 | -0/+4 |
* | Support: Delete {aligned_,}{u,}{little,big}8_t | Rui Ueyama | 2014-09-11 | 1 | -1/+0 |
* | Attempt to pacify buildbots. | David Majnemer | 2014-09-10 | 1 | -11/+0 |
* | Object: Add support for bigobj | David Majnemer | 2014-09-10 | 1 | -113/+160 |
* | Simplify creation of a bunch of ArrayRefs by using None, makeArrayRef or just... | Craig Topper | 2014-08-27 | 1 | -4/+3 |
* | Don't own the buffer in object::Binary. | Rafael Espindola | 2014-08-19 | 1 | -20/+16 |
* | llvm-objdump: don't print relocations in non-relocatable files. | Rafael Espindola | 2014-08-17 | 1 | -0/+4 |
* | Delete dead code. NFC. | Rafael Espindola | 2014-08-08 | 1 | -20/+0 |
* | getLoadName is only implemented for ELF, make it ELF only. | Rafael Espindola | 2014-08-08 | 1 | -5/+0 |
* | Use std::unique_ptr to make the ownership explicit. | Rafael Espindola | 2014-07-31 | 1 | -2/+2 |
* | Pass a unique_ptr<MemoryBuffer> to the constructors in the Binary hierarchy. | Rafael Espindola | 2014-06-24 | 1 | -4/+7 |
* | Make ObjectFile and BitcodeReader always own the MemoryBuffer. | Rafael Espindola | 2014-06-23 | 1 | -22/+21 |
* | Remove 'using std::errro_code' from lib. | Rafael Espindola | 2014-06-13 | 1 | -119/+135 |
* | Don't use 'using std::error_code' in include/llvm. | Rafael Espindola | 2014-06-12 | 1 | -0/+1 |
* | [C++11] More 'nullptr' conversion. In some cases just using a boolean check i... | Craig Topper | 2014-04-15 | 1 | -14/+15 |
* | Object: add type names for ARM/COFF relocations | Saleem Abdulrasool | 2014-04-09 | 1 | -0/+21 |
* | Remove section_rel_empty. Just compare begin() and end() instead. | Rafael Espindola | 2014-04-03 | 1 | -5/+0 |
* | Implement get getSymbolFileOffset with getSymbolAddress. | Rafael Espindola | 2014-04-03 | 1 | -16/+0 |
* | Remove getSymbolValue. | Rafael Espindola | 2014-04-03 | 1 | -5/+0 |
* | Revert "Fix a nomenclature error in llvm-nm." | Rafael Espindola | 2014-04-03 | 1 | -9/+2 |
* | Fix a nomenclature error in llvm-nm. | Rafael Espindola | 2014-04-02 | 1 | -2/+9 |
* | [RuntimeDyld] Allow processRelocationRef to process more than one relocation ... | Juergen Ributzka | 2014-03-21 | 1 | -0/+5 |
* | Object/COFF: Support large relocation table. | Rui Ueyama | 2014-03-21 | 1 | -11/+32 |
* | Object: Provide a richer means of describing auxiliary symbols | David Majnemer | 2014-03-19 | 1 | -1/+1 |
* | Object/COFF: Add function to check if section number is reserved one. | Rui Ueyama | 2014-03-18 | 1 | -6/+5 |
* | [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it... | Alexey Samsonov | 2014-03-18 | 1 | -11/+14 |
* | Support: add support to identify WinCOFF/ARM objects | Saleem Abdulrasool | 2014-03-13 | 1 | -0/+4 |
* | Replace OwningPtr<T> with std::unique_ptr<T>. | Ahmed Charles | 2014-03-06 | 1 | -1/+2 |
* | [C++11] Replace OwningPtr::take() with OwningPtr::release(). | Ahmed Charles | 2014-03-05 | 1 | -1/+1 |
* | Relax COFF string table check | Nico Rieck | 2014-02-26 | 1 | -2/+6 |
* | Simplify base64 routine a bit. | Rui Ueyama | 2014-02-25 | 1 | -2/+2 |
* | MC: Support COFF string tables larger than 10MB | Nico Rieck | 2014-02-22 | 1 | -2/+42 |
* | Add a SymbolicFile interface between Binary and ObjectFile. | Rafael Espindola | 2014-02-21 | 1 | -6/+6 |
* | cstdint is a C++11 header, LLVM provides its own version of it. | Benjamin Kramer | 2014-02-20 | 1 | -1/+0 |
* | Fix build breakage. | Rui Ueyama | 2014-02-20 | 1 | -1/+2 |
* | Object/COFF: Fix possible truncation bug. | Rui Ueyama | 2014-02-20 | 1 | -3/+6 |
* | COFFObjectFile.cpp: Appease msvc in r201760. | NAKAMURA Takumi | 2014-02-20 | 1 | -1/+1 |
* | llvm-objdump/COFF: Print SEH table addresses. | Rui Ueyama | 2014-02-20 | 1 | -3/+9 |
* | Change the begin and end methods in ObjectFile to match the style guide. | Rafael Espindola | 2014-02-10 | 1 | -8/+8 |
* | Use the information provided by getFlags to unify some code in llvm-nm. | Rafael Espindola | 2014-02-05 | 1 | -3/+7 |