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
/
test
/
CodeGen
/
Generic
/
select.ll
Age
Commit message (
Expand
)
Author
2012-04-03
Add VSELECT to LegalizeVectorTypes::ScalariseVectorResult. Previously it wou...
Pete Cooper
2009-09-09
Eliminate more uses of llvm-as and llvm-dis.
Dan Gohman
2009-06-04
Split the Add, Sub, and Mul instruction opcodes into separate
Dan Gohman
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2007-09-05
Change all floating constants that are not exactly
Dale Johannesen
2006-12-02
Run llvm-upgrade on this test and/or upgrade intrinsic function calls.
Reid Spencer
2006-11-23
Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and
Reid Spencer
2004-11-06
Adding RUN lines.
Tanya Lattner
2003-11-22
Unbreak this test case - llvm-as no longer tolerates redefining names in any
Brian Gaeke
2003-01-15
Cleanup testcase
Chris Lattner
2002-10-13
Add a test for folding a GEP into a load.
Vikram S. Adve
2002-09-20
Fix to avoid addition on pointers, which is no longer legal.
Vikram S. Adve
2002-08-22
Add functions castbool and boolexpr.
Vikram S. Adve
2002-08-15
Add tests for unary NOT operations.
Vikram S. Adve
2002-08-14
*** empty log message ***
Chris Lattner
2002-08-01
Make testcase legal LLVM
Chris Lattner
2002-07-10
Some of these are feature tests, not regression tests.
Vikram S. Adve