index
:
cflems/ccc.git
master
Carson's C Compiler
Carson Fleming
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
codegen.c
Age
Commit message (
Expand
)
Author
2026-08-06
clean up yesterday's hacks + functions in type system
Carson Fleming
2026-08-05
got hello world working with some hacks
Carson Fleming
2026-08-04
unify hashmap type
Carson Fleming
2026-08-04
add string literals via the data segment
Carson Fleming
2026-07-31
code gen can use registers besides RAX now
Carson Fleming
2026-07-30
casting
Carson Fleming
2026-07-29
support for comma-separated expression lists where valid
Carson Fleming
2026-07-26
functioning type system perhaps?
Carson Fleming
2026-07-26
clean up types
Carson Fleming
2026-07-21
more faithful grammar
Carson Fleming
2026-07-18
type system surely
Carson Fleming
2026-07-18
loop support
Carson Fleming
2026-07-18
fix scoping big
Carson Fleming
2026-07-17
working fib with stubbed typechecker
Carson Fleming
2026-07-17
improve type system sorta
Carson Fleming
2026-07-17
almost fibonacci but it needs the type checker
Carson Fleming
2026-07-17
fix scope thing
Carson Fleming
2026-07-17
compute return type size correctly on decl
Carson Fleming
2026-07-17
before I do something crazy
Carson Fleming
2026-03-31
math n shi
Carson Fleming
2026-03-29
calling functions and some optimizations
Carson Fleming
2026-03-28
lval-centric storage model
Carson Fleming
2026-03-28
rehashing and size tracking corrections
Carson Fleming
2026-03-28
we got assignments bois
Carson Fleming
2026-03-28
robust mov situation
Carson Fleming
2026-03-28
impl x86_64 calling convention
Carson Fleming
2026-03-27
todo: make weird.c work
Carson Fleming
2026-03-27
fix some stuff
Carson Fleming
2026-03-27
woah we got variables
Carson Fleming
2026-03-26
scope inheritance
Carson Fleming
2026-03-26
mostly there except need to implement one more hash map
Carson Fleming
2026-03-26
start codegen work
Carson Fleming