Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Test @zext and @sext fully as well as testing the "short" call syntax. | Reid Spencer | 2007-01-04 | 1 | -3/+5 | |
| | | | | llvm-svn: 32851 | |||||
* | Add a test case to test parameter attributes feature. | Reid Spencer | 2007-01-03 | 1 | -0/+18 | |
| | | | | llvm-svn: 32850 | |||||
* | Run llvm-upgrade on test to prepare for new assembly syntax. | Reid Spencer | 2006-12-29 | 2 | -2/+2 | |
| | | | | llvm-svn: 32769 | |||||
* | Add some tests for negative constants to unsigned and large positive | Reid Spencer | 2006-12-20 | 1 | -0/+7 | |
| | | | | | | constants to signed. llvm-svn: 32717 | |||||
* | Add a couple little tests for SExt/ZExt of constants of a sign that doesn't | Reid Spencer | 2006-12-18 | 1 | -0/+7 | |
| | | | | | | match. llvm-svn: 32647 | |||||
* | Add a test for constant folding of bitcast to/from floating point. | Reid Spencer | 2006-12-11 | 1 | -0/+18 | |
| | | | | llvm-svn: 32446 | |||||
* | packed initializers too in the test | Andrew Lenharth | 2006-12-08 | 1 | -0/+4 | |
| | | | | llvm-svn: 32365 | |||||
* | feature test for packed structs | Andrew Lenharth | 2006-12-08 | 1 | -0/+29 | |
| | | | | llvm-svn: 32363 | |||||
* | Remove old intrinsic declarations and usage. | Reid Spencer | 2006-12-02 | 1 | -14/+0 | |
| | | | | llvm-svn: 32129 | |||||
* | Remove a redundant RUN: line. | Reid Spencer | 2006-12-02 | 1 | -2/+0 | |
| | | | | llvm-svn: 32126 | |||||
* | Use the llvm-upgrade program to upgrade llvm assembly. | Reid Spencer | 2006-12-02 | 39 | -66/+71 | |
| | | | | llvm-svn: 32115 | |||||
* | For PR950: | Reid Spencer | 2006-11-27 | 1 | -1/+15 | |
| | | | | | | | | | | The long awaited CAST patch. This introduces 12 new instructions into LLVM to replace the cast instruction. Corresponding changes throughout LLVM are provided. This passes llvm-test, llvm/test, and SPEC CPUINT2000 with the exception of 175.vpr which fails only on a slight floating point output difference. llvm-svn: 31931 | |||||
* | Fix some typos. | Reid Spencer | 2006-11-23 | 1 | -3/+2 | |
| | | | | llvm-svn: 31897 | |||||
* | Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 and | Reid Spencer | 2006-11-23 | 5 | -15/+16 | |
| | | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896 | |||||
* | Fix a problem where dejagnu won't accept the value of global tcl variable | Reid Spencer | 2006-05-28 | 1 | -1/+0 | |
| | | | | | | "libdir" for some reason. Changing to llvmlibsdir instead fixes it. llvm-svn: 28526 | |||||
* | Provide an infrastructure for testing the llvm2cpp program (yet to be | Reid Spencer | 2006-05-28 | 1 | -0/+3 | |
| | | | | | | | | committed). This infrastructure is only activated when RUNLLVM2CPP=1 is specified on the make command line. Currently it is only supported in the Feature test suite. llvm-svn: 28525 | |||||
* | new testcase for csretcc | Chris Lattner | 2006-05-19 | 1 | -0/+5 | |
| | | | | llvm-svn: 28413 | |||||
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 | |
| | | | | llvm-svn: 27635 | |||||
* | new testcase for shufflevector | Chris Lattner | 2006-04-08 | 1 | -0/+12 | |
| | | | | llvm-svn: 27508 | |||||
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+1 | |
| | | | | | | | | with srcdir = objdir to see what's okay and what's cruft. So, in goes a bunch of .cvsignore files to shut cvs up about known output from running "make check". llvm-svn: 27009 | |||||
* | new tests for actual inline asm expressions | Chris Lattner | 2006-01-25 | 1 | -2/+8 | |
| | | | | llvm-svn: 25625 | |||||
* | minor syntax change | Chris Lattner | 2006-01-24 | 1 | -2/+2 | |
| | | | | llvm-svn: 25566 | |||||
* | new testcase | Chris Lattner | 2006-01-23 | 1 | -0/+8 | |
| | | | | llvm-svn: 25562 | |||||
* | Expand test to cover the non-overloaded variants of the arithmetic and | Reid Spencer | 2006-01-19 | 1 | -1/+45 | |
| | | | | | | floating point intrinsics. llvm-svn: 25431 | |||||
* | Test case for the insertelement operation. | Robert Bocchino | 2006-01-17 | 1 | -2/+7 | |
| | | | | llvm-svn: 25409 | |||||
* | new testcase for extractelement instruction | Chris Lattner | 2006-01-10 | 1 | -0/+8 | |
| | | | | llvm-svn: 25186 | |||||
* | new testcase | Chris Lattner | 2005-11-12 | 1 | -0/+10 | |
| | | | | llvm-svn: 24310 | |||||
* | add alignment info for globals and functions | Chris Lattner | 2005-11-06 | 1 | -1/+3 | |
| | | | | llvm-svn: 24213 | |||||
* | new testcase | Chris Lattner | 2005-11-05 | 1 | -0/+17 | |
| | | | | llvm-svn: 24202 | |||||
* | Fix this test case to actually test the new va_arg instruction not the | Reid Spencer | 2005-06-18 | 1 | -1/+1 | |
| | | | | | | old vaarg instruction. llvm-svn: 22256 | |||||
* | new vararg test | Andrew Lenharth | 2005-06-18 | 1 | -0/+33 | |
| | | | | llvm-svn: 22252 | |||||
* | Add note to self to complete the testing of all intrinsic functions as | Reid Spencer | 2005-05-09 | 1 | -0/+2 | |
| | | | | | | specified in the LangRef document. llvm-svn: 21807 | |||||
* | new testcase | Chris Lattner | 2005-05-06 | 1 | -0/+42 | |
| | | | | llvm-svn: 21750 | |||||
* | test that tail call survives bytecodification | Chris Lattner | 2005-05-06 | 1 | -3/+3 | |
| | | | | llvm-svn: 21728 | |||||
* | yea yea yea | Andrew Lenharth | 2005-05-03 | 1 | -3/+3 | |
| | | | | llvm-svn: 21673 | |||||
* | pre add count tests | Andrew Lenharth | 2005-05-03 | 1 | -0/+7 | |
| | | | | llvm-svn: 21671 | |||||
* | This file is all commented out. | Chris Lattner | 2005-03-05 | 1 | -45/+0 | |
| | | | | llvm-svn: 20454 | |||||
* | Add a test for llvm.prefetch. | Chris Lattner | 2005-02-28 | 1 | -0/+3 | |
| | | | | llvm-svn: 20379 | |||||
* | Update testcase | Alkis Evlogimenos | 2004-12-10 | 1 | -2/+2 | |
| | | | | llvm-svn: 18742 | |||||
* | Simple testcase for quoted label. | Chris Lattner | 2004-12-10 | 1 | -0/+10 | |
| | | | | llvm-svn: 18740 | |||||
* | Test floating point constants | Reid Spencer | 2004-11-20 | 1 | -0/+6 | |
| | | | | llvm-svn: 18045 | |||||
* | Adding srcdir arg | Tanya Lattner | 2004-11-19 | 1 | -1/+1 | |
| | | | | llvm-svn: 18020 | |||||
* | Fix for objdir != srcdir. | Tanya Lattner | 2004-11-07 | 1 | -1/+1 | |
| | | | | llvm-svn: 17597 | |||||
* | Added RUN lines and dejagnu support for Feature dir. | Tanya Lattner | 2004-11-07 | 32 | -0/+128 | |
| | | | | llvm-svn: 17568 | |||||
* | testcases for undefined and unreachable | Chris Lattner | 2004-10-16 | 2 | -0/+28 | |
| | | | | llvm-svn: 17058 | |||||
* | Added a test case for packed types. Test case kindly provided by Brad Jones | Reid Spencer | 2004-08-20 | 1 | -0/+15 | |
| | | | | llvm-svn: 15939 | |||||
* | bug 263: | Reid Spencer | 2004-07-25 | 1 | -0/+2 | |
| | | | | | | Add target triple and dependent libraries support to this test. llvm-svn: 15213 | |||||
* | You cannot pass functions by value, what does that even mean?? | Chris Lattner | 2004-07-14 | 1 | -2/+2 | |
| | | | | llvm-svn: 14833 | |||||
* | New, horrible, testcase | Chris Lattner | 2004-07-14 | 1 | -0/+18 | |
| | | | | llvm-svn: 14829 | |||||
* | Right, stop being silly | Chris Lattner | 2004-06-15 | 1 | -1/+1 | |
| | | | | llvm-svn: 14184 |