summaryrefslogtreecommitdiff
path: root/include
AgeCommit message (Expand)AuthorFilesLines
2018-05-03Rename the installed header and install it in a prefixPierre Moreau1-2/+2
2018-04-24Rename all variables and functions to match LLVM guidelinesPierre Moreau1-8/+8
2018-04-24Run clang-tidy without the readability-identifier-naming enabledPierre Moreau1-4/+4
2018-04-24Reformat all .cpp and .h files using clang-formatPierre Moreau1-23/+22
2018-04-24Change all line endings to UNIX-stylePierre Moreau1-161/+161
2017-06-29Squashed the lower-memmove pass (#209)doe3001-4/+8
2015-12-14Clang integration.Alexey Bader1-2/+7
2015-12-09[SPIRV] Refactor adptation of OCL types for SPIRV.Yaxun (Sam) Liu1-0/+4
2015-11-25 [SPIRV] - Refactor LLVMToSPIRV to separate lowring constant expression and r...Yaxun (Sam) Liu1-18/+81
2015-10-23[SPIRV] Rename SPRV to SPIRV for clarityYaxun (Sam) Liu1-10/+10
2015-09-03[SPIRV] Fix asserts due to ReplaceAllReferencesWith dst/src type mismatch in ...samliu1-3/+6
2015-08-24[SPIRV] Fix bug about decoration group, string literal, and loading SPIR-V.Yaxun (Sam) Liu1-1/+21
2015-07-09Fix bugs for enqueue_kernel.Yaxun (Sam) Liu1-0/+4
2015-06-04Added translation of kernel enqueue instructions.Yaxun (Sam) Liu1-3/+2
2015-06-01Clean up and restructure. Added partial support of kernel enqueue. Conforms t...Yaxun (Sam) Liu1-0/+59