summaryrefslogtreecommitdiffstats
path: root/lld/wasm/SyntheticSections.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-151-0/+6
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined dataJames Clarke2019-10-151-1/+5
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-3/+6
* [lld][WebAssembly] Fix static linking of -fPIC code with external undefined f...Sam Clegg2019-09-241-13/+20
* [lld][WebAssembly] Preserve symbol flags in --relocatable outputSam Clegg2019-09-231-21/+1
* [WebAssembly] Initialize memory in start functionThomas Lively2019-09-041-1/+10
* [lld][WebAssembly] Support for growable tablesJacob Gravelle2019-08-271-1/+5
* [lld][WebAssembly] Store table base in config rather than passing it around. ...Sam Clegg2019-08-271-5/+5
* [lld][WebAssembly] Allow linking of pic code into static binariesSam Clegg2019-08-131-6/+28
* [WebAssembly] Rename variale references in comments after VariableName -> var...Fangrui Song2019-07-161-2/+2
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-345/+345
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-7/+8
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-1/+1
* [WebAssembly] Seal imports section before counting importsSam Clegg2019-05-231-4/+7
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-0/+543
OpenPOWER on IntegriCloud