llvm-6502/lib
Christopher Lamb 103e1a3118 Implement review feedback, including additional transforms
(icmp slt (sub A B) 1) -> (icmp sle A B)
icmp sgt (sub A B) -1) -> (icmp sge A B)

and add testcase.



git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45256 91177308-0d34-0410-b5e6-96231b3b80d8
2007-12-20 07:21:11 +00:00
..
Analysis Adding bindings for memory buffers and module providers. Switching 2007-12-19 22:30:40 +00:00
Archive
AsmParser regenerate. 2007-12-17 01:17:35 +00:00
Bitcode Adding bindings for memory buffers and module providers. Switching 2007-12-19 22:30:40 +00:00
CodeGen The physical register + virtual register joining requirement was much too strict. 2007-12-20 02:23:25 +00:00
Debugger
ExecutionEngine Change the PointerType api for creating pointer types. The old functionality of PointerType::get() has become PointerType::getUnqual(), which returns a pointer in the generic address space. The new prototype of PointerType::get() requires both a type and an address space. 2007-12-17 01:12:55 +00:00
Linker
Support Don't have APInt.cpp depend upon DerivedTypes.h. This helps with splitting the 2007-12-11 06:53:58 +00:00
System Added "GetCurrentDirectory()" to sys::Path. 2007-12-18 22:07:33 +00:00
Target More working CellSPU tests: 2007-12-20 00:44:13 +00:00
Transforms Implement review feedback, including additional transforms 2007-12-20 07:21:11 +00:00
VMCore Adding bindings for memory buffers and module providers. Switching 2007-12-19 22:30:40 +00:00
Makefile