android_system_core/libacc
Jack Palevich e7b590666d Implement architecture-dependent defaults.
If libacc is built on x86, then x86 is the default code generator.
If libacc is built on arm. then ARM is the default code generator
And so on for future architectures.

The 64-bit x64 machine has no working code generator currently.
We may add one to support the simulator builds.

Improved the test program so we don't try to run tests if the
compile failed. Also avoid running tests that don't work on
a given platform.
2009-05-20 11:27:04 -07:00
..
tests ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
acc.cpp Implement architecture-dependent defaults. 2009-05-20 11:27:04 -07:00
Android.mk ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
armreg.h ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
disassem.cpp ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
disassem.h ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
FEATURES Add license, document language changes. 2009-05-15 11:01:21 -07:00
MODULE_LICENSE_BSD_LIKE Add license, document language changes. 2009-05-15 11:01:21 -07:00
test Implement architecture-dependent defaults. 2009-05-20 11:27:04 -07:00
testarm Add a test script for testing the libacc compiler on ARM. 2009-05-19 14:07:41 -07:00