summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [C++11] More 'nullptr' conversion. In some cases just using a boolean check i...Craig Topper2014-04-155-19/+21
* [yaml2obj][ELF] ELF Relocations Support.Simon Atanasyan2014-04-111-3/+256
* LLVMBuild.txt: Add missing dependencies.NAKAMURA Takumi2014-04-101-1/+1
* LLVMBuild.txt: Reformat.NAKAMURA Takumi2014-04-101-1/+1
* obj2yaml: Don't crash if the characteristics field is zeroDavid Majnemer2014-04-091-0/+1
* Object: add type names for ARM/COFF relocationsSaleem Abdulrasool2014-04-091-0/+21
* obj2yaml: Use the correct relocation type for different machine typesDavid Majnemer2014-04-071-8/+24
* Add an assert that this is only used with .o files.Rafael Espindola2014-04-041-2/+4
* Implement getRelocationAddress for MachO and ET_REL elf files.Rafael Espindola2014-04-031-1/+9
* Implement macho relocation iterators with section number + relocation number.Rafael Espindola2014-04-031-22/+20
* Fix llvm-objdump crash.Rafael Espindola2014-04-031-4/+4
* Remove section_rel_empty. Just compare begin() and end() instead.Rafael Espindola2014-04-032-15/+0
* Implement get getSymbolFileOffset with getSymbolAddress.Rafael Espindola2014-04-032-39/+0
* Remove getSymbolValue.Rafael Espindola2014-04-032-10/+0
* Revert "Fix a nomenclature error in llvm-nm."Rafael Espindola2014-04-032-11/+3
* Fix a nomenclature error in llvm-nm.Rafael Espindola2014-04-022-3/+11
* [yaml2obj] Add support for ELF e_flags.Daniel Sanders2014-03-311-0/+43
* ARM64: initial backend importTim Northover2014-03-291-0/+22
* [RuntimeDyld] Allow processRelocationRef to process more than one relocation ...Juergen Ributzka2014-03-212-0/+15
* Object/COFF: Support large relocation table.Rui Ueyama2014-03-211-11/+32
* Object: Don't double-escape empty hexdataDavid Majnemer2014-03-201-3/+1
* Object: Provide a richer means of describing auxiliary symbolsDavid Majnemer2014-03-192-4/+101
* Object/COFF: Add function to check if section number is reserved one.Rui Ueyama2014-03-181-6/+5
* Darwin: Add assembler directives to create version-min load commands.Jim Grosbach2014-03-181-0/+13
* [C++11] Change the interface of getCOFF{Section,Relocation,Symbol} to make it...Alexey Samsonov2014-03-181-11/+14
* [C++11] Introduce ObjectFile::symbols() to use range-based loops.Alexey Samsonov2014-03-171-7/+7
* Support: Make error_category's constructor publicJustin Bogner2014-03-151-4/+4
* Remove the linker_private and linker_private_weak linkages.Rafael Espindola2014-03-131-2/+1
* [C++11] Introduce ObjectFile::sections().Alexey Samsonov2014-03-131-5/+5
* Support: add support to identify WinCOFF/ARM objectsSaleem Abdulrasool2014-03-131-0/+4
* Object: rename ARMV7 to ARMNTSaleem Abdulrasool2014-03-111-1/+1
* Replace OwningPtr<T> with std::unique_ptr<T>.Ahmed Charles2014-03-067-13/+13
* [C++11] Add overloads for externally used OwningPtr functions.Ahmed Charles2014-03-051-7/+24
* [C++11] Replace OwningPtr::take() with OwningPtr::release().Ahmed Charles2014-03-057-10/+10
* Now that it is possible, use the mangler in IRObjectFile.Rafael Espindola2014-02-281-2/+14
* Relax COFF string table checkNico Rieck2014-02-261-2/+6
* Simplify base64 routine a bit.Rui Ueyama2014-02-251-2/+2
* MC: Support COFF string tables larger than 10MBNico Rieck2014-02-221-2/+42
* Shankar kindly pointed out that I wasn't following the coding convention prop...Aaron Ballman2014-02-211-1/+1
* Fixing the MSVC build by including a file.Aaron Ballman2014-02-211-0/+1
* Add missing include.Rafael Espindola2014-02-211-0/+1
* Add a SymbolicFile interface between Binary and ObjectFile.Rafael Espindola2014-02-219-21/+239
* cstdint is a C++11 header, LLVM provides its own version of it.Benjamin Kramer2014-02-201-1/+0
* Fix build breakage.Rui Ueyama2014-02-201-1/+2
* Object/COFF: Fix possible truncation bug.Rui Ueyama2014-02-201-3/+6
* COFFObjectFile.cpp: Appease msvc in r201760.NAKAMURA Takumi2014-02-201-1/+1
* llvm-objdump/COFF: Print SEH table addresses.Rui Ueyama2014-02-201-3/+9
* Change the begin and end methods in ObjectFile to match the style guide.Rafael Espindola2014-02-103-28/+28
* Use the information provided by getFlags to unify some code in llvm-nm.Rafael Espindola2014-02-051-3/+7
* Remove unused SF_ThreadLocal.Rafael Espindola2014-02-042-2/+1
OpenPOWER on IntegriCloud