index
:
system_core
master
replicant-6.0
replicant-6.0-kerneldebug
replicant-6.0-profiling
https://code.fossencdi.org/system_core.git mirror
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libacc
/
tests
/
test.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove ACC which has been replaced with llvm.
Jason Sams
2010-09-01
1
-517
/
+0
*
Skip OTCCANSI test on OS X
Jack Palevich
2009-11-12
1
-3
/
+11
*
am 556c60f4: am 51da51a2: am 02effee6: Correctly compute the type of an assig...
Jack Palevich
2009-11-09
1
-0
/
+5
|
\
|
*
Correctly compute the type of an assignment expression.
Jack Palevich
2009-11-09
1
-0
/
+5
*
|
Add support for the continue statement
Jack Palevich
2009-10-29
1
-0
/
+4
*
|
Implement typedef.
Jack Palevich
2009-10-28
1
-0
/
+6
*
|
Support nested macros. (Still don't support macro arguments.)
Jack Palevich
2009-10-27
1
-0
/
+6
|
/
*
Improve address operator (unary &).
Jack Palevich
2009-09-04
1
-0
/
+7
*
Preliminary struct and union support.
Jack Palevich
2009-08-26
1
-0
/
+7
*
Make pointer casting work.
Jack Palevich
2009-08-25
1
-0
/
+6
*
Add runtime check for whether or not the OTCC-output tests can be run.
Jack Palevich
2009-08-25
1
-2
/
+11
*
Add a --nox86 flag to allow disabling x86 tests
Jack Palevich
2009-08-19
1
-1
/
+5
*
Handle functions with anonymous arguments
Jack Palevich
2009-08-19
1
-0
/
+5
*
Allow parenthesized expressions as the value of defines
Jack Palevich
2009-08-18
1
-11
/
+45
*
Support 2D arrays.
Jack Palevich
2009-08-04
1
-0
/
+12
*
Implement arrays.
Jack Palevich
2009-08-04
1
-0
/
+10
*
Add support for "short" data type.
Jack Palevich
2009-08-03
1
-0
/
+5
*
Fix parsing of function declarations that return pointers.
Jack Palevich
2009-07-31
1
-0
/
+7
*
Support brackets for accessing array values.
Jack Palevich
2009-07-31
1
-0
/
+7
*
Implement pre-increment / pre-decrement
Jack Palevich
2009-07-31
1
-0
/
+4
*
Support the comma operator.
Jack Palevich
2009-07-31
1
-0
/
+10
*
Implement op=.
Jack Palevich
2009-07-31
1
-0
/
+14
*
Test multiple levels of pointer indirection.
Jack Palevich
2009-07-31
1
-1
/
+12
*
Fix bad ARM code generation for '||' and '&&' operators.
Jack Palevich
2009-07-30
1
-0
/
+5
*
Load function symbols using lea syntax.
Jack Palevich
2009-07-29
1
-1
/
+1
*
Implement inc/dec in a more lval-friendly way.
Jack Palevich
2009-07-29
1
-0
/
+9
*
Fix the ARM postdecrement operator.
Jack Palevich
2009-07-23
1
-7
/
+34
*
Coerce R0 to destination type before storing it into a variable.
Jack Palevich
2009-07-16
1
-0
/
+3
*
Improve numerical constant parsing.
Jack Palevich
2009-07-15
1
-1
/
+12
*
Add test for passing floats and doubles as ints, floats, and doubles.
Jack Palevich
2009-07-14
1
-3
/
+9
*
Make forward declarations of external symbols really work.
Jack Palevich
2009-07-14
1
-0
/
+4
*
Implement pointer arithmetic.
Jack Palevich
2009-07-13
1
-0
/
+8
*
Implement support for "char" local and global variables.
Jack Palevich
2009-07-13
1
-0
/
+6
*
Implement general casts and pointer dereferencing.
Jack Palevich
2009-07-13
1
-68
/
+84
*
Run tests on both ARM and x86
Jack Palevich
2009-07-13
1
-9
/
+61
*
Implement floating point for ARM.
Jack Palevich
2009-07-09
1
-2
/
+7
*
Add x86 floating point test.
Jack Palevich
2009-07-09
1
-3
/
+61
*
Clean up expression code.
Jack Palevich
2009-07-01
1
-2
/
+14
*
Rewrite compiler test using python.
Jack Palevich
2009-06-25
1
-0
/
+114