Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | remove tests for removed intrinsics. | Chris Lattner | 2009-07-12 | 1 | -32/+0 |
| | | | | llvm-svn: 75433 | ||||
* | This is the patch to provide clean intrinsic function overloading support in ↵ | Chandler Carruth | 2007-08-04 | 1 | -8/+8 |
| | | | | | | | | LLVM. It cleans up the intrinsic definitions and generally smooths the process for more complicated intrinsic writing. It will be used by the upcoming atomic intrinsics as well as vector and float intrinsics in the future. This also changes the syntax for llvm.bswap, llvm.part.set, llvm.part.select, and llvm.ct* intrinsics. They are automatically upgraded by both the LLVM ASM reader and the bitcode reader. The test cases have been updated, with special tests added to ensure the automatic upgrading is supported. llvm-svn: 40807 | ||||
* | unxfail this, llc doesn't support this feature yet, so don't run it. | Chris Lattner | 2007-05-05 | 1 | -2/+0 |
| | | | | llvm-svn: 36796 | ||||
* | Also validate that the code generation of IntrinsicLowering for LLI works. | Reid Spencer | 2007-04-16 | 1 | -6/+25 |
| | | | | llvm-svn: 36175 | ||||
* | XFAIL this test for now. It will be a while before I can implement this | Reid Spencer | 2007-04-05 | 1 | -0/+1 |
| | | | | | | intrinsic properly in SDISel. llvm-svn: 35692 | ||||
* | Implement the llvm.bit.part_select.iN.iN.iN overloaded intrinsic. | Reid Spencer | 2007-04-04 | 1 | -0/+14 |
llvm-svn: 35678 |