summaryrefslogtreecommitdiff
path: root/source/slang/ir.h
AgeCommit message (Expand)Author
2019-01-16Initial support for dynamic dispatch using "tagged union" types (#772)Tim Foley
2018-12-20Feature/lex memory reduction (#762)jsmall-nvidia
2018-12-19Refactor several IR passes (#761)Tim Foley
2018-12-17First step toward supporting use of interfaces as existential types (#716)Tim Foley
2018-12-17Specialize away resource-type function parameters (#759)Tim Foley
2018-12-13Move mangled name out of IRGlobalValue (#752)Tim Foley
2018-12-12Running tests in slang-test process (#740)jsmall-nvidia
2018-12-11Decorations are instructions (#748)Tim Foley
2018-11-29Add support for globallycoherent modifier (#732)Tim Foley
2018-11-21Feature/early depth stencil (#727)jsmall-nvidia
2018-11-19Add Vulkan cross-compilation for byte-address buffers (#721)Tim Foley
2018-11-12Add callable shader support for Vulkan ray tracing (#718)Tim Foley
2018-11-09Update Vulkan ray tracing support to final extension spec (#717)Tim Foley
2018-10-30Feature/serial string pool refactor (#702)jsmall-nvidia
2018-10-19Vulkan implicit sampler fixups (#686)Tim Foley
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
2018-09-27First pass implementation of IR serialization (#653)jsmall-nvidia
2018-09-25Improve IROp lookup (#650)jsmall-nvidia
2018-09-24Remap IROp value rangesjsmall-nvidia
2018-09-19Support for IRStringLit (#645)jsmall-nvidia
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-08-21Add support for more RasterizerOrdered types (#628)Tim Foley
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-04Allow more complex compound expressions when emitting from IR (#552)Tim Foley
2018-05-03Pass through original names for most declarations (#547)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-04-05Falcor fixes (#479)Tim Foley
2018-03-03IR: next phase of "everything is an instruction" (#433)Tim Foley
2018-03-01IR: "everything is an instruction" (#432)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-19more to fixing memory leaksYong He
2018-02-19Fix IR memory leaks.Yong He
2018-02-16IR/Vulkan fixes (#412)Tim Foley
2018-02-13Fix a bug in IR use-def information (#406)Tim Foley
2018-02-07Generate SSA form for IR functions (#400)Tim Foley
2018-02-07Support __target_intrinsic modifiers in IR codegen (#401)Tim Foley
2018-01-12Support nested genericsYong He
2017-12-27Support nested generic types (e.g. L<T<S>>)Yong He
2017-12-20More fixes for Falcor IR support (#317)Tim Foley
2017-11-28Enable HLSL/GLSL "rewrite" + IR-based Slang codegen (#300)Tim Foley
2017-11-20IR: support global variable with initializers (#294)Tim Foley
2017-11-06Parameter blocks (#245)Tim Foley
2017-10-27Initial work on support code generation for generics with constraints (#233)Tim Foley
2017-10-18Work on IR-based cross-compilation (#222)Tim Foley
2017-10-16Implement notion of a "container format" (#213)Tim Foley
2017-10-06Perform some transformations on IR to legalize for GLSL (#200)Tim Foley
2017-10-05Working on better handling of builtin functions in IR (#196)Tim Foley