summaryrefslogtreecommitdiffstats
path: root/libacc/tests/data
Commit message (Expand)AuthorAgeFilesLines
* Remove ACC which has been replaced with llvm.Jason Sams2010-09-0142-2712/+0
* am 556c60f4: am 51da51a2: am 02effee6: Correctly compute the type of an assig...Jack Palevich2009-11-091-0/+9
|\
| * Correctly compute the type of an assignment expression.Jack Palevich2009-11-091-0/+9
* | Add support for the continue statementJack Palevich2009-10-291-0/+13
* | Implement typedef.Jack Palevich2009-10-281-0/+40
* | Support nested macros. (Still don't support macro arguments.)Jack Palevich2009-10-271-0/+10
|/
* Improve address operator (unary &).Jack Palevich2009-09-041-0/+31
* Preliminary struct and union support.Jack Palevich2009-08-261-0/+95
* Make pointer casting work.Jack Palevich2009-08-251-0/+9
* Handle functions with anonymous argumentsJack Palevich2009-08-191-0/+8
* Allow redefinition of macros.Jack Palevich2009-08-181-0/+1
* Allow '//'-style comments in #defines.Jack Palevich2009-08-181-2/+3
* Allow parenthesized expressions as the value of definesJack Palevich2009-08-181-0/+7
* Support 2D arrays.Jack Palevich2009-08-041-0/+30
* Implement arrays.Jack Palevich2009-08-041-0/+77
* Add support for "short" data type.Jack Palevich2009-08-031-0/+6
* Fix parsing of function declarations that return pointers.Jack Palevich2009-07-311-6/+2
* Support brackets for accessing array values.Jack Palevich2009-07-311-0/+61
* Implement pre-increment / pre-decrementJack Palevich2009-07-311-0/+4
* Support the comma operator.Jack Palevich2009-07-311-0/+35
* Implement op=.Jack Palevich2009-07-311-0/+66
* Test multiple levels of pointer indirection.Jack Palevich2009-07-311-0/+35
* Fix bad ARM code generation for '||' and '&&' operators.Jack Palevich2009-07-301-0/+53
* Implement inc/dec in a more lval-friendly way.Jack Palevich2009-07-291-0/+10
* Fix the ARM postdecrement operator.Jack Palevich2009-07-231-0/+23
* Coerce R0 to destination type before storing it into a variable.Jack Palevich2009-07-161-0/+9
* Improve numerical constant parsing.Jack Palevich2009-07-151-0/+6
* Add test for passing floats and doubles as ints, floats, and doubles.Jack Palevich2009-07-141-9/+16
* Make forward declarations of external symbols really work.Jack Palevich2009-07-141-0/+9
* Implement pointer arithmetic.Jack Palevich2009-07-131-0/+15
* Implement support for "char" local and global variables.Jack Palevich2009-07-131-0/+13
* Implement general casts and pointer dereferencing.Jack Palevich2009-07-131-0/+85
* Implement floating point for ARM.Jack Palevich2009-07-092-6/+30
* Finish implementing x86 floating pointJack Palevich2009-07-092-1/+16
* Implement x86 floating point operationsJack Palevich2009-07-081-0/+115
* Implement global, local, and stack based float and double variables.Jack Palevich2009-07-081-0/+24
* Implement x86 int <--> float.Jack Palevich2009-07-081-2/+20
* Some x86 floating point code works.Jack Palevich2009-07-081-0/+6
* Initial support for float, double.Jack Palevich2009-07-061-0/+7
* Clean up expression code.Jack Palevich2009-07-011-0/+4
* Implement string and character backslash constants.Jack Palevich2009-06-121-0/+30
* Improve symbol-related error checkingJack Palevich2009-06-121-2/+8
* Improve nested variable test.Jack Palevich2009-06-111-0/+16
* Improve local variable scoping.Jack Palevich2009-06-114-0/+119
* Remove use of setjmp/longjmp from libacc compiler.Jack Palevich2009-06-111-1/+1
* Make otcc code work in x64 based system with 32-bit chroot.Jack Palevich2009-06-094-10/+20
* Make a host version of acc for testing.Jack Palevich2009-06-081-1/+4
* Switch to ANSI C style C function declarations.Jack Palevich2009-06-042-0/+456
* Add support for #pragma foo(bar)Jack Palevich2009-06-042-1/+451
* Improve ACC error reporting.Jack Palevich2009-05-291-0/+2