summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
...
* [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
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-191-0/+6
* Remove the static initialize introduced in r365099Steven Wu2019-07-181-9/+11
* Revert "[DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame."Hsiangkai Wang2019-07-181-6/+0
* [DebugInfo] Generate fixups as emitting DWARF .debug_frame/.eh_frame.Hsiangkai Wang2019-07-181-0/+6
* [DWARF][RISCV] Add support for RISC-V relocations needed for debug infoAlex Bradbury2019-07-181-0/+53
* [Object] isNotObjectErrorInvalidFileType: simplifyFangrui Song2019-07-131-13/+10
* [Object] isNotObjectErrorInvalidFileType: fix use-after-moveFangrui Song2019-07-131-1/+1
* [Support] Move llvm::MemoryBuffer to sys::fs::file_tReid Kleckner2019-07-101-6/+7
* Try to appease the Windows build bots.Sean Fertile2019-07-091-4/+12
* [Object][XCOFF] Add support for 64-bit file header and section header dumping.Sean Fertile2019-07-094-150/+258
* [Object/ELF.h] - Improve error reporting.George Rimar2019-07-051-2/+7
* [MachO] Add valid architecture functionShoaib Meenai2019-07-041-19/+10
* Share /machine: handling code with llvm-cvtres tooNico Weber2019-06-122-0/+45
* lld-link: Reject more than one resource .obj fileNico Weber2019-06-111-2/+3
* Let writeWindowsResourceCOFF() take a TimeStamp parameterNico Weber2019-06-111-15/+11
* [MACHO] Replaced calls to getStruct with getStructOrErr in functions returnin...Alex Brachet2019-06-041-33/+88
* [AArch64][ELF][llvm-readobj] Add support for BTI and PAC dynamic tagsPeter Smith2019-06-041-0/+10
* [llvm-ar] Reapply Fix relative thin archive path handlingOwen Reynolds2019-06-041-17/+34
* Revert "[llvm-ar] Fix relative thin archive path handling"Dmitri Gribenko2019-06-031-34/+17
* [llvm-ar] Fix relative thin archive path handlingOwen Reynolds2019-06-031-17/+34
* [ARM] add target arch definitions for 8.1-M and MVESjoerd Meijer2019-05-301-0/+18
* Add IR support, ELF section and user documentation for partitioning feature.Peter Collingbourne2019-05-291-0/+1
* [ARM] Replace fp-only-sp and d16 with fp64 and d32.Simon Tatham2019-05-281-3/+3
* [XCOFF] Implement parsing symbol table for xcoffobjfile and output as yaml fo...Jason Liu2019-05-281-39/+163
* [LLVM-C] Add Accessor for Mach-O Universal Binary SlicesRobert Widmann2019-05-251-0/+15
* [llvm-dlltool] Respect NONAME keywordMartin Storsjo2019-05-221-1/+4
* [ELF] Implement Dependent Libraries FeatureBen Dunbobbin2019-05-172-1/+18
* Minidump: Add support for the MemoryList streamPavel Labath2019-05-161-0/+2
* Recommit [Object] Change object::SectionRef::getContents() to return Expected...Fangrui Song2019-05-163-14/+15
* Revert r360876 "[Object] Change object::SectionRef::getContents() to return E...Hans Wennborg2019-05-163-15/+14
* [Object] Change object::SectionRef::getContents() to return Expected<StringRef>Fangrui Song2019-05-163-14/+15
* AArch64: support binutils-like things on arm64_32.Tim Northover2019-05-141-2/+20
* [Object] Change ObjectFile::getSectionContents to return Expected<ArrayRef<ui...Fangrui Song2019-05-144-23/+18
* [Object] Move ELF specific ObjectFile::getBuildAttributes to ELFObjectFileBaseFangrui Song2019-05-101-4/+2
OpenPOWER on IntegriCloud