summaryrefslogtreecommitdiffstats
path: root/lld/wasm/OutputSections.cpp
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Elide data segments for .bss sectionsThomas Lively2019-10-151-1/+15
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-9/+13
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-115/+115
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-6/+6
* Add parentheses to silence warnings.Bill Wendling2019-07-081-3/+2
* [WebAssembly] Add option to emit passive segmentsThomas Lively2019-07-031-11/+17
* [WebAssembly] make wasm-ld --verbose show data section startVA and nameThomas Lively2019-06-041-1/+2
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-6/+1
* [WebAssembly] Move code and data section generation to finalizeContent. NFC.Sam Clegg2019-05-161-10/+9
* [WebAssembly] Emit the DataCount section when bulk memory is enabledThomas Lively2019-04-191-0/+2
* Fix a crash bug caused by a nested call of parallelForEach.Rui Ueyama2019-04-171-6/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Instruction renamingThomas Lively2019-01-081-1/+1
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-0/+2
* [WebAssembly] Import the stack pointer when building shared librariesSam Clegg2018-11-151-2/+1
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-3/+12
* [WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg2018-05-181-1/+2
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-0/+12
* [WebAssembly] Add support for custom sectionsSam Clegg2018-04-101-0/+35
* [WebAssembly] Remove another trivial accessor.Rui Ueyama2018-04-051-4/+5
* [WebAssembly] Run clang-format. NFCNicholas Wilson2018-03-071-3/+2
* [WebAssembly] Return a StringRef instead of std::string from getSectionName()...Rui Ueyama2018-02-281-7/+7
* [WebAssembly] Do not use inheritance to define SubSection.Rui Ueyama2018-02-281-4/+1
* [WebAssembly] Remove redundant local variables.Rui Ueyama2018-02-281-10/+5
* Consistent (non) use of empty lines in include blocksSam Clegg2018-02-201-1/+0
* Do not create a temporary data structure for relocations.Rui Ueyama2018-02-201-12/+10
* Refactor wasm/WriterUtil.{cpp,h}.Rui Ueyama2018-02-161-1/+2
* [WebAssembly] Move relocation handling InputChunks.cppSam Clegg2018-01-101-135/+10
* [WebAssembly] Add InputChunk as common base class for InputSegment and InputF...Sam Clegg2018-01-101-23/+18
* [WebAssembly] Output functions individuallySam Clegg2018-01-091-39/+26
* [WebAssembly] Write out undefined symbol addresses as zeroSam Clegg2018-01-081-5/+1
* [WebAssembly] Improve toString(OutputSection). NFC.Sam Clegg2017-12-201-9/+9
* [WebAssembly] Apply data relocations in parallel. NFC.Sam Clegg2017-12-191-10/+19
* [WebAssembly] Add support for writing out init functions in linking sectionSam Clegg2017-12-191-2/+9
* [WebAssebmly] Fix the single clang-format issue in `wasm` directorySam Clegg2017-12-181-2/+1
* Prefer `ArrayRef` over `const std::vector&`Sam Clegg2017-12-081-3/+3
* [WebAssembly] Fix symbol exports under -r/--relocatableSam Clegg2017-12-071-7/+10
* Move Memory.{h,cpp} to Common.Rui Ueyama2017-11-281-1/+1
* [WebAssembly] Initial wasm linker implementationSam Clegg2017-11-171-0/+330
OpenPOWER on IntegriCloud