aboutsummaryrefslogtreecommitdiff
path: root/unittests/VMCore/IRBuilderTest.cpp
AgeCommit message (Expand)Author
2013-01-07Rename the VMCore unittest tree to IR. Somehow was missed when doing theChandler Carruth
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-21Test that a landingpad gets the name provided when it was created (see commitDuncan Sands
2012-12-09Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...Michael Ilseman
2012-12-04Sort the #include lines for unittest/...Chandler Carruth
2012-11-29copyFastMathFlags utility and test caseMichael Ilseman
2012-11-28Whoops, fixed bad mergeMichael Ilseman
2012-11-28Fixed bad test caseMichael Ilseman
2012-11-28Fast-math: IRBuilder test for creating instructions with fast-math flagsMichael Ilseman
2012-10-31Add IRBuilderBase::getIntPtrTy.Evgeniy Stepanov
2012-07-16Add support for attaching branch weight metadata directly from the IRBuilder.Chandler Carruth
2012-07-16Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.Chandler Carruth
2012-07-16Move the IRBuilder unittest from Support to VMCore. This got missed inChandler Carruth