index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
source
/
slang
/
compiler.h
Commit message (
Expand
)
Author
Age
...
*
Remove #import directive (#389)
Tim Foley
2018-01-29
*
Improvements and bug fixes for global type parameters
Yong He
2018-01-21
*
Allow arbitrary type string as type argument in spAddEntryPointEx.
Yong He
2018-01-19
*
Fix type lookup of global type arguments
Yong He
2018-01-03
*
Add API for querying TypeLayout from a Type
Yong He
2018-01-03
*
Generate IR per-module for loaded modules (#299)
Tim Foley
2017-11-28
*
IR: Add support for `out` and `inout` parameters (#289)
Tim Foley
2017-11-17
*
Add support for global generic parameters (#285)
Yong He
2017-11-17
*
Parameter block work (#276)
Tim Foley
2017-11-13
*
Parameter blocks (#245)
Tim Foley
2017-11-06
*
Allow use of dxc compiler for DXIL generation (#241)
Tim Foley
2017-11-01
*
Implement notion of a "container format" (#213)
Tim Foley
2017-10-16
*
Get rid of the `-slang-ir-asm` target (#212)
Tim Foley
2017-10-13
*
Move reflection JSON generation into separate text fixture (#211)
Tim Foley
2017-10-13
*
IR: overhaul IR design/implementation (#195)
Tim Foley
2017-10-04
*
IR: handle control flow constructs (#186)
Tim Foley
2017-09-14
*
Add an explicit `Name` type
Tim Foley
2017-08-14
*
Data-driven parsing of modifiers
Tim Foley
2017-08-12
*
Look up declaration keywords using ordinary scoping.
Tim Foley
2017-08-11
*
Make source location lightweight
Tim Foley
2017-08-10
*
Major naming overhaul:
Tim Foley
2017-08-09
*
Remove uses of global variables
Tim Foley
2017-08-07
*
Add a `-o` option to command-line `slangc`
Tim Foley
2017-07-25
*
Add an API option to control emission of `#line` directives
Tim Foley
2017-07-21
*
Add support for dumping intermediates for debugging.
Tim Foley
2017-07-13
*
Removed spGetTranslationUnitCode; Unified EntryPointResult/TranslationUnitRes...
Kai-Hwa Yao
2017-07-10
*
Refactored compile output to work with raw data instead of Strings
Kai-Hwa Yao
2017-07-10
*
Cleanups for test cases:
Tim Foley
2017-07-10
*
Pick layout rules based on target languge, not source.
Tim Foley
2017-07-09
*
Add meta-definitions for AST types
Tim Foley
2017-06-30
*
Check for re-import at translation-unit level
Tim Foley
2017-06-26
*
Make `#import` work with preprocessor macros
Tim Foley
2017-06-26
*
Replace "auto-import" with `#import`
Tim Foley
2017-06-26
*
Include imported code when generating reflection data
Tim Foley
2017-06-26
*
Overhaul handling of entry points and translation units.
Tim Foley
2017-06-20
*
Make sure that semantic checks always apply to Slang files
Tim Foley
2017-06-19
*
Allow for automatic importing of Slang code
Tim Foley
2017-06-19
*
Remove more "core" code that isn't used.
Tim Foley
2017-06-15
*
Rename `CoreLib::*` to `Slang`
Tim Foley
2017-06-15
*
Rename `Slang::Compiler` -> `Slang`
Tim Foley
2017-06-15
*
First pass at support for cross-compilation
Tim Foley
2017-06-13
*
Initial import of code.
Tim Foley
2017-06-09
[prev]