summaryrefslogtreecommitdiff
path: root/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.h
AgeCommit message (Collapse)AuthorFilesLines
2016-05-23[WebAssembly] Basic TargetTransformInfo support for SIMD128.Dan Gohman1-1/+9
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@270508 91177308-0d34-0410-b5e6-96231b3b80d8
2015-12-08[WebAssembly] Remove the override of haveFastSqrt.Dan Gohman1-1/+0
The default implementation in BasicTTI already checks TLI and does the right thing. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@254993 91177308-0d34-0410-b5e6-96231b3b80d8
2015-09-16Try to fix WebAssembly build after r247864Hans Wennborg1-1/+1
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@247870 91177308-0d34-0410-b5e6-96231b3b80d8
2015-08-24[WebAssembly] Tell TargetTransformInfo about popcnt and sqrt.Dan Gohman1-1/+2
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@245853 91177308-0d34-0410-b5e6-96231b3b80d8
2015-07-09Unbreak WebAssembly buildJF Bastien1-20/+4
Summary: D11021 and D11045 didn't update the WebAssembly target's code. It's still experimental so all tests passed. Reviewers: sunfish, joker.eph, echristo Subscribers: llvm-commits, jfb Differential Revision: http://reviews.llvm.org/D11084 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241859 91177308-0d34-0410-b5e6-96231b3b80d8
2015-06-29[WebAssembly] Initial WebAssembly backendDan Gohman1-0/+87
This WebAssembly backend is just a skeleton at this time and is not yet functional. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@241022 91177308-0d34-0410-b5e6-96231b3b80d8