| Commit message (Expand) | Author | Age | Files | Lines |
* | Initial support for C++ parameter completion | Francisco Lopes da Silva | 2015-01-21 | 3 | -13/+33 |
* | Revert "Sema: err_after_alias is unreachable, remove it" | David Majnemer | 2015-01-21 | 1 | -0/+2 |
* | Sema: err_after_alias is unreachable, remove it | David Majnemer | 2015-01-21 | 1 | -2/+0 |
* | Implement command line options for stack probe space | Hans Wennborg | 2015-01-20 | 3 | -1/+6 |
* | Re-apply "r226548 - Introduce SPIR calling conventions" reverted in r226558. | Alexander Kornienko | 2015-01-20 | 1 | -1/+5 |
* | Reverting r226548 as one of the tests fails in some configurations. | Alexander Kornienko | 2015-01-20 | 1 | -5/+1 |
* | Introduce SPIR calling conventions. | Sameer Sahasrabuddhe | 2015-01-20 | 1 | -1/+5 |
* | [AVX512] Add sub-vector FP extracts | Adam Nemet | 2015-01-19 | 1 | -0/+2 |
* | Add back a check removed in r226436 | David Majnemer | 2015-01-19 | 1 | -0/+2 |
* | Sema: Variable definitions cannot be __attribute__((alias)) | David Majnemer | 2015-01-19 | 2 | -4/+4 |
* | [X86] Change AVX512 intrinsics to take a 8-bit immediate for the comparision ... | Craig Topper | 2015-01-19 | 1 | -2/+2 |
* | [OPENMP] Disable copyprivate an nowait clauses in 'single' directive. | Alexey Bataev | 2015-01-19 | 1 | -0/+4 |
* | PR6037 | Nathan Sidwell | 2015-01-19 | 1 | -0/+3 |
* | [x86] Mark that the AVX-512 cmpps/cmppd builtins need an ICE for the comparis... | Craig Topper | 2015-01-19 | 1 | -2/+2 |
* | Handle unscoped enumeration in nested name specifier. | Serge Pavlov | 2015-01-18 | 2 | -1/+5 |
* | Update error message text. | Serge Pavlov | 2015-01-18 | 1 | -2/+2 |
* | Address review feedback from r215780: Use a flag insteda of the heap. No beha... | Nico Weber | 2015-01-18 | 1 | -1/+7 |
* | Adding option -fno-inline-asm to disallow inline asm | Steven Wu | 2015-01-16 | 3 | -0/+8 |
* | Suggest objc_method_family(none) for a property named -newFoo or similar. | Jordan Rose | 2015-01-16 | 1 | -3/+6 |
* | Don't crash if a declarator in a friend decl doesn't have a name. | Nico Weber | 2015-01-16 | 1 | -1/+1 |
* | [AVX512] Add intrinsics for masked aligned FP loads and stores | Adam Nemet | 2015-01-16 | 1 | -0/+4 |
* | [PowerPC] Add a target option for invariant function descriptors | Hal Finkel | 2015-01-15 | 1 | -0/+5 |
* | Warn about dllexported explicit class template instantiation declarations (PR... | Hans Wennborg | 2015-01-15 | 1 | -0/+3 |
* | PR 20146 | Nathan Sidwell | 2015-01-15 | 1 | -0/+2 |
* | AST: alignof might be dependent because of alignment attributes | David Majnemer | 2015-01-15 | 1 | -12/+1 |
* | Remove unused parameter, followup to r179639. No behavior change. | Nico Weber | 2015-01-15 | 1 | -2/+0 |
* | Remove ASTConsumer::HandleVTable()'s bool parameter. | Nico Weber | 2015-01-15 | 2 | -6/+2 |
* | [cleanup] Re-sort *all* #include lines with llvm/utils/sort_includes.py | Chandler Carruth | 2015-01-14 | 18 | -23/+15 |
* | Revert "Insert random noops to increase security against ROP attacks (clang)" | JF Bastien | 2015-01-14 | 3 | -6/+1 |
* | Insert random noops to increase security against ROP attacks (clang) | JF Bastien | 2015-01-14 | 3 | -1/+6 |
* | Update HelpText for -fsanitize= option. | Alexey Samsonov | 2015-01-14 | 1 | -3/+2 |
* | Sema: An extern declaration can't be a redeclaration of a parameter | David Majnemer | 2015-01-14 | 1 | -0/+5 |
* | When attribute 'optnone' appears on the same declaration with a | Paul Robinson | 2015-01-13 | 1 | -0/+1 |
* | Inherit attributes when infering a framework module | Ben Langmuir | 2015-01-13 | 1 | -3/+21 |
* | Remove unused method canInferFrameworkModule | Ben Langmuir | 2015-01-13 | 1 | -16/+0 |
* | [OPENMP] Consider global named register variables as threadprivate by default. | Alexey Bataev | 2015-01-13 | 1 | -1/+1 |
* | Extend the self move warning to record types. | Richard Trieu | 2015-01-13 | 1 | -0/+4 |
* | Reimplement -fsanitize-recover family of flags. | Alexey Samsonov | 2015-01-12 | 4 | -8/+16 |
* | [PowerPC]To provide better compatibility with gcc I added the __bool keyword ... | Bill Seurer | 2015-01-12 | 1 | -0/+1 |
* | Rename RefersToCapturedVariable to RefersToEnclosingVariableOrCapture, NFC | Alexey Bataev | 2015-01-12 | 2 | -13/+16 |
* | Parse: Get rid of cxx_exceptspec_end, use EOF instead | David Majnemer | 2015-01-12 | 1 | -1/+0 |
* | Parse: Get rid of tok::cxx_defaultarg_end, use EOF instead | David Majnemer | 2015-01-12 | 1 | -1/+0 |
* | Don't rely on the default constructor default constructing a begin and | Chandler Carruth | 2015-01-11 | 2 | -3/+10 |
* | Sema: The asm constraint '+&m' isn't valid, reject it | David Majnemer | 2015-01-10 | 1 | -0/+3 |
* | Add a new warning, -Wself-move, to Clang. | Richard Trieu | 2015-01-10 | 2 | -0/+5 |
* | Driver: tweak the code for determining default image name | Hans Wennborg | 2015-01-09 | 1 | -3/+3 |
* | Parse: Don't crash when namespace is in GNU statement expr | David Majnemer | 2015-01-09 | 2 | -2/+2 |
* | Driver: begin threading frontend support for SymbolRewriter | Saleem Abdulrasool | 2015-01-09 | 2 | -0/+10 |
* | Add help text for mmacosx-version-min=, mios-version-min=. | Nico Weber | 2015-01-07 | 1 | -2/+4 |
* | Add __builtin_amdgpu_class | Matt Arsenault | 2015-01-06 | 1 | -0/+2 |