llvm-6502/lib
Owen Anderson ec3953ff95 When determining if we can fold (x >> C1) << C2, the bits that we need to verify are zero
are not the low bits of x, but the bits that WILL be the low bits after the operation completes.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@122529 91177308-0d34-0410-b5e6-96231b3b80d8
2010-12-23 23:56:24 +00:00
..
Analysis Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Archive
AsmParser Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
Bitcode Add missing standard headers. Patch by Joerg Sonnenberger! 2010-12-19 20:43:38 +00:00
CodeGen flags -> glue for selectiondag 2010-12-23 17:24:32 +00:00
CompilerDriver
ExecutionEngine
Linker
MC Add r122359 back now that the bug in MCDwarfLineAddrFragment fragment has been 2010-12-22 22:16:24 +00:00
Object
Support Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Target Code clean up. No functionality change. 2010-12-23 23:54:17 +00:00
Transforms When determining if we can fold (x >> C1) << C2, the bits that we need to verify are zero 2010-12-23 23:56:24 +00:00
VMCore Change all self assignments X=X to (void)X, so that we can turn on a 2010-12-23 00:58:24 +00:00
Makefile