aboutsummaryrefslogtreecommitdiff
path: root/test
AgeCommit message (Expand)Author
2004-06-21Nullify this test as it causes infinite loop in optimized nightly test.Reid Spencer
2004-06-19Test for PR374Chris Lattner
2004-06-18New testChris Lattner
2004-06-18Test that C99 unordered comparison functions are not being turned into libc c...Chris Lattner
2004-06-18New testcase for GCC unordered comparison builtinsChris Lattner
2004-06-15This testcase is a bit silly now, but oh well :)Chris Lattner
2004-06-15Right, stop being sillyChris Lattner
2004-06-15Add a nan, stop testing isnanChris Lattner
2004-06-12Add the isunordered intrinsic.Alkis Evlogimenos
2004-06-11Add tests for isnanChris Lattner
2004-06-11Test that the X86 backend is only emitting one fucom instructionChris Lattner
2004-06-11Testcase for PR369Chris Lattner
2004-06-11Check to make sure that isnan doesn't require calling a functionChris Lattner
2004-06-11I misled Alkis: LLVM should have isnan, not isunordered.Chris Lattner
2004-06-11Test case for PR368Brian Gaeke
2004-06-11Add feature test for llvm intrinsics. It currently contains only the "isunord...Alkis Evlogimenos
2004-06-09More instcombine testcasesChris Lattner
2004-06-09New testcase that is important for the Java FEChris Lattner
2004-06-09New testcase for the instruction combiner that happen often in the Java FEChris Lattner
2004-06-08New testcase for PR355Chris Lattner
2004-06-08Testcase for PR355Chris Lattner
2004-06-07New testcase for PR361Chris Lattner
2004-06-01Maybe this will keep people from breaking -branch-combine!Brian Gaeke
2004-06-01Make tool names end with .exe on windows. This isn't needed to run theChris Lattner
2004-05-27Make the test pass by using the correct RUN: syntax.Reid Spencer
2004-05-27Add back a test I accidentally removedChris Lattner
2004-05-27Add another testcaseChris Lattner
2004-05-27Added a "RUN:" line so this file can be executed by TestRunner.shReid Spencer
2004-05-27remove bogus testChris Lattner
2004-05-27Make the test test what it is supposed toChris Lattner
2004-05-27The -exprs pass is no longer with LLVM. *sniff*Chris Lattner
2004-05-27Correct test. use "not grep" instead of "grep -v"Chris Lattner
2004-05-27gc_init now gets an argumentChris Lattner
2004-05-26Fix a test that was "broken" by new optimizations. The transformation weChris Lattner
2004-05-26Make the test use the %A typeChris Lattner
2004-05-25New testcaseChris Lattner
2004-05-25Add a new test16 and fix some other tests that were not properly writtenChris Lattner
2004-05-23Testcases for andersen's alias analysis.Chris Lattner
2004-05-23Add a simple testcase for garbage collection supportChris Lattner
2004-05-21Testcase for PR340: Verifier misses malformed switch instructionChris Lattner
2004-05-13New testcase that used to cause the unroller to try to unroll the loop 2G tim...Chris Lattner
2004-05-10Testcase for PR337, which was reduced by Reid Spencer.Chris Lattner
2004-05-07Add more casts. You can never have enough casts.Brian Gaeke
2004-05-07New testcaseChris Lattner
2004-05-07New testcase for PR336Chris Lattner
2004-05-07Regression test for PR#330.John Criswell
2004-05-04New testcase for PR332Chris Lattner
2004-05-01New testcase:Chris Lattner
2004-05-01New testcase for case that simplifycfg should catchChris Lattner
2004-04-26Add a new testcase for X/-1, fix bug that prevented tests from running rightChris Lattner