implemented switch CFG parsing
[kazan.git] / shader-compiler /
2018-11-27 Jacob Lifshayimplemented switch CFG parsing master
2018-11-26 Jacob Lifshayworking on adding Switch CFG
2018-11-26 Jacob Lifshayformat source
2018-11-26 Jacob Lifshayworking on calculating CFG
2018-11-26 Jacob Lifshayadd edition = "2015"
2018-11-22 Jacob Lifshayworking on calculating CFG
2018-11-21 Jacob Lifshayworking on compiler; need to add CFG and cross-lane...
2018-11-21 Jacob Lifshayimplement creating functions and basic blocks
2018-11-20 Jacob Lifshayadded more code to shader compiler and split into seper...
2018-11-12 Jacob Lifshaysecond stage of shader parsing works for vulkan_minimal...
2018-11-09 Jacob Lifshayworking on implementing shader compiler
2018-11-07 Jacob Lifshayworking on implementing shader compiler
2018-10-19 Jacob Lifshaysplit shader compiler backend into separate crate
2018-10-17 Jacob Lifshayadd function parameters
2018-10-16 Jacob Lifshayshader compiler test works!
2018-10-15 Jacob Lifshayadd support for building LLVM 7.0 from downloaded source
2018-10-11 Jacob Lifshayworking on implementing LLVM 7.0 shader compiler backend
2018-10-10 Jacob Lifshaymove backend to separate file
2018-10-09 Jacob Lifshaycompleted shader compiler backend type system
2018-10-09 Jacob Lifshayworking on shader compiler
2018-10-08 Jacob Lifshaystarted adding shader compiler