index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
unittests
/
VMCore
/
IRBuilderTest.cpp
Age
Commit message (
Expand
)
Author
2013-01-07
Rename the VMCore unittest tree to IR. Somehow was missed when doing the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2012-12-21
Test that a landingpad gets the name provided when it was created (see commit
Duncan Sands
2012-12-09
Reorganize FastMathFlags to be a wrapper around unsigned, and streamline some...
Michael Ilseman
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-11-29
copyFastMathFlags utility and test case
Michael Ilseman
2012-11-28
Whoops, fixed bad merge
Michael Ilseman
2012-11-28
Fixed bad test case
Michael Ilseman
2012-11-28
Fast-math: IRBuilder test for creating instructions with fast-math flags
Michael Ilseman
2012-10-31
Add IRBuilderBase::getIntPtrTy.
Evgeniy Stepanov
2012-07-16
Add support for attaching branch weight metadata directly from the IRBuilder.
Chandler Carruth
2012-07-16
Add a boring bit of boilerplate to start testing IRBuilder::CreateCondBr.
Chandler Carruth
2012-07-16
Move the IRBuilder unittest from Support to VMCore. This got missed in
Chandler Carruth