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
/
CGStmtOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
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
-78
/
+100
*
[OPENMP] Add support for cancelling inside target parallel for
Alexey Bataev
2017-11-16
1
-1
/
+3
*
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
Alexey Bataev
2017-11-09
1
-12
/
+38
*
[OPENMP] Codegen for `#pragma omp target parallel for`.
Alexey Bataev
2017-11-08
1
-9
/
+34
*
[CodeGen] Generate TBAA info for reference loads
Ivan A. Kosarev
2017-10-30
1
-2
/
+1
*
[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.
Alexey Bataev
2017-10-24
1
-1
/
+7
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-23
1
-2
/
+5
*
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"
Jonas Hahnfeld
2017-10-20
1
-5
/
+2
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-20
1
-2
/
+5
*
[OPENMP] Fix capturing of boolean variables in debug mode.
Alexey Bataev
2017-10-17
1
-4
/
+5
*
[OPENMP] Add default codegen|tests for 'target parallel for[ simd]'
Alexey Bataev
2017-10-10
1
-1
/
+8
*
[CodeGen] Do not construct complete LValue base info in trivial cases
Ivan A. Kosarev
2017-10-10
1
-7
/
+7
*
[OpenMP] Initial implementation of teams distribute code generation
Carlo Bertolli
2017-10-04
1
-12
/
+22
*
[OPENMP] Capture argument of `device` clause for target-based
Alexey Bataev
2017-10-02
1
-0
/
+4
*
[OPENMP] Generate implicit map|firstprivate clauses for target-based
Alexey Bataev
2017-09-26
1
-0
/
+16
*
[OPENMP] Fix for PR33922: New ident_t flags for
Alexey Bataev
2017-09-06
1
-4
/
+7
*
[OPENMP] Fix for PR34014: OpenMP 4.5: Target construct in static method
Alexey Bataev
2017-08-22
1
-0
/
+2
*
[OPENMP] Fix for PR28581: OpenMP linear clause - wrong results.
Alexey Bataev
2017-08-16
1
-5
/
+8
*
[OPENMP] Fix for PR33922: New ident_t flags for
Alexey Bataev
2017-08-14
1
-17
/
+22
*
[OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.
Alexey Bataev
2017-08-14
1
-2
/
+2
*
[OPENMP] Generalization of calls of the outlined functions.
Alexey Bataev
2017-08-14
1
-5
/
+7
*
[OPENMP] Emit non-debug version of outlined functions with original
Alexey Bataev
2017-08-09
1
-16
/
+15
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-13
/
+33
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-51
/
+18
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-18
/
+51
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-08
1
-44
/
+13
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-13
/
+44
*
Revert "[OPENMP][DEBUG] Set proper address space info if required by target."
Alexey Bataev
2017-08-04
1
-42
/
+13
*
Revert "[OPENMP] Fix for pacify buildbots, NFC."
Alexey Bataev
2017-08-04
1
-12
/
+18
*
[OPENMP] Fix for pacify buildbots, NFC.
Alexey Bataev
2017-08-04
1
-18
/
+12
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-04
1
-13
/
+42
*
[OPENMP] Unify generation of outlined function calls.
Alexey Bataev
2017-08-04
1
-3
/
+4
*
[OPENMP] Change the name of outer non-debug function in debug mode, NFC.
Alexey Bataev
2017-07-31
1
-2
/
+4
*
[OPENMP] Codegen for 'in_reduction' clause.
Alexey Bataev
2017-07-27
1
-0
/
+50
*
[OPENMP] Codegen for 'task_reduction' clause.
Alexey Bataev
2017-07-25
1
-0
/
+29
*
[OPENMP] Initial support for 'in_reduction' clause.
Alexey Bataev
2017-07-21
1
-0
/
+1
*
[OPENMP] Initial support for 'task_reduction' clause.
Alexey Bataev
2017-07-18
1
-0
/
+1
*
[OPENMP] Codegen for reduction clauses in 'taskloop' directives.
Alexey Bataev
2017-07-17
1
-1
/
+50
*
Change dyn_casts with unused variables to isa statements to avoid unused vari...
Eric Christopher
2017-07-14
1
-2
/
+2
*
[OPENMP] Generalization of codegen for reduction clauses.
Alexey Bataev
2017-07-13
1
-387
/
+90
*
[OPENMP] Emit implicit taskgroup block around taskloop directives.
Alexey Bataev
2017-07-12
1
-1
/
+12
*
[OPENMP][DEBUG] Generate second function with correct arg types.
Alexey Bataev
2017-06-29
1
-50
/
+153
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-2
/
+3
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-3
/
+4
*
Fix -Wpedantic about extra semicolons in CGStmtOpenMP.cpp
Hans Wennborg
2017-04-27
1
-3
/
+3
*
Recommit of
Carlo Bertolli
2017-04-25
1
-92
/
+344
*
Revert r301223
Carlo Bertolli
2017-04-24
1
-344
/
+92
*
[OpenMP] Initial implementation of code generation for pragma 'distribute par...
Carlo Bertolli
2017-04-24
1
-92
/
+344
*
[OPENMP] Fix for PR32333: Crash in call of outlined Function.
Alexey Bataev
2017-04-10
1
-6
/
+12
[prev]
[next]