android_system_core/libacc/tests
Jack Palevich 2a4e1a9f88 Finish implementing x86 floating point
Support floating-point if/while statements: if(1.0) { ... }
Support reading values from float and double pointers.

And some additional error checking.
Detect malformed "return" statements
Detect passing the results of "void" functions as arguments.
2009-07-09 13:34:25 -07:00
..
data Finish implementing x86 floating point 2009-07-09 13:34:25 -07:00
.gitignore Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
Android.mk Improve local variable scoping. 2009-06-11 21:47:57 -07:00
main.cpp Align ARM stack pointer to an 8-byte boundary when calling functions. 2009-06-17 19:13:52 -07:00
test Rewrite compiler test using python. 2009-06-25 13:55:12 -07:00
test.py Clean up expression code. 2009-07-01 15:32:35 -07:00