1. e0f9d91 Skip OTCCANSI test on OS X by Jack Palevich · 16 years ago
  2. 13edb72 am 556c60f4: am 51da51a2: am 02effee6: Correctly compute the type of an assignment expression. by Jack Palevich · 16 years ago
  3. 02effee Correctly compute the type of an assignment expression. by Jack Palevich · 16 years ago
  4. c951c59 Add support for the continue statement by Jack Palevich · 16 years ago
  5. ee1f829 Implement typedef. by Jack Palevich · 16 years ago
  6. 188a5a7 Support nested macros. (Still don't support macro arguments.) by Jack Palevich · 16 years ago
  7. 5fd66ae Improve address operator (unary &). by Jack Palevich · 16 years ago
  8. 9221bcc Preliminary struct and union support. by Jack Palevich · 16 years ago
  9. c0f2533 Make pointer casting work. by Jack Palevich · 16 years ago
  10. 0f400c5 Add runtime check for whether or not the OTCC-output tests can be run. by Jack Palevich · 16 years ago
  11. d3abe3c Add a --nox86 flag to allow disabling x86 tests by Jack Palevich · 16 years ago
  12. 0a01a5d Handle functions with anonymous arguments by Jack Palevich · 16 years ago
  13. 0b2de0d Allow parenthesized expressions as the value of defines by Jack Palevich · 16 years ago
  14. 80e4972 Support 2D arrays. by Jack Palevich · 16 years ago
  15. b615450 Implement arrays. by Jack Palevich · 16 years ago
  16. c9b8ffc Add support for "short" data type. by Jack Palevich · 16 years ago
  17. 9613899 Fix parsing of function declarations that return pointers. by Jack Palevich · 16 years ago
  18. 47cbea9 Support brackets for accessing array values. by Jack Palevich · 16 years ago
  19. aaac928 Implement pre-increment / pre-decrement by Jack Palevich · 16 years ago
  20. 43aaee3 Support the comma operator. by Jack Palevich · 16 years ago
  21. 0c01774 Implement op=. by Jack Palevich · 16 years ago
  22. beb4fe9 Test multiple levels of pointer indirection. by Jack Palevich · 16 years ago
  23. 8f361fa Fix bad ARM code generation for '||' and '&&' operators. by Jack Palevich · 16 years ago
  24. 9f51a26 Load function symbols using lea syntax. by Jack Palevich · 16 years ago
  25. ddf7c9c Implement inc/dec in a more lval-friendly way. by Jack Palevich · 16 years ago
  26. 89baa20 Fix the ARM postdecrement operator. by Jack Palevich · 16 years ago
  27. 8148c5b Coerce R0 to destination type before storing it into a variable. by Jack Palevich · 16 years ago
  28. 2aaf21f Improve numerical constant parsing. by Jack Palevich · 16 years ago
  29. fd3db48 Add test for passing floats and doubles as ints, floats, and doubles. by Jack Palevich · 16 years ago
  30. 37c54bd Make forward declarations of external symbols really work. by Jack Palevich · 16 years ago
  31. a8f427f Implement pointer arithmetic. by Jack Palevich · 16 years ago
  32. 25c0cca Implement support for "char" local and global variables. by Jack Palevich · 16 years ago
  33. 45431bc Implement general casts and pointer dereferencing. by Jack Palevich · 16 years ago
  34. 59178c0 Run tests on both ARM and x86 by Jack Palevich · 16 years ago
  35. b7718b9 Implement floating point for ARM. by Jack Palevich · 16 years ago
  36. bab8064 Add x86 floating point test. by Jack Palevich · 16 years ago
  37. 40600de Clean up expression code. by Jack Palevich · 16 years ago
  38. 609c994 Rewrite compiler test using python. by Jack Palevich · 16 years ago