aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.c
Commit message (Collapse)AuthorAgeFilesLines
...
* Codegen global variablesThomas Voss 2024-06-171-40/+57
|
* Don’t create a new builder every iterationThomas Voss 2024-06-171-3/+3
|
* Begin work on the static analyzerThomas Voss 2024-06-171-0/+1
|
* Strip U+0027 APOSTROPHE from integer literalsThomas Voss 2024-06-121-1/+11
|
* Dispose the LLVM module after useThomas Voss 2024-06-111-0/+1
|
* Add some unreachables in placesThomas Voss 2024-06-111-1/+5
|
* Code reshufflingThomas Voss 2024-06-111-0/+1
|
* Remove ‘soa’ from lots of identifiersThomas Voss 2024-06-111-8/+6
|
* Switch size_t indicies to be idx_t_Thomas Voss 2024-06-111-2/+1
|
* Add basic LLVM codegenThomas Voss 2024-06-111-18/+93
|
* Get building & linking with LLVM workingThomas Voss 2024-06-111-0/+38