summaryrefslogtreecommitdiffstats
path: root/lld/wasm/InputChunks.h
Commit message (Expand)AuthorAgeFilesLines
* [lld] Fix trivial typos in commentsKazuaki Ishizaki2020-01-061-2/+2
* [WebAssembly] Add new `export_name` clang attribute for controlling wasm expo...Sam Clegg2019-12-111-0/+3
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-77/+77
* Make functions and member variables distinguishable even after the name style...Rui Ueyama2019-07-101-1/+1
* [WebAssembly] Fix for discarded init functionsSam Clegg2019-06-071-1/+4
* [WebAssembly] Refactor synthetic sections and relocation processing. NFC.Sam Clegg2019-05-211-0/+3
* [WebAssembly] Apply data relocations at runtime in shared objectsSam Clegg2019-04-041-0/+2
* Re-land "[WebAssembly] Improve invalid relocation error message""Sam Clegg2019-03-291-0/+2
* Revert "[WebAssembly] Improve invalid relocation error message"Derek Schuff2019-03-291-2/+0
* 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-0/+2
* 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-10/+1
* [WebAssembly] Update Config member to match command line optionSam Clegg2018-09-271-2/+2
* [WebAssembly] Optimise relocation processing. NFC.Sam Clegg2018-08-221-14/+11
* [WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg2018-05-181-2/+23
* [WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entriesSam Clegg2018-05-151-1/+1
* [WebAssembly] Only perform sanity checking of relocation targets in debug buildsSam Clegg2018-05-051-0/+4
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-041-0/+2
* [WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson2018-04-201-3/+10
* [WebAssembly] Match llvm change to custom section sizeSam Clegg2018-04-121-3/+5
* [WebAssembly] Add support for custom sectionsSam Clegg2018-04-101-1/+20
* [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFCNicholas Wilson2018-03-141-4/+5
* [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFCSam Clegg2018-03-121-4/+4
* [WebAssembly] Refactor order of creation for SyntheticFunctionNicholas Wilson2018-03-091-5/+13
* [WebAssembly] Run clang-format. NFCNicholas Wilson2018-03-071-3/+2
* [WebAssembly] Use StringSaver to retain ownership of ctor function body. NFCNicholas Wilson2018-03-071-5/+6
* [WebAssembly] Pass ownership of body to SyntheticFunction. NFCNicholas Wilson2018-03-021-5/+5
* [WebAssembly] Inline translateVA as it's trivial.Rui Ueyama2018-02-281-4/+0
* [WebAssembly] Remove trivial accessors.Rui Ueyama2018-02-281-8/+1
* [WebAssembly] Add explicit symbol tableSam Clegg2018-02-231-5/+9
* [WebAssembly] Remove unused headerSam Clegg2018-02-201-1/+0
* Do not create a temporary data structure for relocations.Rui Ueyama2018-02-201-9/+8
* [WebAssembly] Define toString(wasm::InputChunk *) and use that in MarkLive.cpp.Rui Ueyama2018-02-191-0/+2
* [WebAssembly] Remove unneeded Chunk::getFileName() method. NFC.Sam Clegg2018-02-161-1/+0
* [WebAssembly] Unify concepts of discarded and non-live input chunks. NFC.Sam Clegg2018-02-131-3/+3
* [WebAssebmly] Remvoe trailing semicolon. NFC.Sam Clegg2018-02-091-1/+1
* [WebAssembly] Write minimal types sectionSam Clegg2018-01-311-4/+4
* [WebAssembly] Add support for --gc-sectionsSam Clegg2018-01-311-2/+8
* [WebAssembly] Add getName and getFileName methods to InputChunk base class. NFC.Sam Clegg2018-01-281-2/+4
* clang formatSam Clegg2018-01-281-1/+3
* [WebAssemly] Associate symbol with InputChunk in which they are defined. NFC.Sam Clegg2018-01-281-3/+12
* [WebAssembly] Don't duplicate functions in table outputSam Clegg2018-01-241-0/+4
* [WebAssembly] Update to match llvm changes to TABLE relocationsSam Clegg2018-01-231-0/+1
* [WebAssembly] Simplify generation of "names" sectionSam Clegg2018-01-171-5/+8
* [WebAssembly] Refactor InputChunk.getSize(). NFCSam Clegg2018-01-171-8/+5
* [WebAssembly] Use ArrayRef over raw pointersSam Clegg2018-01-131-12/+10
* [WebAssembly] Add COMDAT supportSam Clegg2018-01-121-1/+6
* [WebAssembly] Create synthetic __wasm_call_ctors functionSam Clegg2018-01-121-13/+24
OpenPOWER on IntegriCloud