summaryrefslogtreecommitdiff
path: root/source/slang/compiler.h
AgeCommit message (Expand)Author
2019-03-02#include not using search paths (#873)jsmall-nvidia
2019-03-01Move enumeration of shader parameters to Program/EntryPoint (#870)Tim Foley
2019-02-27Make sure sourceManager is initialized on DiagnosticSink. (#868)jsmall-nvidia
2019-02-27Hotfix/fix stdlib error reporting (#866)jsmall-nvidia
2019-02-19First steps toward supporting interface-type parameters on shaders (#852)Tim Foley
2019-02-15Split front- and back-ends (#846)Tim Foley
2019-02-05Allow entry points to have explicit generic parameters (#826)Tim Foley
2019-02-02Feature/as refactor review (#821)jsmall-nvidia
2019-01-29Add support for user defined attributes.Yong He
2019-01-21Feature/file unique identity (#789)jsmall-nvidia
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2019-01-16Improve handling of {} initializer list expressions (#778)Tim Foley
2019-01-16Feature/external compiler reporting (#776)jsmall-nvidia
2019-01-10Improvements around review of debug serialization info (#769)jsmall-nvidia
2019-01-07Feature/serialization debug info (#767)jsmall-nvidia
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-11-30Allow parameter blocks to be explicitly bound to spaces (#736)Tim Foley
2018-11-28* Renamed spSessionHasCompileTargetSupport to spSessionCheckCompileTargetSup...jsmall-nvidia
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-06Feature/shared library refactor (#712)jsmall-nvidia
2018-11-01Add support for a "strict" floating-point mode (#709)Tim Foley
2018-10-29Rework command-line options handling for entry points and targets (#697)Tim Foley
2018-10-26Feature/file system cache (#692)jsmall-nvidia
2018-10-16Feature/include refactor (#675)jsmall-nvidia
2018-10-09Added -serial-ir command line option (#664)jsmall-nvidia
2018-09-20Improve support for non-32-bit types. (#643)Tim Foley
2018-07-06spCompile/spProcessCommandLineArguments return SlangResult (#610)jsmall-nvidia
2018-06-22Expose macros/functionality for defining interfaces (#604)jsmall-nvidia
2018-06-14Add support for "blobs" and a file-system callback (#596)Tim Foley
2018-06-12Initial support for enum declarations (#599)Tim Foley
2018-05-31Add options to control matrix layout rules (#583)Tim Foley
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-05-02Speedup type checking using cached overload resolution results.Yong He
2018-04-20Better diagnostics when compilation is aborted (#517)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2018-03-03IR: next phase of "everything is an instruction" (#433)Tim Foley
2018-02-22Make `IRGlobalValue::mangledName` a `Name*`Yong He
2018-02-22Initial work on validating "constexpr"-ness in IR (#420)Tim Foley
2018-02-20make CompileRequest retain specailized IR module.Yong He
2018-02-19more to fixing memory leaksYong He
2018-02-19Fix IR memory leaks.Yong He
2018-01-29Remove #import directive (#389)Tim Foley
2018-01-21Improvements and bug fixes for global type parametersYong He
2018-01-19Allow arbitrary type string as type argument in spAddEntryPointEx.Yong He
2018-01-03Fix type lookup of global type argumentsYong He
2018-01-03Add API for querying TypeLayout from a TypeYong He
2017-11-28Generate IR per-module for loaded modules (#299)Tim Foley
2017-11-17IR: Add support for `out` and `inout` parameters (#289)Tim Foley
2017-11-17Add support for global generic parameters (#285)Yong He