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
*
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
*
Add x86 floating point test.
Jack Palevich
2009-07-09
2
-4
/
+61
*
Finish implementing x86 floating point
Jack Palevich
2009-07-09
3
-11
/
+64
*
Implement x86 floating point operations
Jack Palevich
2009-07-08
2
-43
/
+330
*
Class with virtual methods should have virtual destructors too.
Marco Nelissen
2009-07-08
1
-0
/
+2
*
Implement global, local, and stack based float and double variables.
Jack Palevich
2009-07-08
2
-27
/
+135
*
Implement x86 int <--> float.
Jack Palevich
2009-07-08
2
-12
/
+85
*
Some x86 floating point code works.
Jack Palevich
2009-07-08
2
-61
/
+136
*
Start tracking types in expressions.
Jack Palevich
2009-07-07
1
-149
/
+238
*
Parse floating point (and double) constants.
Jack Palevich
2009-07-06
1
-7
/
+113
*
Start teaching the code generator about types.
Jack Palevich
2009-07-06
1
-76
/
+240
*
Initial support for float, double.
Jack Palevich
2009-07-06
2
-47
/
+70
*
Implement our hard casts using our type system.
Jack Palevich
2009-07-02
1
-61
/
+188
*
Clean up expression code.
Jack Palevich
2009-07-01
3
-44
/
+90
*
Add a type system.
Jack Palevich
2009-06-30
1
-103
/
+265
*
Implement a token table and an arena allocator.
Jack Palevich
2009-06-30
1
-465
/
+544
*
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
2
-15
/
+69
*
Allow local variables to be declared anywhere in a block.
Jack Palevich
2009-06-12
1
-18
/
+19
*
Support variable initialization.
Jack Palevich
2009-06-12
1
-3
/
+26
*
Reserve all C99 keywords.
Jack Palevich
2009-06-12
1
-15
/
+75
*
Handle end-of-file inside of comments, local declarations.
Jack Palevich
2009-06-12
1
-4
/
+7
*
Implement string and character backslash constants.
Jack Palevich
2009-06-12
2
-16
/
+127
*
Make #define work again. (Had accidentally omitted the keyword.)
Jack Palevich
2009-06-12
1
-0
/
+3
*
Improve symbol-related error checking
Jack Palevich
2009-06-12
2
-36
/
+113
*
Improve nested variable test.
Jack Palevich
2009-06-11
1
-0
/
+16
*
Add code generator tracer.
Jack Palevich
2009-06-11
1
-1
/
+172
*
Improve local variable scoping.
Jack Palevich
2009-06-11
8
-97
/
+324
*
Use a separate table for keywords.
Jack Palevich
2009-06-11
2
-70
/
+135
*
Remove use of setjmp/longjmp from libacc compiler.
Jack Palevich
2009-06-11
2
-35
/
+48
*
Make otcc code work in x64 based system with 32-bit chroot.
Jack Palevich
2009-06-09
6
-19
/
+44
*
Make a host version of acc for testing.
Jack Palevich
2009-06-08
7
-44
/
+96
*
Move macros into their own table.
Jack Palevich
2009-06-08
2
-35
/
+220
[next]