summaryrefslogtreecommitdiffstats
path: root/lld/wasm
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Initial support for LTOSam Clegg2018-05-3012-20/+426
* [WebAssembly] Add support for response file parsingSam Clegg2018-05-301-0/+4
* Replace last DEBUG occurrence with LLVM_DEBUG in lld.Nicola Zaghen2018-05-231-9/+9
* [WebAssembly] Fix crash when relocation synbol is not liveSam Clegg2018-05-231-1/+2
* [WebAssembly] Remove dead code from LEB compression pass.Sam Clegg2018-05-221-9/+2
* [WebAssembly] Fix two bugs in LEB compression: properly calculate function bo...Sam Clegg2018-05-221-1/+2
* Fix unused variable warning in non-debug builds.Richard Trieu2018-05-191-1/+1
* [WebAssembly] Add option to remove LEB padding at relocate sitesSam Clegg2018-05-186-4/+153
* Support: Simplify endian stream interface. NFCI.Peter Collingbourne2018-05-181-1/+1
* [WebAssembly] Fix R_WEBASSEMBLY_FUNCTION_OFFSET_I32 relocation entriesSam Clegg2018-05-152-15/+5
* [lld] Make helpers static. NFC.Benjamin Kramer2018-05-152-1/+3
* [lld] Update uses of DEBUG macro to LLVM_DEBUG.Nicola Zaghen2018-05-157-56/+60
* [WebAssembly] Allow signautre of entry function to be flexibleSam Clegg2018-05-142-11/+17
* [WebAssembly] Update to match llvm changesSam Clegg2018-05-143-25/+10
* [WebAssembly] Add a flag to control merging data segmentsSam Clegg2018-05-104-1/+9
* lld-link: Add --color-diagnostics(={always,never,auto})?, --no-color-diagnost...Nico Weber2018-05-102-8/+7
* [WebAssembly] Simplify writing of exports section. NFC.Sam Clegg2018-05-101-34/+25
* Fix -Wunused-variable warning introduced at r331566.Andrea Di Biagio2018-05-051-1/+1
* [WebAssembly] Check function signatures by defaultSam Clegg2018-05-054-14/+6
* [WebAssembly] Only perform sanity checking of relocation targets in debug buildsSam Clegg2018-05-052-10/+45
* [WebAssembly] Add support for debug (DWARF) sectionsSam Clegg2018-05-049-19/+186
* [WebAssembly] Add --stack-first option which places the shadow stack at start...Sam Clegg2018-05-034-19/+43
* [ELF] Fix typo. NFCFangrui Song2018-04-271-1/+1
* [LLD][WASM] Handle WASM_SYMBOL_TYPE_SECTION in toString().Roman Lebedev2018-04-261-0/+2
* [WebAssembly] Add version to linking section (to match llvm-side change)Sam Clegg2018-04-261-2/+1
* Style fix.Rui Ueyama2018-04-241-3/+3
* [WebAssembly] Match llvm-side change to reloc section headerSam Clegg2018-04-241-1/+1
* [WebAssembly] Implement -print-gc-sections, to better test GC of globalsNicholas Wilson2018-04-204-5/+20
* [WebAssembly] Implement GC for importsNicholas Wilson2018-04-204-17/+25
* [WebAssembly] Implement --print-gc-sections for synthetic functionsNicholas Wilson2018-04-204-8/+23
* [WebAssembly] Fix bug where reloc addends were written as unsignedSam Clegg2018-04-191-1/+1
* [WebAssembly] Match llvm change to custom section sizeSam Clegg2018-04-122-13/+5
* [WebAssembly] Add support for custom sectionsSam Clegg2018-04-107-1/+112
* [WebAssembly] Remove StackPointerGlobal member variable from the driver.Rui Ueyama2018-04-051-5/+5
* [WebAssembly] Remove another trivial accessor.Rui Ueyama2018-04-052-11/+6
* [WebAssembly] Error if both --export-table and --import-table are specified.Rui Ueyama2018-03-301-5/+5
* [WebAssembly] Name Config members after commandline argument. NFCNicholas Wilson2018-03-283-17/+11
* [WebAssembly] Add export/import for function pointer tableNicholas Wilson2018-03-276-7/+58
* [WebAssembly] Fix -Werror=extra failure due to enum in ternaryNicholas Wilson2018-03-141-1/+2
* [WebAssembly] Use DenseMapInfo traits from LLVM repo. NFCNicholas Wilson2018-03-142-47/+3
* [WebAssembly] Avoid COMDAT hashmap lookup for each symbol. NFCNicholas Wilson2018-03-147-15/+29
* [WebAssembly] Add missing implementation for --initial/max-memory argsNicholas Wilson2018-03-141-1/+26
* [WebAssembly] Replace varargs debugPrint with standard log callNicholas Wilson2018-03-141-19/+9
* [WebAssembly] Fix expected contents of relocations with addendsSam Clegg2018-03-142-3/+5
* [WebAssembly] Demangle symbol names for use by the browser debuggerNicholas Wilson2018-03-132-3/+9
* [WebAssembly] Use helper macro from ELF/Options.td to tidy. NFCNicholas Wilson2018-03-131-15/+9
* [WebAssembly] Add missing --demangle argNicholas Wilson2018-03-132-0/+10
* [WebAssembly] Refactor to avoid conflating global and fucntion index space. NFCSam Clegg2018-03-127-88/+96
* [WebAssembly] Verify contents of relocation target before writing itSam Clegg2018-03-123-0/+61
* [WebAssembly] Add test for imported ctor and fix indexing bug foundNicholas Wilson2018-03-121-3/+2
OpenPOWER on IntegriCloud