..
ast
[ast] Capture global declaration order
2021-02-09 21:39:10 +00:00
diagnostic
Add diag::List::add_error() helper
2021-01-26 18:52:11 +00:00
inspector
Add ability to get all bound resources in a single call
2021-02-10 22:16:05 +00:00
reader
spirv-reader: support OpCompositeInsert
2021-02-10 15:05:56 +00:00
semantic
IntrinsicTable: Fix a number of TODOs
2021-02-10 21:34:25 +00:00
transform
Stub sanitizer transforms for the hlsl, msl & spirv writers
2021-02-10 21:22:03 +00:00
type
Add type::Type::UnwrapAliasIfNeeded()
2021-02-10 21:40:15 +00:00
validator
Validation tests: Check the Program is valid
2021-02-10 21:47:04 +00:00
writer
Fixup build issues.
2021-02-10 16:57:24 +00:00
CMakeLists.txt
IntrinsicTable: Fix a number of TODOs
2021-02-10 21:34:25 +00:00
block_allocator.h
Add tint::BlockAllocator<T>
2021-01-21 15:30:10 +00:00
block_allocator_test.cc
Add tint::BlockAllocator<T>
2021-01-21 15:30:10 +00:00
castable.cc
Add ClassID::Unique template and TINT_INSTANTIATE_CLASS_ID
2020-12-02 18:19:28 +00:00
castable.h
Add semantic::Expression, implement semantic::Info
2021-01-29 15:46:42 +00:00
castable_test.cc
Castable: Minor tweaks
2020-12-03 17:44:19 +00:00
clone_context.cc
[ast] Add ast::Module::AddFunction()
2021-02-09 21:26:21 +00:00
clone_context.h
Split Program into Program and ProgramBuilder
2021-01-26 16:57:10 +00:00
clone_context_test.cc
Introduce semantic::Info
2021-01-29 10:55:40 +00:00
demangler.cc
Simplify calls to ast::Node::[to_]str()
2021-01-29 11:22:40 +00:00
demangler.h
Simplify calls to ast::Node::[to_]str()
2021-01-29 11:22:40 +00:00
demangler_test.cc
Demangler: Change signature of primary Demangle() function
2021-01-26 16:57:10 +00:00
intrinsic_table.cc
Add type::Type::UnwrapAliasIfNeeded()
2021-02-10 21:40:15 +00:00
intrinsic_table.h
Add IntrinsicTable
2021-02-08 22:42:54 +00:00
intrinsic_table_test.cc
IntrinsicTable: Fix a number of TODOs
2021-02-10 21:34:25 +00:00
namer.cc
Namer: Take a SymbolTable instead of a Program
2021-01-26 16:57:10 +00:00
namer.h
Namer: Take a SymbolTable instead of a Program
2021-01-26 16:57:10 +00:00
namer_test.cc
Namer: Take a SymbolTable instead of a Program
2021-01-26 16:57:10 +00:00
program.cc
[ast] Capture global declaration order
2021-02-09 21:39:10 +00:00
program.h
Add semantic::Call, IntrinsicCall, TextureIntrinsicCall, use them.
2021-02-03 21:02:25 +00:00
program_builder.cc
ProgramBuilder: Add Symbol overloads of Var(), Const(), Global(), GlobalConst()
2021-02-10 21:34:26 +00:00
program_builder.h
ProgramBuilder: Add Symbol overloads of Var(), Const(), Global(), GlobalConst()
2021-02-10 21:34:26 +00:00
program_builder_test.cc
Have ProgramBuilder::Func() register the function
2021-02-02 14:29:15 +00:00
program_test.cc
[ast] Add ast::Module::AddFunction()
2021-02-09 21:26:21 +00:00
scope_stack.h
Add std::hash<tint::Symbol> specialization
2021-01-11 22:02:42 +00:00
scope_stack_test.cc
Split Program into Program and ProgramBuilder
2021-01-26 16:57:10 +00:00
source.cc
Fixup lint errors.
2020-11-03 16:26:09 +00:00
source.h
Fixup all doxygen tags
2020-12-02 15:31:08 +00:00
symbol.cc
Add a symbol table.
2020-12-10 16:56:02 +00:00
symbol.h
Add std::hash<tint::Symbol> specialization
2021-01-11 22:02:42 +00:00
symbol_table.cc
Add SymbolTable::New()
2021-02-11 14:54:41 +00:00
symbol_table.h
Add SymbolTable::New()
2021-02-11 14:54:41 +00:00
symbol_table_test.cc
Add SymbolTable::New()
2021-02-11 14:54:41 +00:00
symbol_test.cc
Add a symbol table.
2020-12-10 16:56:02 +00:00
traits.h
Split Program into Program and ProgramBuilder
2021-01-26 16:57:10 +00:00
traits_test.cc
Move CloneContext and Traits from src/ast to src/
2021-01-21 16:20:40 +00:00
type_determiner.cc
Implement data unpacking intrinsics
2021-02-09 21:23:00 +00:00
type_determiner.h
TypeResolver: Fix TypeOf() for CallExpression
2021-02-09 17:38:05 +00:00
type_determiner_test.cc
Move intrinsic overload tests from Validator -> TypeDeterminer
2021-02-10 21:42:35 +00:00