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
/
CGStmtOpenMP.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix parameter name comments using clang-tidy. NFC.
Rui Ueyama
2019-07-16
1
-2
/
+2
*
[OPENMP]Fix PR41966: type mismatch in runtime functions.
Alexey Bataev
2019-06-25
1
-1
/
+2
*
[OPENMP]Do not crash for const firstprivates.
Alexey Bataev
2019-05-23
1
-1
/
+19
*
[OPENMP]Simplify codegen for the outlined regions.
Alexey Bataev
2019-05-23
1
-40
/
+19
*
[OPENMP]Add codegen for firstprivate vars with allocate clause.
Alexey Bataev
2019-04-03
1
-3
/
+5
*
[OPENMP]Initial support for 'allocate' clause.
Alexey Bataev
2019-03-27
1
-1
/
+1
*
[OPENMP]Fix crash for the ordered(n) clause.
Alexey Bataev
2019-03-14
1
-2
/
+3
*
[OPENMP 5.0]Initial support for 'allocator' clause.
Alexey Bataev
2019-03-12
1
-0
/
+1
*
[OPENMP 5.0]Add initial support for 'allocate' directive.
Alexey Bataev
2019-03-07
1
-0
/
+1
*
[OPENMP]Target region: emit const firstprivates as globals with constant
Alexey Bataev
2019-03-05
1
-0
/
+13
*
[opaque pointer types] Cleanup CGBuilder's Create*GEP.
James Y Knight
2019-02-09
1
-3
/
+3
*
[opaque pointer types] Pass function types for runtime function calls.
James Y Knight
2019-02-05
1
-10
/
+14
*
[OPENMP]Fix PR40536: Do not emit __kmpc_push_target_tripcount if not
Alexey Bataev
2019-01-30
1
-2
/
+3
*
Cleanup: replace uses of CallSite with CallBase.
James Y Knight
2019-01-30
1
-2
/
+0
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-15
1
-1
/
+2
*
Revert alignment assumptions changes
Vlad Tsyrklevich
2019-01-15
1
-2
/
+1
*
[clang][UBSan] Sanitization for alignment assumptions.
Roman Lebedev
2019-01-14
1
-1
/
+2
*
[OPENMP]Add call to __kmpc_push_target_tripcount() function.
Alexey Bataev
2019-01-07
1
-0
/
+10
*
[AST][NFC] Pass the AST context to one of the ctor of DeclRefExpr.
Bruno Ricci
2018-12-21
1
-20
/
+19
*
Misc typos fixes in ./lib folder
Raphael Isemann
2018-12-10
1
-3
/
+3
*
Revert "Revert r347417 "Re-Reinstate 347294 with a fix for the failures.""
Fangrui Song
2018-11-30
1
-2
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Fangrui Song
2018-11-30
1
-4
/
+2
*
Re-commit r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-28
1
-2
/
+4
*
Revert r347417 "Re-Reinstate 347294 with a fix for the failures."
Hans Wennborg
2018-11-27
1
-4
/
+2
*
Re-Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-21
1
-2
/
+4
*
Revert r347364 again, the fix was incomplete.
Nico Weber
2018-11-21
1
-4
/
+2
*
Reinstate 347294 with a fix for the failures.
Bill Wendling
2018-11-20
1
-2
/
+4
*
Pass the function type instead of the return type to FunctionDecl::Create
Jonas Devlieghere
2018-11-11
1
-4
/
+4
*
Add support for 'atomic_default_mem_order' clause on 'requires' directive. Al...
Patrick Lyster
2018-11-02
1
-0
/
+1
*
Create ConstantExpr class
Bill Wendling
2018-10-31
1
-4
/
+4
*
[OPENMP] Support for mapping of the lambdas in target regions.
Alexey Bataev
2018-10-30
1
-0
/
+14
*
[OPENMP] Fix for "error: unused variable 'CED'"
Bjorn Pettersson
2018-10-30
1
-1
/
+1
*
[OpenMP][NVPTX] Use single loops when generating code for distribute parallel...
Gheorghe-Teodor Bercea
2018-10-29
1
-28
/
+88
*
[OPENMP] Do not capture private loop counters.
Alexey Bataev
2018-10-29
1
-2
/
+9
*
Add support for 'dynamic_allocators' clause on 'requires' directive. Differen...
Patrick Lyster
2018-10-11
1
-0
/
+1
*
[OPENMP] Add reverse_offload clause to requires directive
Patrick Lyster
2018-10-03
1
-0
/
+1
*
[OpenMP] Simplify code for reductions on distribute directives, NFC.
Jonas Hahnfeld
2018-10-02
1
-14
/
+1
*
[OPENMP] Fix enum identifier, NFC.
Alexey Bataev
2018-10-01
1
-1
/
+1
*
Add support for unified_shared_memory clause on requires directive
Patrick Lyster
2018-10-01
1
-0
/
+1
*
[OpenMP] Make default parallel for schedule in NVPTX target regions in SPMD m...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+4
*
[OpenMP] Make default distribute schedule for NVPTX target regions in SPMD mo...
Gheorghe-Teodor Bercea
2018-09-27
1
-0
/
+4
*
[OPENMP] Add support for OMP5 requires directive + unified_address clause
Kelvin Li
2018-09-26
1
-0
/
+1
*
[OPENMP] Fix spelling of getLoopCounter (NFC)
Mike Rice
2018-09-20
1
-2
/
+2
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-1
/
+32
*
Revert "[OPENMP] Fix emission of the loop doacross constructs."
Alexey Bataev
2018-08-13
1
-15
/
+1
*
[OPENMP] Fix emission of the loop doacross constructs.
Alexey Bataev
2018-08-13
1
-1
/
+15
*
Port getLocEnd -> getEndLoc
Stephen Kelly
2018-08-09
1
-4
/
+4
*
Port getLocStart -> getBeginLoc
Stephen Kelly
2018-08-09
1
-82
/
+81
*
[OPENMP] DO not crash on combined constructs in declare target
Alexey Bataev
2018-05-16
1
-1
/
+1
[next]