llvm-6502/test
Bill Wendling 151d26d15d MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node
into the same node, but with different non-memory operands, we need to replace
the memory operands after it's finished morphing.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@106643 91177308-0d34-0410-b5e6-96231b3b80d8
2010-06-23 18:16:24 +00:00
..
Analysis Allow "exhaustive" trip count evaluation on phi nodes with all 2010-06-22 13:15:46 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen MorphNodeTo doesn't preserve the memory operands. Because we're morphing a node 2010-06-23 18:16:24 +00:00
DebugInfo Be specific. Use FileCheck. 2010-06-16 19:39:45 +00:00
ExecutionEngine
Feature
FrontendAda
FrontendC Testcase for llvm-gcc 106225. 2010-06-17 17:43:14 +00:00
FrontendC++ Less incorrect handling of zero-length bitfields. Radars 7992077 and 8093043. 2010-06-23 00:31:14 +00:00
FrontendFortran
FrontendObjC
FrontendObjC++
Integer
lib
Linker
LLVMC
MC Add AVX compare packed instructions 2010-06-22 23:37:59 +00:00
Other Don't write a file named "&1". 2010-06-18 01:49:17 +00:00
Scripts tests: Run macho-dump with binary unbuffered streams on Windows, I can't find a Python 2.6 way to change stdin to binary. 2010-06-12 17:05:28 +00:00
TableGen Fix a subtle multiclass bug: when using class inheritance on 2010-06-22 20:30:50 +00:00
Transforms Disable indvars on loops when LoopSimplify form is not available. 2010-06-18 01:35:11 +00:00
Unit
Verifier
CMakeLists.txt tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. 2010-06-12 16:21:19 +00:00
lit.cfg tests: Tweak lit.cfg to fix breakage with out-of-dir lookup. 2010-06-23 18:06:16 +00:00
lit.site.cfg.in tests: Propogate LLVM_SRC_ROOT and PYTHON_EXECUTABLE environment variables to tests. 2010-06-12 16:21:19 +00:00
Makefile
Makefile.tests
site.exp.in
TestRunner.sh