llvm-6502/lib
Chris Lattner ab51f3fa96 Canonicalize (X+C1)*C2 -> X*C2+C1*C2
This implements Transforms/InstCombine/add.ll:test31


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26519 91177308-0d34-0410-b5e6-96231b3b80d8
2006-03-04 06:04:02 +00:00
..
Analysis Be more conservative with our symbolic alias analysis. In particular, 2006-03-04 02:06:34 +00:00
Archive
AsmParser Convert this over to work with the new makefiles 2006-02-15 07:22:58 +00:00
Bytecode Simplify the autoupgrade interface 2006-03-02 23:59:12 +00:00
CodeGen Added support for dwarf block data entries. 2006-03-03 21:00:14 +00:00
Debugger
ExecutionEngine
Linker
Support Qualify dwarf namespace inside llvm namespace. 2006-02-27 22:37:23 +00:00
System
Target MEMSET / MEMCPY lowering bugs: we can't issue a single WORD / DWORD version of 2006-03-04 02:48:56 +00:00
Transforms Canonicalize (X+C1)*C2 -> X*C2+C1*C2 2006-03-04 06:04:02 +00:00
VMCore Unbreak autouprade of llvm.sqrt, simplify some code. 2006-03-03 16:31:22 +00:00
Makefile