summaryrefslogtreecommitdiffstats
path: root/lld/wasm/OutputSections.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-151-1/+1
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-42/+42
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-4/+4
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-47/+6
* [WebAssembly] Move code and data section generation to finalizeContent. NFC.Sam Clegg2019-05-161-6/+31
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Remove `using` statements from header files. NFC.Sam Clegg2018-11-271-4/+2
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-291-1/+1
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-0/+2
* [WebAssembly] Add support for custom sectionsSam Clegg2018-04-101-0/+21
* [WebAssembly] Return a StringRef instead of std::string from getSectionName()...Rui Ueyama2018-02-281-1/+1
* [WebAssembly] Do not use inheritance to define SubSection.Rui Ueyama2018-02-281-16/+0
* Refactor wasm/WriterUtil.{cpp,h}.Rui Ueyama2018-02-161-3/+3
* [WebAssembly] Add InputChunk as common base class for InputSegment and InputF...Sam Clegg2018-01-101-2/+1
* [WebAssembly] Output functions individuallySam Clegg2018-01-091-3/+3
* [WebAssembly] Improve toString(OutputSection). NFC.Sam Clegg2017-12-201-12/+7
* [WebAssembly] Apply data relocations in parallel. NFC.Sam Clegg2017-12-191-2/+1
* [WebAssembly] Add support for writing out init functions in linking sectionSam Clegg2017-12-191-0/+4
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-4/+4
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+138
OpenPOWER on IntegriCloud