aboutsummaryrefslogtreecommitdiffstats
path: root/test/CFrontend
Commit message (Collapse)AuthorAgeFilesLines
* 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". git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@27009 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that broke the new f.e.Chris Lattner2006-03-171-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26826 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, the new CFE compiles this into insertelement instructions, theChris Lattner2006-03-161-0/+11
| | | | | | | old one crashes. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26794 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that should have been added long ago.Chris Lattner2006-03-071-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26601 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase, make sure nate doesn't vanishChris Lattner2006-03-041-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26511 91177308-0d34-0410-b5e6-96231b3b80d8
* new c front-end testcaseChris Lattner2006-01-241-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25579 91177308-0d34-0410-b5e6-96231b3b80d8
* make this work for Reid, who renamed his CVS module dir :)Chris Lattner2006-01-191-2/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25443 91177308-0d34-0410-b5e6-96231b3b80d8
* Ensure that the CFE always emits intrinsics in their unsigned version, not ↵Chris Lattner2006-01-171-0/+9
| | | | | | with signed operands git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25390 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for PR676: http://llvm.cs.uiuc.edu/PR676Jim Laskey2006-01-141-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25306 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for PR691Chris Lattner2006-01-131-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25298 91177308-0d34-0410-b5e6-96231b3b80d8
* Modify this test to not depend on the host math.h implementationChris Lattner2006-01-071-13/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@25138 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR660Chris Lattner2005-12-051-0/+8
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24601 91177308-0d34-0410-b5e6-96231b3b80d8
* testcase for PR664Chris Lattner2005-12-051-0/+20
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24600 91177308-0d34-0410-b5e6-96231b3b80d8
* Merged from RELEASE_16.John Criswell2005-11-082-2/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@24243 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase that crashes llvmgcc in type layoutChris Lattner2005-10-191-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23806 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase that crashes the CFEChris Lattner2005-09-241-0/+33
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23423 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR630Chris Lattner2005-09-241-0/+9
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23422 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR629Chris Lattner2005-09-211-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23401 91177308-0d34-0410-b5e6-96231b3b80d8
* fails since linux-itanium headers are DifferentDuraid Madina2005-09-131-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23326 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR610Chris Lattner2005-07-281-0/+5
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22545 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR607Chris Lattner2005-07-261-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22519 91177308-0d34-0410-b5e6-96231b3b80d8
* If errno doesn't matter (e.g. in -ffast-math scenarios), sqrt* should beChris Lattner2005-07-211-0/+7
| | | | | | | compiled to llvm.sqrt. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22488 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR580Chris Lattner2005-06-151-0/+13
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22222 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR562Chris Lattner2005-05-101-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21849 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcaseChris Lattner2005-05-071-0/+17
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21756 91177308-0d34-0410-b5e6-96231b3b80d8
* Eliminate tabs and trailing spacesJeff Cohen2005-04-2314-65/+64
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21479 91177308-0d34-0410-b5e6-96231b3b80d8
* Add the RUN: prefix to the start of the run line so this test doesn't fail.Reid Spencer2005-04-221-1/+1
| | | | | | | BTW .. isn't the date on this funky? We haven't reachec 2005-05-09 yet??? git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21432 91177308-0d34-0410-b5e6-96231b3b80d8
* make this harderChris Lattner2005-04-101-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21201 91177308-0d34-0410-b5e6-96231b3b80d8
* oops add ~Chris Lattner2005-04-101-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21200 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for previously unsupported unary complex operatorsChris Lattner2005-04-101-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21199 91177308-0d34-0410-b5e6-96231b3b80d8
* For Sparc, this xfails. I don't think sparc has the C99 complex dataJohn Criswell2005-04-011-0/+8
| | | | | | | type support. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20993 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for __builtin_prefetch support.Chris Lattner2005-03-111-0/+6
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20561 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase reduced from the MultiSource/Applications/d failure last night.Chris Lattner2005-03-061-0/+14
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20490 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR533Chris Lattner2005-03-051-0/+12
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20456 91177308-0d34-0410-b5e6-96231b3b80d8
* Test that a global is marked constant when it can be.Chris Lattner2005-02-271-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20349 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix misspellings, patch contributed by Gabor Greif!Chris Lattner2005-02-271-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20341 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR522.Chris Lattner2005-02-201-0/+7
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@20259 91177308-0d34-0410-b5e6-96231b3b80d8
* Remove this test. This test is already in PR269, so it should beChris Lattner2005-01-201-15/+0
| | | | | | | readded when the bug is fixed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19722 91177308-0d34-0410-b5e6-96231b3b80d8
* Test fails on all platforms, not just linuxJeff Cohen2005-01-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19405 91177308-0d34-0410-b5e6-96231b3b80d8
* new testcase for PR481Chris Lattner2005-01-031-0/+10
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19270 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR487Chris Lattner2005-01-031-0/+24
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19268 91177308-0d34-0410-b5e6-96231b3b80d8
* Testcase for PR494Chris Lattner2005-01-021-0/+3
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19258 91177308-0d34-0410-b5e6-96231b3b80d8
* XFAIL this test everywhere.Reid Spencer2004-12-291-1/+2
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19174 91177308-0d34-0410-b5e6-96231b3b80d8
* XFAIL this everywhere, the CFE doesn't support bitfield initialization.Reid Spencer2004-12-291-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@19173 91177308-0d34-0410-b5e6-96231b3b80d8
* Fix llvmgcc to use the TestRunner substition mechanism.John Criswell2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18634 91177308-0d34-0410-b5e6-96231b3b80d8
* xfail this across all platforms.John Criswell2004-12-081-1/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18633 91177308-0d34-0410-b5e6-96231b3b80d8
* This fails due to the sun headers.Chris Lattner2004-12-041-0/+1
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18510 91177308-0d34-0410-b5e6-96231b3b80d8
* This is a c++ testChris Lattner2004-11-301-22/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18394 91177308-0d34-0410-b5e6-96231b3b80d8
* This was fixed with the recent tester changes.Chris Lattner2004-11-301-1/+0
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18385 91177308-0d34-0410-b5e6-96231b3b80d8
* New testcase for PR360Chris Lattner2004-11-281-0/+11
| | | | git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@18296 91177308-0d34-0410-b5e6-96231b3b80d8