index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
common.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
make fatal() _Noreturn
lemon
2025-12-11
1
-1
/
+1
*
misc fixes
lemon
2025-12-10
1
-1
/
+1
*
mem: fix pmap_init and change hashmap load factors to 75%
lemon
2025-12-09
1
-1
/
+1
*
lex: make some hashtables resizable
lemon
2025-12-09
1
-7
/
+6
*
add command-line predefined macros (-D, -U)
lemon
2025-12-06
1
-0
/
+3
*
preprocessor: add #ifndef...#endif include guard optimization
lemon
2025-12-02
1
-2
/
+2
*
use bstdout for -E
lemon
2025-11-26
1
-1
/
+1
*
debug output to stdout
lemon
2025-11-19
1
-0
/
+1
*
factor type stuff into type.h
lemon
2025-11-16
1
-208
/
+1
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-3
/
+3
*
c: make builtin va_list an opaque struct
lemon
2025-10-23
1
-2
/
+2
*
use libc's stdout/stderr; also eliminate some unnecessary recursion in bfmt
lemon
2025-10-23
1
-6
/
+13
*
refactor vec_of(T) and misc
lemon
2025-10-20
1
-32
/
+42
*
c irgen fixes
lemon
2025-10-19
1
-1
/
+0
*
#pragma once
lemon
2025-10-18
1
-2
/
+7
*
add -E preprocessing option
lemon
2025-10-17
1
-1
/
+2
*
wide str and char literals
lemon
2025-10-16
1
-2
/
+6
*
lowsetsetbit
lemon
2025-10-15
1
-1
/
+2
*
c: fix codegen for enum types
lemon
2025-10-15
1
-2
/
+7
*
implement most of preprocessor
lemon
2025-10-13
1
-0
/
+11
*
c: call memset for some runtime zero initializations
lemon
2025-10-09
1
-0
/
+8
*
alloc changes
lemon
2025-09-17
1
-0
/
+4
*
preliminary pie and pic
lemon
2025-09-14
1
-0
/
+1
*
regset doesnt need all those macros
lemon
2025-09-14
1
-5
/
+2
*
change freearena for correctness
lemon
2025-09-14
1
-4
/
+4
*
regalloc improvements
lemon
2025-09-14
1
-0
/
+1
*
fixes, delnops
lemon
2025-09-09
1
-0
/
+1
*
regalloc: start implementing linear scan
lemon
2025-09-08
1
-2
/
+9
*
backend: fix mem2reg & regalloc
lemon
2023-06-26
1
-0
/
+9
*
frontend: add labels and goto statement
lemon
2023-06-26
1
-0
/
+1
*
fix some warnings
lemon
2023-06-25
1
-1
/
+1
*
backend: fix regalloc to work with more complex dataflow
lemon
2023-06-24
1
-1
/
+41
*
mem2reg: implement ssa construction; this breaks regalloc right now
lemon
2023-06-21
1
-1
/
+1
*
explicitly store predecessors in each block
lemon
2023-06-21
1
-0
/
+23
*
add basic mem2reg
lemon
2023-06-20
1
-0
/
+1
*
move ctype to common.h
lemon
2023-06-19
1
-0
/
+7
*
add endian.h for endian dependent stuff
lemon
2023-06-18
1
-3
/
+10
*
fix memory bugs
lemon
2023-06-18
1
-1
/
+1
*
basic ELF output
lemon
2023-06-17
1
-5
/
+8
*
add spilling for function calls, misc fixes
lemon
2023-06-14
1
-3
/
+3
*
lower allocas in isel() instead of emit() and misc fixes
lemon
2023-06-13
1
-0
/
+4
*
oops
lemon
2023-06-12
1
-1
/
+1
*
register renaming and such
lemon
2023-06-12
1
-0
/
+23
*
remove RPARAM, add Oparam, lower args/rets to abi regs in abi0
lemon
2023-06-11
1
-5
/
+8
*
isel skeleton
lemon
2023-06-10
1
-1
/
+8
*
codegen skeleton
lemon
2023-06-06
1
-0
/
+2
*
command line switch for debug options
lemon
2023-06-05
1
-0
/
+5
*
better diagnostics
lemon
2023-06-04
1
-0
/
+1
*
evaluate call args backwards
lemon
2023-06-04
1
-0
/
+2
*
abi lowering pass
lemon
2023-06-04
1
-1
/
+6
[next]