1. 574bce6 [spirv-reader] Split function emission into parts by David Neto · 5 years ago
  2. e70e109 [spirv-reader] Refactor function emission by David Neto · 5 years ago
  3. cd543df Add missing memory include by dan sinclair · 5 years ago
  4. 0e9d9ed Fill in some disabled tests by dan sinclair · 5 years ago
  5. 1c9b486 Rename RelationalExpression to BinaryExpression. by dan sinclair · 5 years ago
  6. 327ed1b Add missing break, continue and return tests. by dan sinclair · 5 years ago
  7. 0e25762 Add unary op expresison type determination. by dan sinclair · 5 years ago
  8. 8dcfd10 Add type determination for unary method. by dan sinclair · 5 years ago
  9. b173056 Add unary derivative type determination. by dan sinclair · 5 years ago
  10. 9b97802 Add relational expression type determination. by dan sinclair · 5 years ago
  11. 8ee1d22 Add type determination for member accessor. by dan sinclair · 5 years ago
  12. 4e80795 Add cast expression type determination. by dan sinclair · 5 years ago
  13. 3ca8746 Add type determination for call expressions. by dan sinclair · 5 years ago
  14. a01777c Add type determination for as expression. by dan sinclair · 5 years ago
  15. 973bd6a Add array accessor type determination. by dan sinclair · 5 years ago
  16. cab0e73 Add type determination for IdentifierExpression. by dan sinclair · 5 years ago
  17. ca893e3 This CL adds type determination for the variable declaration statements. by dan sinclair · 5 years ago
  18. 9a84e5e Add type determination for the unless statement by dan sinclair · 5 years ago
  19. 18b3285 Add type determination for switch statements. by dan sinclair · 5 years ago
  20. bf0fff8 Add type determination for return statement. by dan sinclair · 5 years ago
  21. 45540b9 Add type determination for the regardless statement. by dan sinclair · 5 years ago
  22. bc71eda Add type determination for loop. by dan sinclair · 5 years ago
  23. 91c44a5 Add If statement type determination. by dan sinclair · 5 years ago
  24. 1913fc9 Handle fallthrough, kill and nop in type determination. by dan sinclair · 5 years ago
  25. 0cf685f Add else statement type determination. by dan sinclair · 5 years ago
  26. aec965e Add continue statement type determination. by dan sinclair · 5 years ago
  27. 6010b29 Add case type determination by dan sinclair · 5 years ago
  28. b7ea6e2 Add break statement type determination. by dan sinclair · 5 years ago
  29. 6c498fc Add assignment statement type determination. by dan sinclair · 5 years ago
  30. b7edc4c Add type determination for constructors. by dan sinclair · 5 years ago
  31. 417a90d Add stub definitions to the type determiner. by dan sinclair · 5 years ago
  32. d0479d2 Add RelationalExpression helpers. by dan sinclair · 5 years ago
  33. 3ffec80 Add list helpers by dan sinclair · 5 years ago
  34. a71e1a5 Add result_type into ast::Expression by dan sinclair · 5 years ago
  35. fa9dbf0 Add type determiner infrastructure. by dan sinclair · 5 years ago
  36. 8229360 Fix compiles on VS2017 and GCC by Greg Roth · 5 years ago
  37. a3c8944 Fix comment about function variables by David Neto · 5 years ago
  38. c2d97ae Move the variable stack to a common class. by dan sinclair · 5 years ago
  39. 0e92735 ast::Variable is also used for formal parameters by David Neto · 5 years ago
  40. afd66c9 Clarify ast::Variable as both "var" and "const" by David Neto · 5 years ago
  41. cc39bae [spirv-reader] Fix SPIR-V assembly, re-enable test by David Neto · 5 years ago
  42. 3038e6e [spirv-writer] Fix: need #include <functional> by David Neto · 5 years ago
  43. cfe4f13 [spirv-writer] Add assignment statements by dan sinclair · 5 years ago
  44. 66df068 [spirv-reader] Fix copy elision by dan sinclair · 5 years ago
  45. 43178d0 [spirv-writer] Add identifier expressions by dan sinclair · 5 years ago
  46. baaf989 [spirv-writer] Add function variables by dan sinclair · 5 years ago
  47. 790b2f6 [spirv-reader] Start adding functions by David Neto · 5 years ago
  48. 84f70c0 [spirv-reader] Emit module-scope builtin vars by David Neto · 5 years ago
  49. e0bcb54 [spirv-reader] Convert builtin enums by David Neto · 5 years ago
  50. 06faf3b [spirv-reader] Emit module-scope variables by David Neto · 5 years ago
  51. 269a2c6 [spirv-reader] Convert pointer type by David Neto · 5 years ago
  52. 73e1ef8 [spirv-writer] Fix global constant emitting by dan sinclair · 5 years ago
  53. a085c7b Documentation fixes by dan sinclair · 5 years ago
  54. 0534957 [spirv-reader] Convert storage class by David Neto · 5 years ago
  55. a7640d6 [spir-reader] Emit alias types (named types) by David Neto · 5 years ago
  56. 4493d13 Fixup shorten64-to-32 warning by dan sinclair · 5 years ago
  57. e49bd5e Rename VariableStatement to VariableDeclStatement. by dan sinclair · 5 years ago
  58. a322f5d Update initializer names. by dan sinclair · 5 years ago
  59. e68c9b4 [spirv-reader] Convert struct types by David Neto · 5 years ago
  60. 4da4c69 [spirv-reader] Get decorations by David Neto · 5 years ago
  61. 8ae3486 [spirv-writer] Generate return statements by dan sinclair · 5 years ago
  62. 5cd08fd [spirv-writer] Add initializer generation. by dan sinclair · 5 years ago
  63. b020cd9 [wgsl-writer] Restore huggie-style braces by David Neto · 5 years ago
  64. 15cbc98 [spirv-writer] Start global variable output by dan sinclair · 5 years ago
  65. 5556b4a ast::Literal constructor is explicit by David Neto · 5 years ago
  66. a8bcec3 [spirv-reader] Add TODO for ArrayStride by David Neto · 5 years ago
  67. 48442a6 Fix compilation errors by David Neto · 5 years ago
  68. 136fa11 Fixup compilation issues with type manager. by dan sinclair · 5 years ago
  69. 2886749 [reader-spirv] Convert array, runtime array types by David Neto · 5 years ago
  70. a8cd18e Context object owns a TypeManager by David Neto · 5 years ago
  71. 2014517 [spirv-writer] Generate pointer types by dan sinclair · 5 years ago
  72. 083def4 [spirv-writer] Add array type generation. by dan sinclair · 5 years ago
  73. 113fb07 [spirv-writer] Generate constants by dan sinclair · 5 years ago
  74. bf46de4 [spirv-writer] Emit struct names by dan sinclair · 5 years ago
  75. 989cee6 Move tests into anonymous namespace. by dan sinclair · 5 years ago
  76. f26d9a8 Cleanup doc and lint warnings. by dan sinclair · 5 years ago
  77. 33d3465 [spirv-writer] Emit function signatures. by dan sinclair · 5 years ago
  78. 9981b63 Use a context object instead of a singleton by dan sinclair · 5 years ago
  79. 0984214 [wgsl-writer] Add statement writer helper. by dan sinclair · 5 years ago
  80. 235ceeb Add type manager synchronization comment. by dan sinclair · 5 years ago
  81. 5e6d033 [reader-spirv] Convert vector, matrix types by David Neto · 5 years ago
  82. 71e1d81 Add reader::spirv::ParserImpl::ConvertType by David Neto · 5 years ago
  83. 69b9c1b [spirv-writer] Generate struct types by dan sinclair · 5 years ago
  84. 6cd52e3 Fix typo by David Neto · 5 years ago
  85. 7a480f4 [spirv-writer] Start emitting types by dan sinclair · 5 years ago
  86. 7c6e8de reader::spirv: Fix entry point test fixture name by David Neto · 5 years ago
  87. a65ea31 reader::spirv fix entry point tests by David Neto · 5 years ago
  88. a14fec9 readers::spirv: Emit entry points by David Neto · 5 years ago
  89. 14cfcd7 Add conversion of SpvExecutionModel by David Neto · 5 years ago
  90. 1ae8e85 reader::spirv::Parser: register user names by David Neto · 5 years ago
  91. dc200f7 Add SPIR-V dump to the SPIR-V generator by dan sinclair · 5 years ago
  92. 781a4ac Generate errors from the SPIR-V builder. by dan sinclair · 5 years ago
  93. 248170a Generate entry point instructions in SPIR-V writer. by dan sinclair · 5 years ago
  94. 23dceb4 Add reader::spv::ResolveMemberNamesForStruct by David Neto · 5 years ago
  95. ad90ee2 Add reader::spirv:SuggestSanitizedMemberName by David Neto · 5 years ago
  96. ca8e6dd Add reader::spv::SuggestSanitizedName by David Neto · 5 years ago
  97. 8af12f7 Add reader::spv::Namer::FindUnusedDerivedName by David Neto · 5 years ago
  98. bd1d142 Add reader::spv::Namer::Sanitize by David Neto · 5 years ago
  99. 7b7ff74 Generate OpExtInstImport by dan sinclair · 5 years ago
  100. d854fc1 Rename method RegisterExtendedInstructionImports by David Neto · 5 years ago