aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
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
2020-02-16Add device getterAndrzej Janik
2020-02-16Add platform initializationAndrzej Janik
2020-02-10Clean up slightlyAndrzej Janik
2020-02-10Implement redirecting dllAndrzej Janik
2020-02-09Reorganize project to a workspaceAndrzej Janik
2020-01-08Split project into threeAndrzej Janik
2020-01-07Make sure we wait for the executable to finish and propagate error codeAndrzej Janik
2020-01-06Refactor winapi calls to surface errorsAndrzej Janik
2020-01-05Add nvcuda.dll injectorAndrzej Janik