summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.cpp
AgeCommit message (Expand)Author
2018-10-25Feature/premake linux (#689)jsmall-nvidia
2018-10-22Osx build fixes (#681)Matt Pharr
2018-10-19Vulkan implicit sampler fixups (#686)Tim Foley
2018-10-18Add support for static methods in interfaces (#680)Tim Foley
2018-10-12Add a warning on missing return, and initial SCCP pass (#671)Tim Foley
2018-10-11Add basic support for [mutating] methods (#667)Tim Foley
2018-10-04 Support cross-compilation of ray tracing shaders to Vulkan (#663)Tim Foley
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-07-26Fix translation of RWTexture subscript operations for Vulkan (#618)Tim Foley
2018-06-27Support for Tessellation (#607)jsmall-nvidia
2018-06-13Fix some issues around codegen for l-values and assignment (#601)Tim Foley
2018-06-12Initial support for enum declarations (#599)Tim Foley
2018-06-05Fix atomic operations on RWBuffer (#593)Tim Foley
2018-05-29Fix global atomic functions (#582)Tim Foley
2018-05-11Cleanups around behavior when the compiler fails (#553)Tim Foley
2018-05-11Fixes #559 (#560)Yong He
2018-05-03Pass through original names for most declarations (#547)Tim Foley
2018-05-02Add support for "swizzled stores" (#544)Tim Foley
2018-05-02Fix emit logic when "terminators" occur in the middle of a block (#540)Tim Foley
2018-04-20Better diagnostics when compilation is aborted (#517)Tim Foley
2018-04-19Fix up DXR type emission from IR type system (#498)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-02Implement "operator comma" in IR codegen (#472)Tim Foley
2018-03-29Add support for default parameter values in IR codegen (#459)Tim Foley
2018-03-19Entry point attribute (#447)Tim Foley
2018-03-16Small bug fixes. (#445)Yong He
2018-03-16Overhaul implementation of [attributes] (#443)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-20bug fix: witnessTable's subTypeDeclRef should have default substitution for g...Yong He
2018-02-08Basic IR support for `static const` globals (#404)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-02-03Remove non-IR codegen paths (#398)Tim Foley
2018-01-21Trying to get generic extensions to workTim Foley
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-15Support transitive interfacesYong He
2018-01-14allow extension of a concrete type to implement additional interfaceYong 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
2017-12-27Support nested generic types (e.g. L<T<S>>)Yong He
2017-12-20IR: fixes for subscript accessors (#322)Tim Foley
2017-12-20More fixes for Falcor IR support (#317)Tim Foley