summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* CodeGen: support an extension to pass linker options on ELFSaleem Abdulrasool2018-01-301-0/+1
* Move getPlatformFlags to ELFObjectFileBase and simplify.Rafael Espindola2018-01-291-2/+1
* [WebAssembly] Add minor helper functions to WasmObjectFileSam Clegg2018-01-241-9/+18
* [COFF] Keep the underscore on exported decorated stdcall functions in MSVC modeMartin Storsjo2018-01-201-3/+12
* [WebAssembly] Remove debug names from symbol tableSam Clegg2018-01-171-10/+25
* [WebAssembly] Don't allow functions to be named twiceSam Clegg2018-01-121-1/+6
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-091-0/+54
* [WebAssembly] Explicitly specify function/global index space in YAMLSam Clegg2018-01-091-1/+3
* [Support] Add WritableMemoryBuffer::getNewMemBufferPavel Labath2018-01-091-3/+3
* Do not look up symbol names when n_strx == 0Michael Trent2018-01-031-0/+4
* [WebAssembly] Remove unneeded sub-directorySam Clegg2017-12-211-1/+1
* [WebAssembly] Fix local references to weak aliasesSam Clegg2017-12-211-9/+18
* Silence a bunch of implicit fallthrough warningsAdrian Prantl2017-12-191-0/+1
* Fix buffer overrun in WindowsResourceCOFFWriter::writeSymbolTable()Bob Haarman2017-12-181-3/+3
* [WebAssembly] Export some more info on wasm funtionsSam Clegg2017-12-171-4/+7
* Fixed the gcc 'enumeral and non-enumeral type in conditional expression [-Wer...Galina Kistanova2017-12-151-3/+3
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-151-1/+23
* Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner2017-12-143-3/+3
* [WebAssembly] Add support for init functions linking metadataSam Clegg2017-12-141-1/+20
* Remove redundant includes from lib/Object.Michael Zolotukhin2017-12-133-13/+0
* reverting out -r320532 because a warning is breaking the lld buildMichael Trent2017-12-131-23/+1
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-121-1/+23
* Reverting r320166 to fix test failures.Michael Trent2017-12-081-23/+1
* Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent2017-12-081-1/+23
* [WebAssembly] Commit a file I accidentally omitted from r319956.Dan Gohman2017-12-061-1/+0
* [COFF] Ignore semicolons in module definition identifiersRui Ueyama2017-12-061-1/+1
* Reland "[WebAssembly] Add visibility flag to Wasm symbol flags""Sam Clegg2017-12-031-1/+3
* [WebAssembly] Revert r319488 "Add visibility flag to Wasm symbol flags"Heejin Ahn2017-12-021-3/+1
* Add flag to ArchiveWriter to test GNU64 format more efficientlyJake Ehrlich2017-12-011-1/+10
* Add visibility flag to Wasm symbol flagsSam Clegg2017-11-301-1/+3
* Object: Improve COFF irsymtab comdat representation.Peter Collingbourne2017-11-211-9/+36
* Use TempFile in llvm-ar. NFC.Rafael Espindola2017-11-141-11/+7
* [llvm-cvtres] Add support for ARM64Martin Storsjo2017-11-101-14/+5
* Revert r317046, "Object: Move some code from ELF.h into ELF.cpp."Peter Collingbourne2017-11-031-263/+0
* Reland "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich2017-11-031-9/+55
* Fix warnings discovered by rL317076. [-Wunused-private-field]NAKAMURA Takumi2017-11-011-1/+1
* Object: Move some code from ELF.h into ELF.cpp.Peter Collingbourne2017-10-311-0/+263
* Revert "Add support for writing 64-bit symbol tables for archives when offset...Jake Ehrlich2017-10-271-55/+9
* Add support for writing 64-bit symbol tables for archives when offsets become...Jake Ehrlich2017-10-271-9/+55
* Make 32-bit member offset in Archive::Symbol::getMember 64-bitJake Ehrlich2017-10-271-1/+1
* ELF: Add support for emitting dynamic relocations in the Android relocation p...Peter Collingbourne2017-10-271-0/+2
* [COFF] Support ordinals in def files with space between @ and the numberMartin Storsjo2017-10-261-3/+8
* llvm-readobj: Add support for reading relocations in the Android packed format.Peter Collingbourne2017-10-251-0/+90
* [wasm] readSection: Avoid reading past eof (fixes oss-fuzz #3219)Vedant Kumar2017-10-231-3/+5
* [COFF] Improve the check for functions that should get an extra underscoreMartin Storsjo2017-10-231-3/+21
* Untabify.NAKAMURA Takumi2017-10-181-3/+3
* Fix typo in checkTwoLevelHintsCommandJessica Paquette2017-10-171-1/+1
* Revert "[ADT] Make Twine's copy constructor private."Zachary Turner2017-10-111-3/+2
* [ADT] Make Twine's copy constructor private.Zachary Turner2017-10-111-2/+3
* Convert the last uses of ErrorOr in include/llvm/Object.Rafael Espindola2017-10-112-12/+16
OpenPOWER on IntegriCloud