index
:
antcc
trunk
A little C compiler
about
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
c
/
eval.c
Commit message (
Expand
)
Author
Age
Files
Lines
*
eval: fix errata with ELOGIOR, also rename lhs & rhs
lemon
2026-03-15
1
-78
/
+77
*
eval & fold: handle division overflow for MIN/-1
lemon
2026-03-14
1
-0
/
+3
*
c: static eval refactoring
lemon
2026-03-14
1
-194
/
+265
*
c: relax constexpr constraints, fix alignof
lemon
2026-03-09
1
-12
/
+23
*
c: do not try to eval conditional expression's not taken branch
lemon
2026-03-05
1
-2
/
+0
*
c: static intializer bugfix introduced in6c3f1593e9
lemon
2026-02-28
1
-0
/
+1
*
c: allow casting of symbol address to intptr_t in static initializers
lemon
2026-02-25
1
-1
/
+2
*
c: support at least parsing C99 _Complex types
lemon
2026-01-25
1
-1
/
+1
*
c: SYM expr should store decl ref as an index, not pointer
lemon
2025-12-30
1
-1
/
+1
*
eval: long double placeholder
lemon
2025-12-14
1
-1
/
+2
*
c: handle more static eval edgecases for int -> ptr
lemon
2025-12-13
1
-4
/
+19
*
eval: &*x address constants
lemon
2025-12-08
1
-0
/
+4
*
eval: fix float cmps
lemon
2025-12-05
1
-0
/
+2
*
c: more static initializer fixes
lemon
2025-11-26
1
-0
/
+2
*
c: fix static eval for address of some array refs
lemon
2025-11-22
1
-1
/
+4
*
eval: fix enum edge case
lemon
2025-11-19
1
-2
/
+2
*
eval: fix b0c0f2d2d885 for ptr convertible
lemon
2025-11-19
1
-1
/
+1
*
eval: only isaddrconst for ptrs
lemon
2025-11-16
1
-1
/
+1
*
amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors
lemon
2025-11-05
1
-2
/
+4
*
c erratas
lemon
2025-10-23
1
-1
/
+1
*
eval: fix indexing string literal
lemon
2025-10-23
1
-2
/
+2
*
c irgen fixes
lemon
2025-10-19
1
-6
/
+14
*
Organize source files into directories
lemon
2025-10-19
1
-0
/
+316