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-04-22
Cleanup: test source files do not need to be executable
Arnaud A. de Grandmaison
2013-04-21
Passing arguments to varags functions under the SPARC v9 ABI.
Jakob Stoklund Olesen
2013-04-21
Fix the SETHIimm pattern for 64-bit code.
Jakob Stoklund Olesen
2013-04-20
Compile varargs functions for SPARCv9.
Jakob Stoklund Olesen
2013-04-16
Add 64-bit multiply and divide instructions for SPARC v9.
Jakob Stoklund Olesen
2013-04-14
Use i32 for all SPARC shift amounts, even in 64-bit mode.
Jakob Stoklund Olesen
2013-04-14
Add support for the abs64 SPARC v9 code model.
Jakob Stoklund Olesen
2013-04-14
Add support for the SPARC v9 abs44 code model.
Jakob Stoklund Olesen
2013-04-14
Also put target flags on SPARC constant pool references.
Jakob Stoklund Olesen
2013-04-14
Fix patterns for 64-bit pointers.
Jakob Stoklund Olesen
2013-04-13
Define SPARC code models.
Jakob Stoklund Olesen
2013-04-09
Compute correct frame sizes for SPARC v9 64-bit frames.
Jakob Stoklund Olesen
2013-04-07
Implement LowerCall_64 for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-06
Implement LowerReturn_64 for SPARC v9.
Jakob Stoklund Olesen
2013-04-06
SPARC v9 stack pointer bias.
Jakob Stoklund Olesen
2013-04-06
Complete formal arguments for the SPARC v9 64-bit ABI.
Jakob Stoklund Olesen
2013-04-04
Add SPARC v9 support for select on 64-bit compares.
Jakob Stoklund Olesen
2013-04-03
Add 64-bit compare + branch for SPARC v9.
Jakob Stoklund Olesen
2013-04-02
Add 64-bit load and store instructions.
Jakob Stoklund Olesen
2013-04-02
Basic 64-bit ALU operations.
Jakob Stoklund Olesen
2013-04-02
Materialize 64-bit immediates.
Jakob Stoklund Olesen
2013-04-02
Add 64-bit shift instructions.
Jakob Stoklund Olesen
2013-04-02
Add support for 64-bit calling convention.
Jakob Stoklund Olesen
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
[next]