llvm-6502/lib
Chris Lattner 26ab9a9218 Fold (A^B) == A -> B == 0
and  (A-B) == A  ->  B == 0


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26394 91177308-0d34-0410-b5e6-96231b3b80d8
2006-02-27 01:44:11 +00:00
..
Analysis add an assert 2006-02-14 20:14:17 +00:00
Archive
AsmParser Convert this over to work with the new makefiles 2006-02-15 07:22:58 +00:00
Bytecode
CodeGen Implement bit propagation through sub nodes, this (re)implements 2006-02-27 01:00:42 +00:00
Debugger
ExecutionEngine simplify this code now that each constant pool entry is not separately allocated 2006-02-09 04:49:59 +00:00
Linker
Support Let bugpoint work on sparc with v9 instructions enabled. 2006-02-04 05:02:27 +00:00
System
Target ConstantPoolIndex is now the displacement portion of the address (rather 2006-02-26 09:12:34 +00:00
Transforms Fold (A^B) == A -> B == 0 2006-02-27 01:44:11 +00:00
VMCore Reverting. Didn't realize some developers were embedding constants in their 2006-02-26 10:16:05 +00:00
Makefile