Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow keywords as identifier names | Thomas Voss | 2024-07-09 | 1 | -1/+26 |
* | Completely rework how types are handled | Thomas Voss | 2024-07-02 | 1 | -26/+1 |
* | Run ‘make clean’ instead of ‘make distclean’ | Thomas Voss | 2024-06-26 | 1 | -1/+1 |
* | Support generation of asm/obj files | Thomas Voss | 2024-06-25 | 1 | -0/+2 |
* | Make check a bit more robust | Thomas Voss | 2024-06-25 | 1 | -1/+1 |
* | Fix compiler warning on Darwin | Thomas Voss | 2024-06-25 | 1 | -1/+1 |
* | Fix build on Darwin | Thomas Voss | 2024-06-25 | 1 | -2/+1 |
* | Utilize SSE4.1 to skip comments at 2x speed | Thomas Voss | 2024-06-24 | 1 | -13/+58 |
* | Try to handle floating point numbers better | Thomas Voss | 2024-06-24 | 1 | -1/+1 |
* | Begin adding infrastructure for testing | Thomas Voss | 2024-06-24 | 1 | -9/+82 |
* | Basic constant folding implementation | Thomas Voss | 2024-06-21 | 1 | -6/+65 |
* | Cleanup codegen.c | Thomas Voss | 2024-06-21 | 1 | -2/+0 |
* | Huge changes to static analysis | Thomas Voss | 2024-06-21 | 1 | -0/+2 |
* | Use fmdnewer() & fmdolder() | Thomas Voss | 2024-06-20 | 1 | -3/+3 |
* | Rename function name | Thomas Voss | 2024-06-20 | 1 | -3/+3 |
* | Support gperf | Thomas Voss | 2024-06-14 | 1 | -4/+31 |
* | Allow disabling the sanitizer | Thomas Voss | 2024-06-12 | 1 | -5/+19 |
* | Code reshuffling | Thomas Voss | 2024-06-11 | 1 | -8/+0 |
* | Get building & linking with LLVM working | Thomas Voss | 2024-06-11 | 1 | -0/+3 |
* | Define GCC-specific macros in make.c | Thomas Voss | 2024-06-11 | 1 | -0/+8 |
* | Switch to C11 | Thomas Voss | 2024-06-08 | 1 | -1/+1 |
* | Use -march and -mtune on Darwin | Thomas Voss | 2024-06-08 | 1 | -4/+1 |
* | Genesis commit | Thomas Voss | 2024-06-08 | 1 | -0/+232 |