| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | eval: long double placeholder | 2025-12-14 | 1 | -1/+2 | |
| | | |||||
| * | c: handle more static eval edgecases for int -> ptr | 2025-12-13 | 1 | -4/+19 | |
| | | | | | | sqlite3 was falling back to `((void*)&((char*)0)[X])` for INT_TO_PTR, which this handles now. | ||||
| * | eval: &*x address constants | 2025-12-08 | 1 | -0/+4 | |
| | | |||||
| * | eval: fix float cmps | 2025-12-05 | 1 | -0/+2 | |
| | | |||||
| * | c: more static initializer fixes | 2025-11-26 | 1 | -0/+2 | |
| | | |||||
| * | c: fix static eval for address of some array refs | 2025-11-22 | 1 | -1/+4 | |
| | | |||||
| * | eval: fix enum edge case | 2025-11-19 | 1 | -2/+2 | |
| | | |||||
| * | eval: fix b0c0f2d2d885 for ptr convertible | 2025-11-19 | 1 | -1/+1 | |
| | | |||||
| * | eval: only isaddrconst for ptrs | 2025-11-16 | 1 | -1/+1 | |
| | | |||||
| * | amd64: fix aggregate abi stuff;; ir: fold, peephole optimizing constructors | 2025-11-05 | 1 | -2/+4 | |
| | | |||||
| * | c erratas | 2025-10-23 | 1 | -1/+1 | |
| | | |||||
| * | eval: fix indexing string literal | 2025-10-23 | 1 | -2/+2 | |
| | | |||||
| * | c irgen fixes | 2025-10-19 | 1 | -6/+14 | |
| | | |||||
| * | Organize source files into directories | 2025-10-19 | 1 | -0/+316 | |