summaryrefslogtreecommitdiff
path: root/lib/Object
Commit message (Expand)AuthorAge
...
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-23
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-21
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-15
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-11
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-10
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-10
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-09
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-09
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-07
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-04
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-03
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-03
* Fix llvm-objdump crash.Rafael Espindola2014-04-03
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-03
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-03
* Remove getSymbolValue.Rafael Espindola2014-04-03
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-03
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-02
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-31
* 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