GitWeb
Get Gentoo!
gentoo.org sites
gentoo.org
Wiki
Bugs
Forums
Packages
Planet
Archives
Sources
Infra Status
Home
Gentoo Repository
Repositories
Projects
Developer Overlays
User Overlays
Data
Websites
index
:
fork/llvm-project.git
dev-main-update
dev-newmaster
dev/mdvorski/ranges_the_rest_algo
gentoo
main
master
release/1.0.x
release/1.1.x
release/1.2.x
release/1.3.x
release/1.4.x
release/1.5.x
release/1.6.x
release/1.7.x
release/1.8.x
release/1.9.x
release/10.x
release/11.x
release/12.x
release/2.0.x
release/2.1.x
release/2.2.x
release/2.3.x
release/2.4.x
release/2.5.x
release/2.6.x
release/2.7.x
release/2.8.x
release/2.9.x
release/3.0.x
release/3.1.x
release/3.2.x
release/3.3.x
release/3.4.x
release/3.5.x
release/3.6.x
release/3.7.x
release/3.8.x
release/3.9.x
release/4.x
release/5.x
release/6.x
release/7.x
release/8.x
release/9.x
temp-test-main
use-after-move-docs
Gentoo patchsets for LLVM
Gentoo LLVM project <llvm@gentoo.org>
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
clang
/
test
/
OpenMP
/
task_private_codegen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP, test] Fix uses of undef S*VAR FileCheck var
Thomas Preud'homme
2021-04-02
1
-0
/
+1
*
[OPENMP]Fix PR48885: Crash in passing firstprivate args to tasks on Apple M1.
Alexey Bataev
2021-03-31
1
-2
/
+4
*
[test] Add {{.*}} to make tests immune to dso_local/dso_preemptable/(none) di...
Fangrui Song
2020-12-30
1
-3
/
+3
*
[CodeGen] Apply 'nonnull' and 'dereferenceable(N)' to 'this' pointer
CJ Johnson
2020-11-16
1
-12
/
+12
*
Re-land Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-2
/
+0
*
Revert Remove REQUIRES:shell from tests that pass for me on Windows
James Henderson
2019-09-10
1
-0
/
+2
*
Remove REQUIRES:shell from tests that pass for me on Windows
Reid Kleckner
2019-09-10
1
-2
/
+0
*
IR: print value numbers for unnamed function arguments
Tim Northover
2019-08-03
1
-8
/
+8
*
Revert "[CodeGenCXX] Treat 'this' as noalias in constructors"
Sean Fertile
2018-10-15
1
-6
/
+6
*
[CodeGenCXX] Treat 'this' as noalias in constructors
Anton Bikineev
2018-10-10
1
-6
/
+6
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+8
*
Remove unnecessary x86 backend requirements from OpenMP tests
Reid Kleckner
2016-10-21
1
-1
/
+0
*
Revert 9 changes from r284793, they still fail on some bots
Reid Kleckner
2016-10-20
1
-1
/
+1
*
Remove 24 instances of 'REQUIRES: shell'
Reid Kleckner
2016-10-20
1
-1
/
+1
*
[OPENMP 4.5] Fixed codegen for 'priority' and destructors in task-based
Alexey Bataev
2016-05-30
1
-6
/
+8
*
[OPENMP 4.0] Fixed codegen for destructors in task-based directives.
Alexey Bataev
2016-05-10
1
-6
/
+2
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-20
1
-4
/
+5
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-5
/
+4
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-4
/
+5
*
Revert "[OPENMP] Codegen for untied tasks."
Alexey Bataev
2016-04-19
1
-5
/
+4
*
[OPENMP] Codegen for untied tasks.
Alexey Bataev
2016-04-19
1
-4
/
+5
*
[OPENMP] Fix crash on codegen for 'task' directive with no shared variables.
Alexey Bataev
2015-11-24
1
-0
/
+3
*
Allow static local variables specified on data-sharing attribute clauses.
Kelvin Li
2015-09-15
1
-8
/
+28
*
[OPENMP] Preserve alignment of the original variables for the captured refere...
Alexey Bataev
2015-09-11
1
-19
/
+19
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-6
/
+6
*
[OPENMP] Drop type qualifiers from private variables.
Alexey Bataev
2015-07-14
1
-4
/
+4
*
Revert "Revert r241620 and follow-up commits" and move the initialization
Adrian Prantl
2015-07-08
1
-1
/
+1
*
Revert r241620 and follow-up commits while investigating linux buildbot failu...
Adrian Prantl
2015-07-07
1
-1
/
+1
*
Add target requirements to testcases that emit PCH.
Adrian Prantl
2015-07-07
1
-1
/
+1
*
[OPENMP] Do not emit references to original variables in 'private' clause.
Alexey Bataev
2015-06-23
1
-35
/
+10
*
[OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ...
Alexey Bataev
2015-05-22
1
-60
/
+65
*
[OPENMP] Fixed codegen for parameters privatization.
Alexey Bataev
2015-05-21
1
-7
/
+3
*
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
2015-05-20
1
-6
/
+6
*
[OPENMP] Fixed codegen for copying/initialization of array variables/parameters.
Alexey Bataev
2015-05-19
1
-0
/
+24
*
[OPENMP] Fix for '#pragma omp task' codegen.
Alexey Bataev
2015-05-18
1
-22
/
+21
*
Suppress clang/test/OpenMP/task_private_codegen.cpp on win32 for now. Investi...
NAKAMURA Takumi
2015-05-01
1
-1
/
+4
*
[OPENMP] Mark test as not compatible with MS Windows.
Alexey Bataev
2015-04-30
1
-0
/
+1
*
[OPENMP] Codegen for 'private' clause in 'task' directive.
Alexey Bataev
2015-04-30
1
-0
/
+360