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
/
lib
/
CodeGen
/
CGOpenMPRuntime.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[OPENMP] Do not crash on codegen for CXX member functions.
Alexey Bataev
2018-04-30
1
-0
/
+3
*
[OPENMP] Do not crash on incorrect input data.
Alexey Bataev
2018-04-30
1
-11
/
+36
*
[OPENMP] Allow to use declare target variables in map clauses
Alexey Bataev
2018-04-16
1
-10
/
+7
*
[OPENMP] General code improvements.
Alexey Bataev
2018-04-16
1
-717
/
+859
*
[OPENMP] Replace push_back by emplace_back, NFC.
Alexey Bataev
2018-04-13
1
-9
/
+9
*
[OPENMP] Additional attributes for the pointer parameters.
Alexey Bataev
2018-04-10
1
-0
/
+8
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-4
/
+4
*
PR36992: do not store beyond the dsize of a class object unless we know
Richard Smith
2018-04-05
1
-1
/
+1
*
[OPENMP] Added emission of offloading data sections for declare target
Alexey Bataev
2018-03-30
1
-105
/
+227
*
[OPENMP] Codegen for ctor|dtor of declare target variables.
Alexey Bataev
2018-03-28
1
-49
/
+164
*
[OPENMP] Codegen for declare target with link clause.
Alexey Bataev
2018-03-26
1
-67
/
+121
*
[OPENMP] Codegen for `omp declare target` construct.
Alexey Bataev
2018-03-15
1
-5
/
+49
*
[OpenMP] Add OpenMP data sharing infrastructure using global memory
Gheorghe-Teodor Bercea
2018-03-14
1
-0
/
+5
*
[OPENMP] Fix the address of the original variable in task reductions.
Alexey Bataev
2018-03-09
1
-0
/
+3
*
[OPENMP] Fix generation of the unique names for task reduction
Alexey Bataev
2018-03-06
1
-16
/
+27
*
[OPENMP] Scan all redeclarations looking for `declare simd` attribute.
Alexey Bataev
2018-03-02
1
-65
/
+69
*
Remove redundant casts. NFC
George Burgess IV
2018-03-01
1
-4
/
+2
*
Pass a GlobalDecl to SetInternalFunctionAttributes. NFC.
Rafael Espindola
2018-02-28
1
-10
/
+10
*
[OPENMP] Require valid SourceLocation in function call, NFC.
Alexey Bataev
2018-02-22
1
-5
/
+5
*
Recommit rL323952: [DebugInfo] Enable debug information for C99 VLA types.
Sander de Smalen
2018-02-03
1
-1
/
+1
*
Reverting patch rL323952 due to build errors that I
Sander de Smalen
2018-02-01
1
-1
/
+1
*
[DebugInfo] Enable debug information for C99 VLA types
Sander de Smalen
2018-02-01
1
-1
/
+1
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-3
/
+4
*
[OPENMP] Replace call of EmitLoadOfLValue() by EmitLoadOfScalar(), NFC.
Alexey Bataev
2018-01-23
1
-11
/
+9
*
[OPENMP] Remove more empty SourceLocations() from the code.
Alexey Bataev
2018-01-23
1
-16
/
+13
*
[OpenMP] Correct generation of offloading entries
Jonas Hahnfeld
2018-01-18
1
-5
/
+4
*
[OPENMP] Initial codegen for `target teams distribute parallel for
Alexey Bataev
2018-01-15
1
-0
/
+6
*
[OPENMP] Add codegen for `depend` clauses on `target` directive.
Alexey Bataev
2018-01-15
1
-115
/
+161
*
[OPENMP] Replace calls of getAssociatedStmt().
Alexey Bataev
2018-01-12
1
-8
/
+10
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-0
/
+1
*
[OPENMP] Fix directive kind on stand-alone target data directives, NFC.
Alexey Bataev
2018-01-09
1
-1
/
+1
*
[OPENMP] Add debug info for generated functions.
Alexey Bataev
2018-01-04
1
-42
/
+51
*
[OpenMP] Initial implementation of code generation for pragma 'target teams d...
Carlo Bertolli
2018-01-03
1
-0
/
+5
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+300
*
[OPENMP] Support for `depend` clauses on `target data update`.
Alexey Bataev
2017-12-27
1
-51
/
+92
*
[OPENMP] Add codegen for target data constructs with `nowait` clause.
Alexey Bataev
2017-12-14
1
-3
/
+64
*
[OPENMP] Add codegen for `nowait` clause in target directives.
Alexey Bataev
2017-12-13
1
-3
/
+50
*
[OPENMP] Initial codegen for `target teams distribute simd` directive.
Alexey Bataev
2017-12-13
1
-0
/
+4
*
[OPENMP] Support `reduction` clause on target-based directives.
Alexey Bataev
2017-12-13
1
-9
/
+17
*
[OPENMP] Initial codegen for `target teams distribute` directive.
Alexey Bataev
2017-12-08
1
-0
/
+4
*
Fix PR35542: Correct adjusting of private reduction variable
Jonas Hahnfeld
2017-12-06
1
-3
/
+6
*
[OPENMP] Emit `__tgt_target_teams` for all teams directives.
Alexey Bataev
2017-12-01
1
-26
/
+26
*
[OpenMP] Stable sort Privates to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-28
1
-5
/
+4
*
[OPENMP] Improve handling of cancel directives in target-based
Alexey Bataev
2017-11-27
1
-0
/
+7
*
[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...
George Rokos
2017-11-21
1
-53
/
+57
*
Fix some -Wunused-variable warnings
Hans Wennborg
2017-11-18
1
-1
/
+0
*
[OPENMP] Codegen for `target simd` construct.
Alexey Bataev
2017-11-17
1
-0
/
+4
*
[OPENMP] Add support for cancelling inside target parallel for
Alexey Bataev
2017-11-16
1
-0
/
+2
*
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
Alexey Bataev
2017-11-09
1
-0
/
+4
*
[OPENMP] Codegen for `#pragma omp target parallel for`.
Alexey Bataev
2017-11-08
1
-0
/
+4
[prev]
[next]