summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Object
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Identify COMDATs by index rather than string. NFCNicholas Wilson2018-03-141-6/+11
* Delay creating an alias for @@@.Rafael Espindola2018-03-092-2/+4
* [WebAssembly] Disallow weak undefined globals in the object formatNicholas Wilson2018-03-091-0/+5
* Don't treat .symver as a regular alias definition.Rafael Espindola2018-03-091-0/+2
* For llvm-objdump and Mach-O files, update the printing of some thread statesKevin Enderby2018-03-081-1/+49
* Update a few switch statements to handle file_magic::pdb.Zachary Turner2018-03-073-0/+5
* [WebAssebmly] Remove reloc ordering constraintSam Clegg2018-03-061-3/+1
* [WebAssembly] Add validation to reloc sectionNicholas Wilson2018-03-051-4/+40
* [WebAssembly] Attach a name to globals similarly to function namingNicholas Wilson2018-03-051-2/+8
* [WebAssembly] Check function type indexesNicholas Wilson2018-03-021-1/+6
* [WebAssembly] Use uint8_t for single byte values to match the specSam Clegg2018-03-011-23/+11
* [WebAssembly] Fix copy-paste error in debugging stringNicholas Wilson2018-02-281-1/+1
* [WebAssembly] Remove DataSize from linking metadata sectionSam Clegg2018-02-271-5/+0
* [WebAssembly] Add first claass symbol table to wasm objectsSam Clegg2018-02-231-135/+169
* Report fatal error in the case of out of memorySerge Pavlov2018-02-201-1/+1
* Revert r325224 "Report fatal error in the case of out of memory"Serge Pavlov2018-02-151-1/+1
* Report fatal error in the case of out of memorySerge Pavlov2018-02-151-1/+1
* [WebAssebmly] Report undefined symbols correctly in objdumpSam Clegg2018-02-091-8/+13
* [RISCV] Add ELFObjectFileBase::getRISCVFeatures let llvm-objdump could get RI...Shiva Chen2018-02-021-0/+13
* [WebAssembly] MC: Remove unused code for handling of wasm globalsSam Clegg2018-01-311-4/+4
* 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
OpenPOWER on IntegriCloud