aboutsummaryrefslogtreecommitdiffstats
path: root/libacc/tests/test.py
Commit message (Expand)AuthorAgeFilesLines
* Remove ACC which has been replaced with llvm.Jason Sams2010-09-011-517/+0
* Skip OTCCANSI test on OS XJack Palevich2009-11-121-3/+11
* am 556c60f4: am 51da51a2: am 02effee6: Correctly compute the type of an assig...Jack Palevich2009-11-091-0/+5
|\
| * Correctly compute the type of an assignment expression.Jack Palevich2009-11-091-0/+5
* | Add support for the continue statementJack Palevich2009-10-291-0/+4
* | Implement typedef.Jack Palevich2009-10-281-0/+6
* | Support nested macros. (Still don't support macro arguments.)Jack Palevich2009-10-271-0/+6
|/
* Improve address operator (unary &).Jack Palevich2009-09-041-0/+7
* Preliminary struct and union support.Jack Palevich2009-08-261-0/+7
* Make pointer casting work.Jack Palevich2009-08-251-0/+6
* Add runtime check for whether or not the OTCC-output tests can be run.Jack Palevich2009-08-251-2/+11
* Add a --nox86 flag to allow disabling x86 testsJack Palevich2009-08-191-1/+5
* Handle functions with anonymous argumentsJack Palevich2009-08-191-0/+5
* Allow parenthesized expressions as the value of definesJack Palevich2009-08-181-11/+45
* Support 2D arrays.Jack Palevich2009-08-041-0/+12
* Implement arrays.Jack Palevich2009-08-041-0/+10
* Add support for "short" data type.Jack Palevich2009-08-031-0/+5
* Fix parsing of function declarations that return pointers.Jack Palevich2009-07-311-0/+7
* Support brackets for accessing array values.Jack Palevich2009-07-311-0/+7
* Implement pre-increment / pre-decrementJack Palevich2009-07-311-0/+4
* Support the comma operator.Jack Palevich2009-07-311-0/+10
* Implement op=.Jack Palevich2009-07-311-0/+14
* Test multiple levels of pointer indirection.Jack Palevich2009-07-311-1/+12
* Fix bad ARM code generation for '||' and '&&' operators.Jack Palevich2009-07-301-0/+5
* Load function symbols using lea syntax.Jack Palevich2009-07-291-1/+1
* Implement inc/dec in a more lval-friendly way.Jack Palevich2009-07-291-0/+9
* Fix the ARM postdecrement operator.Jack Palevich2009-07-231-7/+34
* Coerce R0 to destination type before storing it into a variable.Jack Palevich2009-07-161-0/+3
* Improve numerical constant parsing.Jack Palevich2009-07-151-1/+12
* Add test for passing floats and doubles as ints, floats, and doubles.Jack Palevich2009-07-141-3/+9
* Make forward declarations of external symbols really work.Jack Palevich2009-07-141-0/+4
* Implement pointer arithmetic.Jack Palevich2009-07-131-0/+8
* Implement support for "char" local and global variables.Jack Palevich2009-07-131-0/+6
* Implement general casts and pointer dereferencing.Jack Palevich2009-07-131-68/+84
* Run tests on both ARM and x86Jack Palevich2009-07-131-9/+61
* Implement floating point for ARM.Jack Palevich2009-07-091-2/+7
* Add x86 floating point test.Jack Palevich2009-07-091-3/+61
* Clean up expression code.Jack Palevich2009-07-011-2/+14
* Rewrite compiler test using python.Jack Palevich2009-06-251-0/+114