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