| Commit message (Expand) | Author | Age | Files | Lines |
* | new testcase | Chris Lattner | 2006-05-19 | 1 | -0/+23 |
* | New testcase that crashes the new CFE. | Chris Lattner | 2006-05-01 | 1 | -0/+12 |
* | Fails with all sparcs | Chris Lattner | 2006-04-20 | 1 | -1/+1 |
* | Remove this test, there is no need to test GCC's bugs | Chris Lattner | 2006-04-14 | 1 | -13/+0 |
* | My addition of the xfail marker threw off the line #. move it. | Chris Lattner | 2006-04-13 | 1 | -1/+3 |
* | Fix this regex to match what llvmgcc4 produces also | Chris Lattner | 2006-04-13 | 1 | -1/+1 |
* | These tests are now xfailed for llvmgcc4. This is PR735, unlikely to be | Chris Lattner | 2006-04-13 | 2 | -0/+4 |
* | This file is an invalid C file, test that it is properly rejected | Chris Lattner | 2006-04-13 | 1 | -1/+5 |
* | These are only XFAILs with llvmgcc3, they pass with llvmgcc4 | Chris Lattner | 2006-04-13 | 7 | -9/+10 |
* | Added the ability to xfail based on llvmgcc version | Tanya Lattner | 2006-04-12 | 1 | -1/+1 |
* | Tired of wading through cvs's list ? files that are generated when building | Reid Spencer | 2006-03-23 | 1 | -0/+3 |
* | new testcase that broke the new f.e. | Chris Lattner | 2006-03-17 | 1 | -0/+8 |
* | New testcase, the new CFE compiles this into insertelement instructions, the | Chris Lattner | 2006-03-16 | 1 | -0/+11 |
* | new testcase that should have been added long ago. | Chris Lattner | 2006-03-07 | 1 | -0/+6 |
* | New testcase, make sure nate doesn't vanish | Chris Lattner | 2006-03-04 | 1 | -0/+10 |
* | new c front-end testcase | Chris Lattner | 2006-01-24 | 1 | -0/+8 |
* | make this work for Reid, who renamed his CVS module dir :) | Chris Lattner | 2006-01-19 | 1 | -2/+1 |
* | Ensure that the CFE always emits intrinsics in their unsigned version, not wi... | Chris Lattner | 2006-01-17 | 1 | -0/+9 |
* | testcase for PR676: http://llvm.cs.uiuc.edu/PR676 | Jim Laskey | 2006-01-14 | 1 | -0/+9 |
* | testcase for PR691 | Chris Lattner | 2006-01-13 | 1 | -0/+12 |
* | Modify this test to not depend on the host math.h implementation | Chris Lattner | 2006-01-07 | 1 | -13/+12 |
* | New testcase for PR660 | Chris Lattner | 2005-12-05 | 1 | -0/+8 |
* | testcase for PR664 | Chris Lattner | 2005-12-05 | 1 | -0/+20 |
* | Merged from RELEASE_16. | John Criswell | 2005-11-08 | 2 | -2/+2 |
* | Testcase that crashes llvmgcc in type layout | Chris Lattner | 2005-10-19 | 1 | -0/+9 |
* | new testcase that crashes the CFE | Chris Lattner | 2005-09-24 | 1 | -0/+33 |
* | new testcase for PR630 | Chris Lattner | 2005-09-24 | 1 | -0/+9 |
* | Testcase for PR629 | Chris Lattner | 2005-09-21 | 1 | -0/+5 |
* | fails since linux-itanium headers are Different | Duraid Madina | 2005-09-13 | 1 | -1/+1 |
* | New testcase for PR610 | Chris Lattner | 2005-07-28 | 1 | -0/+5 |
* | Testcase for PR607 | Chris Lattner | 2005-07-26 | 1 | -0/+3 |
* | If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should be | Chris Lattner | 2005-07-21 | 1 | -0/+7 |
* | new testcase for PR580 | Chris Lattner | 2005-06-15 | 1 | -0/+13 |
* | new testcase for PR562 | Chris Lattner | 2005-05-10 | 1 | -0/+6 |
* | new testcase | Chris Lattner | 2005-05-07 | 1 | -0/+17 |
* | Eliminate tabs and trailing spaces | Jeff Cohen | 2005-04-23 | 14 | -65/+64 |
* | Add the RUN: prefix to the start of the run line so this test doesn't fail. | Reid Spencer | 2005-04-22 | 1 | -1/+1 |
* | make this harder | Chris Lattner | 2005-04-10 | 1 | -0/+3 |
* | oops add ~ | Chris Lattner | 2005-04-10 | 1 | -1/+1 |
* | new testcase for previously unsupported unary complex operators | Chris Lattner | 2005-04-10 | 1 | -0/+6 |
* | For Sparc, this xfails. I don't think sparc has the C99 complex data | John Criswell | 2005-04-01 | 1 | -0/+8 |
* | new testcase for __builtin_prefetch support. | Chris Lattner | 2005-03-11 | 1 | -0/+6 |
* | new testcase reduced from the MultiSource/Applications/d failure last night. | Chris Lattner | 2005-03-06 | 1 | -0/+14 |
* | New testcase for PR533 | Chris Lattner | 2005-03-05 | 1 | -0/+12 |
* | Test that a global is marked constant when it can be. | Chris Lattner | 2005-02-27 | 1 | -0/+10 |
* | Fix misspellings, patch contributed by Gabor Greif! | Chris Lattner | 2005-02-27 | 1 | -1/+1 |
* | New testcase for PR522. | Chris Lattner | 2005-02-20 | 1 | -0/+7 |
* | Remove this test. This test is already in PR269, so it should be | Chris Lattner | 2005-01-20 | 1 | -15/+0 |
* | Test fails on all platforms, not just linux | Jeff Cohen | 2005-01-08 | 1 | -1/+1 |
* | new testcase for PR481 | Chris Lattner | 2005-01-03 | 1 | -0/+10 |