summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputFiles.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-2/+1
* [lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg2019-10-171-2/+2
* [lld][WebAssembly] Fix for weak references to data symbols in archivesSam Clegg2019-10-171-1/+1
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-16/+19
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg2019-09-241-2/+7
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-231-1/+2
* [WebAssembly][lld] Fix crash when applying relocations to debug sectionsSam Clegg2019-08-201-1/+1
* [lld][WebAssembly] Fix handling of comdat functions in init array.Sam Clegg2019-07-171-6/+4
* [WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song2019-07-161-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-281/+281
* [lld][WebAssembly] Report undefined symbols during scanRelocationsSam Clegg2019-07-091-16/+2
* [WebAssembly] Fix accidental omission from rLLD364367Keno Fischer2019-06-261-0/+1
* [lld/WebAssembly] Slightly nicer error message for malformed input filesKeno Fischer2019-06-261-1/+2
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-071-14/+24
* [WebAssembly] Handle object parsing more like the ELF backendSam Clegg2019-06-051-2/+2
* [lld] Explicitly ignore comdat groups when parsing LTO object(s)Sam Clegg2019-06-051-9/+5
* [WebAssembly] Move direct call tracking from member to local. NFC.Sam Clegg2019-05-291-3/+10
* [WebAssembly] Relax signature checking for undefined functions that are not c...Sam Clegg2019-05-241-12/+22
* [WebAssembly] Add --reproduce.Rui Ueyama2019-05-211-0/+6
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-2/+5
* [WebAssembly] LTO: Honor comdat groups when loading bitcode filesSam Clegg2019-05-151-10/+22
* [WebAssembly] Don't assume that strongly defined symbols are DSO-localSam Clegg2019-05-101-0/+2
* Revert "[WebAssembly] Don't generate unused table entries."Sam Clegg2019-05-091-2/+0
* [WebAssembly] Don't generate unused table entries.Sam Clegg2019-05-071-0/+2
* [WebAssembly] Fix typo in relocation checkingSam Clegg2019-04-231-1/+3
* [WebAssembly] Error on relocations against undefined data symbols.Sam Clegg2019-04-221-14/+32
* [WebAssembly] Fix R_WASM_FUNCTION_OFFSET_I32 relocation warningsSam Clegg2019-04-221-6/+7
* [WebAssembly] Ensure ArchiveName is set even in the presence of --whole-archive.Sam Clegg2019-04-091-5/+5
* [WebAssembly] Add new explicit relocation types for PIC relocationsSam Clegg2019-04-041-2/+6
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-3/+6
* [WebAssembly] Target features sectionThomas Lively2019-03-201-2/+0
* [WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg2019-03-131-1/+6
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-3/+7
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-1/+1
* [WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg2019-02-041-28/+28
* [WebAssembly] Support imports from custom module namesSam Clegg2019-02-011-2/+3
* 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-0/+2
* Revert "[WebAssembly] Merge producers section"Thomas Lively2019-01-171-2/+0
* [WebAssembly] Merge producers sectionThomas Lively2019-01-161-0/+2
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-3/+23
* [WebAssembly] Fix inaccurate comments / assertion messagesHeejin Ahn2018-11-191-1/+1
* [WebAssembly] Move .debug_line section address of dead function outside secti...Yury Delendik2018-09-241-2/+3
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-291-15/+15
* [WebAssembly] Optimise relocation processing. NFC.Sam Clegg2018-08-221-12/+40
* [WebAssembly] Add support for --whole-archive.Sam Clegg2018-07-231-12/+12
* [WebAssembly] Fix archive member display in error messagesSam Clegg2018-07-181-4/+4
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-281-2/+8
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-0/+42
* [WebAssembly] Fix crash when relocation synbol is not liveSam Clegg2018-05-231-1/+2
OpenPOWER on IntegriCloud