aboutsummaryrefslogtreecommitdiffhomepage
path: root/c/eval.c
Commit message (Collapse)AuthorAgeFilesLines
* eval: long double placeholderlemon2025-12-141-1/+2
|
* c: handle more static eval edgecases for int -> ptrlemon2025-12-131-4/+19
| | | | | sqlite3 was falling back to `((void*)&((char*)0)[X])` for INT_TO_PTR, which this handles now.
* eval: &*x address constantslemon2025-12-081-0/+4
|
* eval: fix float cmpslemon2025-12-051-0/+2
|
* c: more static initializer fixeslemon2025-11-261-0/+2
|
* c: fix static eval for address of some array refslemon2025-11-221-1/+4
|
* eval: fix enum edge caselemon2025-11-191-2/+2
|
* eval: fix b0c0f2d2d885 for ptr convertiblelemon2025-11-191-1/+1
|
* eval: only isaddrconst for ptrslemon2025-11-161-1/+1
|
* amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructorslemon2025-11-051-2/+4
|
* c errataslemon2025-10-231-1/+1
|
* eval: fix indexing string literallemon2025-10-231-2/+2
|
* c irgen fixeslemon2025-10-191-6/+14
|
* Organize source files into directorieslemon2025-10-191-0/+316