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
/
emit.cpp
Age
Commit message (
Expand
)
Author
2017-07-07
Fix signed/unsigned comparison warning.
Tim Foley
2017-07-06
More exhaustive lowering
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-28
Store integer literals at high precision in AST
Tim Foley
2017-06-28
Actually respect suffixes on numeric literals.
Tim Foley
2017-06-28
Rename literal tokens.
Tim Foley
2017-06-27
Emit global-scope parameters from imported files.
Tim Foley
2017-06-26
Fix parsing of string literals.
Tim Foley
2017-06-21
Emit: Add support for `while` and `do {} while` statements
Tim Foley
2017-06-20
Only emit each `import`ed module once.
Tim Foley
2017-06-19
Emit `#line` directives more aggressively
Tim Foley
2017-06-19
Don't emit redundant `#line` directives
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
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-13
First pass at support for cross-compilation
Tim Foley
2017-06-09
Initial import of code.
Tim Foley