summaryrefslogtreecommitdiff
path: root/test/CodeGen/SPARC
Commit message (Expand)AuthorAge
...
* Don't use %g0 to materialize 0 directly.Jakob Stoklund Olesen2013-05-19
* Select i64 values with %icc conditions.Jakob Stoklund Olesen2013-05-19
* Add floating point selects on %xcc predicates.Jakob Stoklund Olesen2013-05-19
* Implement SPselectfcc for i64 operands.Jakob Stoklund Olesen2013-05-19
* [Sparc] Rearrange integer registers' allocation order so that register alloca...Venkatraman Govindaraju2013-05-19
* Handle i64 FrameIndex nodes in SPARC v9 mode.Jakob Stoklund Olesen2013-05-19
* [Sparc] Implements hasReservedCallFrame and hasFP.Venkatraman Govindaraju2013-05-17
* [Sparc] Prevent instructions that defines or uses %o7 to be in call's delay s...Venkatraman Govindaraju2013-05-16
* Recognize sparc64 as an alias for sparcv9 triples.Jakob Stoklund Olesen2013-05-14
* Cleanup: test source files do not need to be executableArnaud A. de Grandmaison2013-04-22
* Passing arguments to varags functions under the SPARC v9 ABI.Jakob Stoklund Olesen2013-04-21
* Fix the SETHIimm pattern for 64-bit code.Jakob Stoklund Olesen2013-04-21
* Compile varargs functions for SPARCv9.Jakob Stoklund Olesen2013-04-20
* Add 64-bit multiply and divide instructions for SPARC v9.Jakob Stoklund Olesen2013-04-16
* Use i32 for all SPARC shift amounts, even in 64-bit mode.Jakob Stoklund Olesen2013-04-14
* Add support for the abs64 SPARC v9 code model.Jakob Stoklund Olesen2013-04-14
* Add support for the SPARC v9 abs44 code model.Jakob Stoklund Olesen2013-04-14
* Also put target flags on SPARC constant pool references.Jakob Stoklund Olesen2013-04-14
* Fix patterns for 64-bit pointers.Jakob Stoklund Olesen2013-04-14
* Define SPARC code models.Jakob Stoklund Olesen2013-04-13
* Compute correct frame sizes for SPARC v9 64-bit frames.Jakob Stoklund Olesen2013-04-09
* Implement LowerCall_64 for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-07
* Implement LowerReturn_64 for SPARC v9.Jakob Stoklund Olesen2013-04-06
* SPARC v9 stack pointer bias.Jakob Stoklund Olesen2013-04-06
* Complete formal arguments for the SPARC v9 64-bit ABI.Jakob Stoklund Olesen2013-04-06
* Add SPARC v9 support for select on 64-bit compares.Jakob Stoklund Olesen2013-04-04
* Add 64-bit compare + branch for SPARC v9.Jakob Stoklund Olesen2013-04-03
* Add 64-bit load and store instructions.Jakob Stoklund Olesen2013-04-02
* Basic 64-bit ALU operations.Jakob Stoklund Olesen2013-04-02
* Materialize 64-bit immediates.Jakob Stoklund Olesen2013-04-02
* Add 64-bit shift instructions.Jakob Stoklund Olesen2013-04-02
* Add support for 64-bit calling convention.Jakob Stoklund Olesen2013-04-02
* Remove unnecessary leading comment characters in lit-only fileDavid Blaikie2013-03-18
* Include '.test' suffix in target specific lit configs that need itDavid Blaikie2013-03-18
* Remove duplicate test contents.David Blaikie2013-03-11
* Use TargetTransformInfo to control switch-to-lookup table transformationHans Wennborg2012-10-30
* Fix broken tests.Benjamin Kramer2012-10-02
* Move load_to_switch.ll to test/CodeGen/SPARC/Hans Wennborg2012-09-19
* test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines.NAKAMURA Takumi2012-07-03
* test/CodeGen/SPARC/private.ll: FileCheck-ize.NAKAMURA Takumi2012-07-03
* Regression test for PR2960.Jay Foad2012-05-01
* Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnuEli Bendersky2012-03-25
* Replace all instances of dg.exp file with lit.local.cfg, since all tests are ...Eli Bendersky2012-02-16
* Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() sinceVenkatraman Govindaraju2011-12-03
* make the asmparser reject function and type redefinitions. 'Merging' hasn't ...Chris Lattner2011-06-17
* Fix more register and coalescing dependencies.Jakob Stoklund Olesen2011-05-04
* These tests no longer require linear scan because reserved register coalescin...Jakob Stoklund Olesen2011-04-05
* Fix Mips, Sparc, and XCore tests that were dependent on register allocation.Jakob Stoklund Olesen2011-03-31
* Generate correct Sparc32 ABI compliant code for functions that return a struct.Venkatraman Govindaraju2011-02-21
* Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend.Venkatraman Govindaraju2011-02-12