Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [X86] updating TTI costs for arithmetic instructions on X86\SLM arch. | Mohammed Agabaria | 2017-01-11 | 1 | -1/+1 |
| | | | | | | | | | | | | updated instructions: pmulld, pmullw, pmulhw, mulsd, mulps, mulpd, divss, divps, divsd, divpd, addpd and subpd. special optimization case which replaces pmulld with pmullw\pmulhw\pshuf seq. In case if the real operands bitwidth <= 16. Differential Revision: https://reviews.llvm.org/D28104 llvm-svn: 291657 | ||||
* | [WebAssembly] Basic TargetTransformInfo support for SIMD128. | Dan Gohman | 2016-05-23 | 1 | -0/+56 |
| | | | | llvm-svn: 270508 | ||||
* | [WebAssembly] Remove the override of haveFastSqrt. | Dan Gohman | 2015-12-08 | 1 | -5/+0 |
| | | | | | | | The default implementation in BasicTTI already checks TLI and does the right thing. llvm-svn: 254993 | ||||
* | [WebAssembly] Minor clang-format and selected clang-tidy cleanups. NFC. | Dan Gohman | 2015-11-29 | 1 | -2/+1 |
| | | | | llvm-svn: 254267 | ||||
* | [WebAssembly] Tell TargetTransformInfo about popcnt and sqrt. | Dan Gohman | 2015-08-24 | 1 | -3/+8 |
| | | | | llvm-svn: 245853 | ||||
* | [WebAssembly] Initial WebAssembly backend | Dan Gohman | 2015-06-29 | 1 | -0/+28 |
This WebAssembly backend is just a skeleton at this time and is not yet functional. llvm-svn: 241022 |