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
...
*
Clang/libomptarget map interface flag renaming - NFC patch
George Rokos
2017-11-07
1
-41
/
+38
*
[OPENMP] Fix PR35152: Do not use getInvokeDest() function for EH checks.
Alexey Bataev
2017-11-02
1
-1
/
+2
*
[OPENMP] Fix PR35156: Get correct thread id with windows exceptions.
Alexey Bataev
2017-11-02
1
-6
/
+8
*
[CodeGen] Propagate may-alias'ness of lvalues with TBAA info
Ivan A. Kosarev
2017-10-31
1
-5
/
+4
*
[CodeGen] Generate TBAA info for reference loads
Ivan A. Kosarev
2017-10-30
1
-2
/
+2
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-23
1
-8
/
+7
*
Revert "[OpenMP] Avoid VLAs for some reductions on array sections"
Jonas Hahnfeld
2017-10-20
1
-4
/
+6
*
[OpenMP] Avoid VLAs for some reductions on array sections
Jonas Hahnfeld
2017-10-20
1
-6
/
+4
*
[OPENMP] Fix PR34927: Emit initializer for reduction array with declare
Alexey Bataev
2017-10-12
1
-3
/
+8
*
[OPENMP] Fix PR34925: Fix getting thread_id lvalue for inlined regions
Alexey Bataev
2017-10-12
1
-0
/
+7
*
[CodeGen] Generate TBAA info along with LValue base info
Ivan A. Kosarev
2017-10-12
1
-3
/
+6
*
[OPENMP] Remove extra if, NFC.
Alexey Bataev
2017-10-11
1
-1
/
+1
*
[OPENMP] Fix PR34916: Crash on mixing taskloop|tasks directives.
Alexey Bataev
2017-10-11
1
-3
/
+14
*
[CodeGen] Do not construct complete LValue base info in trivial cases
Ivan A. Kosarev
2017-10-10
1
-1
/
+1
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-2
/
+0
*
Remove unused variables. No functionality change.
Benjamin Kramer
2017-10-08
1
-1
/
+0
*
[OPENMP] Simplify codegen for non-offloading code.
Alexey Bataev
2017-10-02
1
-31
/
+20
*
[OPENMP] Generate implicit map|firstprivate clauses for target-based
Alexey Bataev
2017-09-26
1
-46
/
+43
*
[OPENMP] Fix for PR33922: New ident_t flags for
Alexey Bataev
2017-09-06
1
-2
/
+10
*
[OPENMP] Fix for PR34445: Reduction initializer segfaults at runtime in
Alexey Bataev
2017-09-06
1
-2
/
+12
*
[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.
Alexey Bataev
2017-08-16
1
-12
/
+15
*
[OPENMP] Fix for PR33922: New ident_t flags for
Alexey Bataev
2017-08-14
1
-60
/
+74
*
[OPENMP][DEBUG] Fix for PR33676: Debug info for OpenMP region is broken.
Alexey Bataev
2017-08-14
1
-1
/
+0
*
[OPENMP] Generalization of calls of the outlined functions.
Alexey Bataev
2017-08-14
1
-18
/
+28
*
[OPENMP][DEBUG] Set proper address space info if required by target.
Alexey Bataev
2017-08-08
1
-0
/
+6
*
[OPENMP] Unify generation of outlined function calls.
Alexey Bataev
2017-08-04
1
-4
/
+16
*
[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
[prev]
[next]