Age | Commit message (Expand) | Author |
2020-12-09 | Refactor how vectors are handled (#20) | vosen |
2020-11-19 | Implement stateless-to-stateful optimization | Andrzej Janik |
2020-11-06 | Implement instructions bfe, rem, xor | Andrzej Janik |
2020-11-05 | Implement instructions clz, brev, popc | Andrzej Janik |
2020-11-05 | Fix same width float-to-float conversions | Andrzej Janik |
2020-11-05 | Fix issues with .param/.local and implement sin, cos, ex2, lg2 | Andrzej Janik |
2020-11-01 | Implement neg instruction | Andrzej Janik |
2020-11-01 | Implement div, sqrt, rsqrt and more of setp | Andrzej Janik |
2020-10-31 | Implement atomic instructions | Andrzej Janik |
2020-10-26 | Add support for fma instruction | Andrzej Janik |
2020-10-26 | Implement selp instruction | Andrzej Janik |
2020-10-26 | Add support for and instruction | Andrzej Janik |
2020-10-26 | Support float constants | Andrzej Janik |
2020-10-25 | Implement ftz handling through Khronos extensions | Andrzej Janik |
2020-10-25 | Implement rcp instruction | Andrzej Janik |
2020-10-25 | Add dynamic shared mem support | Andrzej Janik |
2020-10-18 | Fix small regression | Andrzej Janik |
2020-10-18 | Implement pass to handle .extern .shared and add parsing code for it | Andrzej Janik |
2020-10-04 | Add support for top-level global variables, improve array support | Andrzej Janik |
2020-10-02 | Add sub, min, max | Andrzej Janik |
2020-10-01 | Implement or | Andrzej Janik |
2020-10-01 | Implement shr | Andrzej Janik |
2020-09-30 | Implement vector-destructuring mov/ld/st | Andrzej Janik |
2020-09-27 | Add missing support for Milestone 1 | Andrzej Janik |
2020-09-20 | Better propagate information about address-mov and emit conversion for it | Andrzej Janik |
2020-09-18 | Continue working on a better addressable support | Andrzej Janik |
2020-09-18 | [BROKEN] Start implementing better support for addressable arguments | Andrzej Janik |
2020-09-15 | Implement missing pieces in vector support | Andrzej Janik |
2020-09-14 | Refactor implicit conversions and start implementing vector extract/insert | Andrzej Janik |
2020-09-12 | Parse vector movs (mov.type a.x b.y;) | Andrzej Janik |
2020-09-11 | Be more precise about types admitted in register definitions and method argum... | Andrzej Janik |
2020-09-08 | Implement support for PTX call instruction | Andrzej Janik |
2020-09-03 | Start refactoring SPIRV module generation in preparation for support of funct... | Andrzej Janik |
2020-09-02 | Parse Linux vectorAdd debug PTX kernel | Andrzej Janik |
2020-08-05 | Add support for cvta and global ld/st | Andrzej Janik |
2020-08-03 | Add support for parsing instruction cvt | Andrzej Janik |
2020-08-01 | Implement shift left | Andrzej Janik |
2020-08-01 | Implement negation | Andrzej Janik |
2020-07-28 | Remove the need for custom Arg types in middle-end | Andrzej Janik |
2020-07-26 | Add support for integer addition | Andrzej Janik |
2020-07-20 | Implement constants in translation middle-end | Andrzej Janik |
2020-07-15 | Emit movs | Andrzej Janik |
2020-06-17 | Finish implementing implicit conversions | Andrzej Janik |
2020-05-17 | Start introducing support for bitcast coercions in instructions | Andrzej Janik |
2020-05-10 | Add a simple (and failing) PTX end-to-end test | Andrzej Janik |
2020-05-07 | Translate instruction ld | Andrzej Janik |
2020-04-28 | Fix bugs in basic block resolution | Andrzej Janik |
2020-04-26 | Continue implementing SSA renaming | Andrzej Janik |
2020-04-18 | Simply id type handling | Andrzej Janik |
2020-04-15 | Remap string identifies to numeric identifiers | Andrzej Janik |