| Commit message (Expand) | Author | Age | Files | Lines |
* | test/CodeGen/SPARC/private.ll: Fixup. Forgot to prune old RUN lines. | NAKAMURA Takumi | 2012-07-03 | 1 | -4/+0 |
* | test/CodeGen/SPARC/private.ll: FileCheck-ize. | NAKAMURA Takumi | 2012-07-03 | 1 | -1/+7 |
* | Regression test for PR2960. | Jay Foad | 2012-05-01 | 1 | -0/+13 |
* | Continue cleanup of LIT, getting rid of the remaining artifacts from dejagnu | Eli Bendersky | 2012-03-25 | 1 | -8/+1 |
* | Replace all instances of dg.exp file with lit.local.cfg, since all tests are ... | Eli Bendersky | 2012-02-16 | 2 | -5/+13 |
* | Sparc CodeGen: Fix AnalyzeBranch for PR 10282. Removing addSuccessor() since | Venkatraman Govindaraju | 2011-12-03 | 1 | -0/+25 |
* | make the asmparser reject function and type redefinitions. 'Merging' hasn't ... | Chris Lattner | 2011-06-17 | 1 | -2/+0 |
* | Fix more register and coalescing dependencies. | Jakob Stoklund Olesen | 2011-05-04 | 1 | -1/+0 |
* | These tests no longer require linear scan because reserved register coalescin... | Jakob Stoklund Olesen | 2011-04-05 | 1 | -4/+4 |
* | Fix Mips, Sparc, and XCore tests that were dependent on register allocation. | Jakob Stoklund Olesen | 2011-03-31 | 1 | -2/+4 |
* | Generate correct Sparc32 ABI compliant code for functions that return a struct. | Venkatraman Govindaraju | 2011-02-21 | 2 | -4/+5 |
* | Prevent IMPLICIT_DEF/KILL to become a delay filler instruction in SPARC backend. | Venkatraman Govindaraju | 2011-02-12 | 1 | -0/+13 |
* | Pass sret arguments through the stack instead of through registers in Sparc b... | Venkatraman Govindaraju | 2011-01-22 | 1 | -0/+36 |
* | Added ICC, FCC as uses of movcc instruction to generate correct code when -ma... | Venkatraman Govindaraju | 2011-01-22 | 1 | -22/+51 |
* | Sparc backend: | Venkatraman Govindaraju | 2011-01-21 | 1 | -16/+34 |
* | Implement support for byval arguments in Sparc backend. | Venkatraman Govindaraju | 2011-01-21 | 1 | -0/+18 |
* | Sparc backend: Implements a delay slot filler that attempt to fill delay slots | Venkatraman Govindaraju | 2011-01-20 | 1 | -0/+77 |
* | Implement AnalyzeBranch in Sparc Backend. | Venkatraman Govindaraju | 2011-01-16 | 1 | -7/+7 |
* | Implement RETURNADDR and FRAMEADDR lowering in SPARC backend. | Venkatraman Govindaraju | 2011-01-12 | 1 | -0/+46 |
* | Fix SPARC backend call instruction so that arguments passed through registers | Venkatraman Govindaraju | 2011-01-12 | 1 | -0/+13 |
* | SPARC backend: correct ICC/FCC uses for ADDX and SELECT_CC | Venkatraman Govindaraju | 2011-01-11 | 1 | -0/+76 |
* | If dbg_declare() or dbg_value() is not lowered by isel then emit DEBUG messag... | Devang Patel | 2010-12-06 | 1 | -24/+19 |
* | filecheckize | Chris Lattner | 2010-11-23 | 2 | -17/+22 |
* | Inline asm mult-alt constraint tests. | John Thompson | 2010-11-02 | 1 | -0/+323 |
* | Split big test into multiple directories to cater to | Dale Johannesen | 2010-04-07 | 1 | -0/+33 |
* | add support for the sparcv9-*-* target triple to turn on | Chris Lattner | 2010-02-04 | 1 | -4/+2 |
* | Delete useless trailing semicolons. | Dan Gohman | 2010-01-05 | 1 | -1/+1 |
* | Eliminate some redundant llvm-as calls. | Benjamin Kramer | 2009-10-12 | 2 | -2/+2 |
* | several major improvements to the sparc backend: support for weak linkage | Chris Lattner | 2009-09-15 | 2 | -0/+15 |
* | Convert more tests to avoid llvm-as. | Dan Gohman | 2009-09-11 | 1 | -4/+2 |
* | Eliminate more uses of llvm-as and llvm-dis. | Dan Gohman | 2009-09-09 | 9 | -9/+9 |
* | Split the Add, Sub, and Mul instruction opcodes into separate | Dan Gohman | 2009-06-04 | 1 | -2/+2 |
* | Add the private linkage. | Rafael Espindola | 2009-01-15 | 1 | -0/+21 |
* | Add testcase for 'r' inline asm operand | Anton Korobeynikov | 2008-10-10 | 1 | -0/+14 |
* | Add sparc test for memory operand used in inline asm | Anton Korobeynikov | 2008-10-10 | 1 | -0/+16 |
* | sabre brings to my attention that the 'tr' suffix is also obsolete | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Rename the last test with .llx extension to .ll, resolve duplicate test by re... | Gabor Greif | 2008-05-20 | 1 | -1/+1 |
* | Remove llvm-upgrade and update tests. | Tanya Lattner | 2008-02-19 | 3 | -24/+26 |
* | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 1 | -1/+1 |
* | Added test case from PR1540. | Evan Cheng | 2007-07-13 | 1 | -0/+11 |
* | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
* | Do not assert, when case range split metric is zero and JTs are not allowed: ... | Anton Korobeynikov | 2007-05-09 | 1 | -0/+30 |
* | Use the llvm_supports_target function to prevent running of tests for | Reid Spencer | 2007-04-21 | 1 | -1/+3 |
* | For PR1319: | Reid Spencer | 2007-04-16 | 2 | -6/+8 |
* | For PR1319: Upgrade to new test harness. | Reid Spencer | 2007-04-15 | 1 | -2/+2 |
* | Make the llvm-runtest function much more amenable by eliminating all the | Reid Spencer | 2007-04-11 | 1 | -1/+1 |
* | upgrade a random test | Chris Lattner | 2007-03-28 | 1 | -4/+4 |
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 4 | -8/+8 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |