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
...
*
[OPENMP] Fix crash on loop control vars explicitly marked as private.
Alexey Bataev
2015-04-28
1
-4
/
+1
*
[OPENMP] Simplified iteration over clauses, NFC.
Alexey Bataev
2015-04-27
1
-66
/
+21
*
[OPENMP] Codegen for 'taskwait' directive.
Alexey Bataev
2015-04-27
1
-2
/
+2
*
[OPENMP] Codegen for 'reduction' clause in 'sections' directive.
Alexey Bataev
2015-04-27
1
-6
/
+17
*
[OPENMP] Codegen for 'lastprivate' clause in 'sections' directive.
Alexey Bataev
2015-04-27
1
-5
/
+31
*
[OPENMP] Codegen for 'private' clause in 'sections' directive.
Alexey Bataev
2015-04-27
1
-0
/
+2
*
[OPENMP] Codegen for 'private' clause in 'single' directive.
Alexey Bataev
2015-04-27
1
-0
/
+1
*
[OPENMP] Codegen for 'firstprivate' clause in 'single' directive.
Alexey Bataev
2015-04-24
1
-5
/
+13
*
[OPENMP] Do not emit implicit barrier for single directive with 'copyprivate'...
Alexey Bataev
2015-04-24
1
-2
/
+3
*
[OPENMP] Codegen for 'firstprivate' clause in 'sections' directive.
Alexey Bataev
2015-04-24
1
-1
/
+25
*
InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC)
Justin Bogner
2015-04-23
1
-10
/
+7
*
[OPENMP] Codegen for 'atomic capture'.
Alexey Bataev
2015-04-23
1
-42
/
+164
*
[OPENMP] Codegen for 'if' clause in 'task' directive.
Alexey Bataev
2015-04-22
1
-74
/
+19
*
[OPENMP] Codegen for 'reduction' clause in 'for' directive.
Alexey Bataev
2015-04-22
1
-0
/
+2
*
[OPENMP] Codegen for 'private' clause in 'for' directive.
Alexey Bataev
2015-04-22
1
-11
/
+16
*
[OPENMP] Fix use of unsigned counters in loops with zero trip count.
Alexey Bataev
2015-04-22
1
-51
/
+90
*
[OPENMP] Codegen for 'ordered' directive.
Alexey Bataev
2015-04-22
1
-19
/
+40
*
Make helper function static. NFC.
Benjamin Kramer
2015-04-18
1
-3
/
+3
*
[OPENMP] Codegen for 'copyin' clause in 'parallel' directive.
Alexey Bataev
2015-04-16
1
-2
/
+62
*
[OPENMP] Codegen for 'lastprivate' clause in 'for' directive.
Alexey Bataev
2015-04-16
1
-4
/
+106
*
[OPENMP] Codegen for 'firstprivate' clause in 'for' directive.
Alexey Bataev
2015-04-15
1
-57
/
+79
*
[OPENMP] Fixed codegen for arrays in 'copyprivate' clause.
Alexey Bataev
2015-04-14
1
-73
/
+113
*
[OPENMP] Initial codegen for 'parallel sections' directive.
Alexey Bataev
2015-04-14
1
-22
/
+32
*
[OPENMP] Initial codegen for 'parallel for' directive.
Alexey Bataev
2015-04-13
1
-3
/
+14
*
[OPENMP] Codegen for 'reduction' clause in 'parallel' directive.
Alexey Bataev
2015-04-10
1
-96
/
+185
*
[OPENMP] Refactoring of codegen for OpenMP directives.
Alexey Bataev
2015-04-10
1
-252
/
+291
*
[OPENMP] Codegen for 'atomic update' construct.
Alexey Bataev
2015-03-30
1
-3
/
+132
*
[OPENMP] Improved codegen for implicit/explicit 'barrier' constructs.
Alexey Bataev
2015-03-30
1
-9
/
+12
*
[OPENMP] Codegen for 'copyprivate' clause ('single' directive).
Alexey Bataev
2015-03-23
1
-2
/
+29
*
[OPENMP] CodeGen of the 'linear' clause for the 'omp simd' directive.
Alexander Musman
2015-03-21
1
-0
/
+53
*
[OPENMP] Enable codegen of the ‘private’ clause for ‘omp simd’ directive
Alexander Musman
2015-03-16
1
-3
/
+7
*
[OPENMP] CodeGen - 'omp for' with dynamic schedule kinds.
Alexander Musman
2015-03-12
1
-16
/
+68
*
[OPENMP] Initial codegen for 'omp sections' and 'omp section' directives.
Alexey Bataev
2015-03-12
1
-21
/
+132
*
[OPENMP] Fix for ExprWithCleanups in 'omp atomic' constructs.
Alexey Bataev
2015-03-11
1
-0
/
+6
*
[OPENMP] Initial codegen for 'omp task' directive.
Alexey Bataev
2015-03-10
1
-2
/
+29
*
[OPENMP] Improved code for generating debug info + generation of all OpenMP r...
Alexey Bataev
2015-03-10
1
-23
/
+20
*
Revert "[OPENMP] Improved code for generating debug info + generation of all ...
Rafael Espindola
2015-03-10
1
-20
/
+23
*
[OPENMP] Improved code for generating debug info + generation of all OpenMP r...
Alexey Bataev
2015-03-10
1
-23
/
+20
*
[OPENMP] Codegen for "#pragma omp atomic write"
Alexey Bataev
2015-02-27
1
-2
/
+27
*
[OPENMP] Fixed codegen for directives without function outlining.
Alexey Bataev
2015-02-26
1
-34
/
+5
*
[OPENMP] Rename methods of OpenMPRuntime class. NFC.
Alexey Bataev
2015-02-25
1
-37
/
+34
*
Revert "Revert r229082 for a bit, it caused PR22577."
David Majnemer
2015-02-14
1
-2
/
+5
*
Revert r229082 for a bit, it caused PR22577.
Nico Weber
2015-02-13
1
-5
/
+2
*
MS ABI: Implement /volatile:ms
David Majnemer
2015-02-13
1
-2
/
+5
*
[OPENMP] Initial codegen for 'single' directive.
Alexey Bataev
2015-02-05
1
-2
/
+7
*
[OPENMP] Codegen for 'taskyield' directive
Alexey Bataev
2015-02-05
1
-2
/
+3
*
Address review feedback for r228003.
Adrian Prantl
2015-02-03
1
-2
/
+2
*
Merge ArtificialLocation into ApplyDebugLocation and make a clear
Adrian Prantl
2015-02-03
1
-2
/
+2
*
Support ‘omp for’ with static chunked schedule kind.
Alexander Musman
2015-01-22
1
-2
/
+90
*
[OPENMP] CodeGen for "omp atomic read [seq_cst]" directive.
Alexey Bataev
2015-01-22
1
-2
/
+119
[prev]
[next]