summaryrefslogtreecommitdiff
path: root/build
AgeCommit message (Expand)Author
2023-09-05SPIR-V image operations (#3163)Ellie Hermaszewska
2023-08-29Add more wave intrinsics. (#3162)Yong He
2023-08-28Add `target_switch` and `intrinsic_asm` statement. (#3154)Yong He
2023-08-28Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska
2023-08-25Support SPIRV Capability declaration on intrinsic functions. (#3150)Yong He
2023-08-21Compile append and consume structured buffers to glsl. (#3142)Yong He
2023-08-17Initial support for differentiating existential types (#3111)Sai Praveen Bangaru
2023-08-17Create storage types of different layouts for SPIRV emit. (#3116)Yong He
2023-08-17Add loop inversion pass (#2899)Ellie Hermaszewska
2023-08-15SPIRV: debug source and debug line. (#3109)Yong He
2023-08-16Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska
2023-08-15SPIR-V WIP (#3064)Ellie Hermaszewska
2023-08-14Support per field matrix layout (#3101)Yong He
2023-08-07Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska
2023-08-07Validate generated SPIR-V on output (#3061)Ellie Hermaszewska
2023-08-04Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He
2023-07-25Add slang.natjmc. (#3018)Yong He
2023-07-21Add support for `-fvk-invert-y`. (#3012)Yong He
2023-07-19Optimize specialization, and remove unnecessary calls to `simplifyIR`. (#2999)Yong He
2023-07-12Pool inst worklists and hashsets to avoid rehashing. (#2982)Yong He
2023-07-12Create and cache flattened inheritance lists (#2740)Theresa Foley
2023-07-11Add perf benchmark utility. (#2977)Yong He
2023-07-10Add support for texture footprint queries (#2970)Theresa Foley
2023-07-05Initial sizeof/alignof implementation. (#2954)jsmall-nvidia
2023-06-30Fix for operator assignment issue (#2951)jsmall-nvidia
2023-05-22Source embedding for output (#2889)jsmall-nvidia
2023-05-12Fusion pass for saturated_cooperation (#2874)Ellie Hermaszewska
2023-05-11MVP for higher order functions (#2849)Ellie Hermaszewska
2023-05-03HLSL->Vulkan binding support (#2865)jsmall-nvidia
2023-05-02Various dxc/fxc compatibility fixes. (#2863)Yong He
2023-05-02Markdown CommandOptions (#2860)jsmall-nvidia
2023-04-29CommandOptions (#2856)jsmall-nvidia
2023-04-29vkd3d and dxvk integration (#2823)Ellie Hermaszewska
2023-04-14Diagnose on using uninitialized `out` param. (#2803)Yong He
2023-04-14Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska
2023-04-12Combine lookupWitness lowering with specialization. (#2794)Yong He
2023-04-12Artifact Container (#2783)jsmall-nvidia
2023-04-11Implement FileCheck tests for several test commands (#2747)Ellie Hermaszewska
2023-04-11Artifact simplification (#2781)jsmall-nvidia
2023-03-27Using SourceMap for location output (#2736)jsmall-nvidia
2023-03-27Use c++17 standard (#2686)Ellie Hermaszewska
2023-03-26Add PyTorch C++ binding generation. (#2734)Yong He
2023-03-22Source map obfuscation (#2717)jsmall-nvidia
2023-03-21Add texture tri-linear autodiff example. (#2715)Yong He
2023-03-16Preliminary SourceMap support (#2701)jsmall-nvidia
2023-03-15AD: Primal-Hoisting Rework + Checkpoint Policy Framework (#2702)Sai Praveen Bangaru
2023-02-24More control flow simplifications. (#2673)Yong He
2023-02-16Remove `SharedIRBuilder`. (#2657)Yong He
2023-02-13Add Loop Unrolling Pass. (#2644)Yong He
2023-02-07Arithmetic simplifications and more IR clean up logic. (#2632)Yong He