aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2018-02-24[WebAssembly] Add exception handling option and featureHeejin Ahn1-2/+2
2018-01-19[WebAssembly] Make sign-extension opcodes a distinct feature.Dan Gohman1-2/+2
2017-11-28[WebAssembly] Fix trapping behavior in fptosi/fptoui.Dan Gohman1-1/+2
2017-08-30[WebAssembly] Add target feature for atomicsDerek Schuff1-1/+1
2016-05-18[WebAssembly] Disable the MachineScheduler.Dan Gohman1-1/+7
2016-01-25[WebAssembly] Minor code formatting cleanups. NFC.Dan Gohman1-2/+2
2015-12-05[WebAssembly] Move useAA() out of line to make it more convenient to experime...Dan Gohman1-0/+1
2015-07-09Unbreak WebAssembly buildJF Bastien1-2/+2
2015-07-01WebAssembly: start instructionsJF Bastien1-3/+3
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+48