aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/WebAssembly/WebAssemblyTargetTransformInfo.cpp
AgeCommit message (Expand)AuthorFilesLines
2017-11-17Fix a bunch more layering of CodeGen headers that are in TargetDavid Blaikie1-1/+1
2017-06-12Const correctness for TTI::getRegisterBitWidthDaniel Neilson1-1/+1
2017-01-11[X86] updating TTI costs for arithmetic instructions on X86\SLM arch.Mohammed Agabaria1-1/+1
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