aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Collapse)Author
2020-07-25Implement integer multiplicationAndrzej Janik
2020-07-24Fix bugs in the new middle-endAndrzej Janik
2020-07-23Start refactoring code to not use homemade strict-SSA translatorAndrzej Janik
2020-07-20Update type lookup map when emitting new instructions during translationAndrzej Janik
2020-07-20Implement constants in translation middle-endAndrzej Janik
2020-07-15Emit movsAndrzej Janik
2020-07-12Validate PTX build tests against SPIR-V sourcesAndrzej Janik
2020-06-17Finish implementing implicit conversionsAndrzej Janik
2020-05-26Start implementing implicit conversionsAndrzej Janik
2020-05-17Start introducing support for bitcast coercions in instructionsAndrzej Janik
2020-05-17Document weird implicit PTX coercionsAndrzej Janik
2020-05-15Clean up warnings and dead codeAndrzej Janik
2020-05-15Remove hacks in the ops emissionAndrzej Janik
2020-05-14Remove all OCL use and clean up a little spirv_run testsAndrzej Janik
2020-05-14Clean up L0 useAndrzej Janik
2020-05-13Start writing better level zero wrapperAndrzej Janik
2020-05-12Use L0 USM to run a kernel with input bitcast to global pointerAndrzej Janik
2020-05-10Add a simple (and failing) PTX end-to-end testAndrzej Janik
2020-05-10Update L0 bindingsAndrzej Janik
2020-05-07Translate instruction ldAndrzej Janik
2020-05-06Convert PTX predicates to a distinct conditional jump statementAndrzej Janik
2020-05-02Fix remaining bugs in SSA renamingAndrzej Janik
2020-04-30Fix bugs in SSA renaming and improve phi insertionAndrzej Janik
2020-04-29Fix bug in the calculation of immediate dominatorsAndrzej Janik
2020-04-28Add a test for building dominance frontiersAndrzej Janik
2020-04-28Fix bugs in basic block resolutionAndrzej Janik
2020-04-26Add phi-insertionAndrzej Janik
2020-04-26Continue implementing SSA renamingAndrzej Janik
2020-04-22Start doing SSA conversionAndrzej Janik
2020-04-19Fix buggy comparison in immediate dominators calculationAndrzej Janik
2020-04-19Calculate domination frontiersAndrzej Janik
2020-04-18Simply id type handlingAndrzej Janik
2020-04-15Remap string identifies to numeric identifiersAndrzej Janik
2020-04-13Refactor how instructions are parsedAndrzej Janik
2020-04-13Simplify error handling during ast constructionAndrzej Janik
2020-04-12Add better error handling during ast constructionAndrzej Janik
2020-04-03Start emitting ptx module from compilationAndrzej Janik
2020-03-22Parse whole vector add exampleAndrzej Janik
2020-03-22Completely parse instructions in vector add exampleAndrzej Janik
2020-03-11Parse more source stuffAndrzej Janik
2020-03-09Start parsing PTX textAndrzej Janik
2020-02-25Add malloc and context setter/getterAndrzej Janik
2020-02-25Refactor parsing of attributes and handle more export table functionsAndrzej Janik
2020-02-18Start mapping attributesAndrzej Janik
2020-02-17Refactor device functionsAndrzej Janik
2020-02-17Return max memoryAndrzej Janik
2020-02-17Add missing entry to the export table andAndrzej Janik
fix problems with device handling
2020-02-16Add device getterAndrzej Janik
2020-02-16Add platform initializationAndrzej Janik
2020-02-10Clean up slightlyAndrzej Janik