summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
* ARM64: initial backend importTim Northover2014-03-29
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-21
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-21
* Object: Don't double-escape empty hexdataDavid Majnemer2014-03-20
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-19
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-18
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-18
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-18
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-17
* Support: Make error_category's constructor publicJustin Bogner2014-03-15
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-13
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-13
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-13
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-11
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-06
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-05
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-05
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-28
* Relax COFF string table checkNico Rieck2014-02-26
* Simplify base64 routine a bit.Rui Ueyama2014-02-25
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-22
* Shankar kindly pointed out that I wasn't following the coding convention prop...Aaron Ballman2014-02-21
* Fixing the MSVC build by including a file.Aaron Ballman2014-02-21
* Add missing include.Rafael Espindola2014-02-21
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-21
* cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer2014-02-20
* Fix build breakage.Rui Ueyama2014-02-20
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-20
* COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi2014-02-20
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-20
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-10
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-05
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-04
* Simplify getSymbolFlags.Rafael Espindola2014-01-31
* Only ELF has a dynamic symbol table. Remove it from ObjectFile.Rafael Espindola2014-01-30
* Simplify the handling of iterators in ObjectFile.Rafael Espindola2014-01-30
* Make createObjectFile's signature a bit less error prone.Rafael Espindola2014-01-29
* llvm-readobj: add support for PE32+ (Windows 64 bit executable).Rui Ueyama2014-01-26
* [Sparc] Add support for sparc relocation types in ELF object file.Venkatraman Govindaraju2014-01-26
* Make ObjectFile ownership of the MemoryBuffer optional.Rafael Espindola2014-01-24
* Pass the computed magic to createBinary and createObjectFile if available.Rafael Espindola2014-01-22
* Change createObjectFile to return an ErrorOr.Rafael Espindola2014-01-22
* Be a bit more consistent about using ErrorOr when constructing Binary objects.Rafael Espindola2014-01-21
* Rename these methods to match the style guide.Rafael Espindola2014-01-21
* 80-column.Rui Ueyama2014-01-17
* llvm-objdump/COFF: Print ordinal base number.Rui Ueyama2014-01-17
* llvm-objdump/COFF: Print DLL name in the export table header.Rui Ueyama2014-01-16
* Use static instead of anonymous namespace.Rui Ueyama2014-01-16
* Reduce nesting.Rui Ueyama2014-01-16
* Use the current local variable naming style.Rui Ueyama2014-01-16