1. 128ad2d Implement x86 int <--> float. by Jack Palevich · 15 years ago
  2. 1a539db Some x86 floating point code works. by Jack Palevich · 15 years ago
  3. 95727a0 Initial support for float, double. by Jack Palevich · 15 years ago
  4. 40600de Clean up expression code. by Jack Palevich · 15 years ago
  5. 609c994 Rewrite compiler test using python. by Jack Palevich · 15 years ago
  6. 422972c Align ARM stack pointer to an 8-byte boundary when calling functions. by -b master · 15 years ago
  7. b4758ff Implement string and character backslash constants. by Jack Palevich · 15 years ago
  8. a6baa23 Improve symbol-related error checking by Jack Palevich · 15 years ago
  9. 61d22dc Improve nested variable test. by Jack Palevich · 15 years ago
  10. 303d8ff Improve local variable scoping. by Jack Palevich · 15 years ago
  11. 2db168f Use a separate table for keywords. by Jack Palevich · 15 years ago
  12. 0a280a0 Remove use of setjmp/longjmp from libacc compiler. by Jack Palevich · 15 years ago
  13. 8dc662e Make otcc code work in x64 based system with 32-bit chroot. by Jack Palevich · 15 years ago
  14. 36d9414 Make a host version of acc for testing. by Jack Palevich · 15 years ago
  15. b7c81e9 Switch to ANSI C style C function declarations. by Jack Palevich · 15 years ago
  16. eedf9d2 Add support for #pragma foo(bar) by Jack Palevich · 15 years ago
  17. ac0e95e Improve ACC error reporting. by Jack Palevich · 15 years ago
  18. 1cdef20 Convert libacc into a shared library. by Jack Palevich · 15 years ago
  19. a653561 ARM codegen: Add disassembler, implement return by Jack Palevich · 15 years ago
  20. 546b224 Begin filling in ARM code generator. by Jack Palevich · 15 years ago
  21. 2230513 Add stub Arm code generator. by Jack Palevich · 15 years ago
  22. bf42c9c Move all x86-specific knowlege into the X86CodeGenerator. by Jack Palevich · 15 years ago
  23. 21a15a2 Various C++ improvements by Jack Palevich · 15 years ago
  24. 77ae76e converted to C++ by Jack Palevich · 15 years ago
  25. e27bf3e Replace acc.c with the contents of otccn.c, update tests. by Jack Palevich · 15 years ago
  26. f54db02 Add a simple regression test framework. by Jack Palevich · 15 years ago