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
/
tests
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix the ARM postdecrement operator.
Jack Palevich
2009-07-23
2
-7
/
+57
*
Coerce R0 to destination type before storing it into a variable.
Jack Palevich
2009-07-16
2
-0
/
+12
*
Improve numerical constant parsing.
Jack Palevich
2009-07-15
2
-1
/
+18
*
Add accRegisterSymbolCallback API to control external symbol linkage.
Jack Palevich
2009-07-14
3
-0
/
+148
*
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
2
-0
/
+13
*
Implement pointer arithmetic.
Jack Palevich
2009-07-13
2
-0
/
+23
*
Implement support for "char" local and global variables.
Jack Palevich
2009-07-13
2
-0
/
+19
*
Implement general casts and pointer dereferencing.
Jack Palevich
2009-07-13
2
-68
/
+169
*
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
3
-8
/
+37
*
Add x86 floating point test.
Jack Palevich
2009-07-09
1
-3
/
+61
*
Finish implementing x86 floating point
Jack Palevich
2009-07-09
2
-1
/
+16
*
Implement x86 floating point operations
Jack Palevich
2009-07-08
1
-0
/
+115
*
Implement global, local, and stack based float and double variables.
Jack Palevich
2009-07-08
1
-0
/
+24
*
Implement x86 int <--> float.
Jack Palevich
2009-07-08
1
-2
/
+20
*
Some x86 floating point code works.
Jack Palevich
2009-07-08
1
-0
/
+6
*
Initial support for float, double.
Jack Palevich
2009-07-06
1
-0
/
+7
*
Clean up expression code.
Jack Palevich
2009-07-01
2
-2
/
+18
*
Rewrite compiler test using python.
Jack Palevich
2009-06-25
4
-32
/
+120
*
Align ARM stack pointer to an 8-byte boundary when calling functions.
-b master
2009-06-17
1
-0
/
+9
*
Implement string and character backslash constants.
Jack Palevich
2009-06-12
1
-0
/
+30
*
Improve symbol-related error checking
Jack Palevich
2009-06-12
1
-2
/
+8
*
Improve nested variable test.
Jack Palevich
2009-06-11
1
-0
/
+16
*
Improve local variable scoping.
Jack Palevich
2009-06-11
6
-2
/
+124
*
Use a separate table for keywords.
Jack Palevich
2009-06-11
1
-10
/
+14
*
Remove use of setjmp/longjmp from libacc compiler.
Jack Palevich
2009-06-11
1
-1
/
+1
*
Make otcc code work in x64 based system with 32-bit chroot.
Jack Palevich
2009-06-09
5
-16
/
+29
*
Make a host version of acc for testing.
Jack Palevich
2009-06-08
5
-20
/
+45
*
Switch to ANSI C style C function declarations.
Jack Palevich
2009-06-04
5
-6
/
+466
*
Add support for #pragma foo(bar)
Jack Palevich
2009-06-04
4
-4
/
+467
*
Improve ACC error reporting.
Jack Palevich
2009-05-29
2
-2
/
+12
*
Convert libacc into a shared library.
Jack Palevich
2009-05-22
14
-1
/
+142
*
ARM codegen: Add disassembler, implement return
Jack Palevich
2009-05-13
2
-0
/
+3
*
Begin filling in ARM code generator.
Jack Palevich
2009-05-13
1
-0
/
+0
*
Add stub Arm code generator.
Jack Palevich
2009-05-13
1
-0
/
+1
*
Move all x86-specific knowlege into the X86CodeGenerator.
Jack Palevich
2009-05-12
1
-0
/
+60
*
Various C++ improvements
Jack Palevich
2009-05-11
3
-0
/
+130
*
converted to C++
Jack Palevich
2009-05-10
2
-0
/
+0
*
Replace acc.c with the contents of otccn.c, update tests.
Jack Palevich
2009-05-10
2
-0
/
+0
*
Add a simple regression test framework.
Jack Palevich
2009-05-08
5
-0
/
+451