Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Support generation of asm/obj files | Thomas Voss | 2024-06-25 | 1 | -3/+23 |
* | Fix build on Darwin | Thomas Voss | 2024-06-25 | 1 | -2/+4 |
* | Fix release build | Thomas Voss | 2024-06-24 | 1 | -0/+1 |
* | Init target for AArch64 | Thomas Voss | 2024-06-24 | 1 | -0/+1 |
* | Assert that type2llvm is never called with size 0 | Thomas Voss | 2024-06-24 | 1 | -12/+14 |
* | Try to handle floating point numbers better | Thomas Voss | 2024-06-24 | 1 | -4/+27 |
* | Assert that neither int nor floats exceed 128 bits | Thomas Voss | 2024-06-24 | 1 | -1/+1 |
* | Add basic support for floating point numbers | Thomas Voss | 2024-06-24 | 1 | -17/+25 |
* | Set the target data layout | Thomas Voss | 2024-06-24 | 1 | -6/+32 |
* | Assert that integer types don’t exceed 128 bits | Thomas Voss | 2024-06-24 | 1 | -1/+1 |
* | Support nested functions | Thomas Voss | 2024-06-24 | 1 | -13/+37 |
* | Make int and uint word sized | Thomas Voss | 2024-06-24 | 1 | -8/+11 |
* | Support ‘…’ and ‘...’ in initializers | Thomas Voss | 2024-06-24 | 1 | -0/+4 |
* | Properly handle decl without assignment | Thomas Voss | 2024-06-24 | 1 | -2/+10 |
* | Begin work on supporting mutable variables | Thomas Voss | 2024-06-24 | 1 | -14/+50 |
* | Shove everything into ctx | Thomas Voss | 2024-06-23 | 1 | -72/+74 |
* | Switch from arena_t to arena_t * | Thomas Voss | 2024-06-23 | 1 | -3/+3 |
* | Formatting | Thomas Voss | 2024-06-23 | 1 | -2/+2 |
* | Implement a temporary allocator | Thomas Voss | 2024-06-23 | 1 | -11/+7 |
* | Various codegen work | Thomas Voss | 2024-06-22 | 1 | -65/+81 |
* | More codegen work | Thomas Voss | 2024-06-22 | 1 | -59/+107 |
* | Rename lots of things to make my life easier | Thomas Voss | 2024-06-22 | 1 | -25/+25 |
* | Store decl info in auxilliary data | Thomas Voss | 2024-06-22 | 1 | -14/+45 |
* | Do some work on basic basic codegen | Thomas Voss | 2024-06-22 | 1 | -27/+83 |
* | Basic constant folding implementation | Thomas Voss | 2024-06-21 | 1 | -20/+61 |
* | Avoid memory leak | Thomas Voss | 2024-06-21 | 1 | -0/+1 |
* | Set target triple in LLVM | Thomas Voss | 2024-06-21 | 1 | -0/+5 |
* | Cleanup codegen.c | Thomas Voss | 2024-06-21 | 1 | -188/+20 |
* | Huge changes to static analysis | Thomas Voss | 2024-06-21 | 1 | -109/+160 |
* | Various parser fixes | Thomas Voss | 2024-06-19 | 1 | -33/+87 |
* | More code to codegen | Thomas Voss | 2024-06-18 | 1 | -100/+39 |
* | Some more typechecking for functions | Thomas Voss | 2024-06-18 | 1 | -1/+7 |
* | Add 128-bit integers | Thomas Voss | 2024-06-18 | 1 | -15/+18 |
* | Add the nonnull attribute to codegenstmt() | Thomas Voss | 2024-06-18 | 1 | -1/+2 |
* | Do more work on the typechecker and compiler | Thomas Voss | 2024-06-18 | 1 | -22/+62 |
* | Codegen global variables | Thomas Voss | 2024-06-17 | 1 | -40/+57 |
* | Don’t create a new builder every iteration | Thomas Voss | 2024-06-17 | 1 | -3/+3 |
* | Begin work on the static analyzer | Thomas Voss | 2024-06-17 | 1 | -0/+1 |
* | Strip U+0027 APOSTROPHE from integer literals | Thomas Voss | 2024-06-12 | 1 | -1/+11 |
* | Dispose the LLVM module after use | Thomas Voss | 2024-06-11 | 1 | -0/+1 |
* | Add some unreachables in places | Thomas Voss | 2024-06-11 | 1 | -1/+5 |
* | Code reshuffling | Thomas Voss | 2024-06-11 | 1 | -0/+1 |
* | Remove ‘soa’ from lots of identifiers | Thomas Voss | 2024-06-11 | 1 | -8/+6 |
* | Switch size_t indicies to be idx_t_ | Thomas Voss | 2024-06-11 | 1 | -2/+1 |
* | Add basic LLVM codegen | Thomas Voss | 2024-06-11 | 1 | -18/+93 |
* | Get building & linking with LLVM working | Thomas Voss | 2024-06-11 | 1 | -0/+38 |