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
*
Use llvm::stable_sort
Fangrui Song
2019-04-24
1
-6
/
+3
*
[OPENMP][NVPTX]Run combined constructs with if clause in SPMD mode.
Alexey Bataev
2019-04-17
1
-18
/
+92
*
[AArch64] Implement Vector Funtion ABI name mangling.
Alexey Bataev
2019-04-16
1
-3
/
+318
*
[OPENMP]Improve detection of number of teams, threads in target
Alexey Bataev
2019-04-10
1
-189
/
+365
*
[OPENMP] Sync __kmpc_alloc/_kmpc_free function with the runtime.
Alexey Bataev
2019-04-08
1
-10
/
+15
*
[OPENMP]Add codegen for firstprivate vars with allocate clause.
Alexey Bataev
2019-04-03
1
-2
/
+5
*
[OPENMP]Add codegen for private vars with allocate clause.
Alexey Bataev
2019-04-02
1
-6
/
+2
*
[OPENMP]Fix mapping of the pointers captured by reference.
Alexey Bataev
2019-04-02
1
-3
/
+12
*
[OPENMP] Simplify codegen for allocate directive on local variables.
Alexey Bataev
2019-03-21
1
-45
/
+41
*
[OPENMP]Codegen support for allocate directive on global variables.
Alexey Bataev
2019-03-21
1
-0
/
+24
*
Fix unused variable warning. NFCI.
Simon Pilgrim
2019-03-19
1
-1
/
+1
*
[OPENMP]Remove unused parameter, NFC.
Alexey Bataev
2019-03-19
1
-5
/
+5
*
[OPENMP] Codegen for local variables with the allocate pragma.
Alexey Bataev
2019-03-19
1
-0
/
+97
*
[OPENMP] Set scheduling for doacross loops as schedule, 1.
Alexey Bataev
2019-03-18
1
-0
/
+18
*
[OPENMP]Fix PR37283: Assertion failure on openmp task with by reference
Alexey Bataev
2019-03-13
1
-1
/
+1
*
[OPENMP]Allow to redefine entry for the variables definitions.
Alexey Bataev
2019-03-12
1
-3
/
+18
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+3
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-8
/
+62
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-33
/
+15
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-08
1
-2
/
+1
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-58
/
+63
*
[OpenMP] Adding support to the mutexinoutset dep-type
Sergi Mateo Bellido
2019-02-04
1
-1
/
+4
*
[OpenMP 5.0] Parsing/sema support for "omp declare mapper" directive.
Michael Kruse
2019-02-01
1
-0
/
+3
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-1
/
+0
*
Adjust documentation for git migration.
James Y Knight
2019-01-29
1
-5
/
+4
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-0
/
+32
*
[OPENMP]Add call to __kmpc_push_target_tripcount() function.
Alexey Bataev
2019-01-07
1
-0
/
+189
*
[OpenMP] Added support for explicit mapping of classes using 'this' pointer. ...
Patrick Lyster
2019-01-02
1
-2
/
+9
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-1
/
+1
*
[OPENMP] parsing and sema support for 'close' map-type-modifier
Kelvin Li
2018-12-18
1
-32
/
+33
*
[OPENMP][NVPTX]Mark __kmpc_barrier functions as convergent.
Alexey Bataev
2018-12-04
1
-7
/
+12
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-4
/
+7
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-7
/
+4
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-4
/
+7
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-7
/
+4
*
[OPENMP][NVPTX]Emit default locations as constant with undefined mode.
Alexey Bataev
2018-11-21
1
-8
/
+10
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-4
/
+7
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-7
/
+4
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-4
/
+7
*
[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.
Alexey Bataev
2018-11-08
1
-17
/
+25
*
[OPENMP]Fix handling of the globals during compilation for the device.
Alexey Bataev
2018-11-07
1
-57
/
+82
*
[OPENMP]Change the mapping type for lambda captures.
Alexey Bataev
2018-11-02
1
-3
/
+3
*
[OPENMP] Support for mapping of the lambdas in target regions.
Alexey Bataev
2018-10-30
1
-0
/
+84
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-0
/
+12
*
Do not always request an implicit taskgroup region inside the kmpc_taskloop f...
Alexey Bataev
2018-10-24
1
-2
/
+2
*
[OPENMP] Fix emission of the __kmpc_global_thread_num.
Alexey Bataev
2018-10-05
1
-4
/
+35
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+2
*
Make compare function in r342648 have strict weak ordering.
Richard Trieu
2018-09-21
1
-2
/
+9
*
[NFC] remove unused variable
JF Bastien
2018-09-21
1
-1
/
+0
[next]