0
I Use This!
Inactive

Commits : Listings

Analyzed 1 day ago. based on code collected 1 day ago.
Jun 11, 2024 — Jun 11, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Create the clang::DiagnosticConsumer for error reporting by ourselves More... over 11 years ago
llvm 3.4 guides and how to develop with xcode More... over 11 years ago
Remove stale comment More... over 11 years ago
Fixed test case to work even if first bytes of any local variable are overridden when some private address space write is clamped to null More... over 11 years ago
Merge pull request #70 from eras/clang3.4 More... over 11 years ago
test/variable-global-scope: split into two to support new clang3.4 errors More... over 11 years ago
WebCLPass: fixed a typo More... over 11 years ago
test/radix-sort: replaced __constant input with __global const More... over 11 years ago
unsupported-builtin-as-kernel-arg: the format of error messages has changed More... over 11 years ago
sampler-type-transformations: removed transformations that cannot occur More... over 11 years ago
sampler-type-errors?.cl: clang now handles certain errors before wcl pass More... over 11 years ago
read-image, read-image-address-none: don't use CLK_* sampler_t as argument More... over 11 years ago
TypeAccessChecker::validateParmVarAccess: argument type is now clang::ParmVarDecl& More... over 11 years ago
image2d-type-as-argument: split test into two parts for clang3.4 More... over 11 years ago
lit.site.cfg.in: disable pipefail More... over 11 years ago
WebCLRestrictor::check3dImageParameter: updated for image3d_t from new clang (not a pointer) More... over 11 years ago
kernel.cl: Removed some types introduced by the new clang More... over 11 years ago
Merge pull request #65 from toaarnio/master More... over 11 years ago
Added missing #include <stdlib.h> More... over 11 years ago
WebCLTool: use clang::tooling::loadFromCommandLine from release 3.2 More... over 11 years ago
Fixed lit.cfg and lit.site.cfg.in to work with Clang 3.4 More... over 11 years ago
Implemented OpenCL image access qualifiers using the Clang3.4 interface. More... over 11 years ago
WebCLTransformer::addRecordParameter: Handle difference in casting from clang::TypeLoc to clang::FunctionTypeLoc More... over 11 years ago
WebCLReporter::isFromMainFile: use isWrittenInMainFile instead for Clang 3.4 More... over 11 years ago
Merge pull request #62 from eras/global_scope_private More... over 11 years ago
illegal-image2d-access.cl: global 'const' should be 'constant' More... over 11 years ago
sampler_t: added tests for global sampler_t variables (must be constant) More... over 11 years ago
Merge pull request #63 from eras/fix_remove_variables_test More... over 11 years ago
remove-variables: fixed test (unsigned long -> ulong) More... over 11 years ago
Merge branch 'wclv54' More... over 11 years ago