aboutsummaryrefslogtreecommitdiff
path: root/src/codegen.c
Commit message (Collapse)AuthorAgeFilesLines
* Set target triple in LLVMThomas Voss 2024-06-211-0/+5
|
* Cleanup codegen.cThomas Voss 2024-06-211-188/+20
|
* Huge changes to static analysisThomas Voss 2024-06-211-109/+160
|
* Various parser fixesThomas Voss 2024-06-191-33/+87
|
* More code to codegenThomas Voss 2024-06-181-100/+39
|
* Some more typechecking for functionsThomas Voss 2024-06-181-1/+7
|
* Add 128-bit integersThomas Voss 2024-06-181-15/+18
|
* Add the nonnull attribute to codegenstmt()Thomas Voss 2024-06-181-1/+2
|
* Do more work on the typechecker and compilerThomas Voss 2024-06-181-22/+62
|
* 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