提交历史

作者 SHA1 备注 提交日期
  gingerBill b09ea17f0e Support multiple return values for non-odin calling conventions 2 年之前
  gingerBill 99ebfc337e Support multiple return values 2 年之前
  gingerBill e5f9458905 Update Tilde to get procedure passing rules 2 年之前
  gingerBill ec0a9a5f8a Copy lvalues on multi-valued assignments to allow for `a, b = b, a` on large types (minor bodge) 2 年之前
  gingerBill 47b924990f Count extra stuff 2 年之前
  gingerBill 215bebb01a Remove dead code 2 年之前
  gingerBill 9fffa19c51 Mock out more global stuff 2 年之前
  gingerBill b54f3d4ee9 Mock out more global value stuff 2 年之前
  gingerBill bcdcad5847 Add global string constants 2 年之前
  gingerBill 737b8e42e4 Global constants for arrays 2 年之前
  gingerBill c61e7c05da Begin working on global constants 2 年之前
  gingerBill a919828003 Add complex and quaternion global stuff 2 年之前
  gingerBill 0bd33882b6 Basic constant compound literal support 2 年之前
  gingerBill e0e55a649c Rename tilde_backend* files to tilde* 2 年之前
  gingerBill f32d71eca0 Mock out `any` type `switch` statement 2 年之前
  gingerBill 5fb98609cd Implement type `switch` statement for `union`s 2 年之前
  gingerBill 19633ece80 Simplification of the ValueDecl code 2 年之前
  gingerBill fb04103352 Add `defer` statements; add implicit `context` pointer to context stack 2 年之前
  gingerBill 9abf43b0d2 Mock out `defer` handling logic (before handling `defer` statements) 2 年之前
  gingerBill 7f97274ecc Wrap Tilde's goto pseudo-instruction 2 年之前
  gingerBill b2edab193f Support branch statements `break`/`continue`/`fallthrough` 2 年之前
  gingerBill 184563bbe1 Add trivial `switch` statement check to use a jump table 2 年之前
  gingerBill 73f25ed182 Add basic `switch` statement 2 年之前
  gingerBill 533f6a552c Add `for` and `+=` assignments 2 年之前
  gingerBill 32ac319525 Implement if statements 2 年之前
  gingerBill 569397bd7e Update TB 2 年之前
  gingerBill 3535d16c3a Implement Ternary If Expression 2 年之前
  gingerBill 7f4efa90c8 Mock out `cg_emit_comp` 2 年之前
  gingerBill bab3cd988e Mock out `cg_emit_unary_arith` 2 年之前
  gingerBill feda213c0c Mock out `cg_append_tuple_values` 2 年之前