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