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
/
test
/
OpenMP
/
parallel_codegen.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[OpenMP][FIX] Generalize a test check line
Johannes Doerfert
2019-12-30
1
-2
/
+2
*
[OpenMP] Use the OpenMPIRBuilder for `omp parallel`
Johannes Doerfert
2019-12-30
1
-47
/
+70
*
[OpenMP][test] Fix test on MIPS-based buildbots
Miloš Stojanović
2019-11-28
1
-1
/
+1
*
[OPENMP]Relax the test checks to pacify 32bit buildbots, NFC.
Alexey Bataev
2019-06-24
1
-2
/
+2
*
[OPENMP]Fix PR42068: Vla type is not captured.
Alexey Bataev
2019-06-21
1
-9
/
+13
*
[OpenMP] Set pragma start loc to `#pragma` loc
Joel E. Denny
2019-05-28
1
-2
/
+2
*
Emit !callback metadata and introduce the callback attribute
Johannes Doerfert
2019-01-19
1
-3
/
+4
*
[OPENMP] Create non-const ident_t objects.
Mike Rice
2018-08-29
1
-2
/
+2
*
[OPENMP] General code improvements.
Alexey Bataev
2018-04-16
1
-18
/
+18
*
Change memcpy/memove/memset to have dest and source alignment attributes (Ste...
Daniel Neilson
2018-01-19
1
-2
/
+2
*
[OPENMP] Support for -fopenmp-simd option with compilation of simd loops
Alexey Bataev
2017-12-29
1
-0
/
+5
*
[OPENMP] Fix PR35013: Fix passing VLAs captures to outlined functions.
Alexey Bataev
2017-10-24
1
-3
/
+3
*
[OPENMP] Generalization of calls of the outlined functions.
Alexey Bataev
2017-08-14
1
-1
/
+1
*
[OPENMP] Emit non-debug version of outlined functions with original
Alexey Bataev
2017-08-09
1
-2
/
+4
*
[OPENMP][DEBUG] Generate second function with correct arg types.
Alexey Bataev
2017-06-29
1
-1
/
+3
*
[OPENMP] Fixed test on MIPS-based buildbots.
Alexey Bataev
2016-11-07
1
-1
/
+1
*
[OPENMP] Fixed capturing of VLA variables.
Alexey Bataev
2016-11-07
1
-16
/
+21
*
Revert "[OPENMP] Fixed capturing of VLA variables."
Diana Picus
2016-11-07
1
-21
/
+16
*
[OPENMP] Fixed capturing of VLA variables.
Alexey Bataev
2016-11-07
1
-16
/
+21
*
Remove unnecessary x86 backend requirements from OpenMP tests
Reid Kleckner
2016-10-21
1
-1
/
+0
*
[OPENMP] Remove explicit call for implicit barrier
Alexey Bataev
2015-12-18
1
-4
/
+0
*
Revert "Change memcpy/memset/memmove to have dest and source alignments."
Pete Cooper
2015-11-19
1
-2
/
+2
*
Change memcpy/memset/memmove to have dest and source alignments.
Pete Cooper
2015-11-18
1
-2
/
+2
*
Stop messing with the 'g' group of options in CompilerInvocation.
Douglas Katzman
2015-10-08
1
-1
/
+1
*
[WinEH] Remove NewMSEH and enable its behavior by default
Reid Kleckner
2015-10-08
1
-1
/
+1
*
[OPENMP] Emit __kmpc_cancel_barrier() and code for 'cancellation point' only ...
Alexey Bataev
2015-09-15
1
-4
/
+4
*
[OPENMP] Fix test incompatibility with Windows.
Alexey Bataev
2015-09-10
1
-2
/
+2
*
[OPENMP] Fix test incompatibility with Windows codegen.
Alexey Bataev
2015-09-10
1
-1
/
+1
*
[OPENMP] Fix test incompatibility with 32-bit platforms
Alexey Bataev
2015-09-10
1
-2
/
+2
*
[OPENMP] Outlined function for parallel and other regions with list of captur...
Alexey Bataev
2015-09-10
1
-53
/
+25
*
Compute and preserve alignment more faithfully in IR-generation.
John McCall
2015-09-08
1
-2
/
+2
*
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
*
Wrap clang modules and pch files in an object file container.
Adrian Prantl
2015-07-07
1
-1
/
+1
*
Account for calling convention specifiers in function definitions in IR test ...
David Blaikie
2015-06-29
1
-14
/
+14
*
[OPENMP] -fopenmp enables OpenMP support (fix for http://llvm.org/PR23492)
Alexey Bataev
2015-05-20
1
-3
/
+3
*
[opaque pointer types] Explicit non-pointer type for call expressions
David Blaikie
2015-04-16
1
-4
/
+4
*
[OPENMP] Refactoring of codegen for OpenMP directives.
Alexey Bataev
2015-04-10
1
-8
/
+12
*
Test case updates for explicit type parameter to the gep operator
David Blaikie
2015-03-13
1
-6
/
+6
*
[OPENMP] Improved code for generating debug info + generation of all OpenMP r...
Alexey Bataev
2015-03-10
1
-0
/
+5
*
Revert "[OPENMP] Improved code for generating debug info + generation of all ...
Rafael Espindola
2015-03-10
1
-5
/
+0
*
[OPENMP] Improved code for generating debug info + generation of all OpenMP r...
Alexey Bataev
2015-03-10
1
-0
/
+5
*
Update Clang tests to handle explicitly typed load changes in LLVM.
David Blaikie
2015-02-27
1
-14
/
+14
*
Update Clang tests to handle explicitly typed gep changes in LLVM.
David Blaikie
2015-02-27
1
-10
/
+10
*
Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."
Adrian Prantl
2015-02-25
1
-1
/
+1
*
Wrap clang module files in a Mach-O, ELF, or COFF container.
Adrian Prantl
2015-02-25
1
-1
/
+1
*
Initial support for Win64 SEH IR emission
Reid Kleckner
2015-01-22
1
-4
/
+4
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-8
/
+8
*
Revert commit r219297.
Alexey Bataev
2014-10-08
1
-8
/
+8
*
[OPENMP] Codegen for 'firstprivate' clause.
Alexey Bataev
2014-10-08
1
-8
/
+8
[next]