aboutsummaryrefslogtreecommitdiff
path: root/make.c
Commit message (Collapse)AuthorAgeFilesLines
* Make check a bit more robustThomas Voss 2024-06-251-1/+1
|
* Fix compiler warning on DarwinThomas Voss 2024-06-251-1/+1
|
* Fix build on DarwinThomas Voss 2024-06-251-2/+1
|
* Utilize SSE4.1 to skip comments at 2x speedThomas Voss 2024-06-241-13/+58
|
* Try to handle floating point numbers betterThomas Voss 2024-06-241-1/+1
|
* Begin adding infrastructure for testingThomas Voss 2024-06-241-9/+82
|
* Basic constant folding implementationThomas Voss 2024-06-211-6/+65
|
* Cleanup codegen.cThomas Voss 2024-06-211-2/+0
|
* Huge changes to static analysisThomas Voss 2024-06-211-0/+2
|
* Use fmdnewer() & fmdolder()Thomas Voss 2024-06-201-3/+3
|
* Rename function nameThomas Voss 2024-06-201-3/+3
|
* Support gperfThomas Voss 2024-06-141-4/+31
|
* Allow disabling the sanitizerThomas Voss 2024-06-121-5/+19
|
* Code reshufflingThomas Voss 2024-06-111-8/+0
|
* Get building & linking with LLVM workingThomas Voss 2024-06-111-0/+3
|
* Define GCC-specific macros in make.cThomas Voss 2024-06-111-0/+8
|
* Switch to C11Thomas Voss 2024-06-081-1/+1
|
* Use -march and -mtune on DarwinThomas Voss 2024-06-081-4/+1
|
* Genesis commitThomas Voss 2024-06-081-0/+232