summaryrefslogtreecommitdiffstats
path: root/llvm/test/Feature
Commit message (Collapse)AuthorAgeFilesLines
...
* Test @zext and @sext fully as well as testing the "short" call syntax.Reid Spencer2007-01-041-3/+5
| | | | llvm-svn: 32851
* Add a test case to test parameter attributes feature.Reid Spencer2007-01-031-0/+18
| | | | llvm-svn: 32850
* Run llvm-upgrade on test to prepare for new assembly syntax.Reid Spencer2006-12-292-2/+2
| | | | llvm-svn: 32769
* Add some tests for negative constants to unsigned and large positiveReid Spencer2006-12-201-0/+7
| | | | | | constants to signed. llvm-svn: 32717
* Add a couple little tests for SExt/ZExt of constants of a sign that doesn'tReid Spencer2006-12-181-0/+7
| | | | | | match. llvm-svn: 32647
* Add a test for constant folding of bitcast to/from floating point.Reid Spencer2006-12-111-0/+18
| | | | llvm-svn: 32446
* packed initializers too in the testAndrew Lenharth2006-12-081-0/+4
| | | | llvm-svn: 32365
* feature test for packed structsAndrew Lenharth2006-12-081-0/+29
| | | | llvm-svn: 32363
* Remove old intrinsic declarations and usage.Reid Spencer2006-12-021-14/+0
| | | | llvm-svn: 32129
* Remove a redundant RUN: line.Reid Spencer2006-12-021-2/+0
| | | | llvm-svn: 32126
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0239-66/+71
| | | | llvm-svn: 32115
* For PR950:Reid Spencer2006-11-271-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 Spencer2006-11-231-3/+2
| | | | llvm-svn: 31897
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-235-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 variableReid Spencer2006-05-281-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 beReid Spencer2006-05-281-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 csretccChris Lattner2006-05-191-0/+5
| | | | llvm-svn: 28413
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* new testcase for shufflevectorChris Lattner2006-04-081-0/+12
| | | | llvm-svn: 27508
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-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 expressionsChris Lattner2006-01-251-2/+8
| | | | llvm-svn: 25625
* minor syntax changeChris Lattner2006-01-241-2/+2
| | | | llvm-svn: 25566
* new testcaseChris Lattner2006-01-231-0/+8
| | | | llvm-svn: 25562
* Expand test to cover the non-overloaded variants of the arithmetic andReid Spencer2006-01-191-1/+45
| | | | | | floating point intrinsics. llvm-svn: 25431
* Test case for the insertelement operation.Robert Bocchino2006-01-171-2/+7
| | | | llvm-svn: 25409
* new testcase for extractelement instructionChris Lattner2006-01-101-0/+8
| | | | llvm-svn: 25186
* new testcaseChris Lattner2005-11-121-0/+10
| | | | llvm-svn: 24310
* add alignment info for globals and functionsChris Lattner2005-11-061-1/+3
| | | | llvm-svn: 24213
* new testcaseChris Lattner2005-11-051-0/+17
| | | | llvm-svn: 24202
* Fix this test case to actually test the new va_arg instruction not theReid Spencer2005-06-181-1/+1
| | | | | | old vaarg instruction. llvm-svn: 22256
* new vararg testAndrew Lenharth2005-06-181-0/+33
| | | | llvm-svn: 22252
* Add note to self to complete the testing of all intrinsic functions asReid Spencer2005-05-091-0/+2
| | | | | | specified in the LangRef document. llvm-svn: 21807
* new testcaseChris Lattner2005-05-061-0/+42
| | | | llvm-svn: 21750
* test that tail call survives bytecodificationChris Lattner2005-05-061-3/+3
| | | | llvm-svn: 21728
* yea yea yeaAndrew Lenharth2005-05-031-3/+3
| | | | llvm-svn: 21673
* pre add count testsAndrew Lenharth2005-05-031-0/+7
| | | | llvm-svn: 21671
* This file is all commented out.Chris Lattner2005-03-051-45/+0
| | | | llvm-svn: 20454
* Add a test for llvm.prefetch.Chris Lattner2005-02-281-0/+3
| | | | llvm-svn: 20379
* Update testcaseAlkis Evlogimenos2004-12-101-2/+2
| | | | llvm-svn: 18742
* Simple testcase for quoted label.Chris Lattner2004-12-101-0/+10
| | | | llvm-svn: 18740
* Test floating point constantsReid Spencer2004-11-201-0/+6
| | | | llvm-svn: 18045
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Fix for objdir != srcdir.Tanya Lattner2004-11-071-1/+1
| | | | llvm-svn: 17597
* Added RUN lines and dejagnu support for Feature dir.Tanya Lattner2004-11-0732-0/+128
| | | | llvm-svn: 17568
* testcases for undefined and unreachableChris Lattner2004-10-162-0/+28
| | | | llvm-svn: 17058
* Added a test case for packed types. Test case kindly provided by Brad JonesReid Spencer2004-08-201-0/+15
| | | | llvm-svn: 15939
* bug 263:Reid Spencer2004-07-251-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 Lattner2004-07-141-2/+2
| | | | llvm-svn: 14833
* New, horrible, testcaseChris Lattner2004-07-141-0/+18
| | | | llvm-svn: 14829
* Right, stop being sillyChris Lattner2004-06-151-1/+1
| | | | llvm-svn: 14184
OpenPOWER on IntegriCloud