summaryrefslogtreecommitdiffstats
path: root/lld/wasm/Writer.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-071-0/+3
* [WebAssembly] Don't export __data_end and __heap_base by default.Sam Clegg2019-05-311-5/+4
* [WebAssembly] Improve feature validation error messagesThomas Lively2019-05-301-20/+32
* [WebAssembly] Add support for -emit-relocsSam Clegg2019-05-241-5/+5
* Reland: [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-231-4/+41
* [WebAssembly] Seal imports section before counting importsSam Clegg2019-05-231-7/+9
* Revert "[WebAssembly] Add __start_/_stop_ symbols for data sections"Sam Clegg2019-05-211-43/+6
* [WebAssembly] Add __start_/_stop_ symbols for data sectionsSam Clegg2019-05-211-6/+43
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-847/+152
* [WebAssembly] Move code and data section generation to finalizeContent. NFC.Sam Clegg2019-05-161-5/+1
* [WebAssembly] Don't generate empty type sections.Sam Clegg2019-05-161-0/+2
* [WebAssembly] Refactor relocation processing. NFC.Sam Clegg2019-05-131-19/+17
* [WebAssembly] Don't assume that strongly defined symbols are DSO-localSam Clegg2019-05-101-3/+7
* Revert "[WebAssembly] Don't generate unused table entries."Sam Clegg2019-05-091-20/+20
* [WebAssembly] Don't generate unused table entries.Sam Clegg2019-05-071-20/+20
* Use llvm::stable_sortFangrui Song2019-04-231-4/+4
* [WebAssembly] Error on relocations against undefined data symbols.Sam Clegg2019-04-221-0/+14
* [WebAssembly] Emit the DataCount section when bulk memory is enabledThomas Lively2019-04-191-0/+12
* [wasm] Simplify. NFCFangrui Song2019-04-181-2/+2
* [WebAssembly] Assign GOT entries symbols used in data relocationsSam Clegg2019-04-101-3/+14
* [WebAssembly] Include function in wasm table when used in R_WASM_TABLE_INDEX_...Sam Clegg2019-04-051-1/+2
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-19/+61
* Re-land "[WebAssembly] Improve invalid relocation error message""Sam Clegg2019-03-291-7/+6
* [WebAssembly] "atomics" feature requires shared memoryThomas Lively2019-03-291-3/+11
* [ELF][MachO][wasm] Simplify range-style std::find{,_if} with STLExtras.h util...Fangrui Song2019-03-291-4/+4
* 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
OpenPOWER on IntegriCloud