summaryrefslogtreecommitdiffstats
path: root/clang/lib/Driver/ToolChains/WebAssembly.cpp
Commit message (Expand)AuthorAgeFilesLines
* Default to -fuse-init-arrayFangrui Song2019-12-121-3/+3
* [WebAssembly] Find wasm-opt with GetProgramPathDan Gohman2019-12-021-4/+4
* [WebAssembly] Change the llvm-lto dir to use the LLVM VersionDan Gohman2019-11-251-11/+17
* [WebAssembly] Use wasm-opt and LTO libraries when available.Dan Gohman2019-11-221-0/+36
* [WebAssembly] -fwasm-exceptions enables reference-typesHeejin Ahn2019-11-131-1/+9
* [WebAssembly] -pthread implies -target-feature +sign-extThomas Lively2019-10-181-1/+8
* [WebAssembly] Add -fwasm-exceptions for wasm EHHeejin Ahn2019-09-121-0/+20
* [Clang] Migrate llvm::make_unique to std::make_uniqueJonas Devlieghere2019-08-141-1/+1
* [WebAssembly] Make pthread imply bulk-memory, mutable-globalsThomas Lively2019-07-121-1/+15
* [WebAssembly] Implement Address Sanitizer for EmscriptenGuanzhong Chen2019-06-261-1/+1
* [WebAssembly] Modernize include path handlingSam Clegg2019-06-131-7/+34
* [WebAssembly] Support Leak Sanitizer on EmscriptenThomas Lively2019-06-061-1/+1
* [WebAssembly] Support VPtr sanitizer for EmscriptenThomas Lively2019-05-291-0/+8
* [WebAssembly] Use "linker" as linker shortname.Sam Clegg2019-05-241-7/+0
* [WebAssembly] Reland of rL356953 (4dcf3acce6)Sam Clegg2019-03-281-1/+22
* Revert "[WebAssembly] Don't use default GetLinkerPath"Derek Schuff2019-03-271-22/+1
* [WebAssembly] Don't use default GetLinkerPathSam Clegg2019-03-251-1/+22
* [WebAssembly] Make driver -pthread imply linker --shared-memoryThomas Lively2019-03-221-1/+3
* [WebAssembly] Temporarily disable bulk-memory with -pthreadThomas Lively2019-03-021-21/+1
* [WebAssembly] Remove uses of ThreadModelThomas Lively2019-02-281-39/+28
* [WebAssembly] Make thread-related options consistentHeejin Ahn2019-02-111-6/+41
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Support multilibs for wasm32 and add a wasm OS that uses itDan Gohman2019-01-151-3/+35
* [WebAssembly] clang-format (NFC)Heejin Ahn2018-08-311-9/+6
* [WebAssembly] Remove use of lld -flavor flagSam Clegg2018-08-071-2/+0
* [WebAssembly] Support -stdlib=libc++ switchSam Clegg2018-01-121-0/+20
* [WebAssembly] Remove `-allow-undefined-file wasm.syms` from linker argsSam Clegg2018-01-111-2/+0
* [WebAssembly] Pass through --undefined to Wasm LLDSam Clegg2017-12-021-0/+1
* [WebAssemby] Enable "-mthread-model single" by default, for now.Dan Gohman2017-11-271-0/+8
* Driver: remove `SupportsObjCGC` (NFC)Saleem Abdulrasool2017-11-191-3/+0
* [WebAssembly] Add crt1.o with calling lldSam Clegg2017-10-271-0/+3
* [WebAssembly] Include libclang_rt.builtins in the standard waySam Clegg2017-10-271-1/+1
* [WebAssembly] Remove invliad lld argumentsSam Clegg2017-09-141-27/+0
* Introduce -nostdlib++ flag to disable linking the C++ standard library.Nico Weber2017-07-251-2/+1
* [OpenMP] Extend CLANG target options with device offloading kind.Gheorghe-Teodor Bercea2017-07-061-1/+2
* [WebAssembly] Add default -allow-undefined-file to linker argsSam Clegg2017-06-231-2/+3
* [WebAssembly] Fix location and -flavor when running lldSam Clegg2017-05-091-1/+4
* [Driver] Consolidate tools and toolchains by target platform. (NFC)David L. Jones2017-03-081-0/+163
OpenPOWER on IntegriCloud