summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputFiles.h
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssembly] Add libcall symbols to the link when LTO is being used.Sam Clegg2020-01-101-0/+4
* [lld][WebAssembly] Fix use after free of archive pathSam Clegg2019-09-181-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-60/+60
* [WebAssembly] Handle object parsing more like the ELF backendSam Clegg2019-06-051-8/+3
* [WebAssembly] Move direct call tracking from member to local. NFC.Sam Clegg2019-05-291-7/+0
* [WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg2019-05-241-1/+8
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-0/+2
* [WebAssembly] Add --reproduce.Rui Ueyama2019-05-211-0/+8
* [WebAssembly] LTO: Honor comdat groups when loading bitcode filesSam Clegg2019-05-151-6/+6
* [WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.Sam Clegg2019-04-091-3/+9
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-0/+3
* [WebAssembly] Target features sectionThomas Lively2019-03-201-1/+0
* [WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg2019-03-131-0/+11
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Merge producers sectionThomas Lively2019-01-171-1/+2
* Revert "[WebAssembly] Merge producers section"Thomas Lively2019-01-171-2/+1
* [WebAssembly] Merge producers sectionThomas Lively2019-01-161-1/+2
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-0/+3
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-14/+2
* [WebAssembly] Delete unused using statements (NFC)Heejin Ahn2018-11-211-3/+0
* [WebAssembly] Add support for --whole-archive.Sam Clegg2018-07-231-0/+4
* [WebAssembly] Fix archive member display in error messagesSam Clegg2018-07-181-1/+1
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-4/+22
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-0/+3
* [WebAssembly] Add support for custom sectionsSam Clegg2018-04-101-0/+2
* [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFCNicholas Wilson2018-03-141-0/+1
* [WebAssembly] Verify contents of relocation target before writing itSam Clegg2018-03-121-0/+4
* [WebAssembly] Run clang-format. NFCNicholas Wilson2018-03-071-1/+1
* [WebAssembly] Simplify initializeSymbols and merge it with ObjFile::parse. NFC.Rui Ueyama2018-02-281-6/+0
* [WebAssembly] Refactor ObjFile::initializeSymbols.Rui Ueyama2018-02-281-4/+1
* [WebAssembly] Inline accessor functions that are called only once.Rui Ueyama2018-02-281-7/+0
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-20/+14
* [WebAssembly] Rename GlobalSymbol types. NFC.Sam Clegg2018-02-201-5/+5
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-3/+1
* [WebAssembly] Remove unused headerSam Clegg2018-02-201-1/+0
* [WebAssembly] Simplify FunctionSymbol::get/set/hasFunctionType. NFC.Sam Clegg2018-02-161-2/+2
* [WebAssembly] Use a Symbol class heirarchy. NFC.Sam Clegg2018-02-141-6/+8
* [WebAssembly] Write minimal types sectionSam Clegg2018-01-311-0/+1
* [WebAssembly] Add support for --gc-sectionsSam Clegg2018-01-311-0/+2
* [WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.Sam Clegg2018-01-281-2/+1
* [WebAssembly] Update to match llvm changes to TABLE relocationsSam Clegg2018-01-231-6/+7
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-121-0/+2
* [WebAssembly] Move relocation handling InputChunks.cppSam Clegg2018-01-101-3/+6
* [WebAssembly] Add InputChunk as common base class for InputSegment and InputF...Sam Clegg2018-01-101-1/+1
* [WebAssembly] Refactor symbol and symbol table to remove WasmSymbol referencesSam Clegg2018-01-101-6/+6
* [WebAssembly] Output functions individuallySam Clegg2018-01-091-18/+14
* [WebAssembly] De-dup indirect function table.Sam Clegg2017-12-111-5/+9
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-1/+1
* [WebAssembly] Fix symbol exports under -r/--relocatableSam Clegg2017-12-071-1/+0
* toString function take a const refs where possibleSam Clegg2017-12-051-1/+1
OpenPOWER on IntegriCloud