summaryrefslogtreecommitdiff
path: root/source/slang/ir.cpp
AgeCommit message (Expand)Author
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-19Support for IRStringLit (#645)jsmall-nvidia
2018-09-14Improvements around IR representation and memory usage (#635)jsmall-nvidia
2018-06-27Support for Tessellation (#607)jsmall-nvidia
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-05-24A bunch of work to resolve #569 (#576)Tim Foley
2018-05-23Fix Slang->GLSL translation for entry point with multiple `out` parameters (#...Tim Foley
2018-05-11Cleanups around behavior when the compiler fails (#553)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-05-02Add support for "swizzled stores" (#544)Tim Foley
2018-04-25Fix for global generic parameter substitution (#512)Tim Foley
2018-04-23Fix successor computation for `switch` instruction (#520)Tim Foley
2018-04-19Fix GS cross-compilation after IR type system change (#507)Tim Foley
2018-04-18Fix output of `groupshared` with IR type system (#492)Tim Foley
2018-04-11Introduce an IR-level type system (#481)Tim Foley
2018-04-05Falcor fixes (#479)Tim Foley
2018-03-12Prevent duplicating global values during specialization (#439)Yong He
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-23Initial support for cross-compilation of geometry shaders to GLSL (#423)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-16Implement IR-level translation of system values for GLSL (#413)Tim Foley
2018-02-16IR/Vulkan fixes (#412)Tim Foley
2018-02-13Fix a bug in IR use-def information (#406)Tim Foley
2018-02-08Basic IR support for `static const` globals (#404)Tim Foley
2018-02-08Falcor fixes (#402)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-21A hacky fix for specializing methods from extensionsTim Foley
2018-01-21specialize witness tables when needed when specializing `lookup_witness_table...Yong He
2018-01-21Improvements and bug fixes for global type parametersYong He
2018-01-17All compiler fixes to get ir branch work with falcor feature demo.Yong He
2018-01-16bug fixes to get falcor example shader code to compile.Yong He
2018-01-15cleanup debug codeYong He
2018-01-15Support transitive interfacesYong He
2018-01-13remove out-of-date changesYong He
2018-01-12Support nested genericsYong He
2018-01-12Refactor substitution representation in DeclRefBase (#363)Yong He
2018-01-09bruteforce implementation of witness table resolution for associated (#358)Yong He
2018-01-04Bug fixes for Slang integration (#356)Yong He
2017-12-27Support nested generic types (e.g. L<T<S>>)Yong He
2017-12-21Support generic `struct` types during IR-based emitTim Foley
2017-12-20More fixes for Falcor IR support (#317)Tim Foley
2017-12-08Cleanups to `ParameterBlock<T>` behavior. (#304)Tim Foley