summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [RuntimeDyld] Add support for MachO __jump_table and __pointers sections, andLang Hames2014-05-121-7/+15
* [yaml2obj] Support ELF x86 relocations.Simon Atanasyan2014-05-071-0/+43
* [ELFYAML] Group ELF header falgs to target specific blocks. Handle flagsSimon Atanasyan2014-05-031-36/+45
* [ELFYAML] Add more SHT_xxx flags to the YAML section type mapping.Simon Atanasyan2014-05-031-0/+17
* ELFObjectWriter: deduplicate suffices in strtabHans Wennborg2014-04-302-0/+52
* raw_ostream: Forward declare OpenFlags and include FileSystem.h only where ne...Benjamin Kramer2014-04-291-0/+1
* [yaml2obj][ELF] Remove unnecessary space between namespace name andSimon Atanasyan2014-04-231-1/+1
* [yaml2obj][ELF] Add a virtual destructor to the ELFYAML::Section classSimon Atanasyan2014-04-231-0/+3
* Convert getFileOffset to getOffset and move it to its only user.Rafael Espindola2014-04-211-7/+0
* [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
OpenPOWER on IntegriCloud