index
:
mesa.git
gallium_va_encpackedheader01
master
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
gallium
/
state_trackers
/
clover
/
llvm
Commit message (
Expand
)
Author
Age
Files
Lines
*
clover: Fix indentation issues
Pierre Moreau
2019-02-26
1
-32
/
+32
*
clover: Avoid warnings from new OpenCL headers
Pierre Moreau
2019-02-26
1
-0
/
+1
*
clover: Fix build after clang r348827
Jan Vesely
2018-12-16
1
-1
/
+6
*
clover: Don't extend illegal integer types.
Jan Vesely
2018-07-26
2
-2
/
+13
*
clover: Cleanup compat code for llvm < 3.9
Jan Vesely
2018-05-29
3
-121
/
+20
*
clover: Fix build after llvm r332881.
Jan Vesely
2018-05-29
2
-2
/
+12
*
clover/llvm: Fix build against LLVM/Clang 4.0
Aaron Watry
2018-03-21
2
-1
/
+3
*
clover: Dynamically calculate __OPENCL_VERSION__ and CLC language version
Aaron Watry
2018-03-21
1
-2
/
+5
*
clover/llvm: Add get_[cl|language]_version, validation and some helpers
Aaron Watry
2018-03-21
1
-0
/
+88
*
clover/llvm: Pass device down to compile
Aaron Watry
2018-03-05
1
-4
/
+3
*
clover: Pass device to llvm::create_compiler_instance
Aaron Watry
2018-03-05
1
-4
/
+5
*
clover/llvm: Use device in llvm compilation instead of copying fields
Aaron Watry
2018-03-05
2
-13
/
+12
*
clover: Fix build after llvm r325155 and r325160
Jan Vesely
2018-02-15
3
-2
/
+30
*
gallium/st/clover: remove unused PIPE_SHADER_IR_LLVM
Timothy Arceri
2018-02-01
3
-13
/
+0
*
clover: Fix compilation after clang r315871
Jan Vesely
2017-10-25
2
-5
/
+12
*
clover: add missing include to compat.h
Jan Vesely
2017-09-18
1
-0
/
+1
*
clover: Fix build after LLVM r313390
Jan Vesely
2017-09-15
2
-1
/
+11
*
clover: Fix build after llvm r309911
Jan Vesely
2017-08-03
2
-1
/
+7
*
clover: Fix build since clang r301442
Jan Vesely
2017-04-27
2
-1
/
+3
*
st/clover: add space between < and ::
Emil Velikov
2017-04-21
6
-17
/
+17
*
clover: Add missing include to compat header
Jan Vesely
2017-04-13
1
-0
/
+1
*
clover: Fix build against clang SVN >= r299965
Michel Dänzer
2017-04-13
2
-1
/
+7
*
clover: Dump linked binary to a different file
Jan Vesely
2017-02-27
1
-2
/
+6
*
clover: Fix build against clang SVN >= r293097
Michel Dänzer
2017-01-27
1
-1
/
+8
*
clover: Use Clang's diagnostics
Vedran Miletić
2016-12-24
1
-1
/
+6
*
clover: Restore support for LLVM <= 3.9.
Vedran Miletić
2016-11-24
2
-6
/
+21
*
clover: adapt to new error API since LLVM r286752
Vedran Miletić
2016-11-14
1
-2
/
+8
*
clover: fix building since llvm r286566
Laurent Carlier
2016-11-11
1
-0
/
+5
*
clover: Add CL_PROGRAM_BINARY_TYPE support (CL1.2).
Serge Martin
2016-11-06
4
-6
/
+9
*
clover: Pass unquoted compiler arguments to Clang
Vedran Miletić
2016-10-30
1
-4
/
+36
*
clover: fix getting scalar args api size
Serge Martin
2016-09-16
1
-4
/
+3
*
st/clover: Define __OPENCL_VERSION__ on the device side
Niels Ole Salscheider
2016-09-10
1
-0
/
+3
*
clover: make GCC 4.8 happy
Dieter Nützel
2016-07-27
1
-1
/
+1
*
clover: Re-order includes in invocation.cpp to fix build
Tom Stellard
2016-07-20
1
-7
/
+17
*
clover: Add missing include v2
Tom Stellard
2016-07-20
1
-0
/
+1
*
clover/core: Remove compiler.hpp.
Francisco Jerez
2016-07-11
1
-1
/
+1
*
clover/llvm: Get rid of compile_program_llvm().
Francisco Jerez
2016-07-11
1
-11
/
+0
*
clover: Define error subclass to signal build option parse failure.
Francisco Jerez
2016-07-11
1
-1
/
+1
*
clover: Move back to using build_error to signal compilation failure.
Francisco Jerez
2016-07-11
2
-7
/
+7
*
clover/llvm: Implement the -create-library linker option.
Francisco Jerez
2016-07-11
1
-24
/
+23
*
clover/llvm: Implement linkage of multiple clover modules.
Francisco Jerez
2016-07-11
2
-3
/
+35
*
clover/llvm: Split compilation and linking.
Francisco Jerez
2016-07-11
2
-15
/
+90
*
clover/llvm: Implement library bitcode codegen.
Francisco Jerez
2016-07-11
2
-1
/
+31
*
clover/llvm: Trivial assorted cleanups for invocation.cpp.
Francisco Jerez
2016-07-11
1
-50
/
+7
*
clover/llvm: Split native codegen into separate file.
Francisco Jerez
2016-07-11
3
-119
/
+174
*
clover/llvm: Split bitcode codegen into separate file.
Francisco Jerez
2016-07-11
3
-35
/
+83
*
clover/llvm: Split shared codegen support code into separate file.
Francisco Jerez
2016-07-11
3
-157
/
+259
*
clover/llvm: Define function for bitcode print-out.
Francisco Jerez
2016-07-11
1
-7
/
+10
*
clover/llvm: Split native codegen and assembly print-out into separate functi...
Francisco Jerez
2016-07-11
1
-18
/
+20
*
clover/llvm: Clean up bitcode codegen.
Francisco Jerez
2016-07-11
1
-16
/
+20
[next]