| Commit message (Expand) | Author | Age | Files | Lines |
* | [OpenMP] Sema and parsing for 'teams distribute' pragma | Kelvin Li | 2016-08-05 | 1 | -0/+1 |
* | [analyzer] Pring LocationContext in ExplodedGraph dumps. | Artem Dergachev | 2016-07-24 | 1 | -51/+41 |
* | [OpenMP] Sema and parsing for 'target simd' pragma | Kelvin Li | 2016-07-20 | 1 | -0/+1 |
* | [NFC] Header cleanup | Mehdi Amini | 2016-07-18 | 1 | -2/+1 |
* | [ObjC] Implement @available in the Parser and AST | Erik Pilkington | 2016-07-16 | 1 | -0/+1 |
* | [OpenMP] Sema and parsing for 'target parallel for simd' pragma | Kelvin Li | 2016-07-14 | 1 | -0/+1 |
* | [analyzer] Add rudimentary handling of AtomicExpr. | Devin Coughlin | 2016-07-08 | 1 | -1/+44 |
* | [OpenMP] Sema and parsing for 'distribute simd' pragma | Kelvin Li | 2016-07-06 | 1 | -0/+1 |
* | [OpenMP] Sema and parse for 'distribute parallel for simd' | Kelvin Li | 2016-07-05 | 1 | -0/+1 |
* | P0136R1, DR1573, DR1645, DR1715, DR1736, DR1903, DR1941, DR1959, DR1991: | Richard Smith | 2016-06-28 | 1 | -0/+1 |
* | Resubmission of http://reviews.llvm.org/D21564 after fixes. | Carlo Bertolli | 2016-06-27 | 1 | -0/+1 |
* | Revert r273705 | Carlo Bertolli | 2016-06-24 | 1 | -1/+0 |
* | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+1 |
* | Revert accidential "[MSVC] Late parsing of in-class defined member functions ... | Alexey Bataev | 2016-06-15 | 1 | -1/+0 |
* | [MSVC] Late parsing of in-class defined member functions in template | Alexey Bataev | 2016-06-15 | 1 | -0/+1 |
* | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+1 |
* | [analyzer] Add checker callback for beginning of function. | Devin Coughlin | 2016-02-19 | 1 | -0/+9 |
* | [OpenMP] Parsing + sema for target parallel for directive. | Arpith Chacko Jacob | 2016-02-03 | 1 | -0/+1 |
* | [OpenMP] Parsing + sema for target parallel directive. | Arpith Chacko Jacob | 2016-01-26 | 1 | -0/+1 |
* | [OpenMP] Parsing + sema for "target exit data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+1 |
* | [OpenMP] Parsing + sema for "target enter data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+1 |
* | [analyzer] Better detect when C++ object was constructed into existing region. | Devin Coughlin | 2015-12-17 | 1 | -2/+6 |
* | Add parse and sema of OpenMP distribute directive with all clauses except dis... | Carlo Bertolli | 2015-12-14 | 1 | -0/+1 |
* | Reformat linefeeds. | NAKAMURA Takumi | 2015-12-09 | 1 | -4/+1 |
* | Revert r255001, "Add parse and sema for OpenMP distribute directive and all i... | NAKAMURA Takumi | 2015-12-09 | 1 | -1/+0 |
* | Add parse and sema for OpenMP distribute directive and all its clauses exclud... | Carlo Bertolli | 2015-12-08 | 1 | -0/+1 |
* | [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. | Alexey Bataev | 2015-12-03 | 1 | -0/+1 |
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 1 | -0/+1 |
* | [MSVC] 'property' with an empty array in array subscript expression. | Alexey Bataev | 2015-11-25 | 1 | -0/+1 |
* | [analyzer] Refer to capture field to determine if capture is reference. | Devin Coughlin | 2015-11-15 | 1 | -5/+5 |
* | Reapply r251621 "[Analyzer] Widening loops which do not exit" | Sean Eveson | 2015-10-30 | 1 | -1/+19 |
* | Revert r251621 "[Analyzer] Widening loops which do not exit" (bot failure) | Sean Eveson | 2015-10-30 | 1 | -19/+1 |
* | [Analyzer] Widening loops which do not exit | Sean Eveson | 2015-10-29 | 1 | -1/+19 |
* | [analyzer] Fix lambdas that are capturing constants. | Gabor Horvath | 2015-10-27 | 1 | -7/+14 |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+4 |
* | [analyzer] Create one state for a range switch case instead of multiple. | Devin Coughlin | 2015-09-22 | 1 | -41/+18 |
* | Analyzer: Teach analyzer how to handle TypeTraitExpr | Ismail Pazarbasi | 2015-09-22 | 1 | -2/+2 |
* | [Static Analyzer] Lambda support. | Gabor Horvath | 2015-09-11 | 1 | -3/+37 |
* | [analyzer] Apply whitespace cleanups by Honggyu Kim. | Ted Kremenek | 2015-09-08 | 1 | -35/+35 |
* | [OPENMP 4.0] Initial support for array sections. | Alexey Bataev | 2015-08-25 | 1 | -1/+2 |
* | Wdeprecated: CollectReachableSymbolsCallback are move constructed/returned by... | David Blaikie | 2015-08-13 | 1 | -1/+1 |
* | Commit for http://reviews.llvm.org/D10765 | Michael Wong | 2015-07-21 | 1 | -0/+1 |
* | [OPENMP 4.0] Initial support for 'omp cancel' construct. | Alexey Bataev | 2015-07-02 | 1 | -0/+1 |
* | [OPENMP 4.0] Initial support for 'omp cancellation point' construct. | Alexey Bataev | 2015-07-01 | 1 | -0/+1 |
* | Revert r240270 ("Fixed/added namespace ending comments using clang-tidy"). | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | Fixed/added namespace ending comments using clang-tidy. NFC | Alexander Kornienko | 2015-06-22 | 1 | -1/+1 |
* | [OPENMP] Support for '#pragma omp taskgroup' directive. | Alexey Bataev | 2015-06-18 | 1 | -0/+1 |
* | Implementing C99 partial re-initialization behavior (DR-253) | Yunzhong Gao | 2015-06-10 | 1 | -0/+2 |
* | [analyzer] Remove unused function. No functional change intended. | Benjamin Kramer | 2015-03-24 | 1 | -11/+0 |
* | [analyzer] Relax an assertion in VisitLvalArraySubscriptExpr | Anna Zaks | 2015-02-05 | 1 | -1/+3 |