index
:
system_core.git
replicant-4.2
replicant-6.0
system/core
git repository hosting
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
libacc
Commit message (
Expand
)
Author
Age
Files
Lines
*
acc error tweaks
Joe Onorato
2009-08-28
1
-2
/
+1
*
Preliminary struct and union support.
Jack Palevich
2009-08-26
3
-95
/
+487
*
Make pointer casting work.
Jack Palevich
2009-08-25
3
-91
/
+96
*
Add runtime check for whether or not the OTCC-output tests can be run.
Jack Palevich
2009-08-25
1
-2
/
+11
*
Add ARM hardware floating point support.
Jack Palevich
2009-08-20
1
-13
/
+342
*
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
3
-2
/
+19
*
Allow redefinition of macros.
Jack Palevich
2009-08-18
2
-8
/
+15
*
Allow '//'-style comments in #defines.
Jack Palevich
2009-08-18
2
-3
/
+16
*
Allow parenthesized expressions as the value of defines
Jack Palevich
2009-08-18
4
-15
/
+53
*
do not merge: cherry-picked ecd23c09e87d7088285f8b7c2eeb98815c2e69e0 from mas...
Jack Palevich
2009-08-17
1
-3
/
+10
*
Support 2D arrays.
Jack Palevich
2009-08-04
3
-4
/
+57
*
Implement arrays.
Jack Palevich
2009-08-04
3
-36
/
+262
*
Add support for "short" data type.
Jack Palevich
2009-08-03
5
-28
/
+115
*
Fix parsing of function declarations that return pointers.
Jack Palevich
2009-07-31
3
-11
/
+10
*
Support brackets for accessing array values.
Jack Palevich
2009-07-31
3
-13
/
+91
*
Clean up the way we handle postfix operators.
Jack Palevich
2009-07-31
1
-69
/
+67
*
Implement pre-increment / pre-decrement
Jack Palevich
2009-07-31
3
-27
/
+43
*
Support the comma operator.
Jack Palevich
2009-07-31
3
-6
/
+60
*
Implement op=.
Jack Palevich
2009-07-31
3
-0
/
+99
*
Test multiple levels of pointer indirection.
Jack Palevich
2009-07-31
2
-1
/
+47
*
Assignment in ordinary expressions is now handled using lvals and rvals.
Jack Palevich
2009-07-30
1
-23
/
+19
*
Start using lvals and rvals.
Jack Palevich
2009-07-30
1
-19
/
+60
*
Change assignment code gen to use leaR0 .. storeR0ToTOS.
Jack Palevich
2009-07-30
1
-119
/
+11
*
Fix bad ARM code generation for '||' and '&&' operators.
Jack Palevich
2009-07-30
3
-1
/
+60
*
Load function symbols using lea syntax.
Jack Palevich
2009-07-29
2
-49
/
+98
*
Remove loadR0 in favor of lea + loadR0FromR0.
Jack Palevich
2009-07-29
1
-140
/
+10
*
Implement inc/dec in a more lval-friendly way.
Jack Palevich
2009-07-29
3
-32
/
+125
*
Adjust stack alignment for local variables to work more like arguments.
Jack Palevich
2009-07-27
1
-7
/
+43
*
Keep track of the current arena.
Jack Palevich
2009-07-23
1
-51
/
+52
*
Fix the ARM postdecrement operator.
Jack Palevich
2009-07-23
3
-8
/
+58
*
Code generator cleanup
Jack Palevich
2009-07-17
1
-124
/
+153
*
Remove unused logging code.
Jack Palevich
2009-07-17
1
-24
/
+0
*
Track lvalues vs. rvalues.
Jack Palevich
2009-07-17
1
-5
/
+24
*
Report error (rather than crashing) when a declaration name is missing.
Jack Palevich
2009-07-16
1
-9
/
+18
*
Coerce R0 to destination type before storing it into a variable.
Jack Palevich
2009-07-16
3
-15
/
+33
*
Implement a "#line" directive.
Jack Palevich
2009-07-16
1
-40
/
+44
*
Detect assignments to undeclared variables.
Jack Palevich
2009-07-16
1
-13
/
+27
*
If the compile failed, return NULL from symbol lookups.
Jack Palevich
2009-07-16
1
-7
/
+11
*
Improve error handling
Jack Palevich
2009-07-15
1
-1
/
+10
*
Improve numerical constant parsing.
Jack Palevich
2009-07-15
3
-49
/
+103
*
Add accRegisterSymbolCallback API to control external symbol linkage.
Jack Palevich
2009-07-14
4
-2
/
+178
*
Add test for passing floats and doubles as ints, floats, and doubles.
Jack Palevich
2009-07-14
2
-12
/
+25
*
Make forward declarations of external symbols really work.
Jack Palevich
2009-07-14
3
-15
/
+36
*
Remove unused variable.
Jack Palevich
2009-07-14
1
-2
/
+1
*
Implement pointer arithmetic.
Jack Palevich
2009-07-13
3
-66
/
+193
*
Implement support for "char" local and global variables.
Jack Palevich
2009-07-13
3
-3
/
+86
*
Implement general casts and pointer dereferencing.
Jack Palevich
2009-07-13
3
-100
/
+196
*
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
4
-240
/
+815
[next]