| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert r255001, "Add parse and sema for OpenMP distribute directive and all i... | NAKAMURA Takumi | 2015-12-09 | 1 | -16/+1 |
* | [Basic] Rangify two for loops. NFC. | Vedant Kumar | 2015-12-09 | 1 | -4/+4 |
* | [OPENMP 4.5] Parsing/sema for 'num_tasks' clause. | Alexey Bataev | 2015-12-08 | 1 | -0/+2 |
* | Add parse and sema for OpenMP distribute directive and all its clauses exclud... | Carlo Bertolli | 2015-12-08 | 1 | -1/+16 |
* | [OPENMP 4.5] parsing/sema support for 'grainsize' clause. | Alexey Bataev | 2015-12-07 | 1 | -0/+2 |
* | [OPENMP 4.5] parsing/sema support for 'nogroup' clause. | Alexey Bataev | 2015-12-07 | 1 | -0/+2 |
* | [WebAssembly] Remove an obsolete TODO comment. | Dan Gohman | 2015-12-05 | 1 | -1/+0 |
* | [OPENMP 4.5] Parsing/sema support for 'omp taskloop simd' directive. | Alexey Bataev | 2015-12-03 | 1 | -3/+19 |
* | Teaches clang about Cortex-A35. | Christof Douma | 2015-12-02 | 1 | -1/+1 |
* | [OPENMP 4.5] Parsing/sema analysis for 'priority' clause. | Alexey Bataev | 2015-12-01 | 1 | -0/+2 |
* | [analyzer] Fix IssueHash generation. | Gabor Horvath | 2015-12-01 | 1 | -1/+1 |
* | [OPENMP 4.5] Parsing/sema analysis for 'taskloop' directive. | Alexey Bataev | 2015-12-01 | 1 | -2/+12 |
* | Use std::begin() and std::end() instead of doing the same manually. NFC | Craig Topper | 2015-11-30 | 1 | -4/+2 |
* | ARM v8.1a adds Advanced SIMD instructions for Rounding Double Multiply | Alexandros Lamprineas | 2015-11-29 | 1 | -0/+10 |
* | [OpenMP] Parsing and sema support for thread_limit clause. | Kelvin Li | 2015-11-27 | 1 | -0/+2 |
* | [Diagnostics] Call setMapping on the correct diagnostic states in a few place... | Craig Topper | 2015-11-26 | 1 | -3/+3 |
* | Use range-based for loops. NFC | Craig Topper | 2015-11-26 | 1 | -7/+7 |
* | [modules] Refactor handling of -fmodules-embed-*. Track this properly rather | Richard Smith | 2015-11-26 | 2 | -6/+4 |
* | [X86] Support for C calling convention only for MCU target. | Alexey Bataev | 2015-11-25 | 1 | -10/+23 |
* | [OpenMP] Parsing and sema support for num_teams clause | Kelvin Li | 2015-11-24 | 1 | -0/+2 |
* | [modules] Add -cc1 flag -fmodules-embed-all-files. | Richard Smith | 2015-11-24 | 1 | -1/+2 |
* | [OpenMP] Parsing and sema support for map clause | Kelvin Li | 2015-11-23 | 1 | -0/+17 |
* | AMDGPU: Add support for 's' and 'v' asm constraints | Tom Stellard | 2015-11-19 | 1 | -2/+9 |
* | Produce a better diagnostic for global register variables. | Akira Hatanaka | 2015-11-18 | 1 | -0/+30 |
* | [ARM] Pass in the architecture to TargetParser to cope with API change | Bradley Smith | 2015-11-16 | 1 | -2/+3 |
* | Cull non-standard variants of ARM architectures (NFC) | Artyom Skrobov | 2015-11-12 | 1 | -5/+0 |
* | [Basic] Fix DRY violation, just call getLineTable() (NFC) | Vedant Kumar | 2015-11-12 | 1 | -8/+3 |
* | Silencing a -Wreturn-type warning for control reaching the end of a non-void ... | Aaron Ballman | 2015-11-11 | 1 | -0/+1 |
* | [WebAssembly] Change long double to be quadruple-precision floating point. | Dan Gohman | 2015-11-10 | 1 | -0/+2 |
* | Add the variant of __sparc_v9__ with five underscores, not just four. | Joerg Sonnenberger | 2015-11-10 | 1 | -1/+3 |
* | Reorganise CPU handling for Sparc. When using -mcpu=v9 and co, __sparcv8 | Joerg Sonnenberger | 2015-11-09 | 1 | -14/+88 |
* | Moving FileManager::removeDotPaths to llvm::sys::path::remove_dots | Mike Aizatsky | 2015-11-09 | 2 | -36/+3 |
* | [x86] Additional small fix for MCU psABI support | Andrey Bokhanko | 2015-11-05 | 1 | -2/+6 |
* | [modules] If we're given a module file, via -fmodule-file=, for a module, but | Richard Smith | 2015-11-05 | 1 | -5/+6 |
* | [x86] Front-end part of MCU psABI support | Andrey Bokhanko | 2015-11-02 | 1 | -1/+7 |
* | ARMv7k: implement ABI changes for watchOS from standard iOS. | Tim Northover | 2015-10-30 | 1 | -10/+40 |
* | Watch and TV OS: wire up basic ABI choices | Tim Northover | 2015-10-30 | 2 | -1/+7 |
* | Preprocessor: define correct tvOS and watchOS version macros | Tim Northover | 2015-10-30 | 1 | -1/+16 |
* | Fix the calling convention of Mingw64 long double values | Reid Kleckner | 2015-10-28 | 1 | -1/+7 |
* | Simplify boolean conditional return statements in lib/Basic. | Rafael Espindola | 2015-10-24 | 1 | -3/+3 |
* | [ARM] Renaming +t2dsp feature into +dsp, as discussed on llvm-dev | Artyom Skrobov | 2015-10-23 | 1 | -1/+1 |
* | Define weak and __weak to mean ARC-style weak references, even in MRC. | John McCall | 2015-10-22 | 1 | -11/+3 |
* | [coroutines] Add lexer support for co_await, co_yield, and co_return keywords. | Richard Smith | 2015-10-22 | 1 | -1/+3 |
* | Use StringRef instead of calling c_str and doing pointer math before eventual... | Craig Topper | 2015-10-21 | 1 | -2/+2 |
* | Fix __ARM_FP value for sp-only FPUs with Half-precision | Richard Barton | 2015-10-21 | 1 | -1/+1 |
* | Use range-based for loops. NFC. | Craig Topper | 2015-10-21 | 1 | -24/+18 |
* | Use std::find instead of a manual loop. | Craig Topper | 2015-10-21 | 1 | -4/+2 |
* | Parse into an unsigned type instead of a signed type and then checking for po... | Craig Topper | 2015-10-21 | 1 | -5/+4 |
* | Fix bad indentation. | Craig Topper | 2015-10-21 | 1 | -1/+1 |
* | Use ArrayRef and MutableArrayRef instead of a pointer and size. NFC | Craig Topper | 2015-10-21 | 1 | -8/+7 |