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
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-07
Move CallGraphSCCPass.h into the Analysis tree; that's where the
Chandler Carruth
2013-01-02
Move all of the header files which are involved in modelling the LLVM IR
Chandler Carruth
2013-01-02
Sort a few more #include lines in tools/... unittests/... and utils/...
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-07
s/AttrListPtr/AttributeSet/g to better label what this class is going to be i...
Bill Wendling
2012-12-04
Sort the #include lines for unittest/...
Chandler Carruth
2012-12-04
VMCoreTests/PassManagerTest.cpp: Appease msvc not to do "using llvm::Pass" in...
NAKAMURA Takumi
2012-12-04
Add 'using' declarations to suppress -Woverloaded-virtual warnings.
Matt Beaumont-Gay
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-11-17
Add a new function to ConstantExpr - getAsInstruction. This returns its Instr...
James Molloy
2012-11-12
do not play preprocessor tricks with 'private', use public interfaces instead...
Gabor Greif
2012-11-12
add unit test for waymarking algorithm (Use::getUser)
Gabor Greif
2012-10-31
Add IRBuilderBase::getIntPtrTy.
Evgeniy Stepanov
2012-10-30
Fix isEliminableCastPair to work correctly in the presence of pointers
Duncan Sands
2012-10-08
Move TargetData to DataLayout.
Micah Villmow
2012-08-04
Update cmake build.
Benjamin Kramer
2012-08-04
Postpone the deletion of the old name in StructType::setName to allow using a...
Benjamin Kramer
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
2012-07-15
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
Move llvm/Support/MDBuilder.h to llvm/MDBuilder.h, to live with
Chandler Carruth
2012-06-29
Move llvm/Support/IRBuilder.h -> llvm/IRBuilder.h
Chandler Carruth
2012-06-21
llvm/unittests: Simplify LINK_COMPONENTS.
NAKAMURA Takumi
2012-06-21
llvm/unittests/VMCore/CMakeLists.txt: Introduce LLVM_OPTIONAL_SOURCES here, too.
NAKAMURA Takumi
2012-06-21
Completely refactor the structuring of unittest CMake files to match the
Chandler Carruth
2012-06-02
Fix typos found by http://github.com/lyda/misspell-check
Benjamin Kramer
2012-04-16
Remove support for the special 'fast' value for fpmath accuracy for the moment.
Duncan Sands
2012-04-16
Make it possible to indicate relaxed floating point requirements at the IR level
Duncan Sands
2012-03-31
I noticed in passing that the Metadata getIfExists method was creating a new
Duncan Sands
2012-03-30
Handle unreachable code in the dominates functions. This changes users when
Rafael Espindola
2012-01-02
Undo the hack in r147427 and move this unittest to a better home. This
Chandler Carruth
2012-01-02
Fix unittest makefile after r147425. This should unbreak the makefile
Chandler Carruth
2012-01-02
Materialize functions whose basic blocks are used by global variables. Fixes
Rafael Espindola
2011-12-12
re-enable unittest
Dylan Noblesmith
2011-12-05
Add support for vectors of pointers.
Nadav Rotem
2011-08-30
Fix C++0x narrowing errors when char is unsigned.
Jeffrey Yasskin
2011-08-27
The 'expected' argument to EXPECT_EQ is actually the first one;
John McCall
2011-07-18
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-12
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-11
De-constify Types in FunctionType::get().
Jay Foad
2011-07-09
Land the long talked about "type system rewrite" patch. This
Chris Lattner
2011-06-20
Revamp the "ConstantStruct::get" methods. Previously, these were scattered
Chris Lattner
2011-05-18
Teach getCastOpcode about element-by-element vector casts. For example, "trunc"
Duncan Sands
[next]