index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaOpenCL
Commit message (
Expand
)
Author
Age
Files
Lines
*
Restores r228382, which was reverted in r228406.
Sameer Sahasrabuddhe
2015-02-25
1
-16
/
+60
*
Revert "OpenCL: handle shift operator with vector operands"
Tom Stellard
2015-02-06
1
-53
/
+16
*
OpenCL: handle shift operator with vector operands
Sameer Sahasrabuddhe
2015-02-06
1
-16
/
+53
*
OpenCL: handle ternary operator when the condition is a vector
Sameer Sahasrabuddhe
2015-02-04
1
-3
/
+129
*
Fix OpenCL 1.2 double as an optional core feature behaviour
Fraser Cormack
2015-01-30
3
-0
/
+59
*
Workaround attribute ordering issue with kernel only attributes
Matt Arsenault
2014-12-05
1
-0
/
+6
*
Add attributes for AMDGPU register limits.
Matt Arsenault
2014-12-04
1
-0
/
+34
*
[OpenCL] Implemented restrictions for pointer conversions specified in OpenCL...
Anastasia Stulova
2014-11-26
1
-0
/
+227
*
OpenCL: Emit global variables in the constant addr space as constant globals
Tom Stellard
2014-10-16
2
-2
/
+5
*
OpenCL: Add -ffake-address-space-map to a test
Tom Stellard
2014-10-16
1
-2
/
+2
*
[OpenCL] Reject reqd_work_group_size(X, Y, Z) where X, Y or Z == 0.
Joey Gouly
2014-05-19
1
-0
/
+4
*
Parameter/argument terminology fixes
Alp Toker
2014-05-11
1
-1
/
+1
*
Print detailed vector type information on diagnostics.
Benjamin Kramer
2014-04-25
1
-3
/
+3
*
Disallow driver use in more Sema tests
Alp Toker
2014-04-19
1
-0
/
+4
*
Allow address space qualifiers on OpenCL array parameters
Fraser Cormack
2014-04-15
2
-0
/
+8
*
Enforce the restriction that a parameter to a kernel function
David Tweed
2014-03-27
1
-0
/
+2
*
OpenCL: fix for the restriction on pointers to functions.
Pekka Jaaskelainen
2014-02-20
1
-0
/
+16
*
Allow clang to compile the "extern" storage class in OpenCL 1.2.
Pekka Jaaskelainen
2014-01-23
1
-0
/
+9
*
Simplifying the OpenCL image attribute. It does not need a semantic integer p...
Aaron Ballman
2014-01-14
1
-1
/
+2
*
[OpenCL] Disallow casts between address spaces.
Joey Gouly
2014-01-14
1
-0
/
+26
*
[OpenCL] Produce an error if an address space is used on the return
Joey Gouly
2014-01-06
1
-0
/
+12
*
[OpenCL] Add test case for previous commit.
Joey Gouly
2014-01-03
1
-0
/
+2
*
[OpenCL] Variables in the constant address space must be initialized.
Joey Gouly
2014-01-03
2
-4
/
+4
*
[OpenCL] The kernel attribute can only be used on functions.
Joey Gouly
2014-01-02
1
-0
/
+5
*
[OpenCL] Produce an error, instead of a warning, for sizeof(void) in OpenCL.
Joey Gouly
2013-12-31
1
-0
/
+5
*
[OpenCL] Produce an error when the work group and vec type hint attributes
Joey Gouly
2013-12-13
1
-0
/
+11
*
[OpenCL] Make sure we put string literals in the constant address space.
Joey Gouly
2013-11-14
1
-0
/
+13
*
Do not allow functions or kernels called 'main' in OpenCL.
Joey Gouly
2013-11-05
1
-0
/
+8
*
Removing the endian attribute and updating associated test cases. This funct...
Aaron Ballman
2013-09-09
1
-7
/
+1
*
OpenCL allows the (pre/post)-(increment/decrement) operator on integer vector...
David Tweed
2013-09-06
1
-0
/
+19
*
Consolidating the notion of a GNU attribute parameter with the attribute argu...
Aaron Ballman
2013-08-31
1
-1
/
+1
*
Added the attribute name to the err_attribute_wrong_number_arguments diagnost...
Aaron Ballman
2013-07-23
1
-2
/
+2
*
Error on more illegal kernel argument types for OpenCL
Matt Arsenault
2013-07-23
3
-2
/
+135
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-05
2
-1
/
+3
*
Revert 178811 until I fix the unit tests.
Tanya Lattner
2013-04-04
2
-3
/
+1
*
Add an error to check that all program scope variables are in the constant ad...
Tanya Lattner
2013-04-04
2
-1
/
+3
*
Add support for the 'endian' attribute for OpenCL.
Joey Gouly
2013-03-14
1
-0
/
+9
*
Add a test case for the 'vec_type_hint' attribute that was introduced in
Joey Gouly
2013-03-11
1
-0
/
+16
*
Add a 64-bit triple to these tests, to fix 32-bit bots.
Joey Gouly
2013-02-21
2
-2
/
+2
*
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
2
-0
/
+114
*
Diagnose loads of 'half' l-values in OpenCL.
John McCall
2013-02-12
1
-15
/
+13
*
Enable overloading of OpenCL events - this is needed for the overloaded OpenC...
Guy Benyei
2013-02-07
1
-0
/
+11
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
2
-0
/
+25
*
Add OpenCL error that a kernel function must have void return type. Includes ...
Tanya Lattner
2013-01-30
1
-0
/
+4
*
Fix a crash in OpenCL code by using the proper (RHS) bit-width.
Joey Gouly
2013-01-29
1
-4
/
+7
*
Add a diagnostic for an OpenCL kernel with a pointer pointer argument.
Joey Gouly
2013-01-29
1
-0
/
+3
*
Fix a non-conformant OpenCL test case.
Joey Gouly
2013-01-24
1
-1
/
+1
*
Fix an OpenCL test case that was OpenCL conformant.
Joey Gouly
2013-01-24
1
-0
/
+14
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-0
/
+42
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
1
-0
/
+17
[next]