summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [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
* [Object] Change SymbolicFile::printSymbolName to use ErrorFangrui Song2019-05-103-9/+7
* [Object][XCOFF] Add an XCOFF dumper for llvm-readobj.Sean Fertile2019-05-031-7/+34
* lld-link: Add /force:multipleres extension to make dupe resource diag non-fatalNico Weber2019-05-021-7/+9
* [Object] Change getSectionName() to return Expected<StringRef>Fangrui Song2019-05-025-33/+23
* Object/Minidump: Add support for the ThreadList streamPavel Labath2019-05-021-7/+12
* lld-link: Make "duplicate resource" error message a bit more conciseNico Weber2019-05-021-4/+6
* Remove duplicate line. NFCI.Simon Pilgrim2019-04-291-1/+0
* llvm-cvtres: Attempt to make llvm-cvtres/duplicate.test work on big-endian sy...Nico Weber2019-04-291-12/+14
* [Object][XCOFF] Add intial support for section header table.Sean Fertile2019-04-251-29/+83
* llvm-cvtres: Make new dupe resource error a bit friendlierNico Weber2019-04-241-7/+34
* Let llvm-cvtres (and lld-link) report duplicate resourcesNico Weber2019-04-241-23/+63
* llvm-cvtres: Split addChild(ID) into two functionsNico Weber2019-04-231-13/+23
* [WebAssembly] Object: Improve error messages on invalid sectionSam Clegg2019-04-201-3/+3
* [WebAssembly] Add DataCount section to object filesThomas Lively2019-04-121-0/+11
* [LLVM-C] Add Section and Symbol Iterator Accessors for Object File BinariesRobert Widmann2019-04-091-0/+28
* Object/Minidump: Add support for reading the ModuleList streamPavel Labath2019-04-081-0/+21
OpenPOWER on IntegriCloud