summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Revert "[WebAssembly] Improve invalid relocation error message"Derek Schuff2019-03-291-17/+12
* Revert "[WebAssembly] Improve invalid relocation error message"Derek Schuff2019-03-291-1/+1
* [WebAssembly] Fix typo from rL357143Sam Clegg2019-03-281-1/+1
* [WebAssembly] Improve invalid relocation error messageSam Clegg2019-03-281-12/+17
* [WebAssembly] Initial implementation of PIC code generationSam Clegg2019-03-261-9/+24
* Reland "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-261-4/+32
* Revert "[WebAssembly] Add linker options to control feature checking"Thomas Lively2019-03-251-32/+4
* [WebAssembly] Add linker options to control feature checkingThomas Lively2019-03-221-4/+32
* [WebAssembly] Target features sectionThomas Lively2019-03-201-2/+69
* [WebAssembly] Error on R_WASM_MEMORY_ADDR relocations against undefined data ...Sam Clegg2019-03-161-25/+41
* [WebAssembly] Improve support for "needed" list in dylink sectionSam Clegg2019-03-131-1/+4
* [WebAssembly] Handle undefined data symbols in shared librariesSam Clegg2019-03-121-2/+9
* [WebAssembly] Don't mark lazy symbols as `IsUsedInRegularObj`Sam Clegg2019-03-081-1/+1
* [WebAssembly] Fix build after rL355577Sam Clegg2019-03-071-1/+1
* [WebAssembly] LTO: Don't include bitcode-only symbols in the symtabSam Clegg2019-03-071-1/+1
* [WebAssembly] Fix crash when __wasm_call_ctor is GCd in programs containing s...Sam Clegg2019-03-021-0/+3
* [WebAssebmly] Allow __wasm_call_ctors to be GC'edSam Clegg2019-03-011-0/+4
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-7/+22
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-11/+11
* [WebAssembly] Update relocation naming to match llvm change. NFC.Sam Clegg2019-02-041-3/+3
* [WebAssembly] Support imports from custom module namesSam Clegg2019-02-011-3/+8
* [WebAssembly] Fix crash with LTO + relocatable + undefined symbolsSam Clegg2019-01-301-28/+30
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Fix windows compiler warning by using explicit 64bit shift. NFC.Sam Clegg2019-01-171-1/+1
* [WebAssembly] Merge producers sectionThomas Lively2019-01-171-1/+47
* Revert "[WebAssembly] Merge producers section"Thomas Lively2019-01-171-46/+1
* [WebAssembly] Merge producers sectionThomas Lively2019-01-161-1/+46
* [WebAssembly] Store section alignment as a power of 2Sam Clegg2019-01-161-2/+2
* [WebAssembly] Instruction renamingThomas Lively2019-01-081-3/+3
* [WebAssembly] Add "needed" list to dylink sectionSam Clegg2018-12-121-0/+1
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-7/+75
* [WebAssembly] Don't set a maximum size when importing the tableSam Clegg2018-12-031-1/+1
* [WebAssembly] Make starting indices calcaulation simpler (NFC)Heejin Ahn2018-11-191-2/+4
* [WebAssembly] Import the stack pointer when building shared librariesSam Clegg2018-11-151-3/+8
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-11/+49
* [WebAssembly] Respect `--no-mangle` in more locationsSam Clegg2018-11-091-4/+2
* [WebAssembly] Address review comments from r346248 [NFC]Derek Schuff2018-11-061-3/+4
* [WebAssembly] Support creation and import of shared memoriesDerek Schuff2018-11-061-2/+7
* Use llvm::arrayRefFromStringRefSam Clegg2018-10-221-1/+1
* [WebAssembly] Refactor use of signaturesDerek Schuff2018-10-031-1/+1
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-291-3/+3
* [WebAssembly] Group rodata into a single output segmentSam Clegg2018-08-081-0/+2
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-281-5/+1
* [WebAssembly] LTO: Fix signatures of undefined functions in bitcodeSam Clegg2018-06-281-3/+3
* [WebAssembly] Add --export-all flagSam Clegg2018-06-071-1/+11
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-0/+2
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-151-11/+11
* [WebAssembly] Add a flag to control merging data segmentsSam Clegg2018-05-101-1/+1
* [WebAssembly] Simplify writing of exports section. NFC.Sam Clegg2018-05-101-34/+25
* Fix -Wunused-variable warning introduced at r331566.Andrea Di Biagio2018-05-051-1/+1
OpenPOWER on IntegriCloud