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
*
Fix typo and remove unnecessary statement.
Samuel Antao
2016-12-12
1
-2
/
+1
*
Fix format and a few typos in comments.
Samuel Antao
2016-12-12
1
-6
/
+5
*
Hide the result of building a constant initializer. NFC.
John McCall
2016-11-28
1
-1
/
+1
*
ConstantBuilder -> ConstantInitBuilder for clarity, and
John McCall
2016-11-28
1
-4
/
+4
*
[CodeGen] Pass objects that are expensive to copy by const ref.
Benjamin Kramer
2016-11-24
1
-1
/
+1
*
Introduce a helper class for building complex constant initializers. NFC.
John McCall
2016-11-19
1
-44
/
+51
*
Bitcode: Change module reader functions to return an llvm::Expected.
Peter Collingbourne
2016-11-13
1
-1
/
+2
*
Mirror the llvm changes that split Bitcode/ReaderWriter.h
Teresa Johnson
2016-11-11
1
-1
/
+1
*
Add FIXMEs for MSVC 2013 hacks in r277211. NFC.
Paul Robinson
2016-08-01
1
-0
/
+5
*
Fix VS2013 build of CGOpenMPRuntime.cpp
Hans Wennborg
2016-07-30
1
-3
/
+7
*
Fix CGOpenMPRuntime.cpp for VS2013. NFC.
Paul Robinson
2016-07-29
1
-10
/
+11
*
[OpenMP] Change name of variable in mappble expression.
Samuel Antao
2016-07-28
1
-7
/
+7
*
[OpenMP] Do not use default argument in lambda from mappable expressions hand...
Samuel Antao
2016-07-28
1
-4
/
+7
*
[OpenMP] Code generation for the is_device_ptr clause
Samuel Antao
2016-07-28
1
-4
/
+40
*
[OpenMP] Codegen for use_device_ptr clause.
Samuel Antao
2016-07-28
1
-131
/
+247
*
[OpenMP] Add support to map member expressions with references to pointers.
Samuel Antao
2016-07-27
1
-3
/
+23
*
[OpenMP] Add support for mapping array sections through pointer references.
Samuel Antao
2016-07-27
1
-8
/
+6
*
Use more ArrayRefs
David Majnemer
2016-06-24
1
-1
/
+1
*
Re-apply r272900 - [OpenMP] Cast captures by copy when passed to fork call so...
Samuel Antao
2016-06-16
1
-26
/
+5
*
Revert r272900 - [OpenMP] Cast captures by copy when passed to fork call so t...
Samuel Antao
2016-06-16
1
-5
/
+26
*
[OpenMP] Cast captures by copy when passed to fork call so that they are comp...
Samuel Antao
2016-06-16
1
-26
/
+5
*
Update clang for D20348
Peter Collingbourne
2016-06-14
1
-5
/
+5
*
Remove a few gendered pronouns.
Nico Weber
2016-06-10
1
-1
/
+1
*
[OPENMP 4.5] Additional codegen for statically scheduled loops with
Alexey Bataev
2016-05-30
1
-6
/
+22
*
[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-based
Alexey Bataev
2016-05-30
1
-15
/
+37
*
[OpenMP] Codegen for target update directive.
Samuel Antao
2016-05-26
1
-16
/
+62
*
[OpenMP] Add support for the 'private pointer' flag to signal variables captu...
Samuel Antao
2016-05-26
1
-71
/
+117
*
[OpenMP] Adjust map type bits according to latest spec and use zero size arra...
Samuel Antao
2016-05-26
1
-31
/
+40
*
[OPENMP 4.5] Codegen for dacross loop synchronization constructs.
Alexey Bataev
2016-05-25
1
-0
/
+159
*
[OPENMP] Pass scalar firstprivate vars by value.
Alexey Bataev
2016-05-17
1
-3
/
+3
*
[OPENMP 4.5] Initial codegen for 'priority' clause in task-based
Alexey Bataev
2016-05-10
1
-1
/
+8
*
[OPENMP 4.0] Fixed codegen for destructors in task-based directives.
Alexey Bataev
2016-05-10
1
-16
/
+29
*
[OPENMP 4.5] Add codegen support in runtime for '[non]monotonic'
Alexey Bataev
2016-05-10
1
-39
/
+68
*
[OpenMP] Check for associated statements with hasAssociatedStmt() when scanni...
Samuel Antao
2016-05-08
1
-1
/
+1
*
[OPENMP 4.0] Codegen for 'declare simd' directive.
Alexey Bataev
2016-05-06
1
-0
/
+225
*
[OPENMP 4.5] Codegen for 'lastprivate' clauses in 'taskloop' directives.
Alexey Bataev
2016-05-05
1
-75
/
+211
*
[OPENMP] Enable correct generation of runtime call when target directive is s...
Carlo Bertolli
2016-04-29
1
-2
/
+12
*
[OPENMP] Simplified interface for codegen of tasks, NFC.
Alexey Bataev
2016-04-28
1
-80
/
+64
*
[OPENMP 4.5] Codegen for 'grainsize/num_tasks' clauses of 'taskloop'
Alexey Bataev
2016-04-28
1
-10
/
+13
*
[OpenMP] Code generation for target exit data directive
Samuel Antao
2016-04-27
1
-6
/
+12
*
[OpenMP] Code generation for target enter data directive
Samuel Antao
2016-04-27
1
-0
/
+64
*
[OpenMP] Code generation for target data directive
Samuel Antao
2016-04-27
1
-133
/
+322
*
[OpenMP] Map clause codegeneration.
Samuel Antao
2016-04-27
1
-82
/
+595
*
[OPENMP] Fix for codegen of captured variables in inlined directives.
Alexey Bataev
2016-04-27
1
-0
/
+7
*
[OPENMP 4.5] Codegen for 'taskloop' directive.
Alexey Bataev
2016-04-25
1
-27
/
+197
*
Debug info: Apply an empty debug location for global OpenMP destructors.
Adrian Prantl
2016-04-24
1
-0
/
+3
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-20
1
-26
/
+124
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-125
/
+26
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-26
/
+125
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-124
/
+26
[next]