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
/
CodeGenOpenCL
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the -cxx-abi command-line flag.
Hans Wennborg
2014-01-14
2
-3
/
+3
*
Update tests in preparation for using the MS ABI for Win32 targets
Hans Wennborg
2014-01-13
2
-3
/
+3
*
The OpenCL specification states that images are allocated
Pekka Jaaskelainen
2014-01-09
1
-1
/
+1
*
Fix a crash in EmitStoreThroughExtVectorComponentLValue for vectors of odd si...
Joey Gouly
2013-11-21
1
-0
/
+17
*
[OpenCL] Make sure we put string literals in the constant address space.
Joey Gouly
2013-11-14
1
-0
/
+9
*
Certain multi-platform languages, such as OpenCL, have the concept of
David Tweed
2013-09-13
2
-2
/
+32
*
Don't pass -O0 to clang_cc1, it is the default.
Rafael Espindola
2013-09-04
1
-1
/
+1
*
CHECK-LABEL-ify some code gen tests to improve diagnostic experience when tes...
Stephen Lin
2013-08-15
4
-6
/
+6
*
Use kernel metadata to differentiate between kernel and device
Justin Holewinski
2013-03-30
2
-5
/
+7
*
Generate metadata to implement the -cl-kernel-arg-info option.
Guy Benyei
2013-03-24
1
-3
/
+16
*
Fix indirect byval passing of records in address spaced memory. Allocate memo...
Guy Benyei
2013-03-10
1
-0
/
+23
*
Add support for the OpenCL attribute 'vec_type_hint'.
Joey Gouly
2013-03-08
1
-4
/
+8
*
Add a 64-bit triple to these tests, to fix 32-bit bots.
Joey Gouly
2013-02-21
1
-1
/
+1
*
Fix an OpenCL test case. Pointer arguments to kernels must be declared with the
Joey Gouly
2013-02-21
1
-1
/
+1
*
Add support to Sema and CodeGen for floating point vector types in OpenCL.
Joey Gouly
2013-02-21
1
-0
/
+56
*
Use the target address space value when mangling names.
Tanya Lattner
2013-02-08
1
-0
/
+5
*
Add OpenCL samplers as Clang builtin types and check sampler related restrict...
Guy Benyei
2013-02-07
1
-0
/
+13
*
Add a new LangOpt NativeHalfType. This option allows for native half/fp16
Joey Gouly
2013-01-23
1
-0
/
+15
*
Implement OpenCL event_t as Clang builtin type, including event_t related Ope...
Guy Benyei
2013-01-20
2
-0
/
+14
*
r172047 lacked a test (due to incomplete OpenCL support in clang). Use a modi...
David Tweed
2013-01-10
1
-0
/
+29
*
clang/test/CodeGenOpenCL/shifts.cl: Fixup for -Asserts.
NAKAMURA Takumi
2013-01-08
1
-8
/
+8
*
Scalar shifts in the OpenCL specification (as of v. 1.2) are defined to be
David Tweed
2013-01-07
1
-0
/
+28
*
Re-commit r170428 changes with Linux style file endings.
Guy Benyei
2012-12-18
1
-0
/
+22
*
Revert changes from r170428, as I accidentally changed the line endings of th...
Guy Benyei
2012-12-18
1
-22
/
+0
*
Add OpenCL images as clang builtin types.
Guy Benyei
2012-12-18
1
-0
/
+22
*
Fix line ending is tests. No functional change.
Richard Trieu
2012-12-12
2
-37
/
+37
*
Add SPIR32/SPIR64 targets to Clang
Guy Benyei
2012-12-11
2
-0
/
+43
*
FP_CONTRACT: Fix two tests for -Asserts.
NAKAMURA Takumi
2012-10-02
1
-1
/
+1
*
Add FP_CONTRACT support for clang.
Lang Hames
2012-10-02
1
-2
/
+1
*
Remove names from the CHECK lines.
Tanya Lattner
2012-08-16
1
-1
/
+1
*
Convert loads and stores of vec3 to vec4 to achieve better code generation. A...
Tanya Lattner
2012-08-16
1
-0
/
+9
*
Fix the test case. Now it does not depend on the method used to pass vector a...
Simon Atanasyan
2012-08-09
1
-4
/
+2
*
Add OpenCL metadata for kernel arg names. This output is controlled via a fla...
Tanya Lattner
2012-07-11
1
-0
/
+7
*
Patch by Anton Lokhmotov to add OpenCL work group size attributes.
Tanya Lattner
2012-07-09
1
-0
/
+14
*
Replace PTX back-end with NVPTX back-end in all places where Clang cares
Justin Holewinski
2012-05-24
2
-2
/
+2
*
Rename "fpaccuracy" metadata to the more generic "fpmath". That's because I'm
Duncan Sands
2012-04-14
1
-3
/
+3
*
Express the number of ULPs in fpaccuracy metadata as a real rather than a
Duncan Sands
2012-04-10
1
-1
/
+1
*
A few style changes.
Tanya Lattner
2012-01-19
1
-0
/
+19
*
Fix test so it doesn't depend on the host's calling convention lowering code.
Eli Friedman
2012-01-04
1
-6
/
+6
*
Support constant evaluation for OpenCL nested vector literals. Patch by Anto...
Eli Friedman
2012-01-03
1
-0
/
+23
*
Annotate imprecise FP division with fpaccuracy metadata
Peter Collingbourne
2011-10-27
1
-0
/
+25
*
PTX: Set proper calling conventions for PTX in OpenCL mode.
Justin Holewinski
2011-10-05
2
-0
/
+22
*
OpenCL: introduce support for function scope __local variables
Peter Collingbourne
2011-09-19
1
-0
/
+7
*
This handles the missing cases of opencl vector literals.
Tanya Lattner
2011-07-15
1
-0
/
+22
*
Do not violate the opencl casting rules. This test case still illustrates the...
Tanya Lattner
2011-07-07
1
-4
/
+3
*
Modify test for 32 and 64 bit.
Tanya Lattner
2011-04-16
1
-5
/
+5
*
Fix bug in vector initializer when initializing a vector with another vector.
Tanya Lattner
2011-04-15
1
-0
/
+12
*
Add support for language-specific address spaces. On top of that,
Peter Collingbourne
2011-03-18
1
-0
/
+27
*
OpenCL: standardise naming of test cases
Peter Collingbourne
2011-02-15
2
-0
/
+24
*
OpenCL: add support for __kernel, kernel keywords and EXTENSION,
Peter Collingbourne
2011-02-14
1
-0
/
+10