llvm-6502/lib
Chris Lattner 218a15d02c Add some initial patterns to simple binary instructions, though they
currently don't do anything.  This elides patterns for binary operators
that ping on the carry flag, since we don't model it yet.

This patch also removes PPC::SUB, because it is dead.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@23230 91177308-0d34-0410-b5e6-96231b3b80d8
2005-09-02 21:18:00 +00:00
..
Analysis
Archive
AsmParser Implement PR614: 2005-08-27 18:50:39 +00:00
Bytecode
CodeGen Clean up some code from the last checkin 2005-09-02 20:32:45 +00:00
Debugger
ExecutionEngine Add help support for -mcpu and -mattr. 2005-09-02 19:27:43 +00:00
Linker
Support Allow bugpoint+PPC codegen to use fsqrt 2005-08-29 13:14:24 +00:00
System
Target Add some initial patterns to simple binary instructions, though they 2005-09-02 21:18:00 +00:00
Transforms Fix a problem that Dan Berlin noticed, where reassociation would not succeed 2005-09-02 07:07:58 +00:00
VMCore
Makefile