| Commit message (Expand) | Author | Age | Files | Lines |
* | [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 |
* | [OPENMP] Improved code for generating debug info + generation of all OpenMP r... | Alexey Bataev | 2015-03-10 | 1 | -0/+2 |
* | Revert "[OPENMP] Improved code for generating debug info + generation of all ... | Rafael Espindola | 2015-03-10 | 1 | -2/+0 |
* | [OPENMP] Improved code for generating debug info + generation of all OpenMP r... | Alexey Bataev | 2015-03-10 | 1 | -0/+2 |
* | [ms] Implement codegen for __leave. | Nico Weber | 2015-02-12 | 1 | -3/+2 |
* | Inline asm IR input register constraints don't have early clobber | Eric Christopher | 2015-02-06 | 1 | -4/+3 |
* | Preserve early clobber flag when using named registers in inline assembly. | Daniel Sanders | 2015-02-04 | 1 | -4/+5 |
* | Address review feedback for r228003. | Adrian Prantl | 2015-02-03 | 1 | -2/+2 |
* | Merge ArtificialLocation into ApplyDebugLocation and make a clear | Adrian Prantl | 2015-02-03 | 1 | -4/+4 |
* | Reapply r225000 (reverted in r225555): DebugInfo: Generalize debug info locat... | David Blaikie | 2015-01-14 | 1 | -2/+2 |
* | CodeGen: Simplify consecutive '%' modifiers | David Majnemer | 2015-01-11 | 1 | -2/+3 |
* | CodeGen: Simplify consecutive '&' modifiers | David Majnemer | 2015-01-11 | 1 | -0/+5 |
* | Revert "DebugInfo: Generalize debug info location handling" and related commits | David Blaikie | 2015-01-09 | 1 | -2/+2 |
* | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-30 | 1 | -2/+2 |
* | Revert "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-29 | 1 | -2/+2 |
* | Reapply "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-29 | 1 | -2/+2 |
* | Revert "DebugInfo: Generalize debug info location handling" | David Blaikie | 2014-12-17 | 1 | -2/+2 |