summaryrefslogtreecommitdiffstats
path: root/llvm/test/Regression/CFrontend
Commit message (Collapse)AuthorAgeFilesLines
* Regression is gone, don't try to find it on clean target.Reid Spencer2007-01-17174-2488/+0
| | | | llvm-svn: 33296
* Add a test case for bit accurate integer types in llvm-gcc. This isReid Spencer2007-01-161-0/+35
| | | | | | XFAILed for now until llvm-gcc changes are committed. llvm-svn: 33261
* verify that hidden visibility support never goes awayChris Lattner2007-01-141-0/+3
| | | | llvm-svn: 33205
* testcase for pr1083Chris Lattner2007-01-061-0/+10
| | | | llvm-svn: 32964
* For PR950:Reid Spencer2006-12-313-4/+4
| | | | | | | | | | | | | | | | | | | | | | 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
* For PR950:Reid Spencer2006-12-231-2/+1
| | | | | | | | This patch removes the SetCC instructions and replaces them with the ICmp and FCmp instructions. The SetCondInst instruction has been removed and been replaced with ICmpInst and FCmpInst. llvm-svn: 32751
* New testcase for llvm-gcc bugfixChris Lattner2006-12-151-0/+7
| | | | llvm-svn: 32594
* Use weak_import on linux, weak everywhere else. Makes test pass on Linux.Reid Spencer2006-12-031-1/+1
| | | | | | | Checking for __APPLE_CC__ is useless as this just checks to see if the compiler is llvm-gcc, which we know it is. llvm-svn: 32158
* enable this now that codegen support is in placeChris Lattner2006-12-011-4/+2
| | | | llvm-svn: 32076
* new testcase to verify external weak continues to workChris Lattner2006-12-011-0/+13
| | | | llvm-svn: 32064
* Alter these tests to ensure they match a "test $1, X" X86 instruction thatReid Spencer2006-11-271-1/+1
| | | | | | is now generated by the LLVM backend for "trunc to bool" instructions. llvm-svn: 31935
* For PR950:Reid Spencer2006-11-271-0/+16
| | | | | | | | | | 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
* xfail for llvmgcc3Tanya Lattner2006-11-101-0/+1
| | | | llvm-svn: 31629
* Should be xfailed for llvmgcc3Tanya Lattner2006-11-081-0/+1
| | | | llvm-svn: 31578
* add a noteChris Lattner2006-10-311-0/+1
| | | | llvm-svn: 31309
* new testcaseChris Lattner2006-10-311-0/+16
| | | | llvm-svn: 31308
* Adjust this to the wonky syntax that GCC expects.Chris Lattner2006-09-291-2/+1
| | | | llvm-svn: 30670
* Use the -emit-llvm switch to generate LLVM assembly that can be parsedReid Spencer2006-09-281-1/+1
| | | | | | by the test case. llvm-svn: 30654
* Testcase for PR924Chris Lattner2006-09-281-0/+11
| | | | llvm-svn: 30649
* Regression test for PR#922.John Criswell2006-09-252-0/+11
| | | | llvm-svn: 30599
* Regression testcase for PR855.Bill Wendling2006-09-221-0/+3
| | | | llvm-svn: 30578
* new testcaseChris Lattner2006-09-181-0/+13
| | | | llvm-svn: 30464
* new testcase for PR906Chris Lattner2006-09-111-0/+12
| | | | llvm-svn: 30267
* converge on the right number of %'s :)Chris Lattner2006-08-041-1/+1
| | | | llvm-svn: 29527
* Use the %llvm-gcc% variable to find llvm-gcc for those of us that don'tReid Spencer2006-08-041-1/+1
| | | | | | | have it in our path and to ensure it uses the configured llvm-gcc not just any one randomly placed in the path. llvm-svn: 29522
* testcase for PR854.Chris Lattner2006-07-311-0/+11
| | | | llvm-svn: 29412
* PR# not associated with XFAILJim Laskey2006-06-161-0/+1
| | | | llvm-svn: 28822
* debug info is alive againJim Laskey2006-06-162-4/+0
| | | | llvm-svn: 28821
* new testcaseChris Lattner2006-05-191-0/+23
| | | | llvm-svn: 28396
* New testcase that crashes the new CFE.Chris Lattner2006-05-011-0/+12
| | | | llvm-svn: 28042
* Fails with all sparcsChris Lattner2006-04-201-1/+1
| | | | llvm-svn: 27887
* Remove this test, there is no need to test GCC's bugsChris Lattner2006-04-141-13/+0
| | | | llvm-svn: 27689
* My addition of the xfail marker threw off the line #. move it.Chris Lattner2006-04-131-1/+3
| | | | llvm-svn: 27678
* Fix this regex to match what llvmgcc4 produces alsoChris Lattner2006-04-131-1/+1
| | | | llvm-svn: 27673
* These tests are now xfailed for llvmgcc4. This is PR735, unlikely to beChris Lattner2006-04-132-0/+4
| | | | | | resolved before 1.7 :( llvm-svn: 27666
* This file is an invalid C file, test that it is properly rejectedChris Lattner2006-04-131-1/+5
| | | | llvm-svn: 27664
* These are only XFAILs with llvmgcc3, they pass with llvmgcc4Chris Lattner2006-04-137-9/+10
| | | | llvm-svn: 27658
* 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 testcase that broke the new f.e.Chris Lattner2006-03-171-0/+8
| | | | llvm-svn: 26826
* New testcase, the new CFE compiles this into insertelement instructions, theChris Lattner2006-03-161-0/+11
| | | | | | old one crashes. llvm-svn: 26794
* new testcase that should have been added long ago.Chris Lattner2006-03-071-0/+6
| | | | llvm-svn: 26601
* New testcase, make sure nate doesn't vanishChris Lattner2006-03-041-0/+10
| | | | llvm-svn: 26511
* new c front-end testcaseChris Lattner2006-01-241-0/+8
| | | | llvm-svn: 25579
* make this work for Reid, who renamed his CVS module dir :)Chris Lattner2006-01-191-2/+1
| | | | llvm-svn: 25443
* Ensure that the CFE always emits intrinsics in their unsigned version, not ↵Chris Lattner2006-01-171-0/+9
| | | | | | with signed operands llvm-svn: 25390
* testcase for PR676: http://llvm.cs.uiuc.edu/PR676Jim Laskey2006-01-141-0/+9
| | | | llvm-svn: 25306
* testcase for PR691Chris Lattner2006-01-131-0/+12
| | | | llvm-svn: 25298
* Modify this test to not depend on the host math.h implementationChris Lattner2006-01-071-13/+12
| | | | llvm-svn: 25138
* New testcase for PR660Chris Lattner2005-12-051-0/+8
| | | | llvm-svn: 24601
OpenPOWER on IntegriCloud