summaryrefslogtreecommitdiffstats
path: root/source/compiler-core
Commit message (Expand)AuthorAge
* Add all RayQuery SPIRV Intrinsics. (#3204)Yong He2023-09-13
* Correctly identify the number of operands to image sampling operands in SPIR-...Ellie Hermaszewska2023-09-12
* Add -repro-fallback-directory (#3188)jsmall-nvidia2023-09-07
* Add SPIRV atomics intrinsics and fix buffer layout lowering. (#3170)Yong He2023-08-31
* s/depreciated/deprecated/ (#3153)Ellie Hermaszewska2023-08-29
* Allow bitwise or expressions and numeric literals in spirv_asm blocks (#3157)Ellie Hermaszewska2023-08-28
* Initial version of spirv_asm block (#3151)Ellie Hermaszewska2023-08-25
* Fix a bug that warning 39001 can't be fully disabled. (#3112)Yong He2023-08-16
* Use ankerl/unordered_dense as a hashmap implementation (#3036)Ellie Hermaszewska2023-08-16
* Disable strict aliasing for gcc (#3105)Ellie Hermaszewska2023-08-15
* SPIR-V WIP (#3064)Ellie Hermaszewska2023-08-15
* Add spirv-dis as a downstream compiler (#3059)Ellie Hermaszewska2023-08-07
* Add option to use original entrypoint in spirv output. (#3047)Yong He2023-08-04
* Redesign `DeclRef` and systematic `Val` deduplication (#3049)Yong He2023-08-04
* Fix literals needing cast (#3039)jsmall-nvidia2023-08-01
* Generalize collectInductionValues (#3031)Ellie Hermaszewska2023-08-01
* Don't error on disabled warnings when treatWarnAsErr. (#3013)Yong He2023-07-21
* nsight Aftermath crash example (#2984)jsmall-nvidia2023-07-18
* Make DeclRefBase a Val, and DeclRef<T> a helper class. (#2967)Yong He2023-07-07
* Fix erroneous error claiming variable is being used before its declaration (#...Ellie Hermaszewska2023-07-06
* Squash some warnings (#2956)Ellie Hermaszewska2023-07-05
* Support for infinite literal of from 34.2432#INF (#2944)jsmall-nvidia2023-06-27
* Source embedding for output (#2889)jsmall-nvidia2023-05-22
* HLSL->Vulkan binding support (#2865)jsmall-nvidia2023-05-03
* vkd3d and dxvk integration (#2823)Ellie Hermaszewska2023-04-29
* Minor tidyings around d3d usage (#2854)Ellie Hermaszewska2023-04-29
* Embed stdlib documentation to AST. (#2851)Yong He2023-04-27
* Fix most of the disabled warnings on gcc/clang (#2839)Ellie Hermaszewska2023-04-26
* StringBuilder to lowerCamel (#2840)jsmall-nvidia2023-04-25
* Dictionary using lowerCamel (#2835)jsmall-nvidia2023-04-25
* Fix issue with Obfuscated hash (#2834)jsmall-nvidia2023-04-24
* Improve SourceMap coverage/testing (#2818)jsmall-nvidia2023-04-20
* Improvements outputting containers (#2815)jsmall-nvidia2023-04-20
* Make SourceMap a value type (#2812)jsmall-nvidia2023-04-19
* On demand SourceMap JSON serialization (#2811)jsmall-nvidia2023-04-18
* Round trip source map (#2810)jsmall-nvidia2023-04-17
* Some small fixes with Windows/DX usage (#2797)Ellie Hermaszewska2023-04-14
* Enable SLANG_ENABLE_DXIL_SUPPORT on non-Windows platforms (#2750)Ellie Hermaszewska2023-04-14
* Set the executable bit on Executable artifact files (#2796)Ellie Hermaszewska2023-04-14
* Reading artifact hierarchy from file system interface (#2787)jsmall-nvidia2023-04-12
* Artifact Container (#2783)jsmall-nvidia2023-04-12
* Implement FileCheck tests for several test commands (#2747)Ellie Hermaszewska2023-04-11
* Artifact simplification (#2781)jsmall-nvidia2023-04-11
* Add SLANG_IID_PPV_ARGS (#2784)Ellie Hermaszewska2023-04-07
* Simplification around ArtifactRepresentation and unique identity (#2771)jsmall-nvidia2023-04-04
* Squash some warnings (#2765)Ellie Hermaszewska2023-04-02
* Add missing initializer in json source map decoding (#2752)Ellie Hermaszewska2023-03-29
* Upgrade `slang-llvm` (#2741)jsmall-nvidia2023-03-27
* Using SourceMap for location output (#2736)jsmall-nvidia2023-03-27
* Add PyTorch C++ binding generation. (#2734)Yong He2023-03-26