aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblySubtarget.cpp
AgeCommit message (Expand)AuthorFilesLines
2020-08-14[X86][MC][Target] Initial backend support a tune CPU to support -mtuneCraig Topper1-4/+5
2020-04-10[WebAssembly] Minor cleanup to WebAssemblySubtarget. NFC.Sam Clegg1-8/+9
2019-03-29[WebAssembly] Merge used feature sets, update atomics linkage policyThomas Lively1-0/+5
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2019-01-10[WebAssembly] Add unimplemented-simd128 subtarget featureThomas Lively1-4/+3
2018-05-01Remove \brief commands from doxygen comments.Adrian Prantl1-1/+1
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