llvm-6502/test
Matt Arsenault 29f1788de9 R600: Fix selection failure on EXTLOAD
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@194547 91177308-0d34-0410-b5e6-96231b3b80d8
2013-11-13 02:39:07 +00:00
..
Analysis improve dependence analysis testcases 2013-11-12 22:47:30 +00:00
Assembler
Bindings
Bitcode
BugPoint
CodeGen R600: Fix selection failure on EXTLOAD 2013-11-13 02:39:07 +00:00
DebugInfo
ExecutionEngine
Feature
FileCheck
Instrumentation
Integer
JitListener
Linker
LTO Protect user-supplied runtime library functions in LTO 2013-11-12 21:44:01 +00:00
MC ARM: diagnose invalid system LDM/STM 2013-11-12 21:32:41 +00:00
Object
Other
TableGen
tools Revert "Added basic unit test for llvm-cov." 2013-11-12 05:57:06 +00:00
Transforms Fold (iszero(A&K1) | iszero(A&K2)) -> (A&(K1|K2)) != (K1|K2) if we know that K1 and K2 are 'one-hot' (only one bit is on). 2013-11-12 22:38:59 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile [OCaml] Dynamically link LLVM on --enable-shared builds 2013-11-12 20:55:49 +00:00
Makefile.tests
TestRunner.sh