llvm-6502/lib
Chris Lattner 5c6e2db0c4 simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implements
test/Transforms/InstCombine/xor.ll:test28


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@35584 91177308-0d34-0410-b5e6-96231b3b80d8
2007-04-02 05:36:22 +00:00
..
Analysis The bit counting intrinsics return i32 not the operand type. This fixes 2007-04-01 18:42:20 +00:00
Archive For PR789: 2007-03-29 19:05:44 +00:00
AsmParser For PR1289: Regenerate 2007-03-30 01:37:39 +00:00
Bytecode For PR789: 2007-03-29 19:05:44 +00:00
CodeGen For PR1297: 2007-04-02 01:01:49 +00:00
Debugger For PR789: 2007-03-29 19:05:44 +00:00
ExecutionEngine For PR1293: 2007-03-30 16:41:50 +00:00
Linker For PR1195: 2007-02-15 02:26:10 +00:00
Support Implement union of wrapped sets. 2007-04-01 03:47:44 +00:00
System Use the stat information in the Path object, if it is already obtained. This 2007-03-29 19:11:22 +00:00
Target - Divides the comparisons in two types: comparisons that only use N and Z 2007-04-02 01:30:03 +00:00
Transforms simplify (x+c)^signbit as (x+c+signbit), pointed out by PR1288. This implements 2007-04-02 05:36:22 +00:00
VMCore For PR1297: 2007-04-01 07:25:33 +00:00
Makefile Changes to support making the shift instructions be true BinaryOperators. 2007-02-02 02:16:23 +00:00