summaryrefslogtreecommitdiffstats
path: root/lld/wasm/LTO.cpp
Commit message (Expand)AuthorAgeFilesLines
* [lld][WebAssebmly] Preserve custom import attributes with LTOSam Clegg2019-10-171-3/+2
* [WebAssembly] Wrap definitions in namespace lld { namespace wasm {. NFCFangrui Song2019-10-101-2/+5
* [WebAssembly] Implement NO_STRIPDan Gohman2019-08-291-0/+1
* [LLD] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-3/+3
* [Coding style change][lld] Rename variables for non-ELF portsRui Ueyama2019-07-111-74/+74
* [WebAssebmly] Add support for --wrapSam Clegg2019-05-241-0/+5
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-3/+0
* [WebAssembly] Fix imported function symbol names that differ from their impor...Dan Gohman2019-02-071-1/+2
* [WebAssembly] clang-tidy (NFC)Heejin Ahn2019-02-041-1/+1
* [WebAssembly] Support imports from custom module namesSam Clegg2019-02-011-2/+2
* Fix names of functions in TargetOptionsCommandFlags.h. NFC.Sam Clegg2019-02-011-2/+2
* [LTO] Set CGOptLevel in LTO config.Sam Clegg2019-01-301-0/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add support for the event sectionHeejin Ahn2018-12-081-1/+1
* [WebAssembly] Delete unused using statements (NFC)Heejin Ahn2018-11-211-2/+0
* [WebAssembly] Initial support for shared objects (-shared)Sam Clegg2018-11-151-0/+7
* Set MAttrs in LTO modeFangrui Song2018-11-011-0/+1
* [WebAssembly] Preserve function signatures during LTOSam Clegg2018-09-281-3/+4
* [WebAssembly] Set threadmodel during LTOSam Clegg2018-07-021-1/+4
* [WebAssembly] Add support for bitcode archive membersSam Clegg2018-06-281-1/+2
* [WebAssembly] Initial support for LTOSam Clegg2018-05-301-0/+151
OpenPOWER on IntegriCloud