index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
check.cpp
Age
Commit message (
Expand
)
Author
2017-10-16
Implement notion of a "container format" (#213)
Tim Foley
2017-10-12
Work towards target-specific function overloads (#210)
Tim Foley
2017-10-11
Bug fixing (#207)
Tim Foley
2017-10-04
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-09-27
First attempt at a Linux build (#193)
Tim Foley
2017-09-11
Support IR-based codegen for a few more examples.
Tim Foley
2017-09-05
Move implicit conversion operations to stdlib
Tim Foley
2017-08-14
Add an explicit `Name` type
Tim Foley
2017-08-14
Rename `Name` fields to `name`
Tim Foley
2017-08-12
Data-driven parsing of modifiers
Tim Foley
2017-08-11
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-09
Major naming overhaul:
Tim Foley
2017-08-07
Remove uses of global variables
Tim Foley
2017-07-19
Try to improve handling of failures during compilation
Tim Foley
2017-07-18
Add a compile-time loop construct to Slang
Tim Foley
2017-07-18
Support scalarization of varying input/output for GLSL
Tim Foley
2017-07-12
Don't report error on assigning to an erroneous expression
Tim Foley
2017-07-08
Fix constant folding for `ParenExpr`
Tim Foley
2017-07-08
Add back `UnparsedStmt`
Tim Foley
2017-07-08
Revise how hidden implicit casts are recognized.
Tim Foley
2017-07-08
Fully parse function bodies, even in "rewriter" mode
Tim Foley
2017-07-07
Fix up visitor approach.
Tim Foley
2017-07-06
Fix many warnings-as-errors issues.
Tim Foley
2017-07-06
Start to support cross-compilation via "lowering" pass
Tim Foley
2017-06-30
Add meta-definitions for AST types
Tim Foley
2017-06-29
Overhaul `RefPtr` and `String`
Tim Foley
2017-06-28
Store integer literals at high precision in AST
Tim Foley
2017-06-28
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-27
Allow for re-export of an `import` declaration
Tim Foley
2017-06-26
Check for re-import at translation-unit level
Tim Foley
2017-06-21
Support texture `Gather*()` operations
Tim Foley
2017-06-20
Check `import` decls before all others.
Tim Foley
2017-06-20
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-19
Make sure that semantic checks always apply to Slang files
Tim Foley
2017-06-16
Bug fix: handle unchecked operator application in emit logic
Tim Foley
2017-06-15
Replace `DeclRef` approach
Tim Foley
2017-06-15
Remove more "core" code that isn't used.
Tim Foley
2017-06-15
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
Add basic support for `interface` declarations
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-09
Initial import of code.
Tim Foley