| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | Type_Info initialization | gingerBill | 2020-02-29 | 1 | -251/+460 | |
| * | Clean-up initialization code | gingerBill | 2020-02-26 | 1 | -31/+618 | |
| * | Global variable initialization support | gingerBill | 2020-02-23 | 1 | -125/+297 | |
| * | Basic work on obj generation | gingerBill | 2020-02-23 | 1 | -29/+198 | |
| * | Get basic IR code generation working properly | gingerBill | 2020-02-10 | 1 | -642/+1975 | |
| * | Anonymous procedure literal support | gingerBill | 2020-02-08 | 1 | -30/+237 | |
| * | Add `defer` statement for LB | gingerBill | 2020-02-07 | 1 | -10/+175 | |
| * | Ternary Expr; lbAddr extra; Phi node support | gingerBill | 2020-02-06 | 1 | -147/+991 | |
| * | IfStmt | gingerBill | 2020-02-05 | 1 | -5/+625 | |
| * | Add ReturnStmt | gingerBill | 2020-02-05 | 1 | -20/+1596 | |
| * | Slowly add more statements and expressions; Add header file | gingerBill | 2020-02-05 | 1 | -307/+786 | |
| * | Port code for lb_build_call_expr | gingerBill | 2020-02-02 | 1 | -19/+410 | |
| * | Implement constant value generation from ExactValue | gingerBill | 2020-02-02 | 1 | -194/+917 | |
| * | Correctly generate LLVM types from Odin types. | gingerBill | 2020-02-02 | 1 | -65/+380 | |
| * | Use `lbValue` to represent values everywhere | gingerBill | 2020-02-01 | 1 | -87/+198 | |
| * | Begin LLVM C API integration | gingerBill | 2020-02-01 | 1 | -0/+831 | |