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] Codegen for reduction clauses in 'taskloop' directives.
Alexey Bataev
2017-07-17
1
-13
/
+439
*
[OPENMP] Generalization of codegen for reduction clauses.
Alexey Bataev
2017-07-13
1
-0
/
+394
*
[OPENMP] Emit implicit taskgroup block around taskloop directives.
Alexey Bataev
2017-07-12
1
-7
/
+12
*
[OPENMP][DEBUG] Generate second function with correct arg types.
Alexey Bataev
2017-06-29
1
-14
/
+4
*
[OPENMP] Use MapVector instead of DenseMap for stable codegen, NFC.
Alexey Bataev
2017-06-27
1
-1
/
+1
*
Add comma to comment.
Gheorghe-Teodor Bercea
2017-06-13
1
-1
/
+1
*
[DebugInfo] Add kind of ImplicitParamDecl for emission of FlagObjectPointer.
Alexey Bataev
2017-06-09
1
-44
/
+47
*
IRGen: Add optnone attribute on function during O0
Mehdi Amini
2017-05-29
1
-0
/
+2
*
[OpenMP] Create COMDAT group for OpenMP offload registration code to avoid mu...
George Rokos
2017-05-27
1
-0
/
+13
*
[CodeGen] Propagate LValueBaseInfo instead of AlignmentSource
Krzysztof Parzyszek
2017-05-18
1
-2
/
+4
*
Suppress all uses of LLVM_END_WITH_NULL. NFC.
Serge Guelton
2017-05-09
1
-1
/
+1
*
Recommit of
Carlo Bertolli
2017-04-25
1
-12
/
+10
*
Revert r301223
Carlo Bertolli
2017-04-24
1
-10
/
+12
*
[OpenMP] Initial implementation of code generation for pragma 'distribute par...
Carlo Bertolli
2017-04-24
1
-12
/
+10
*
Spelling mistakes in comments. NFCI. (PR27635)
Simon Pilgrim
2017-03-30
1
-2
/
+2
*
Use arg_begin() instead of getArgumentList().begin(), the argument list is an...
Reid Kleckner
2017-03-16
1
-3
/
+1
*
Promote ConstantInitBuilder to be a public CodeGen API; it's
John McCall
2017-03-02
1
-1
/
+1
*
[OpenMP] Fix cancellation point in task with no cancel
Jonas Hahnfeld
2017-02-17
1
-1
/
+3
*
[OpenMP] Remove barriers at cancel and cancellation point
Jonas Hahnfeld
2017-02-17
1
-6
/
+0
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-14
/
+17
*
Revert r295319 while investigating buildbot failure.
Arpith Chacko Jacob
2017-02-16
1
-17
/
+14
*
[OpenMP] Parallel reduction on the NVPTX device.
Arpith Chacko Jacob
2017-02-16
1
-14
/
+17
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
1
-22
/
+53
*
Reverting commit because an NVPTX patch sneaked in. Break up into two
Arpith Chacko Jacob
2017-01-25
1
-53
/
+22
*
[OpenMP] Codegen support for 'target teams' on the host.
Arpith Chacko Jacob
2017-01-25
1
-22
/
+53
*
[OpenMP] Support for the num_threads-clause on 'target parallel'.
Arpith Chacko Jacob
2017-01-25
1
-25
/
+98
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-5
/
+25
*
Revert r292374 to debug Windows buildbot failure.
Arpith Chacko Jacob
2017-01-18
1
-25
/
+5
*
[OpenMP] Codegen support for 'target parallel' on the host.
Arpith Chacko Jacob
2017-01-18
1
-5
/
+25
*
[OpenMP] Refactor code that calls codegen for target regions on the device.
Arpith Chacko Jacob
2017-01-16
1
-15
/
+17
*
Remove unused lambda captures. NFC
Malcolm Parsons
2017-01-13
1
-11
/
+10
*
[OpenMP] Basic support for a parallel directive in a target region on an NVPT...
Arpith Chacko Jacob
2017-01-10
1
-7
/
+9
*
[OpenMP] Add fields for flags in the offload entry descriptor.
Samuel Antao
2017-01-05
1
-5
/
+18
*
Cleanup the handling of noinline function attributes, -fno-inline,
Chandler Carruth
2016-12-23
1
-0
/
+2
*
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
[next]