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
*
fix build on darwin.
Nick Kralevich
2010-04-26
1
-0
/
+4
*
make libacc run with execute stack protections enabled.
Nick Kralevich
2010-04-23
1
-5
/
+4
*
Fix memory deallocation bug in toy vector class.
Jack Palevich
2009-11-27
1
-4
/
+12
*
Fix static and shared library usage for acc and accRuntimeTest
Jack Palevich
2009-11-12
1
-0
/
+5
*
Build accRuntimeTest with static library rather than shared library.
Jack Palevich
2009-11-12
1
-2
/
+3
*
Skip OTCCANSI test on OS X
Jack Palevich
2009-11-12
1
-3
/
+11
*
Build acc tool with static rather than shared library.
Jack Palevich
2009-11-12
2
-4
/
+5
*
am 556c60f4: am 51da51a2: am 02effee6: Correctly compute the type of an assig...
Jack Palevich
2009-11-09
3
-0
/
+16
|
\
|
*
Correctly compute the type of an assignment expression.
Jack Palevich
2009-11-09
3
-0
/
+16
*
|
Fix type bug that breaks 64-bit OSX build.
Jack Palevich
2009-10-29
1
-1
/
+1
*
|
Add support for the continue statement
Jack Palevich
2009-10-29
3
-7
/
+34
*
|
Implement typedef.
Jack Palevich
2009-10-28
4
-46
/
+199
*
|
Update FEATURES for recent additions.
Jack Palevich
2009-10-27
1
-7
/
+11
*
|
Support nested macros. (Still don't support macro arguments.)
Jack Palevich
2009-10-27
4
-75
/
+124
*
|
Print out error message when symbol lookup fails.
Jack Palevich
2009-10-27
1
-1
/
+8
*
|
Add back missing libdl in linker command. The executables here contain call
Doug Kwan
2009-10-02
1
-2
/
+4
|
/
*
Improve error-handling when an expected token is missing.
Jack Palevich
2009-09-18
1
-2
/
+1
*
Produce error rather than assert when encountering a nested function.
Jack Palevich
2009-09-18
2
-32
/
+47
*
Update peephole optimizer
Jack Palevich
2009-09-10
1
-11
/
+48
*
Add a script "accarm" for ad-hoc testing of the ARM acc compiler.
Jack Palevich
2009-09-10
1
-0
/
+69
*
Implement a simple peephole optimization framework for ARM.
Jack Palevich
2009-09-09
1
-56
/
+293
*
Move ARM disassembler out of libacc and into the acc command-line tool.
Jack Palevich
2009-09-09
7
-90
/
+70
*
Turn an assert into an error to handle bad struct members more gracefully.
Jack Palevich
2009-09-08
1
-9
/
+19
*
Improved DEBUG_SAVE_INPUT_TO_FILE logic.
Jack Palevich
2009-09-08
1
-1
/
+8
*
Generate an error for the use of an undeclared struct.
Jack Palevich
2009-09-08
1
-3
/
+48
*
Improve error message for unknown struct members
Jack Palevich
2009-09-04
1
-4
/
+5
*
Improve address operator (unary &).
Jack Palevich
2009-09-04
3
-5
/
+51
*
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
[next]