1. 9eeb7b1 Add ID to Instruction. by dan sinclair · 8 months ago
  2. d1b935e [tint][ir][fuzz] Prevent fuzzer from crashing on malformed user calls by Ryan Harrison · 9 months ago
  3. dff1707 [tint][ir] Use Operand() instead of indexing operands_ directly by Ben Clayton · 10 months ago
  4. 112549b [tint][ir] Serialize UserCall by Ben Clayton · 1 year, 4 months ago
  5. ead8a04 [tint][ir] Add 'const' accessors by Ben Clayton · 1 year, 4 months ago
  6. a89d664 [tint][ir] Refactor Instruction result methods by Ben Clayton · 1 year, 4 months ago
  7. cc2516a Relicense Dawn to BSD 3-Clause by Austin Eng · 1 year, 5 months ago
  8. a1de3cc [tint][ir] Add DirectVariableAccess IR transform by Ben Clayton · 1 year, 6 months ago chromium/6033 chromium/6034 chromium/6035
  9. 16cb4bd [ir] Add ability to clone in the IR. by dan sinclair · 1 year, 6 months ago
  10. 4650ca1 [tint][ir] Rename UserCall::Func() -> Target() by Ben Clayton · 1 year, 6 months ago
  11. d8a06ae [ir] Use FriendlyName for instructions by dan sinclair · 1 year, 7 months ago
  12. 6f138fe [ir] Move ir to `tint::core:ir` namespace by dan sinclair · 1 year, 8 months ago
  13. bae54e7 [shuffle] Remove the `utils::` namespace. by dan sinclair · 1 year, 8 months ago chromium/5917
  14. 97c3727 [shuffle] Move ir/ to new structure. by dan sinclair · 1 year, 8 months ago[Renamed (88%) from src/tint/ir/user_call.h]
  15. 22b4dd2 [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
  16. 91b68cd [shuffle] Move utils to new structure. by dan sinclair · 1 year, 8 months ago
  17. 4bf1d07 [ir][validation] Add instruction friendly names by dan sinclair · 1 year, 9 months ago
  18. f83bfa8 [ir][spirv-writer] Polyfill the `dot()` builtin by James Price · 1 year, 9 months ago
  19. 0d80c3d [ir] Sever instruction and value. by dan sinclair · 1 year, 9 months ago
  20. 4934dc0 [ir] Update `Value` parameters. by dan sinclair · 1 year, 10 months ago
  21. a5268df [ir] Unconst most of the IR. by dan sinclair · 1 year, 10 months ago
  22. 7967019 [tint][utils] Add Offset and Truncate to Slice by James Price · 1 year, 10 months ago
  23. b165466 [tint][utils] Change return type of 'Vector::Slice() const' by Ben Clayton · 1 year, 10 months ago
  24. ae8a9f9 [ir] Add OperandInstruction class by James Price · 1 year, 10 months ago
  25. a2b489b [ir] Update UserCall to hold Function Values. by dan sinclair · 1 year, 10 months ago
  26. 0f203b1 [ir] Cleanup deleted methods by dan sinclair · 1 year, 10 months ago chromium/5788
  27. 24cb811 [ir] Shift back to accessors. by dan sinclair · 1 year, 11 months ago
  28. a8236a5 tint/ir: Remove value id field. by Ben Clayton · 1 year, 11 months ago
  29. 146b67e tint/ir: Replace getter with raw fields for more classes by Ben Clayton · 1 year, 11 months ago
  30. e964f51 [ir] Update type display in disassembly, remove string methods. by dan sinclair · 1 year, 11 months ago
  31. f00679f [ir] Make ir::Instruction a ir::Value. by dan sinclair · 1 year, 11 months ago
  32. 135ab2b [ir] Rename instr. by dan sinclair · 1 year, 11 months ago chromium/5736
  33. 69108d0 [ir] Add ir::Discard by dan sinclair · 1 year, 11 months ago
  34. 12fa303 Move castable into utils. by dan sinclair · 2 years ago
  35. d026e13 Remove `SymbolTable::NameFor` by dan sinclair · 2 years ago
  36. 724a70f [ir] Add user functions, value constructors and value converters by dan sinclair · 2 years, 1 month ago