llvm-6502/test
Adam Nemet 1624f35f2b [LoopAccesses] Properly print whether memchecks are needed
Fix oversight in -analyze output.  PtrRtCheck contains the pointers that
need to be checked against each other and not whether memchecks are
necessary.

For instance in the testcase PtrRtCheck has four elements but all
no-alias so no checking is necessary.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@234833 91177308-0d34-0410-b5e6-96231b3b80d8
2015-04-14 01:12:55 +00:00
..
Analysis [LoopAccesses] Properly print whether memchecks are needed 2015-04-14 01:12:55 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen [CodeGen] Combine concat_vectors of scalars into build_vector. 2015-04-13 22:57:21 +00:00
DebugInfo Reapply "Verifier: Check for incompatible bit piece expressions" 2015-04-13 18:53:11 +00:00
ExecutionEngine [Orc] Revert 234815. Still haven't quite got this test figured out apparently. 2015-04-14 00:27:47 +00:00
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO
MC [MC] Write padding into fragments when -mc-relax-all flag is used 2015-04-12 23:42:25 +00:00
Object
Other
SymbolRewriter
TableGen [TableGen] Prevent invalid code generation when emitting AssemblerPredicate conditions. 2015-04-07 12:10:11 +00:00
tools llvm-readobj: teach it to handle MachO Universal Archive correctly 2015-04-13 16:05:49 +00:00
Transforms Subtraction is not commutative. Fixes PR23212! 2015-04-13 19:17:37 +00:00
Unit
Verifier
YAMLParser
.clang-format
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh