llvm-6502/test
NAKAMURA Takumi bb9004e0dc Revert r170020, "Simplify negated bit test", for now.
This assumes (1 << n) is always not zero. Consider n is greater than word size.
Although I know it is undefined, this transforms undefined behavior hidden.

This led clang unexpected behavior with some failures. I will investigate to fix undefined shl in clang.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@170128 91177308-0d34-0410-b5e6-96231b3b80d8
2012-12-13 14:28:16 +00:00
..
Analysis Optimistically analyse Phi cycles 2012-12-10 23:02:41 +00:00
Archive
Assembler
Bindings/Ocaml
Bitcode
BugPoint
CodeGen [mips] Do not copy GOT address to register $gp if the function being called has 2012-12-13 03:17:29 +00:00
DebugInfo Refactor out the abbreviation handling into a separate class that 2012-12-10 23:34:43 +00:00
ExecutionEngine
Feature
FileCheck
Instrumentation Improve debug info generated with enabled AddressSanitizer. 2012-12-12 14:31:53 +00:00
Integer
JitListener
Linker
MC Make this Lit config file a bit slimmer 2012-12-13 02:03:46 +00:00
Object
Other
Scripts
TableGen Fix typo, which prevent test from being check. 2012-12-12 21:10:56 +00:00
tools
Transforms Revert r170020, "Simplify negated bit test", for now. 2012-12-13 14:28:16 +00:00
Unit
Verifier
YAMLParser
CMakeLists.txt
lit.cfg
lit.site.cfg.in
Makefile
Makefile.tests
TestRunner.sh