android_system_core/libacc/tests/data
Jack Palevich 89baa2083f Fix the ARM postdecrement operator.
Add a test for ++ and -- so this bug won't happen again.
2009-07-23 11:45:15 -07:00
..
bellard.otccex.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
casts.c Implement general casts and pointer dereferencing. 2009-07-13 15:57:26 -07:00
char.c Implement support for "char" local and global variables. 2009-07-13 16:56:28 -07:00
constants.c Implement string and character backslash constants. 2009-06-12 12:49:14 -07:00
double.c Initial support for float, double. 2009-07-06 12:07:15 -07:00
error.c Improve ACC error reporting. 2009-05-29 13:53:44 -07:00
expr-ansi.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
expr.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
expr2.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
float.c Improve numerical constant parsing. 2009-07-15 16:16:37 -07:00
floatdouble.c Coerce R0 to destination type before storing it into a variable. 2009-07-16 18:24:47 -07:00
flops.c Add test for passing floats and doubles as ints, floats, and doubles. 2009-07-14 19:39:36 -07:00
hello.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
iops.c Fix the ARM postdecrement operator. 2009-07-23 11:45:15 -07:00
locals.c Improve symbol-related error checking 2009-06-12 11:25:59 -07:00
missing-main.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
otcc-ansi.c Improve local variable scoping. 2009-06-11 21:47:57 -07:00
otcc-noinclude.c Add support for #pragma foo(bar) 2009-06-04 16:38:35 -07:00
otcc.c Make otcc code work in x64 based system with 32-bit chroot. 2009-06-09 22:59:04 +00:00
pointers.c Implement pointer arithmetic. 2009-07-13 18:40:08 -07:00
returnval-ansi.c Make otcc code work in x64 based system with 32-bit chroot. 2009-06-09 22:59:04 +00:00
returnval.c Make otcc code work in x64 based system with 32-bit chroot. 2009-06-09 22:59:04 +00:00
rollo3.c Make forward declarations of external symbols really work. 2009-07-14 18:35:36 -07:00
simplest.c Convert libacc into a shared library. 2009-05-22 12:09:55 -07:00
testStringConcat.c Clean up expression code. 2009-07-01 15:32:35 -07:00