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
...
*
[CodeGen] Decorate aggregate accesses with TBAA tags
Ivan A. Kosarev
2018-01-25
1
-3
/
+4
*
[OPENMP] Replace call of EmitLoadOfLValue() by EmitLoadOfScalar(), NFC.
Alexey Bataev
2018-01-23
1
-11
/
+9
*
[OPENMP] Remove more empty SourceLocations() from the code.
Alexey Bataev
2018-01-23
1
-16
/
+13
*
[OpenMP] Correct generation of offloading entries
Jonas Hahnfeld
2018-01-18
1
-5
/
+4
*
[OPENMP] Initial codegen for `target teams distribute parallel for
Alexey Bataev
2018-01-15
1
-0
/
+6
*
[OPENMP] Add codegen for `depend` clauses on `target` directive.
Alexey Bataev
2018-01-15
1
-115
/
+161
*
[OPENMP] Replace calls of getAssociatedStmt().
Alexey Bataev
2018-01-12
1
-8
/
+10
*
Make internal/private GVs implicitly dso_local.
Rafael Espindola
2018-01-11
1
-0
/
+1
*
[OPENMP] Fix directive kind on stand-alone target data directives, NFC.
Alexey Bataev
2018-01-09
1
-1
/
+1
*
[OPENMP] Add debug info for generated functions.
Alexey Bataev
2018-01-04
1
-42
/
+51
*
[OpenMP] Initial implementation of code generation for pragma 'target teams d...
Carlo Bertolli
2018-01-03
1
-0
/
+5
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+300
*
[OPENMP] Support for `depend` clauses on `target data update`.
Alexey Bataev
2017-12-27
1
-51
/
+92
*
[OPENMP] Add codegen for target data constructs with `nowait` clause.
Alexey Bataev
2017-12-14
1
-3
/
+64
*
[OPENMP] Add codegen for `nowait` clause in target directives.
Alexey Bataev
2017-12-13
1
-3
/
+50
*
[OPENMP] Initial codegen for `target teams distribute simd` directive.
Alexey Bataev
2017-12-13
1
-0
/
+4
*
[OPENMP] Support `reduction` clause on target-based directives.
Alexey Bataev
2017-12-13
1
-9
/
+17
*
[OPENMP] Initial codegen for `target teams distribute` directive.
Alexey Bataev
2017-12-08
1
-0
/
+4
*
Fix PR35542: Correct adjusting of private reduction variable
Jonas Hahnfeld
2017-12-06
1
-3
/
+6
*
[OPENMP] Emit `__tgt_target_teams` for all teams directives.
Alexey Bataev
2017-12-01
1
-26
/
+26
*
[OpenMP] Stable sort Privates to remove non-deterministic ordering
Mandeep Singh Grang
2017-11-28
1
-5
/
+4
*
[OPENMP] Improve handling of cancel directives in target-based
Alexey Bataev
2017-11-27
1
-0
/
+7
*
[Clang][OpenMP] New clang/libomptarget map interface: new function signatures...
George Rokos
2017-11-21
1
-53
/
+57
*
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
-0
/
+4
*
[OPENMP] Add support for cancelling inside target parallel for
Alexey Bataev
2017-11-16
1
-0
/
+2
*
[OPENMP] Codegen for `#pragma omp target parallel for simd`.
Alexey Bataev
2017-11-09
1
-0
/
+4
*
[OPENMP] Codegen for `#pragma omp target parallel for`.
Alexey Bataev
2017-11-08
1
-0
/
+4
*
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
[prev]
[next]