summaryrefslogtreecommitdiffstats
path: root/source/slang/options.cpp
Commit message (Expand)AuthorAge
* Remove non-IR codegen paths (#398)Tim Foley2018-02-03
* Remove support for the -no-checking flag (#392)Tim Foley2018-02-02
* no-codegen compile flag and global generics reflection (#347)Yong He2018-01-02
* Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)Tim Foley2017-11-28
* Parameter block work (#276)Tim Foley2017-11-13
* Allow use of dxc compiler for DXIL generation (#241)Tim Foley2017-11-01
* Implement notion of a "container format" (#213)Tim Foley2017-10-16
* Get rid of the `-slang-ir-asm` target (#212)Tim Foley2017-10-13
* Move reflection JSON generation into separate text fixture (#211)Tim Foley2017-10-13
* Working on better handling of builtin functions in IR (#196)Tim Foley2017-10-05
* IR: handle control flow constructs (#186)Tim Foley2017-09-14
* Continue work on IR-based codegenTim Foley2017-09-06
* Add a flag to control type splittingTim Foley2017-08-17
* Make source location lightweightTim Foley2017-08-10
* Add a `-o` option to command-line `slangc`Tim Foley2017-07-25
* Try to improve handling of failures during compilationTim Foley2017-07-19
* Cleanups for test cases:Tim Foley2017-07-10
* Pick layout rules based on target languge, not source.Tim Foley2017-07-09
* Fix many warnings-as-errors issues.Tim Foley2017-07-06
* Overhaul `RefPtr` and `String`Tim Foley2017-06-29
* Replace "auto-import" with `#import`Tim Foley2017-06-26
* Overhaul handling of entry points and translation units.Tim Foley2017-06-20
* Allow for automatic importing of Slang codeTim Foley2017-06-19