1. 2a65163 Move type::AddressSpace to builtin/ by dan sinclair · 2 years ago
  2. e4039c7 Move the Extension builtin to the builtin/ folder. by dan sinclair · 2 years ago
  3. 35089ee tint: Use ProgramBuilder::Bitcast() by Ben Clayton · 2 years ago
  4. 18b2158 Move ast/address_space to type/ by dan sinclair · 2 years ago
  5. 97b9861 [ir] Convert tests to use disassembler. by dan sinclair · 2 years, 1 month ago
  6. e3992f2 [ir] Cleanup disassembler output by dan sinclair · 2 years, 1 month ago
  7. a764437 [ir] Allow branching arguments. by dan sinclair · 2 years, 1 month ago
  8. 4a62d91 [ir] Remove program in ir tests. by dan sinclair · 2 years, 1 month ago
  9. 0258f27 Convert CaseSelector to IR. by dan sinclair · 2 years, 1 month ago
  10. f3f813e tint: fix const eval short-circuiting with mixed runtime and constant expressions by Ben Clayton · 2 years, 1 month ago
  11. 4cef436 [ir] Add bitcast expression. by dan sinclair · 2 years, 1 month ago chromium/5518
  12. 19ebcb2 Convert ir::Constant over to use a constant::Value by dan sinclair · 2 years, 1 month ago
  13. e272eaf [ir] Split Value into Temp and Constant. by dan sinclair · 2 years, 2 months ago
  14. 2d108ae [ir] Make Value a pointer stored in the module. by dan sinclair · 2 years, 2 months ago
  15. 62a0773 [ir] Renaming Register and Op by dan sinclair · 2 years, 2 months ago
  16. 669e15e [ir] Add EmitBinary by dan sinclair · 2 years, 2 months ago
  17. f6fcf0a [ir] Add conditions to if and switch nodes. by dan sinclair · 2 years, 2 months ago
  18. a5b73a0 [ir] Implement EmitLiteral. by dan sinclair · 2 years, 2 months ago
  19. e02377c [ir] Testing updates. by dan sinclair · 2 years, 2 months ago
  20. 267f174 Remove infrastructure for fallthrough by dan sinclair · 2 years, 2 months ago
  21. ed0649d [IR] Fix setting of if merge target by dan sinclair · 2 years, 3 months ago
  22. 1c755b6 [IR] Add support for `for` statements by dan sinclair · 2 years, 3 months ago
  23. 0dce067 [IR] Add support for `while` statements. by dan sinclair · 2 years, 3 months ago
  24. 50c29f6 [IR] Add support for `fallthrough`. by dan sinclair · 2 years, 3 months ago
  25. d336733 [IR] Add switch control flow node. by dan sinclair · 2 years, 3 months ago
  26. b9ed75c [IR] Track inbound branches to flow nodes. by dan sinclair · 2 years, 3 months ago
  27. eee8d88 Start adding IR. by dan sinclair · 2 years, 3 months ago