| Commit message (Expand) | Author | Age | Files | Lines |
* | [OPENMP] Preserve alignment of the original variables for the captured refere... | Alexey Bataev | 2015-09-11 | 1 | -6/+17 |
* | Re-commit r247218: "Fix Clang-tidy misc-use-override warnings, other minor fi... | Hans Wennborg | 2015-09-10 | 1 | -7/+6 |
* | [OPENMP] Outlined function for parallel and other regions with list of captur... | Alexey Bataev | 2015-09-10 | 1 | -56/+56 |
* | Revert r247218: "Fix Clang-tidy misc-use-override warnings, other minor fixes" | Hans Wennborg | 2015-09-10 | 1 | -6/+7 |
* | Fix Clang-tidy misc-use-override warnings, other minor fixes | Hans Wennborg | 2015-09-10 | 1 | -7/+6 |
* | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 2015-09-08 | 1 | -247/+290 |
* | [OpenMP] Make helper functoin static. NFC. | Benjamin Kramer | 2015-09-02 | 1 | -1/+1 |
* | [OPENMP 4.0] Codegen for array sections. | Alexey Bataev | 2015-08-31 | 1 | -7/+39 |
* | Revert "[OPENMP 4.0] Codegen for array sections." | Daniel Jasper | 2015-08-28 | 1 | -39/+7 |
* | [OPENMP 4.0] Codegen for array sections. | Alexey Bataev | 2015-08-28 | 1 | -7/+39 |
* | Devirtualize EHScopeStack::Cleanup's dtor because it's never destroyed polymo... | David Blaikie | 2015-08-18 | 1 | -1/+1 |
* | Propagate SourceLocations through to get a Loc on float_cast_overflow | Filipe Cabecinhas | 2015-08-11 | 1 | -22/+24 |
* | [OpenMP] Add TLS-based implementation for threadprivate directive. | Samuel Antao | 2015-07-13 | 1 | -0/+10 |
* | [OPENMP 4.0] Codegen for 'omp cancel' directive. | Alexey Bataev | 2015-07-06 | 1 | -16/+66 |
* | [OPENMP 4.0] Fixed codegen for 'cancellation point' construct. | Alexey Bataev | 2015-07-03 | 1 | -57/+101 |
* | [OPENMP 4.0] Codegen for 'cancellation point' directive. | Alexey Bataev | 2015-07-02 | 1 | -0/+53 |
* | [OPENMP] Codegen for 'depend' clause (OpenMP 4.0). | Alexey Bataev | 2015-06-24 | 1 | -25/+155 |
* | Proper changing/restoring for CapturedStmtInfo, NFC. | Alexey Bataev | 2015-06-24 | 1 | -8/+5 |
* | [OPENMP] Codegen for 'proc_bind' clause (4.0). | Alexey Bataev | 2015-06-18 | 1 | -0/+42 |
* | [OPENMP] Support for '#pragma omp taskgroup' directive. | Alexey Bataev | 2015-06-18 | 1 | -1/+36 |
* | [OPENMP] Supported reduction clause in omp simd construct. | Alexey Bataev | 2015-06-17 | 1 | -1/+14 |
* | [OPENMP] Prepare codegen for privates in tasks for non-capturing of privates ... | Alexey Bataev | 2015-05-22 | 1 | -29/+131 |
* | [OPENMP] Fixed codegen for parameters privatization. | Alexey Bataev | 2015-05-21 | 1 | -9/+0 |
* | [OPENMP] Fix codegen for ordered loop directives. | Alexey Bataev | 2015-05-20 | 1 | -21/+32 |
* | [OPENMP] Fixed codegen for copying/initialization of array variables/parameters. | Alexey Bataev | 2015-05-19 | 1 | -11/+26 |
* | [OPENMP] Fix for '#pragma omp task' codegen. | Alexey Bataev | 2015-05-18 | 1 | -71/+99 |
* | [OPENMP] Fixed codegen for 'reduction' clause. | Alexey Bataev | 2015-05-07 | 1 | -9/+25 |
* | [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -17/+24 |
* | Revert revision 236487: [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -19/+17 |
* | [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -17/+19 |
* | Revert revision 236482: [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -19/+13 |
* | [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -13/+19 |
* | Revert revision 236480: [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -16/+10 |
* | [OPENMP] Fixed incorrect work with cleanups, NFC. | Alexey Bataev | 2015-05-05 | 1 | -10/+16 |
* | [OPENMP] Codegen for 'firstprivate' clause in 'task' directive. | Alexey Bataev | 2015-05-05 | 1 | -18/+93 |
* | Make helper functions static. NFC. | Benjamin Kramer | 2015-05-01 | 1 | -5/+4 |
* | [OPENMP] Codegen for 'private' clause in 'task' directive. | Alexey Bataev | 2015-04-30 | 1 | -25/+155 |
* | [OPENMP] Fixed codegen for 'copyprivate' clause. | Alexey Bataev | 2015-04-30 | 1 | -6/+7 |
* | [OPENMP] Codegen for 'taskwait' directive. | Alexey Bataev | 2015-04-27 | 1 | -0/+17 |
* | [OPENMP] Codegen for 'if' clause in 'task' directive. | Alexey Bataev | 2015-04-22 | 1 | -40/+156 |
* | [OPENMP] Codegen for 'ordered' directive. | Alexey Bataev | 2015-04-22 | 1 | -6/+64 |
* | [OPENMP] Codegen for 'firstprivate' clause in 'for' directive. | Alexey Bataev | 2015-04-15 | 1 | -2/+3 |
* | [OPENMP] Fixed codegen for arrays in 'copyprivate' clause. | Alexey Bataev | 2015-04-14 | 1 | -28/+19 |
* | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -12/+8 |
* | [OPENMP] Codegen for 'reduction' clause in 'parallel' directive. | Alexey Bataev | 2015-04-10 | 1 | -35/+320 |
* | [OPENMP] Fixed cleanup of OpenMP code. | Alexey Bataev | 2015-04-10 | 1 | -28/+15 |
* | [OPENMP] Fixing troubles with lambdas in cleanups. | Alexey Bataev | 2015-04-10 | 1 | -20/+23 |
* | [OPENMP] Fixed incompatibility with MSVC, NFC. | Alexey Bataev | 2015-04-10 | 1 | -8/+17 |
* | [OPENMP] Refactoring of codegen for OpenMP directives. | Alexey Bataev | 2015-04-10 | 1 | -83/+163 |
* | clang-format my last commit | David Blaikie | 2015-04-05 | 1 | -1/+2 |