Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [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 |