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
2013-03-18
Remove unnecessary leading comment characters in lit-only file
David Blaikie
2013-03-18
Include '.test' suffix in target specific lit configs that need it
David Blaikie
2013-03-11
Remove duplicate test contents.
David Blaikie
2012-10-30
Use TargetTransformInfo to control switch-to-lookup table transformation
Hans Wennborg
2012-10-02
Fix broken tests.
Benjamin Kramer
2012-09-19
Move load_to_switch.ll to test/CodeGen/SPARC/
Hans Wennborg
2012-07-03
test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.
NAKAMURA Takumi
2012-07-03
test/CodeGen/SPARC/private.ll: FileCheck-ize.
NAKAMURA Takumi
2012-05-01
Regression test for PR2960.
Jay Foad
2012-03-25
Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu
Eli Bendersky
2012-02-16
Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...
Eli Bendersky
2011-12-03
Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() since
Venkatraman Govindaraju
2011-06-17
make the asmparser reject function and type redefinitions. 'Merging' hasn't ...
Chris Lattner
2011-05-04
Fix more register and coalescing dependencies.
Jakob Stoklund Olesen
2011-04-05
These tests no longer require linear scan because reserved register coalescin...
Jakob Stoklund Olesen
2011-03-31
Fix Mips, Sparc, and XCore tests that were dependent on register allocation.
Jakob Stoklund Olesen
2011-02-21
Generate correct Sparc32 ABI compliant code for functions that return a struct.
Venkatraman Govindaraju
2011-02-12
Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.
Venkatraman Govindaraju
2011-01-22
Pass sret arguments through the stack instead of through registers in Sparc b...
Venkatraman Govindaraju
2011-01-22
Added ICC, FCC as uses of movcc instruction to generate correct code when -ma...
Venkatraman Govindaraju
2011-01-21
Sparc backend:
Venkatraman Govindaraju
2011-01-21
Implement support for byval arguments in Sparc backend.
Venkatraman Govindaraju
2011-01-20
Sparc backend: Implements a delay slot filler that attempt to fill delay slots
Venkatraman Govindaraju
2011-01-16
Implement AnalyzeBranch in Sparc Backend.
Venkatraman Govindaraju
2011-01-12
Implement RETURNADDR and FRAMEADDR lowering in SPARC backend.
Venkatraman Govindaraju
2011-01-12
Fix SPARC backend call instruction so that arguments passed through registers
Venkatraman Govindaraju
2011-01-11
SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC
Venkatraman Govindaraju
2010-12-06
If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag...
Devang Patel
2010-11-23
filecheckize
Chris Lattner
2010-11-02
Inline asm mult-alt constraint tests.
John Thompson
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
[next]