summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [MIPS][ELF] Use PC-relative relocations in .eh_frame when possibleAlex Richardson2020-01-131-0/+3
* [llvm-readobj] - Remove an excessive helper for printing dynamic tags.Georgii Rymar2019-12-241-1/+1
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-7/+10
* [Object][RISCV] Resolve R_RISCV_32_PCRELLuís Marques2019-11-211-0/+3
* [Object][RISCV] Fix R_RISCV_SET6 and R_RISCV_SUB6 relocations resolutionLuís Marques2019-11-211-2/+2
* [cmake] Explicitly mark libraries defined in lib/ as "Component Libraries"Tom Stellard2019-11-211-1/+1
* The patch is the compiler error specific on the compile error on CMVCdiggerlin2019-11-191-3/+5
* implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin2019-11-191-8/+17
* Add operator<< for object::SectionedAddressPavel Labath2019-11-191-0/+7
* Revert "implement printing out raw section data of xcoff objectfile for llvm-...Leonard Chan2019-11-181-17/+8
* [macho] Allow CPUSubtype to contribute to architecture identificationDaniel Sanders2019-11-181-2/+6
* implement printing out raw section data of xcoff objectfile for llvm-objdumpdiggerlin2019-11-181-8/+17
* Revert "[XCOFF] Fix link errors from explicit template instantiation"Reid Kleckner2019-11-071-4/+0
* [XCOFF] Fix link errors from explicit template instantiationReid Kleckner2019-11-071-0/+4
* [XCOFF] Move explicit instantions after member function definitions to fix cl...Fangrui Song2019-11-071-4/+4
* Using crtp to refactor the xcoff section headerdiggerlin2019-11-071-8/+19
* [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
OpenPOWER on IntegriCloud