| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Regression is gone, don't try to find it on clean target. | Reid Spencer | 2007-01-17 | 174 | -2488/+0 |
| | | | | | llvm-svn: 33296 | ||||
| * | Add a test case for bit accurate integer types in llvm-gcc. This is | Reid Spencer | 2007-01-16 | 1 | -0/+35 |
| | | | | | | | XFAILed for now until llvm-gcc changes are committed. llvm-svn: 33261 | ||||
| * | verify that hidden visibility support never goes away | Chris Lattner | 2007-01-14 | 1 | -0/+3 |
| | | | | | llvm-svn: 33205 | ||||
| * | testcase for pr1083 | Chris Lattner | 2007-01-06 | 1 | -0/+10 |
| | | | | | llvm-svn: 32964 | ||||
| * | For PR950: | Reid Spencer | 2006-12-31 | 3 | -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 Spencer | 2006-12-23 | 1 | -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 bugfix | Chris Lattner | 2006-12-15 | 1 | -0/+7 |
| | | | | | llvm-svn: 32594 | ||||
| * | Use weak_import on linux, weak everywhere else. Makes test pass on Linux. | Reid Spencer | 2006-12-03 | 1 | -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 place | Chris Lattner | 2006-12-01 | 1 | -4/+2 |
| | | | | | llvm-svn: 32076 | ||||
| * | new testcase to verify external weak continues to work | Chris Lattner | 2006-12-01 | 1 | -0/+13 |
| | | | | | llvm-svn: 32064 | ||||
| * | Alter these tests to ensure they match a "test $1, X" X86 instruction that | Reid Spencer | 2006-11-27 | 1 | -1/+1 |
| | | | | | | | is now generated by the LLVM backend for "trunc to bool" instructions. llvm-svn: 31935 | ||||
| * | For PR950: | Reid Spencer | 2006-11-27 | 1 | -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 llvmgcc3 | Tanya Lattner | 2006-11-10 | 1 | -0/+1 |
| | | | | | llvm-svn: 31629 | ||||
| * | Should be xfailed for llvmgcc3 | Tanya Lattner | 2006-11-08 | 1 | -0/+1 |
| | | | | | llvm-svn: 31578 | ||||
| * | add a note | Chris Lattner | 2006-10-31 | 1 | -0/+1 |
| | | | | | llvm-svn: 31309 | ||||
| * | new testcase | Chris Lattner | 2006-10-31 | 1 | -0/+16 |
| | | | | | llvm-svn: 31308 | ||||
| * | Adjust this to the wonky syntax that GCC expects. | Chris Lattner | 2006-09-29 | 1 | -2/+1 |
| | | | | | llvm-svn: 30670 | ||||
| * | Use the -emit-llvm switch to generate LLVM assembly that can be parsed | Reid Spencer | 2006-09-28 | 1 | -1/+1 |
| | | | | | | | by the test case. llvm-svn: 30654 | ||||
| * | Testcase for PR924 | Chris Lattner | 2006-09-28 | 1 | -0/+11 |
| | | | | | llvm-svn: 30649 | ||||
| * | Regression test for PR#922. | John Criswell | 2006-09-25 | 2 | -0/+11 |
| | | | | | llvm-svn: 30599 | ||||
| * | Regression testcase for PR855. | Bill Wendling | 2006-09-22 | 1 | -0/+3 |
| | | | | | llvm-svn: 30578 | ||||
| * | new testcase | Chris Lattner | 2006-09-18 | 1 | -0/+13 |
| | | | | | llvm-svn: 30464 | ||||
| * | new testcase for PR906 | Chris Lattner | 2006-09-11 | 1 | -0/+12 |
| | | | | | llvm-svn: 30267 | ||||
| * | converge on the right number of %'s :) | Chris Lattner | 2006-08-04 | 1 | -1/+1 |
| | | | | | llvm-svn: 29527 | ||||
| * | Use the %llvm-gcc% variable to find llvm-gcc for those of us that don't | Reid Spencer | 2006-08-04 | 1 | -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 Lattner | 2006-07-31 | 1 | -0/+11 |
| | | | | | llvm-svn: 29412 | ||||
| * | PR# not associated with XFAIL | Jim Laskey | 2006-06-16 | 1 | -0/+1 |
| | | | | | llvm-svn: 28822 | ||||
| * | debug info is alive again | Jim Laskey | 2006-06-16 | 2 | -4/+0 |
| | | | | | llvm-svn: 28821 | ||||
| * | new testcase | Chris Lattner | 2006-05-19 | 1 | -0/+23 |
| | | | | | llvm-svn: 28396 | ||||
| * | New testcase that crashes the new CFE. | Chris Lattner | 2006-05-01 | 1 | -0/+12 |
| | | | | | llvm-svn: 28042 | ||||
| * | Fails with all sparcs | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
| | | | | | llvm-svn: 27887 | ||||
| * | Remove this test, there is no need to test GCC's bugs | Chris Lattner | 2006-04-14 | 1 | -13/+0 |
| | | | | | llvm-svn: 27689 | ||||
| * | My addition of the xfail marker threw off the line #. move it. | Chris Lattner | 2006-04-13 | 1 | -1/+3 |
| | | | | | llvm-svn: 27678 | ||||
| * | Fix this regex to match what llvmgcc4 produces also | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
| | | | | | llvm-svn: 27673 | ||||
| * | These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be | Chris Lattner | 2006-04-13 | 2 | -0/+4 |
| | | | | | | | resolved before 1.7 :( llvm-svn: 27666 | ||||
| * | This file is an invalid C file, test that it is properly rejected | Chris Lattner | 2006-04-13 | 1 | -1/+5 |
| | | | | | llvm-svn: 27664 | ||||
| * | These are only XFAILs with llvmgcc3, they pass with llvmgcc4 | Chris Lattner | 2006-04-13 | 7 | -9/+10 |
| | | | | | llvm-svn: 27658 | ||||
| * | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
| | | | | | llvm-svn: 27635 | ||||
| * | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -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 Lattner | 2006-03-17 | 1 | -0/+8 |
| | | | | | llvm-svn: 26826 | ||||
| * | New testcase, the new CFE compiles this into insertelement instructions, the | Chris Lattner | 2006-03-16 | 1 | -0/+11 |
| | | | | | | | old one crashes. llvm-svn: 26794 | ||||
| * | new testcase that should have been added long ago. | Chris Lattner | 2006-03-07 | 1 | -0/+6 |
| | | | | | llvm-svn: 26601 | ||||
| * | New testcase, make sure nate doesn't vanish | Chris Lattner | 2006-03-04 | 1 | -0/+10 |
| | | | | | llvm-svn: 26511 | ||||
| * | new c front-end testcase | Chris Lattner | 2006-01-24 | 1 | -0/+8 |
| | | | | | llvm-svn: 25579 | ||||
| * | make this work for Reid, who renamed his CVS module dir :) | Chris Lattner | 2006-01-19 | 1 | -2/+1 |
| | | | | | llvm-svn: 25443 | ||||
| * | Ensure that the CFE always emits intrinsics in their unsigned version, not ↵ | Chris Lattner | 2006-01-17 | 1 | -0/+9 |
| | | | | | | | with signed operands llvm-svn: 25390 | ||||
| * | testcase for PR676: http://llvm.cs.uiuc.edu/PR676 | Jim Laskey | 2006-01-14 | 1 | -0/+9 |
| | | | | | llvm-svn: 25306 | ||||
| * | testcase for PR691 | Chris Lattner | 2006-01-13 | 1 | -0/+12 |
| | | | | | llvm-svn: 25298 | ||||
| * | Modify this test to not depend on the host math.h implementation | Chris Lattner | 2006-01-07 | 1 | -13/+12 |
| | | | | | llvm-svn: 25138 | ||||
| * | New testcase for PR660 | Chris Lattner | 2005-12-05 | 1 | -0/+8 |
| | | | | | llvm-svn: 24601 | ||||

