index
:
slang.git
master
Making it easier to work with shaders
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
source
/
slang
/
slang-ir-lower-bit-cast.cpp
Age
Commit message (
Expand
)
Author
2025-03-19
Fix reinterpret and bitcast and generic arg parsing. (#6627)
Yong He
2025-02-28
Add Slang-specific intrinsics for integer pack/unpack (#6459)
Darren Wihandi
2024-12-26
Add packed 8bit builtin types (#5939)
Darren Wihandi
2024-11-05
Move switch statement bodies to their own lines (#5493)
Ellie Hermaszewska
2024-10-29
format
Ellie Hermaszewska
2024-04-22
bit_cast & reinterpret warning if src->dst type not equally sized. (#3988)
ArielG-NV
2024-02-20
Refactor compiler option representations. (#3598)
Yong He
2023-09-18
Use target-dependent pointer size in natural layout. (#3210)
Yong He
2023-08-17
Create storage types of different layouts for SPIRV emit. (#3116)
Yong He
2023-04-25
Dictionary using lowerCamel (#2835)
jsmall-nvidia
2023-02-16
Remove `SharedIRBuilder`. (#2657)
Yong He
2022-09-15
Language feature: pointer sized int types. (#2401)
Yong He
2021-12-17
Cleanup refactoring work around the IR builder (#2061)
Theresa Foley
2021-02-16
Add an accessor for IRInst opcode (#1707)
Tim Foley
2021-02-12
Support `bit_cast` between complex types. (#1702)
Yong He