summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/Assembler
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-1784-25427/+0
| | | | llvm-svn: 33296
* Test cases for PR1117.Reid Spencer2007-01-172-0/+13
| | | | llvm-svn: 33281
* For PR1043:Reid Spencer2007-01-132-5/+5
| | | | | | | | Bye, Bye Booly. Remove the use of the bool type from non-upgraded test cases and from grep expressions. The parser doesn't accept it and the asm writer doesn't produce it any more. llvm-svn: 33183
* Test case for PR1093 for llvm.va_* intrinsics upgrade.Reid Spencer2007-01-131-0/+54
| | | | llvm-svn: 33162
* Currently, there is no fix for this.Reid Spencer2007-01-061-0/+1
| | | | llvm-svn: 32952
* Test case for PR1082, an llvm-upgrade bug.Reid Spencer2007-01-061-0/+23
| | | | llvm-svn: 32951
* Test Case for PR1080.Reid Spencer2007-01-061-0/+24
| | | | llvm-svn: 32943
* Fix this to check for the correct error message.Reid Spencer2007-01-051-1/+2
| | | | llvm-svn: 32915
* This tests for something that will become illegal soon. The test/FeatureReid Spencer2007-01-051-4/+0
| | | | | | suite has a test for renaming of global variables. llvm-svn: 32914
* Beef up this test case a little by introducing a global variable nameReid Spencer2007-01-051-2/+4
| | | | | | | conflict after upgrade resulting from collapsed type planes. The test now checks to make sure llvm-upgrade produces appropriate warning messages. llvm-svn: 32913
* Make this test that we can drop the implementation keyword for llvm-as.Reid Spencer2007-01-051-3/+3
| | | | | | llvm-upgrade is irrelevant for this test case. llvm-svn: 32912
* Add a test case for abstract parameter and result types in functionReid Spencer2007-01-021-0/+10
| | | | | | definitions. The assembler should produce an error on this input. llvm-svn: 32819
* For PR1070:Reid Spencer2007-01-021-1/+1
| | | | | | | | | | Tweak the RUN: lines of these tests to accommodate the renaming of variables done by llvm-upgrade. The renaming occurs as a result of avoiding name collisons for collapsed type planes. Conflicting names have a .u (unsigned) or .s (signed) suffix added. This patch updates the grep expression to accommodate the new names. llvm-svn: 32815
* Manually upgrade this test case to make sure that the new cast-to-boolReid Spencer2007-01-021-3/+3
| | | | | | semantics are retained. llvm-svn: 32813
* For PR1070:Reid Spencer2007-01-021-0/+5
| | | | | | | Add a test case to ensure that llvm-upgrade retains correct semantics for the previous definition of "cast to bool" which compared against null. llvm-svn: 32812
* For PR950:Reid Spencer2006-12-317-9/+10
| | | | | | | | | | | | | | | | | | | | | | Update the test suite to accommodate the change from signed integer types to signless integer types. The changes were of only a few kinds: 1. Make sure llvm-upgrade is run on the source which does the bulk of the changes automatically. 2. Change things like "grep 'int'" to "grep 'i32'" 3. In several tests bitcasting caused the same name to be reused in the same type plane. These had to be manually fixed. The fix was (generally) to leave the bitcast and provide the instruction with a new name. This should not affect the semantics of the test. In a few cases, the bitcasts were known to be superfluous and irrelevant to the test case so they were removed. 4. One test case uses a bytecode file which needed to be updated to the latest bytecode format. llvm-svn: 32789
* Update tests that need to be run through llvm-upgrade. This is necessaryReid Spencer2006-12-294-3/+4
| | | | | | for upcoming changes to the llvm assembly grammar. llvm-svn: 32768
* Fix the run line and make this test more specific.Reid Spencer2006-12-091-1/+1
| | | | llvm-svn: 32403
* Add a check to catch an incorrect upgrade.Reid Spencer2006-12-091-0/+5
| | | | llvm-svn: 32402
* Use llvm-upgrade these tests as they all use old assembly.Reid Spencer2006-12-0236-59/+50
| | | | llvm-svn: 32130
* Use the llvm-upgrade program to upgrade llvm assembly.Reid Spencer2006-12-0229-30/+30
| | | | llvm-svn: 32115
* For PR950:Reid Spencer2006-11-271-1/+1
| | | | | | | | | | 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
* Promote GEP ubyte indices to uint. Backwards compatibility for 1.2 andReid Spencer2006-11-232-4/+4
| | | | | | | older features will be dropped soon and these test cases must not rely on the upgrade capability. llvm-svn: 31896
* Add a test case for PR902.Reid Spencer2006-09-281-0/+7
| | | | llvm-svn: 30653
* New testcase, check that the bc file correctly encodes varargs nonccc calls.Chris Lattner2006-05-261-0/+8
| | | | llvm-svn: 28500
* Added the ability to xfail based on llvmgcc versionTanya Lattner2006-04-121-1/+1
| | | | llvm-svn: 27635
* Tired of wading through cvs's list ? files that are generated when buildingReid Spencer2006-03-231-0/+3
| | | | | | | | 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, derived from cosmics scheme outputChris Lattner2006-01-051-1/+5
| | | | llvm-svn: 25111
* this test failsChris Lattner2005-12-231-0/+1
| | | | llvm-svn: 24994
* Fix PR409:Reid Spencer2005-12-222-6/+0
| | | | | | | | Implement the suggested check to ensure that out-of-range float constants don't get accepted by LLVM accidentally. Adjust the supporting test cases as well. llvm-svn: 24963
* new testcaseChris Lattner2005-12-211-0/+5
| | | | llvm-svn: 24902
* new testcase for PR541Chris Lattner2005-05-051-0/+4
| | | | llvm-svn: 21702
* This error message changed.Chris Lattner2005-03-211-1/+1
| | | | llvm-svn: 20734
* Fix misspellings, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
| | | | llvm-svn: 20341
* New testcase that the asmwriter botches.Chris Lattner2005-02-091-0/+14
| | | | llvm-svn: 20088
* This bug crashes the assembler, distilled from a testcase produced by Andrew.Chris Lattner2005-02-011-0/+8
| | | | llvm-svn: 19964
* Update this test to pass.Chris Lattner2005-01-051-1/+1
| | | | llvm-svn: 19285
* Test that trivial constants are not printed in hex notation.Chris Lattner2005-01-041-0/+6
| | | | llvm-svn: 19281
* This test is xfail right now, to keep DJ clean, also mention the PR# in ↵Chris Lattner2004-12-081-0/+3
| | | | | | testcases. llvm-svn: 18609
* Test case for PR409:Reid Spencer2004-12-061-0/+10
| | | | | | | Make sure that floating point constant values outside the range of a float cannot be assigned to a constant. llvm-svn: 18582
* Change this test to not require execution of the program.Chris Lattner2004-12-051-1/+1
| | | | llvm-svn: 18533
* New testcase for the bug affecting 255.vortex in CBE mode.Chris Lattner2004-12-051-0/+20
| | | | llvm-svn: 18529
* new testcase for PR463Chris Lattner2004-11-281-0/+3
| | | | llvm-svn: 18304
* Adding srcdir argTanya Lattner2004-11-191-1/+1
| | | | llvm-svn: 18020
* Adding subdirectory dg.exp files in order to be able to use dejagnu to only ↵Tanya Lattner2004-11-131-0/+3
| | | | | | run specific tests (located in some subdirectory of Regression) llvm-svn: 17712
* Revert back to r1.1, I'm just thoroughly confused :)Chris Lattner2004-11-071-3/+2
| | | | llvm-svn: 17571
* Add new (old) testcaseChris Lattner2004-11-071-2/+3
| | | | llvm-svn: 17570
* Added RUN line.Tanya Lattner2004-11-071-1/+1
| | | | llvm-svn: 17556
* Adding RUN lines.Tanya Lattner2004-11-0629-2/+60
| | | | llvm-svn: 17528
* Adding XFAIL lines for dejagnu support.Tanya Lattner2004-11-062-2/+1
| | | | llvm-svn: 17514
OpenPOWER on IntegriCloud