| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | testcase for PR1647 | Chris Lattner | 2007-10-03 | 1 | -0/+7 |
| | | | | | llvm-svn: 42570 | ||||
| * | PR 1603 test case. | Devang Patel | 2007-10-01 | 1 | -0/+8 |
| | | | | | llvm-svn: 42502 | ||||
| * | Do not ignore packed member size while selecting union type. | Devang Patel | 2007-09-28 | 1 | -0/+37 |
| | | | | | llvm-svn: 42458 | ||||
| * | new testcase for PR1708 | Chris Lattner | 2007-09-27 | 1 | -0/+14 |
| | | | | | llvm-svn: 42398 | ||||
| * | Test the C front-end, not the C++ front-end. | Duncan Sands | 2007-09-26 | 4 | -6/+6 |
| | | | | | llvm-svn: 42350 | ||||
| * | Test that local variables are aligned as the user requested. | Duncan Sands | 2007-09-26 | 1 | -0/+7 |
| | | | | | llvm-svn: 42338 | ||||
| * | XFAIL for llvm-gcc4.0 | Tanya Lattner | 2007-09-24 | 1 | -1/+1 |
| | | | | | llvm-svn: 42266 | ||||
| * | gcroot testcase, patch by Eric Christopher. | Chris Lattner | 2007-09-21 | 1 | -0/+28 |
| | | | | | llvm-svn: 42198 | ||||
| * | Testcase for PR1678. | Duncan Sands | 2007-09-19 | 1 | -0/+10 |
| | | | | | llvm-svn: 42128 | ||||
| * | New testcase for PR1662. GCC trees are horrible :( | Chris Lattner | 2007-09-15 | 1 | -0/+7 |
| | | | | | llvm-svn: 41979 | ||||
| * | Fix date :) | Anton Korobeynikov | 2007-09-11 | 1 | -0/+0 |
| | | | | | llvm-svn: 41870 | ||||
| * | Testcase for recent pragma pack stuff | Anton Korobeynikov | 2007-09-11 | 1 | -0/+32 |
| | | | | | llvm-svn: 41869 | ||||
| * | Test for PR1641. | Bill Wendling | 2007-09-07 | 1 | -0/+14 |
| | | | | | llvm-svn: 41762 | ||||
| * | Fix this testcase: there are two matches for | Duncan Sands | 2007-08-23 | 1 | -2/+2 |
| | | | | | | | | | llvm.cttz.i64 because of the declaration of the intrinsic. Also, emit-llvm is automatic and doesn't need to be specified. llvm-svn: 41326 | ||||
| * | Testcase for llvm.c* intrinsic failures. | Bill Wendling | 2007-08-22 | 1 | -0/+6 |
| | | | | | llvm-svn: 41268 | ||||
| * | Test handling of complex constants as lvalues. | Duncan Sands | 2007-08-22 | 1 | -0/+3 |
| | | | | | llvm-svn: 41266 | ||||
| * | Convert tests using "grep -c ... | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 2 | -2/+2 |
| | | | | | llvm-svn: 41100 | ||||
| * | Convert tests using "| wc -l | grep ..." to use the count script. | Dan Gohman | 2007-08-15 | 8 | -21/+21 |
| | | | | | llvm-svn: 41097 | ||||
| * | Add a test for the load/store alignment. | Lauro Ramos Venancio | 2007-08-01 | 1 | -0/+17 |
| | | | | | llvm-svn: 40687 | ||||
| * | Add tests for generating noalias parameter attribute from __restrict ↵ | Christopher Lamb | 2007-07-29 | 1 | -0/+6 |
| | | | | | | | qualified function parameters. C++ tests are currently XFAILing see PR1582. llvm-svn: 40583 | ||||
| * | Be explicit about which level of optimization is being asked for. The -O option | Reid Spencer | 2007-07-29 | 1 | -2/+2 |
| | | | | | | | is equivalent to -O1. llvm-svn: 40581 | ||||
| * | Make this explictly signed. Fixes PR1571. | Nick Lewycky | 2007-07-28 | 1 | -1/+1 |
| | | | | | llvm-svn: 40569 | ||||
| * | Fix for PR1567, which involves a weird bug on non-32bit architectures and ↵ | Chandler Carruth | 2007-07-23 | 1 | -1/+1 |
| | | | | | | | silly C type sizes. llvm-svn: 40451 | ||||
| * | Remove -O1 in favour of making llvm-gcc-4.2 a bit | Duncan Sands | 2007-07-22 | 1 | -2/+1 |
| | | | | | | | smarter. llvm-svn: 40391 | ||||
| * | Need -O1 or better to have these builtins lowered to | Duncan Sands | 2007-07-20 | 1 | -1/+2 |
| | | | | | | | | | llvm intrinsics in llvm-gcc-4.2. This is because get_pointer_alignment bails out: it relies on TER to compute accurate alignment information. llvm-svn: 40128 | ||||
| * | For PR1553: | Reid Spencer | 2007-07-19 | 1 | -1/+1 |
| | | | | | | | | | Change the keywords for the zext and sext parameter attributes to be zeroext and signext so they don't conflict with the keywords for the instructions of the same name. This gets around the ambiguity. llvm-svn: 40069 | ||||
| * | Fix this test to not rely on the path but to use the | Reid Spencer | 2007-07-18 | 1 | -1/+1 |
| | | | | | | | configured llvm-gcc instead. llvm-svn: 39992 | ||||
| * | For PR1558: | Reid Spencer | 2007-07-17 | 2 | -0/+43 |
| | | | | | | | | | Move tests that have C/C++ sources into the appropriate directory. This allows them to be selected for testing based on whether llvm-gcc is present or not. llvm-svn: 39963 | ||||
| * | new testcase | Chris Lattner | 2007-07-15 | 1 | -0/+6 |
| | | | | | llvm-svn: 39882 | ||||
| * | Convert .cvsignore files | John Criswell | 2007-06-29 | 1 | -3/+0 |
| | | | | | llvm-svn: 37801 | ||||
| * | testcase for PR1513 | Chris Lattner | 2007-06-19 | 1 | -0/+11 |
| | | | | | llvm-svn: 37638 | ||||
| * | Modify annotate intrinsic to take 2 additional args: file and line number. | Tanya Lattner | 2007-06-18 | 4 | -3/+2 |
| | | | | | | | | Fix up Annotate attribute test case. Fix DebugFilename.c test case to look for right file name. llvm-svn: 37632 | ||||
| * | test case for annotate attribute | Tanya Lattner | 2007-06-15 | 1 | -0/+25 |
| | | | | | llvm-svn: 37604 | ||||
| * | rename C files to end with .c | Chris Lattner | 2007-06-09 | 3 | -0/+0 |
| | | | | | llvm-svn: 37535 | ||||
| * | Make the struct bigger, in an attempt to get a "struct return" on more | Duncan Sands | 2007-06-07 | 1 | -1/+1 |
| | | | | | | | platforms. llvm-svn: 37489 | ||||
| * | Really use attribute. | Tanya Lattner | 2007-06-06 | 1 | -2/+2 |
| | | | | | llvm-svn: 37480 | ||||
| * | Test case for noinline attribute. | Tanya Lattner | 2007-06-06 | 1 | -0/+13 |
| | | | | | llvm-svn: 37479 | ||||
| * | Revert changes for noinline. | Tanya Lattner | 2007-06-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 37476 | ||||
| * | Ignore llvm.noinline | Tanya Lattner | 2007-06-06 | 1 | -1/+1 |
| | | | | | llvm-svn: 37460 | ||||
| * | new testcase for PR1421 | Chris Lattner | 2007-05-30 | 1 | -0/+18 |
| | | | | | llvm-svn: 37356 | ||||
| * | Fix PR number. | Devang Patel | 2007-05-16 | 1 | -1/+1 |
| | | | | | llvm-svn: 37107 | ||||
| * | New test for PR1417 | Devang Patel | 2007-05-16 | 1 | -0/+5 |
| | | | | | llvm-svn: 37106 | ||||
| * | New test. | Devang Patel | 2007-05-15 | 1 | -0/+23 |
| | | | | | llvm-svn: 37090 | ||||
| * | add PR number and testcase from the PR. | Chris Lattner | 2007-05-15 | 1 | -0/+8 |
| | | | | | llvm-svn: 37088 | ||||
| * | new testcase | Chris Lattner | 2007-05-15 | 1 | -0/+10 |
| | | | | | llvm-svn: 37087 | ||||
| * | New test. | Devang Patel | 2007-05-11 | 1 | -0/+5 |
| | | | | | llvm-svn: 36997 | ||||
| * | Testcase for | Duncan Sands | 2007-05-09 | 1 | -0/+13 |
| | | | | | | | http://lists.cs.uiuc.edu/pipermail/llvm-commits/Week-of-Mon-20070507/049387.html llvm-svn: 36956 | ||||
| * | New test for PR1400 | Devang Patel | 2007-05-08 | 1 | -0/+7 |
| | | | | | llvm-svn: 36941 | ||||
| * | New test. | Devang Patel | 2007-05-08 | 1 | -0/+12 |
| | | | | | llvm-svn: 36930 | ||||
| * | this tests for a missing feature. Move it to PR1391 instead of being an | Chris Lattner | 2007-05-05 | 1 | -26/+0 |
| | | | | | | | xfailed testcase llvm-svn: 36794 | ||||

