aboutsummaryrefslogtreecommitdiffhomepage
AgeCommit message (Expand)Author
2021-09-18Fix linkageAndrzej Janik
2021-09-18Have an implementation for vprintfAndrzej Janik
2021-09-18Minor fixesAndrzej Janik
2021-09-17Handle ld.volatile/st.volatileAndrzej Janik
2021-09-17Redo handling of sregsAndrzej Janik
2021-09-17Add early support for more sregsAndrzej Janik
2021-09-17Implement function pointers and activemaskAndrzej Janik
2021-09-17Set linking outputAndrzej Janik
2021-09-16Implement linkingAndrzej Janik
2021-09-16OopsAndrzej Janik
2021-09-16Add missing V-RAY host functionsAndrzej Janik
2021-09-16Add missing vray instructionsAndrzej Janik
2021-09-14Fix some unhandled cases in cvt instructionAndrzej Janik
2021-09-14Parse and test const buffersAndrzej Janik
2021-09-13Zero out buffer on creationAndrzej Janik
2021-09-13Continue HIP conversionAndrzej Janik
2021-09-13Dump modules passed for linkingAndrzej Janik
2021-09-12Support more export table functionsAndrzej Janik
2021-09-12Add support for a new export tableAndrzej Janik
2021-09-10Fix dumping on x64 Linux (and possibly Windows)Andrzej Janik
2021-09-09Update tests, disable OpenCL-style shared mem conversion, emit linking inform...Andrzej Janik
2021-09-08Merge commit 'e2fbdf7d7b78ee360fe5fcc13ed1a7cca727c921' into amdAndrzej Janik
2021-09-08Emit Execution mode for denorm flushAndrzej Janik
2021-09-07Make ptx unit tests run on AMD (except denormals)Andrzej Janik
2021-09-06Convert unit tests to HIPAndrzej Janik
2021-09-05HIP conversion part #3Andrzej Janik
2021-09-05HIP conversion part #2Andrzej Janik
2021-08-27HIP conversion part #1Andrzej Janik
2021-08-27Start converting host code to HIPAndrzej Janik
2021-08-08Don't wait on a blocking eventAndrzej Janik
2021-08-08Improve AMD compatibilityAndrzej Janik
2021-08-08Additional options to clangAndrzej Janik
2021-08-08Explicitly mark input to AMD as bitcodeAndrzej Janik
2021-08-07Persist AMD kernels for later debugAndrzej Janik
2021-08-07Use raw interop for building programsAndrzej Janik
2021-08-07Hack to read clang outputAndrzej Janik
2021-08-07Try seeking before readingAndrzej Janik
2021-08-07Take path to llvm-spirv from environmentAndrzej Janik
2021-08-07Handle xnack suffix in device nameAndrzej Janik
2021-08-07Fix warningsAndrzej Janik
2021-08-07Addd missing fileAndrzej Janik
2021-08-07Remove L0 from nvmlAndrzej Janik
2021-08-06Wire up AMD compilationAndrzej Janik
2021-08-06Remove all use of L0Andrzej Janik
2021-08-04Convert OpenCL host code to SVMAndrzej Janik
2021-08-03Hack enough functionality that AMD GPU code buildsAndrzej Janik
2021-08-02Use calls to OpenCL builtins when translating sregs, do SPIRV->LLVM conversio...Andrzej Janik
2021-08-01Change codegen for mul.wideAndrzej Janik
2021-07-25Tune generated code, add a workaround for geekbenchAndrzej Janik
2021-07-22Finish converting to OpenCLAndrzej Janik