platform_system_core/libacc
Jack Palevich d30a2ce244 Implement a simple peephole optimization framework for ARM.
Implement some optimizations:

+ performing arithmetic by a small constant is 3 instructions shorter.
+ reading a local variables is 1 instruction shorter.
+ constant array indexing (e.g. p[5]) is 5 instructions shorter.
2009-09-09 19:08:54 -07:00
..
tests Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
Android.mk Move ARM disassembler out of libacc and into the acc command-line tool. 2009-09-09 13:19:34 -07:00
FEATURES Add support for "short" data type. 2009-08-03 14:42:57 -07:00
LICENSE Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
MODULE_LICENSE_BSD_LIKE Add license, document language changes. 2009-05-15 11:01:21 -07:00
acc.cpp Implement a simple peephole optimization framework for ARM. 2009-09-09 19:08:54 -07:00