| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Sort the #include lines for unittest/... | Chandler Carruth | 2012-12-04 | 1 | -3/+2 |
| | | | | | llvm-svn: 169250 | ||||
| * | copyFastMathFlags utility and test case | Michael Ilseman | 2012-11-29 | 1 | -0/+9 |
| | | | | | llvm-svn: 168943 | ||||
| * | Whoops, fixed bad merge | Michael Ilseman | 2012-11-28 | 1 | -55/+0 |
| | | | | | llvm-svn: 168816 | ||||
| * | Fixed bad test case | Michael Ilseman | 2012-11-28 | 1 | -0/+55 |
| | | | | | llvm-svn: 168815 | ||||
| * | Fast-math: IRBuilder test for creating instructions with fast-math flags | Michael Ilseman | 2012-11-28 | 1 | -0/+58 |
| | | | | | llvm-svn: 168814 | ||||
| * | Add IRBuilderBase::getIntPtrTy. | Evgeniy Stepanov | 2012-10-31 | 1 | -0/+12 |
| | | | | | llvm-svn: 167111 | ||||
| * | Add support for attaching branch weight metadata directly from the IRBuilder. | Chandler Carruth | 2012-07-16 | 1 | -0/+11 |
| | | | | | | | | | | Added a basic unit test for this with CreateCondBr. I didn't go all the way and test the switch side as the boilerplate for setting up the switch IRBuilder unit tests is a lot more. Fortunately, the two share all the interesting code paths. llvm-svn: 160251 | ||||
| * | Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr. | Chandler Carruth | 2012-07-16 | 1 | -1/+15 |
| | | | | | | | | This is in anticipation of changing CreateCondBr and wanting to test those changes. llvm-svn: 160250 | ||||
| * | Move the IRBuilder unittest from Support to VMCore. This got missed in | Chandler Carruth | 2012-07-16 | 1 | -0/+74 |
| the original move of IRBuilder. llvm-svn: 160249 | |||||

