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
/
SPARC
Age
Commit message (
Expand
)
Author
2010-04-07
Split big test into multiple directories to cater to
Dale Johannesen
2010-02-04
add support for the sparcv9-*-* target triple to turn on
Chris Lattner
2010-01-05
Delete useless trailing semicolons.
Dan Gohman
2009-10-12
Eliminate some redundant llvm-as calls.
Benjamin Kramer
2009-09-15
several major improvements to the sparc backend: support for weak linkage
Chris Lattner
2009-09-11
Convert more tests to avoid llvm-as.
Dan Gohman
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
2009-01-15
Add the private linkage.
Rafael Espindola
2008-10-10
Add testcase for 'r' inline asm operand
Anton Korobeynikov
2008-10-10
Add sparc test for memory operand used in inline asm
Anton Korobeynikov
2008-05-20
sabre brings to my attention that the 'tr' suffix is also obsolete
Gabor Greif
2008-05-20
Rename the last test with .llx extension to .ll, resolve duplicate test by re...
Gabor Greif
2008-02-19
Remove llvm-upgrade and update tests.
Tanya Lattner
2007-08-15
Convert tests using "| wc -l | grep ..." to use the count script.
Dan Gohman
2007-07-13
Added test case from PR1540.
Evan Cheng
2007-06-29
Convert .cvsignore files
John Criswell
2007-05-09
Do not assert, when case range split metric is zero and JTs are not allowed: ...
Anton Korobeynikov
2007-04-21
Use the llvm_supports_target function to prevent running of tests for
Reid Spencer
2007-04-16
For PR1319:
Reid Spencer
2007-04-15
For PR1319: Upgrade to new test harness.
Reid Spencer
2007-04-11
Make the llvm-runtest function much more amenable by eliminating all the
Reid Spencer
2007-03-28
upgrade a random test
Chris Lattner
2006-12-02
Use the llvm-upgrade program to upgrade llvm assembly.
Reid Spencer
2006-04-12
Added the ability to xfail based on llvmgcc version
Tanya Lattner
2006-03-23
Tired of wading through cvs's list ? files that are generated when building
Reid Spencer
2006-02-05
move V8 testcases here
Chris Lattner