summaryrefslogtreecommitdiffstats
path: root/llvm/unittests/VMCore/IRBuilderTest.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth2013-01-071-184/+0
| | | | | | library rename. llvm-svn: 171747
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-8/+8
| | | | | | | | | | | | | | | | | | | | | into their new header subdirectory: include/llvm/IR. This matches the directory structure of lib, and begins to correct a long standing point of file layout clutter in LLVM. There are still more header files to move here, but I wanted to handle them in separate commits to make tracking what files make sense at each layer easier. The only really questionable files here are the target intrinsic tablegen files. But that's a battle I'd rather not fight today. I've updated both CMake and Makefile build systems (I think, and my tests think, but I may have missed something). I've also re-sorted the includes throughout the project. I'll be committing updates to Clang, DragonEgg, and Polly momentarily. llvm-svn: 171366
* Test that a landingpad gets the name provided when it was created (see commitDuncan Sands2012-12-211-0/+7
| | | | | | 170318). llvm-svn: 170886
* Reorganize FastMathFlags to be a wrapper around unsigned, and streamline ↵Michael Ilseman2012-12-091-2/+2
| | | | | | some interfaces. llvm-svn: 169712
* Sort the #include lines for unittest/...Chandler Carruth2012-12-041-3/+2
| | | | llvm-svn: 169250
* copyFastMathFlags utility and test caseMichael Ilseman2012-11-291-0/+9
| | | | llvm-svn: 168943
* Whoops, fixed bad mergeMichael Ilseman2012-11-281-55/+0
| | | | llvm-svn: 168816
* Fixed bad test caseMichael Ilseman2012-11-281-0/+55
| | | | llvm-svn: 168815
* Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman2012-11-281-0/+58
| | | | llvm-svn: 168814
* Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov2012-10-311-0/+12
| | | | llvm-svn: 167111
* Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth2012-07-161-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 Carruth2012-07-161-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 inChandler Carruth2012-07-161-0/+74
the original move of IRBuilder. llvm-svn: 160249
OpenPOWER on IntegriCloud