llvm-6502/test
Reid Spencer 29a5bf5f0f * Break tests into individual cases so its easier to see what's going on.
* Add four new cases to handle the new optimizations for strlen, dealing
  with:
    strlen(x) != 0 -> *x != 0
    strlen(x) == 0 -> *x == 0
  for each of two cases: strlen(x) != 0 and strlen(x) == 0


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@21767 91177308-0d34-0410-b5e6-96231b3b80d8
2005-05-07 20:21:04 +00:00
..
Analysis
Archive
Assembler new testcase for PR541 2005-05-05 22:23:10 +00:00
BugPoint
Bytecode
C++Frontend Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
CFrontend new testcase 2005-05-07 02:16:08 +00:00
CodeGen new testcase 2005-05-05 17:57:24 +00:00
Debugger Eliminate tabs and trailing spaces 2005-04-23 21:26:11 +00:00
ExecutionEngine
Feature new testcase 2005-05-06 22:33:44 +00:00
lib
Linker
Other Adding srcdir arg 2004-11-19 22:45:25 +00:00
Scripts
TableGen New testcase for a changing values late and allowing them to propagate 2005-04-19 03:34:58 +00:00
Transforms * Break tests into individual cases so its easier to see what's going on. 2005-05-07 20:21:04 +00:00
Verifier
Failure.sh
Makefile
Makefile.tests
TestRunner.sh