index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
SemaOpenCL
Age
Commit message (
Expand
)
Author
2013-04-05
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-03-14
Add support for the 'endian' attribute for OpenCL.
Joey Gouly
2013-03-11
Add a test case for the 'vec_type_hint' attribute that was introduced in
Joey Gouly
2013-02-21
Add a 64-bit triple to these tests, to fix 32-bit bots.
Joey Gouly
2013-02-21
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-12
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-07
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-01-30
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-29
Fix a crash in OpenCL code by using the proper (RHS) bit-width.
Joey Gouly
2013-01-29
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-24
Fix a non-conformant OpenCL test case.
Joey Gouly
2013-01-24
Fix an OpenCL test case that was OpenCL conformant.
Joey Gouly
2013-01-23
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-20
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-17
Add some semantic checks for OpenCL. Variadic macros, VLAs and bitfields are ...
Joey Gouly
2012-10-19
Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...
Andy Gibbs
2012-07-26
Disable the warning for missing prototypes for OpenCL kernels. Includes testc...
Tanya Lattner
2012-06-19
Extend the support for cl-std to include 1.2.
Tanya Lattner
2012-01-03
Support constant evaluation for OpenCL nested vector literals. Patch by Anto...
Eli Friedman
2011-11-08
TypePrinter: print OpenCL address space names. Patch by Richard
Peter Collingbourne
2011-10-17
The comparison of two vectors should return a signed result. hasIntegerRepres...
Tanya Lattner
2011-09-22
In OpenCL, conversions between different vector types are disallowed
Tobias Grosser
2011-09-21
In the OpenCL mode, the AltiVec mode must be off and checks must be strict
Tobias Grosser
2011-09-19
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-07-15
This handles the missing cases of opencl vector literals.
Tanya Lattner
2011-03-11
OpenCL: if double precision floating point constant encountered
Peter Collingbourne
2011-03-11
Add support for the OpenCL vec_step operator, by generalising and
Peter Collingbourne
2011-02-15
OpenCL: standardise naming of test cases
Peter Collingbourne
2011-02-15
OpenCL: semantic analysis support for cl_khr_fp64 extension
Peter Collingbourne