llvm-6502/lib
Chris Lattner b2acc51bb2 * Multiplications by 2^X are turned into shifts. This factors code out of the
getelementptr code path for use by other code paths (like malloc and alloca).
* Optimize comparisons with zero
* Generate neg, not, inc, and dec instructions, when possible.

This gives some code size wins, which might translate into performance.  We'll
see tommorow in the nightly tester.


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@9267 91177308-0d34-0410-b5e6-96231b3b80d8
2003-10-19 21:09:10 +00:00
..
Analysis
Archive
AsmParser
Bytecode Fix warning 2003-10-18 19:48:10 +00:00
CodeGen
ExecutionEngine
Linker
Support Add debugtype, make output marginally more nice 2003-10-19 02:27:40 +00:00
Target * Multiplications by 2^X are turned into shifts. This factors code out of the 2003-10-19 21:09:10 +00:00
Transforms
VMCore
Makefile