| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | [OpenMP] Initial implementation of parse and sema for composite pragma 'distr... | Carlo Bertolli | 2016-06-24 | 1 | -0/+4 |
* | Implement p0292r2 (constexpr if), a likely C++1z feature. | Richard Smith | 2016-06-23 | 1 | -2/+3 |
* | 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 |
* | [CUDA] Conservatively mark inline asm as convergent. | Justin Lebar | 2016-05-31 | 1 | -0/+8 |
* | [OpenMP] Parsing and sema support for target update directive | Samuel Antao | 2016-05-26 | 1 | -0/+3 |
* | Add a loop's debug location to its llvm.loop metadata | Hal Finkel | 2016-05-25 | 1 | -4/+10 |
* | reduce indentation; NFCI | Sanjay Patel | 2016-04-19 | 1 | -10/+7 |
* | P0184R0: Allow types of 'begin' and 'end' expressions in range-based for loop... | Richard Smith | 2016-03-20 | 1 | -1/+2 |
* | Preserve ExtParameterInfos into CGFunctionInfo. | John McCall | 2016-03-11 | 1 | -2/+1 |
* | [PGO] cc1 option name change for profile instrumentation | Rong Xu | 2016-02-04 | 1 | -2/+2 |
* | [OpenMP] Parsing + sema for target parallel for directive. | Arpith Chacko Jacob | 2016-02-03 | 1 | -0/+3 |
* | Fix strange indent. | Nico Weber | 2016-01-28 | 1 | -2/+2 |
* | [OpenMP] Parsing + sema for target parallel directive. | Arpith Chacko Jacob | 2016-01-26 | 1 | -0/+3 |
* | [OpenMP] Parsing + sema for "target exit data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+3 |
* | [OpenMP] Parsing + sema for "target enter data" directive. | Samuel Antao | 2016-01-19 | 1 | -0/+3 |
* | [Microsoft][C++] Clang doesn't support a use of "this" pointer inside inline asm | Michael Zuckerman | 2015-12-15 | 1 | -1/+2 |
* | Add parse and sema of OpenMP distribute directive with all clauses except dis... | Carlo Bertolli | 2015-12-14 | 1 | -0/+3 |
* | Mark MS inline ASM 'nodplicate' it it has labels (PR23715) | Hans Wennborg | 2015-12-10 | 1 | -0/+9 |
* | PR25416: Improve performance of processing inline assembly consisting of many | Richard Smith | 2015-12-10 | 1 | -3/+5 |
* | Revert r255001, "Add parse and sema for OpenMP distribute directive and all i... | NAKAMURA Takumi | 2015-12-09 | 1 | -3/+0 |
* | Add parse and sema for OpenMP distribute directive and all its clauses exclud... | Carlo Bertolli | 2015-12-08 | 1 | -0/+3 |
* | [PGO] Instrument only base constructors and destructors. | Serge Pavlov | 2015-12-06 | 1 | -1/+1 |
* | [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. | Alexey Bataev | 2015-12-03 | 1 | -0/+3 |
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 1 | -0/+3 |
* | CodeGen: Remove implicit ilist iterator conversions, NFC | Duncan P. N. Exon Smith | 2015-11-06 | 1 | -3/+4 |
* | [coroutines] Creation of promise object, lookup of operator co_await, building | Richard Smith | 2015-10-27 | 1 | -0/+4 |
* | Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC | Craig Topper | 2015-10-21 | 1 | -5/+2 |
* | convert builtin_unpredictable on a switch into metadata for LLVM | Sanjay Patel | 2015-09-09 | 1 | -0/+19 |
* | Compute and preserve alignment more faithfully in IR-generation. | John McCall | 2015-09-08 | 1 | -26/+20 |
* | Use CGLoopInfo to emit metadata for loop hint pragmas. | Tyler Nowicki | 2015-07-27 | 1 | -114/+8 |
* | Commit for http://reviews.llvm.org/D10765 | Michael Wong | 2015-07-21 | 1 | -0/+3 |
* | Fix alignment issues in Clang. | James Y Knight | 2015-07-17 | 1 | -2/+2 |
* | [inlineasm] Attach readonly and readnone to inline-asm instructions. | Akira Hatanaka | 2015-07-10 | 1 | -1/+25 |
* | [OPENMP 4.0] Initial support for 'omp cancel' construct. | Alexey Bataev | 2015-07-02 | 1 | -0/+3 |
* | [OPENMP 4.0] Initial support for 'omp cancellation point' construct. | Alexey Bataev | 2015-07-01 | 1 | -0/+3 |
* | Proper changing/restoring for CapturedStmtInfo, NFC. | Alexey Bataev | 2015-06-24 | 1 | -1/+1 |
* | [OPENMP] Support for '#pragma omp taskgroup' directive. | Alexey Bataev | 2015-06-18 | 1 | -0/+3 |
* | [CodeGen] Don't evaluate immediate inlineasm arguments using isICE(). | Ahmed Bougacha | 2015-06-13 | 1 | -1/+1 |
* | Add assume_safety option for pragma loop vectorize and interleave. | Tyler Nowicki | 2015-06-11 | 1 | -4/+4 |
* | [CodeGen] Emit Constants for immediate inlineasm arguments. | Ahmed Bougacha | 2015-06-11 | 1 | -0/+10 |
* | InstrProf: Cede ownership of createProfileWeights to CGF | Justin Bogner | 2015-05-02 | 1 | -8/+8 |
* | InstrProf: Stop using RegionCounter outside of CodeGenPGO (NFC) | Justin Bogner | 2015-04-23 | 1 | -48/+34 |
* | Reland r234613 (and follow-ups 234614, 234616, 234618) | Reid Kleckner | 2015-04-14 | 1 | -0/+6 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -6/+0 |
* | Revert r234786, it contained a bunch of stuff I did not mean to commit. | Nico Weber | 2015-04-13 | 1 | -0/+6 |
* | Revert r234613 (and follow-ups 234614, 234616, 234618), it caused PR23216. | Nico Weber | 2015-04-13 | 1 | -6/+0 |
* | [SEH] Re-land r234532, but use internal linkage for all SEH helpers | Reid Kleckner | 2015-04-10 | 1 | -0/+6 |
* | Revert r234532 for a bit, it very likely caused http://crbug.com/475768 | Nico Weber | 2015-04-10 | 1 | -6/+0 |
* | [SEH] Outline finally blocks using the new variable capture support | Reid Kleckner | 2015-04-09 | 1 | -0/+6 |