android_system_core/libacc/tests
Jack Palevich a653561097 ARM codegen: Add disassembler, implement return
This program works:

    main() { return 42; }

The disassembler was borrowed from codeflinger, and just modified enough to compile
under C++ without warnings.

Implemented gsym
Implemented a hack verison of li, only works for -256..255
Implemented gjmp
2009-05-13 19:51:03 -07:00
..
.gitignore Add a simple regression test framework. 2009-05-08 20:30:47 -07:00
bellard.otccex.c Various C++ improvements 2009-05-11 18:49:27 -07:00
expr.c Move all x86-specific knowlege into the X86CodeGenerator. 2009-05-12 13:46:16 -07:00
hello.c Add a simple regression test framework. 2009-05-08 20:30:47 -07:00
hello.out-orig converted to C++ 2009-05-10 19:59:24 -07:00
missing-main.c Various C++ improvements 2009-05-11 18:49:27 -07:00
otcc.c Add a simple regression test framework. 2009-05-08 20:30:47 -07:00
otcc.out-orig ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
returnval.c ARM codegen: Add disassembler, implement return 2009-05-13 19:51:03 -07:00
simplest.c Add stub Arm code generator. 2009-05-13 10:58:45 -07:00