- 07ad63b Add another test by Chris Lattner · 20 years ago
- 07ca8e7 New testcase, which causes the block extractor to barf by Chris Lattner · 20 years ago
- 5b160f1 Simple hand-coded tests to aid in early development of backends, along with a by Misha Brukman · 20 years ago
- 2874335 New testcase that instcombine is getting wrong by Chris Lattner · 20 years ago
- 008fad0 This testcase causes the CBE to generate code that is not legal C. by Chris Lattner · 20 years ago
- efd0149 New testcase by Chris Lattner · 20 years ago
- 3ee14de New testcase for critical 1.3 feature by Chris Lattner · 20 years ago
- cc455de Use the new prcontext script. by John Criswell · 20 years ago
- 955a742 Add support for using the prcontext python script instead of grep -C. by John Criswell · 20 years ago
- 21eccb6 New python script that print a specified number of lines surrounding a by John Criswell · 20 years ago
- 91e76e8 Initial testcase for bytecode compatibility regression test. by Chris Lattner · 20 years ago
- acb7444 Move Transforms/BasicAA to Analysis/BasicAA by Chris Lattner · 20 years ago
- 08f998f Due to a bug in BasicAA, DSE is incorrectly deleting the first store in by Chris Lattner · 20 years ago
- 2311d71 *** empty log message *** by Robert Bocchino · 20 years ago
- a9db34f new testcase by Chris Lattner · 20 years ago
- 059f5a5 Have some testcases by Chris Lattner · 20 years ago
- cbb4b57 New testcase. DSE should delete all of the DEAD instructions. by Chris Lattner · 20 years ago
- 3aa965f New testcase for list slicing by Chris Lattner · 20 years ago
- 8f6c42b Added another test case for double FP constants as well. by Reid Spencer · 20 years ago
- a00064a New testcase by Chris Lattner · 20 years ago
- 8ea3f1b Update test by Chris Lattner · 20 years ago
- c5b2762 bug 263: Add target triple and dependent libraries support to this test. by Reid Spencer · 20 years ago
- 002f29b Codify my thoughts on where we want to end up with the target-independent by Chris Lattner · 20 years ago
- 9ec6e46 New testcase for DSE by Chris Lattner · 20 years ago
- 5e299fc Trivial testcase for dse by Chris Lattner · 20 years ago
- de1618f Update gc intrinsics to take pointer to object as well as pointer to field. by Chris Lattner · 20 years ago
- 0b44122 Move LLVM tool definitions to Makefile.rules by Brian Gaeke · 20 years ago
- c0de837 new testcase by Chris Lattner · 20 years ago
- 247d62c New testcase that instcombine should help out with. by Chris Lattner · 20 years ago
- c6c9db2 test that unconditional branches to unwinds are always eliminated by Chris Lattner · 20 years ago
- 6c08892 Testcases missed by the instruction combiner by Chris Lattner · 20 years ago
- 6c14230 You cannot pass functions by value, what does that even mean?? by Chris Lattner · 20 years ago
- e9670e3 this "feature" is gone by Chris Lattner · 20 years ago
- f05591d New, horrible, testcase by Chris Lattner · 20 years ago
- 5824299 Add a test that I have had in my tree for several months now, but apparently forgot to commit by Chris Lattner · 20 years ago
- 28d85f1 Fix this testcase by Chris Lattner · 20 years ago
- b50eaea New testcase for PR396 by Chris Lattner · 20 years ago
- 970c178 New testcase by Chris Lattner · 20 years ago
- f77afbb New testcase by Chris Lattner · 20 years ago
- 80fc86a Add a new testcase for folding an add into a switch by Chris Lattner · 20 years ago
- c95f3b8 Make this testcase more interesting by Chris Lattner · 20 years ago
- 635b83f Fix testcase by Chris Lattner · 20 years ago
- 1394784 -debug option does not exist in a release build by Chris Lattner · 20 years ago
- f380445 Fix testcase. For some reason this was failing only with a release build and by Chris Lattner · 20 years ago
- 8d5e05b new testcase by Chris Lattner · 20 years ago
- dfde14e New testcase for constant expression lowering pass, contributed by Vladimir Prus! by Chris Lattner · 20 years ago
- 7962a8b Isnan became unordered by Chris Lattner · 20 years ago
- b0266b6 test/Libraries have been long gone for a long time now. Since noone noticed by Chris Lattner · 20 years ago
- 1a580be Nullify this test as it causes infinite loop in optimized nightly test. by Reid Spencer · 20 years ago
- 553a7ab Test for PR374 by Chris Lattner · 20 years ago
- b80e3ad New test by Chris Lattner · 20 years ago
- eaf10c8 Test that C99 unordered comparison functions are not being turned into libc calls by Chris Lattner · 20 years ago
- cb37056 New testcase for GCC unordered comparison builtins by Chris Lattner · 20 years ago
- 85a14bb This testcase is a bit silly now, but oh well :) by Chris Lattner · 20 years ago
- 5e9a7ca Right, stop being silly by Chris Lattner · 20 years ago
- 6c07f30 Add a nan, stop testing isnan by Chris Lattner · 20 years ago
- 9685372 Add the isunordered intrinsic. by Alkis Evlogimenos · 20 years ago
- 7ba02f1 Add tests for isnan by Chris Lattner · 20 years ago
- c31ae50 Test that the X86 backend is only emitting one fucom instruction by Chris Lattner · 20 years ago
- 4d091e0 Testcase for PR369 by Chris Lattner · 20 years ago
- a32579b Check to make sure that isnan doesn't require calling a function by Chris Lattner · 20 years ago
- 86ee776 I misled Alkis: LLVM should have isnan, not isunordered. by Chris Lattner · 20 years ago
- 51f148f Test case for PR368 by Brian Gaeke · 20 years ago
- fd39b30 Add feature test for llvm intrinsics. It currently contains only the "isunordered" intrinsic by Alkis Evlogimenos · 20 years ago
- 9e28f18 More instcombine testcases by Chris Lattner · 20 years ago
- 16ea43b New testcase that is important for the Java FE by Chris Lattner · 20 years ago
- 4561db2 New testcase for the instruction combiner that happen often in the Java FE by Chris Lattner · 20 years ago
- 2917ca8 New testcase for PR355 by Chris Lattner · 20 years ago
- 72b08c9 Testcase for PR355 by Chris Lattner · 20 years ago
- 9919101 New testcase for PR361 by Chris Lattner · 20 years ago
- 9aa9b09 Maybe this will keep people from breaking -branch-combine! by Brian Gaeke · 20 years ago
- 396d96b Make tool names end with .exe on windows. This isn't needed to run the by Chris Lattner · 20 years ago
- 7dde37d Make the test pass by using the correct RUN: syntax. by Reid Spencer · 20 years ago
- 8152f5f Add back a test I accidentally removed by Chris Lattner · 20 years ago
- 3ba3097 Add another testcase by Chris Lattner · 20 years ago
- 77ac9ed Added a "RUN:" line so this file can be executed by TestRunner.sh by Reid Spencer · 20 years ago
- 7bbf388 remove bogus test by Chris Lattner · 20 years ago
- 896b64b Make the test test what it is supposed to by Chris Lattner · 20 years ago
- c0e61e3 The -exprs pass is no longer with LLVM. *sniff* by Chris Lattner · 20 years ago
- 413c76f Correct test. use "not grep" instead of "grep -v" by Chris Lattner · 20 years ago
- 56fff59 gc_init now gets an argument by Chris Lattner · 20 years ago
- dcf3a6b Fix a test that was "broken" by new optimizations. The transformation we by Chris Lattner · 20 years ago
- c293cfa Make the test use the %A type by Chris Lattner · 20 years ago
- 256b7a4 New testcase by Chris Lattner · 20 years ago
- 2e13cea Add a new test16 and fix some other tests that were not properly written by Chris Lattner · 20 years ago
- 2b83af5 Testcases for andersen's alias analysis. by Chris Lattner · 20 years ago
- 4cb1f3c Add a simple testcase for garbage collection support by Chris Lattner · 20 years ago
- 6d09bec Testcase for PR340: Verifier misses malformed switch instruction by Chris Lattner · 20 years ago
- 488b72b New testcase that used to cause the unroller to try to unroll the loop 2G times. :( by Chris Lattner · 20 years ago
- 02eac39 Testcase for PR337, which was reduced by Reid Spencer. by Chris Lattner · 21 years ago
- 2c9a94c Add more casts. You can never have enough casts. by Brian Gaeke · 21 years ago
- da4230e New testcase by Chris Lattner · 21 years ago
- 13b29f6 New testcase for PR336 by Chris Lattner · 21 years ago
- 3a386d4 Regression test for PR#330. by John Criswell · 21 years ago
- b71ebdf New testcase for PR332 by Chris Lattner · 21 years ago
- 470221c New testcase: Turn "if (A < B && B < C)" into "if (A < B & B < C)" by Chris Lattner · 21 years ago
- be8d170 New testcase for case that simplifycfg should catch by Chris Lattner · 21 years ago
- db05858 Add a new testcase for X/-1, fix bug that prevented tests from running right by Chris Lattner · 21 years ago
- c398613 new testcase for PR326 by Chris Lattner · 21 years ago
- 7be1e0b New testcase, distilled from PR324 by Chris Lattner · 21 years ago