summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [Mips] Use appropriate private label prefix based on Mips ABIMirko Brkusanin2019-10-231-2/+2
* [llvm/Object] - Make ELFObjectFile::getRelocatedSection return Expected<secti...George Rimar2019-10-211-1/+2
* [WebAssembly] Allow multivalue signatures in object filesThomas Lively2019-10-181-6/+3
* Fix MSVC "result of 32-bit shift implicitly converted to 64 bits" warnings. N...Simon Pilgrim2019-10-181-1/+1
* [XCOFF]implement parsing relocation information for 32-bit xcoff object fileDigger Lin2019-10-151-4/+68
* revert git test commitDigger Lin2019-10-151-1/+1
* a test commit accessDigger Lin2019-10-151-1/+1
* Object/minidump: Add support for the MemoryInfoList streamPavel Labath2019-10-081-14/+32
* ObjectFile makeTriple - silence static analyzer dyn_cast<COFFObjectFile> null...Simon Pilgrim2019-10-011-1/+1
* [Alignment][NFC] Remove unneeded llvm:: scoping on Align typesGuillaume Chatelet2019-09-271-5/+5
* [NFC] Add { } to silence compiler warning [-Wmissing-braces].Huihui Zhang2019-09-251-2/+2
* Support for 64-bit PC-relative relocations for X86_64Artur Pilipenko2019-09-211-0/+2
* [TextAPI] Arch&Platform to TargetCyndy Ishida2019-09-201-2/+2
* [Object] Uncapitalize an error messageFangrui Song2019-09-201-1/+1
* [Object] Extend MachOUniversalBinary::getObjectForArchAlexander Shaposhnikov2019-09-192-5/+20
* [ARM] VFPv2 only supports 16 D registers.Eli Friedman2019-09-171-1/+1
* [Alignment] Move OffsetToAlignment to Alignment.hGuillaume Chatelet2019-09-121-6/+8
* Revert [llvm-nm] Add tapi file supportCyndy Ishida2019-09-111-1/+1
* [llvm-nm] Add tapi file supportCyndy Ishida2019-09-111-1/+1
* [Object] Implement relocation resolver for COFF ARM/ARM64Martin Storsjo2019-09-101-2/+53
* [llvm-readobj][yaml2obj] Support SHT_LLVM_SYMPART, SHT_LLVM_PART_EHDR and SHT...Fangrui Song2019-09-061-0/+2
* [LLD] [COFF] Implement MinGW default manifest handlingMartin Storsjo2019-09-041-5/+95
* Recommit r370661 "[llvm-nm] - Add a test case for case when we dump a symbol ...George Rimar2019-09-021-1/+3
* [LLD] [COFF] Support merging resource object filesMartin Storsjo2019-08-301-0/+124
* [WindowsResource] Remove use of global variables in WindowsResourceParserMartin Storsjo2019-08-301-58/+45
* [WindowsResource] Avoid duplicating the input filenames for each resource. NFC.Martin Storsjo2019-08-301-4/+5
* [COFF] Add a ResourceSectionRef method for getting resource contentsMartin Storsjo2019-08-301-0/+117
* [COFF] Add a ResourceSectionRef method for getting the data entry, print it i...Martin Storsjo2019-08-291-0/+18
* [COFF] Add a bounds checking helper for iterating a coff_resource_dir_tableMartin Storsjo2019-08-291-0/+22
* [COFF] Fix error handling in ResourceSectionRefMartin Storsjo2019-08-291-3/+6
* [llvm-objdump] Add the missing ARMv8 subarch detectionYi Kong2019-08-281-0/+15
* [XCOFF][AIX] Generate symbol table entries with llvm-readobjJason Liu2019-08-271-20/+143
* [Object] FIX: update PlatformKind name in TapiFileCyndy Ishida2019-08-211-2/+2
* [Object] Add tapi files to objectCyndy Ishida2019-08-215-3/+163
* [BinaryFormat] Teach identify_magic about Tapi files.Cyndy Ishida2019-08-213-0/+6
* Be explicit about Windows coff name trailing character policySerge Guelton2019-08-211-6/+14
* [yaml2obj/obj2yaml][MachO] Allow setting custom section dataSeiya Nuta2019-08-201-1/+6
* [Object/COFF.h] - Stop returning std::error_code in a few methods. NFCI.George Rimar2019-08-191-23/+0
* [BPF] Fix bpf llvm-objdump issues.Yonghong Song2019-08-171-2/+2
* [llvm] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-154-5/+5
* Recommit r368812 "[llvm/Object] - Convert SectionRef::getName() to return Exp...George Rimar2019-08-145-20/+33
* Revert r368812 "[llvm/Object] - Convert SectionRef::getName() to return Expec...George Rimar2019-08-145-33/+20
* [llvm/Object] - Convert SectionRef::getName() to return Expected<>George Rimar2019-08-145-20/+33
* [XCOFF] Use a single symbolic constant for the size of an embeded name. [NFC]Sean Fertile2019-08-121-9/+9
* Print reasonable representations of type names in llvm-nm, readelf and readobjSunil Srivastava2019-08-091-1/+10
* Switch LLVM to use 64-bit offsets (2/5)Igor Kudrin2019-08-062-2/+2
* [NFC] Test commit, corrected some spelling in commentDavid Candler2019-08-021-1/+1
* [Object] Add public MaxSectionAlignment to MachOUniversalShoaib Meenai2019-07-251-6/+7
* [llvm-ar] Fix support for archives with members larger than 4GBOwen Reynolds2019-07-232-8/+17
* [Object][XCOFF] Remove extra includes from XCOFF related files. [NFC]Sean Fertile2019-07-221-5/+0
OpenPOWER on IntegriCloud