aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-05-23[WebAssembly] Basic TargetTransformInfo support for SIMD128.Dan Gohman1-0/+56
2015-12-08[WebAssembly] Remove the override of haveFastSqrt.Dan Gohman1-5/+0
2015-11-29[WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC.Dan Gohman1-2/+1
2015-08-24[WebAssembly] Tell TargetTransformInfo about popcnt and sqrt.Dan Gohman1-3/+8
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+28