Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Update TODOHEADmaster | Thomas Voss | 2024-08-09 | 1 | -28/+60 |
| | |||||
* | Update README | Thomas Voss | 2024-08-04 | 1 | -0/+17 |
| | |||||
* | Correct false comments | Thomas Voss | 2024-08-04 | 1 | -2/+4 |
| | |||||
* | Update the exrc | Thomas Voss | 2024-08-04 | 1 | -1/+4 |
| | |||||
* | Add a NOTES file | Thomas Voss | 2024-08-04 | 1 | -0/+46 |
| | |||||
* | Decode UTF-8 with PEXT when BMI2 is available | Thomas Voss | 2024-08-03 | 2 | -17/+86 |
| | |||||
* | Add a TODO file | Thomas Voss | 2024-07-17 | 1 | -0/+142 |
| | |||||
* | Support macOS find(1) | Thomas Voss | 2024-07-17 | 1 | -3/+9 |
| | |||||
* | Specify LLVM & Gperf versions | Thomas Voss | 2024-07-17 | 1 | -3/+4 |
| | |||||
* | Add a bug entry | Thomas Voss | 2024-07-17 | 1 | -0/+10 |
| | |||||
* | Disallow keywords as identifier names | Thomas Voss | 2024-07-09 | 4 | -3/+78 |
| | |||||
* | Patch use-after-free | Thomas Voss | 2024-07-09 | 2 | -13/+8 |
| | |||||
* | Document some more bugs | Thomas Voss | 2024-07-09 | 1 | -9/+22 |
| | |||||
* | Add tests for static locals | Thomas Voss | 2024-07-09 | 2 | -0/+59 |
| | |||||
* | Throw error when assigning non-const to :: | Thomas Voss | 2024-07-09 | 1 | -0/+3 |
| | |||||
* | Throw error when attempting to declare a local variable ‘pub’ | Thomas Voss | 2024-07-09 | 1 | -0/+2 |
| | |||||
* | Allow negation of untyped integer constant | Thomas Voss | 2024-07-09 | 1 | -1/+1 |
| | |||||
* | Document bug | Thomas Voss | 2024-07-09 | 1 | -0/+8 |
| | |||||
* | Support static-local variables | Thomas Voss | 2024-07-09 | 5 | -21/+54 |
| | |||||
* | Document another bug | Thomas Voss | 2024-07-08 | 1 | -0/+10 |
| | |||||
* | Add a recursion bug | Thomas Voss | 2024-07-08 | 1 | -0/+4 |
| | |||||
* | Add some basic LLVM IR tests | Thomas Voss | 2024-07-08 | 7 | -0/+112 |
| | |||||
* | Document known bugs | Thomas Voss | 2024-07-08 | 2 | -1/+19 |
| | |||||
* | Fix issues with shadowing | Thomas Voss | 2024-07-08 | 1 | -2/+7 |
| | |||||
* | Just use LLVMPrintModuleToString 🤡 | Thomas Voss | 2024-07-08 | 1 | -9/+4 |
| | |||||
* | Fix memory leak | Thomas Voss | 2024-07-08 | 1 | -0/+1 |
| | |||||
* | Fallback to stderr if module printing fails with ENXIO | Thomas Voss | 2024-07-08 | 1 | -6/+9 |
| | |||||
* | Param 2 of constfoldexpr() can be NULL | Thomas Voss | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | Print to stdout when -l is provided | Thomas Voss | 2024-07-08 | 1 | -3/+5 |
| | |||||
* | Actually make unary plus an AST node | Thomas Voss | 2024-07-08 | 4 | -16/+26 |
| | |||||
* | Use hex for more compact representation | Thomas Voss | 2024-07-08 | 1 | -3/+3 |
| | |||||
* | Hardcode i1 for bools | Thomas Voss | 2024-07-08 | 1 | -2/+2 |
| | |||||
* | Use LLVMBuildBinOp instead of function pointers | Thomas Voss | 2024-07-08 | 1 | -15/+14 |
| | |||||
* | Fix bugs when handling funcalls | Thomas Voss | 2024-07-08 | 1 | -0/+9 |
| | |||||
* | Fix comment | Thomas Voss | 2024-07-08 | 1 | -1/+1 |
| | |||||
* | Support function calls | Thomas Voss | 2024-07-08 | 5 | -21/+101 |
| | |||||
* | Don’t scream :( | Thomas Voss | 2024-07-06 | 1 | -7/+7 |
| | |||||
* | Correct some fake news | Thomas Voss | 2024-07-06 | 1 | -4/+4 |
| | |||||
* | Fix typo | Thomas Voss | 2024-07-06 | 1 | -1/+1 |
| | |||||
* | Increase the default arena page size | Thomas Voss | 2024-07-06 | 1 | -1/+1 |
| | |||||
* | Fix formatting | Thomas Voss | 2024-07-06 | 1 | -33/+59 |
| | |||||
* | Implement booleans | Thomas Voss | 2024-07-06 | 15 | -227/+284 |
| | |||||
* | Fix race-condition things | Thomas Voss | 2024-07-05 | 1 | -10/+6 |
| | |||||
* | Fix out-of-order definitions | Thomas Voss | 2024-07-02 | 1 | -3/+2 |
| | |||||
* | Refactoring | Thomas Voss | 2024-07-02 | 2 | -25/+15 |
| | |||||
* | Completely rework how types are handled | Thomas Voss | 2024-07-02 | 15 | -426/+678 |
| | |||||
* | Mark vendor/ as linguist-vendored | Thomas Voss | 2024-07-02 | 1 | -0/+1 |
| | |||||
* | Patch memory leak | Thomas Voss | 2024-07-02 | 1 | -0/+1 |
| | |||||
* | Use the proper instructions for floats | Thomas Voss | 2024-07-01 | 1 | -12/+13 |
| | |||||
* | Evaluate identifiers in other scopes | Thomas Voss | 2024-07-01 | 1 | -2/+2 |
| |