summaryrefslogtreecommitdiffstats
path: root/lib/Basic/Targets/WebAssembly.h
Commit message (Expand)AuthorAgeFilesLines
* [WebAssembly] Add mutable globals featureThomas Lively2019-03-291-0/+1
* [WebAssembly] Add atomics target optionHeejin Ahn2019-02-061-0/+1
* [WebAssembly] Add bulk memory target featureThomas Lively2019-01-311-5/+5
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [WebAssembly] Add unimplemented-simd128 feature, gate builtinsThomas Lively2019-01-101-10/+5
* [WebAssembly] Change size_t to `unsigned long`.Dan Gohman2018-07-241-3/+5
* [WebAssembly] Add exception handling optionHeejin Ahn2018-03-021-1/+2
* Add Rest of Targets Support to ValidCPUList (enabling march notes)Erich Keane2018-02-081-0/+1
* [WebAssembly] Factor out settings common to wasm32 and wasm64. NFC.Dan Gohman2018-01-231-2/+1
* [WebAssembly] Add target flags for sign-ext opcodes.Dan Gohman2018-01-191-1/+4
* [WebAssembly] Add options for using the nontrapping-fptoint feature.Dan Gohman2017-11-281-2/+6
* Break up Targets.cpp into a header/impl pair per target type[NFCI]Erich Keane2017-07-211-0/+144