summaryrefslogtreecommitdiff
path: root/source/slang/lower-to-ir.cpp
AgeCommit message (Expand)Author
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
2017-12-20Support simple generics syntax (#319)Yong He
2017-12-06Make AST and IR share type legalization code (#303)Tim Foley
2017-11-28Generate IR per-module for loaded modules (#299)Tim Foley
2017-11-20IR: support global variable with initializers (#294)Tim Foley
2017-11-17IR: add lowering for initializer list expressions (#290)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
2017-11-17IR: support `CompileTimeForStmt` (#286)Tim Foley
2017-11-15Various IR fixes for Falcor (#280)Tim Foley
2017-11-14IR: add support for `switch` statements (#278)Tim Foley