Age | Commit message (Expand) | Author |
2024-10-16 | Re-enable all failing PTX tests (#277) | Andrzej Janik |
2021-12-14 | Improve reporting of recovered unrecognized statement/directive | Andrzej Janik |
2021-12-13 | Better reporting of unrecognized tokens | Andrzej Janik |
2021-12-13 | Make all user errors recoverable | Andrzej Janik |
2021-09-24 | Start implementing .shared unification | Andrzej Janik |
2021-09-16 | Add missing vray instructions | Andrzej Janik |
2021-09-14 | Fix some unhandled cases in cvt instruction | Andrzej Janik |
2021-09-14 | Parse and test const buffers | Andrzej Janik |
2021-07-25 | Tune generated code, add a workaround for geekbench | Andrzej Janik |
2021-06-27 | Fix bugs related to replay on Linux | Andrzej Janik |
2021-06-06 | Bring back support for dynamic shared memory | Andrzej Janik |
2021-06-04 | Continue attempts at fixing code emission for method args | Andrzej Janik |
2021-05-15 | Carry state space with pointer | Andrzej Janik |
2021-05-07 | Simplify typing | Andrzej Janik |
2021-05-05 | Start converting the translation to one type type | Andrzej Janik |
2021-04-17 | Throw away special variable types | Andrzej Janik |
2021-04-15 | Remove LdStType | Andrzej Janik |
2021-04-15 | Remove all remaining subenums | Andrzej Janik |
2021-04-15 | Convert enumes to 1TT | Andrzej Janik |
2021-03-03 | Implement setp.nan and setp.num | Andrzej Janik |
2021-03-03 | Implement non-coherent loads and implicit sign-extending conversions | Andrzej Janik |
2021-03-03 | Support kernel tuning directives | Andrzej Janik |
2021-03-01 | Implement bfi instruction | Andrzej Janik |
2021-03-01 | Do slightly better when it comes to PTX error recovery | Andrzej Janik |
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 |