summaryrefslogtreecommitdiffstats
path: root/source/slang/ir.h
Commit message (Expand)AuthorAge
* Use slang- prefix on slang compiler and core source (#973)jsmall-nvidia2019-05-31
* Hotfix/improve glsl semantic conversion review (#968)jsmall-nvidia2019-05-22
* Hotfix/improve glsl semantic conversion (#965)jsmall-nvidia2019-05-21
* Allow interface types to be used inside of structs (#966)Tim Foley2019-05-21
* Fix handling of arrays of resources in type legalization (#896)Tim Foley2019-03-12
* Improve support for interfaces as shader parameters (#886)Tim Foley2019-03-08
* First steps toward supporting interface-type parameters on shaders (#852)Tim Foley2019-02-19
* Feature/as refactor (#817)jsmall-nvidia2019-01-31
* Support function parameters of existential (interface) type (#802)Tim Foley2019-01-28
* Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley2019-01-16
* Feature/lex memory reduction (#762)jsmall-nvidia2018-12-20
* Refactor several IR passes (#761)Tim Foley2018-12-19
* First step toward supporting use of interfaces as existential types (#716)Tim Foley2018-12-17
* Specialize away resource-type function parameters (#759)Tim Foley2018-12-17
* Move mangled name out of IRGlobalValue (#752)Tim Foley2018-12-13
* Running tests in slang-test process (#740)jsmall-nvidia2018-12-12
* Decorations are instructions (#748)Tim Foley2018-12-11
* Add support for globallycoherent modifier (#732)Tim Foley2018-11-29
* Feature/early depth stencil (#727)jsmall-nvidia2018-11-21
* Add Vulkan cross-compilation for byte-address buffers (#721)Tim Foley2018-11-19
* Add callable shader support for Vulkan ray tracing (#718)Tim Foley2018-11-12
* Update Vulkan ray tracing support to final extension spec (#717)Tim Foley2018-11-09
* Feature/serial string pool refactor (#702)jsmall-nvidia2018-10-30
* Vulkan implicit sampler fixups (#686)Tim Foley2018-10-19
* Add a warning on missing return, and initial SCCP pass (#671)Tim Foley2018-10-12
* Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley2018-10-04
* First pass implementation of IR serialization (#653)jsmall-nvidia2018-09-27
* Improve IROp lookup (#650)jsmall-nvidia2018-09-25
* Remap IROp value rangesjsmall-nvidia2018-09-24
* Support for IRStringLit (#645)jsmall-nvidia2018-09-19
* Improvements around IR representation and memory usage (#635)jsmall-nvidia2018-09-14
* Add support for more RasterizerOrdered types (#628)Tim Foley2018-08-21
* Fix global atomic functions (#582)Tim Foley2018-05-29
* A bunch of work to resolve #569 (#576)Tim Foley2018-05-24
* Allow more complex compound expressions when emitting from IR (#552)Tim Foley2018-05-04
* Pass through original names for most declarations (#547)Tim Foley2018-05-03
* Introduce an IR-level type system (#481)Tim Foley2018-04-11
* Falcor fixes (#479)Tim Foley2018-04-05
* IR: next phase of "everything is an instruction" (#433)Tim Foley2018-03-03
* IR: "everything is an instruction" (#432)Tim Foley2018-03-01
* Make `IRGlobalValue::mangledName` a `Name*`Yong He2018-02-22
* Initial work on validating "constexpr"-ness in IR (#420)Tim Foley2018-02-22
* more to fixing memory leaksYong He2018-02-19
* Fix IR memory leaks.Yong He2018-02-19
* IR/Vulkan fixes (#412)Tim Foley2018-02-16
* Fix a bug in IR use-def information (#406)Tim Foley2018-02-13
* Generate SSA form for IR functions (#400)Tim Foley2018-02-07
* Support __target_intrinsic modifiers in IR codegen (#401)Tim Foley2018-02-07
* Support nested genericsYong He2018-01-12
* Support nested generic types (e.g. L<T<S>>)Yong He2017-12-27