index
:
cibic
complex_cast
complex_pointer
location_tracking
master
mips
new_scope_design
optimization
reg
semantics
ssa
typedef
C Implemented Bare and Ingenuous Compiler
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
semantics.c
Commit message (
Expand
)
Author
Age
*
memory leak
new_scope_design
Teddy
2014-04-12
*
now works
Teddy
2014-04-12
*
functions are changed to types
Teddy
2014-04-12
*
changing the scope framework
Teddy
2014-04-12
*
fix bugs in function declaration & prototype
Teddy
2014-04-12
*
...
Teddy
2014-04-11
*
passed the base test
Teddy
2014-04-11
*
handle empty parameter correctly
Teddy
2014-04-11
*
initializer checking
Teddy
2014-04-11
*
array length checking
Teddy
2014-04-11
*
basic const precalculation
Teddy
2014-04-11
*
fixed bug of cast
Teddy
2014-04-11
*
the tail->next should be NULL in params
Teddy
2014-04-10
*
...
Teddy
2014-04-10
*
fixed several bugs, see TODO
Teddy
2014-04-10
*
...
Teddy
2014-04-07
*
...
Teddy
2014-04-07
*
bugfix: global incomplete type should not be allowed
Teddy
2014-04-06
*
complex cast almost done
complex_cast
Teddy
2014-04-06
*
...
Teddy
2014-04-06
*
remove redundant syntax in `cibic.y`
complex_pointer
Teddy
2014-04-06
*
...
Teddy
2014-04-06
*
complex pointer support
Teddy
2014-04-06
*
add a dirty hack to `semantic_func`
Teddy
2014-04-05
*
...
Teddy
2014-04-05
*
...
semantics
Teddy
2014-04-05
*
.
Teddy
2014-04-05
*
bug fixes
Teddy
2014-04-05
*
...
Teddy
2014-04-05
*
...
Teddy
2014-04-05
*
semantics almost done
Teddy
2014-04-05
*
unary expression
Teddy
2014-04-05
*
cast expression
Teddy
2014-04-05
*
comparison
Teddy
2014-04-05
*
check for invalid `void` type
Teddy
2014-04-05
*
...
Teddy
2014-04-04
*
...
Teddy
2014-04-04
*
working on type checking
Teddy
2014-04-04
*
fix the `->next` issue
Teddy
2014-04-04
*
add scope
Teddy
2014-04-04
*
...
Teddy
2014-04-04
*
some basic semantics analysis
Teddy
2014-04-04
*
add naming conflict report; add autoforce test
Teddy
2014-03-26
*
move all const to a seperate file
Teddy
2014-03-26
*
problem caused by `void *`
Teddy
2014-03-26
*
...
Teddy
2014-03-26
*
semantics: symbol table now works
Teddy
2014-03-26
*
...
Teddy
2014-03-26
*
start to implement semantics part
Teddy
2014-03-26