Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | [ExecutionEngine] Add UnaryOperator visitor to the interpreter | Cameron McInally | 2019-06-10 | 1 | -0/+2 |
| | | | | | | | | This is to support the unary FNeg instruction. Differential Revision: https://reviews.llvm.org/D62881 llvm-svn: 362941 | ||||
* | Teach the interpreter to handle vector compares and additional vector ↵ | Nadav Rotem | 2013-04-26 | 1 | -0/+20 |
| | | | | | | | | arithmetic operations. Patch by Yuri Veselov. llvm-svn: 180626 | ||||
* | Revert r179409 because it caused some warnings and some of the build bots fail. | Nadav Rotem | 2013-04-12 | 1 | -20/+0 |
| | | | | llvm-svn: 179418 | ||||
* | Add support for additional vector instructions in the interpreter. | Nadav Rotem | 2013-04-12 | 1 | -0/+20 |
patch by Veselov, Yuri <Yuri.Veselov@intel.com>. llvm-svn: 179409 |