| Commit message (Expand) | Author | Age | Files | Lines |
* | Switch SmallSetVector to use DenseSet when it overflows its inline space. | Justin Lebar | 2016-10-21 | 1 | -1/+2 |
* | [Sema] Store a SourceRange for multi-token builtin types | Malcolm Parsons | 2016-10-21 | 2 | -6/+17 |
* | [CUDA] Use FunctionDeclAndLoc for the Sema::LocsWithCUDACallDiags hashtable. | Justin Lebar | 2016-10-21 | 1 | -7/+34 |
* | Remove move constructors that are identical to the generated default move ctor. | Benjamin Kramer | 2016-10-21 | 5 | -48/+2 |
* | Removed unused function argument. NFC. | Artem Belevich | 2016-10-21 | 1 | -1/+1 |
* | Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ... | Renato Golin | 2016-10-21 | 2 | -4/+10 |
* | DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules. | Richard Smith | 2016-10-21 | 2 | -10/+4 |
* | [Driver][Darwin] Pass -no_deduplicate to ld64 | Bruno Cardoso Lopes | 2016-10-21 | 1 | -0/+1 |
* | [Modules] Add 'no_undeclared_includes' module map attribute | Bruno Cardoso Lopes | 2016-10-21 | 3 | -4/+20 |
* | Re-commit r284753, reverted in r284778, with a fix for PR30749. | Richard Smith | 2016-10-20 | 2 | -5/+8 |
* | [clang] Remove FileEntry copy-constructor | Alexander Shaposhnikov | 2016-10-20 | 1 | -9/+1 |
* | Revert r284753 "[c++1z] Teach composite pointer type computation how to compu... | Hans Wennborg | 2016-10-20 | 2 | -8/+5 |
* | [c++1z] Teach composite pointer type computation how to compute the composite | Richard Smith | 2016-10-20 | 2 | -5/+8 |
* | Retire llvm::alignOf in favor of C++11 alignof. | Benjamin Kramer | 2016-10-20 | 8 | -23/+22 |
* | Clean up alignment hacks now that MSVC 2013 and GCC 4.7 are gone. | Benjamin Kramer | 2016-10-20 | 4 | -13/+7 |
* | PR26276: Fix detection of non-cast-expressions as operands of fold-expressions. | Richard Smith | 2016-10-20 | 1 | -0/+3 |
* | Use noexcept instead of LLVM_NOEXCEPT now that all compilers support it | Reid Kleckner | 2016-10-19 | 7 | -31/+30 |
* | Add optimization to sizeof...(X) handling: if none of parameter pack X's | Richard Smith | 2016-10-19 | 1 | -0/+8 |
* | [CUDA] When we emit an error that might have been deferred, also print a call... | Justin Lebar | 2016-10-19 | 2 | -34/+48 |
* | [AST] Add CanonicalDeclPtr<T>. | Justin Lebar | 2016-10-19 | 1 | -1/+63 |
* | [CUDA] Emit errors for wrong-side calls made on the same line as non-wrong-si... | Justin Lebar | 2016-10-19 | 1 | -4/+4 |
* | New clang option -mpie-copy-relocations to use copy relocations for PIE builds. | Sriraman Tallam | 2016-10-19 | 2 | -0/+7 |
* | [mips][msa] Range check MSA intrinsics with immediates | Simon Dardis | 2016-10-19 | 2 | -0/+4 |
* | Remove unused diagnostics. NFC. | Benjamin Kramer | 2016-10-19 | 1 | -5/+0 |
* | [Sema] Gcc compatibility of vector shift | Andrey Bokhanko | 2016-10-19 | 1 | -0/+3 |
* | Add missing warning for use of C++1z init-statements in C++14 and before. | Richard Smith | 2016-10-18 | 1 | -0/+6 |
* | [c++1z] Fix corner case where we could create a function type whose canonical... | Richard Smith | 2016-10-18 | 1 | -1/+10 |
* | Revert r284265 "[Sema] Refactor context checking for availability diagnostics" | Erik Pilkington | 2016-10-18 | 1 | -4/+11 |
* | [analyzer] Add NumberObjectConversion checker. | Artem Dergachev | 2016-10-18 | 1 | -0/+5 |
* | [CodeCompletion] Add a block property setter completion result | Alex Lorenz | 2016-10-18 | 3 | -3/+12 |
* | [c++1z] Use canonical expression equivalence to determine whether two different | Richard Smith | 2016-10-18 | 1 | -1/+2 |
* | [Basic] unique_ptr-ify SourceManager::MacroArgsCacheMap (NFC) | Vedant Kumar | 2016-10-18 | 1 | -2/+3 |
* | Revert "Reinstate r281429, reverted in r281452, with a fix for its mishandlin... | Benjamin Kramer | 2016-10-17 | 1 | -13/+2 |
* | P0012R1: Make exception specifications be part of the type system. This | Richard Smith | 2016-10-16 | 4 | -7/+17 |
* | Reinstate r284008 reverted in r284081, with two fixes: | Richard Smith | 2016-10-14 | 2 | -1/+27 |
* | __builtin_fpclassify missing one int parameter | David Sheinkman | 2016-10-14 | 1 | -1/+1 |
* | Implement no_sanitize_address for global vars | Douglas Katzman | 2016-10-14 | 3 | -2/+6 |
* | [Sema] Refactor context checking for availability diagnostics | Erik Pilkington | 2016-10-14 | 1 | -11/+4 |
* | Implement __stosb intrinsic as a volatile memset | Albert Gutowski | 2016-10-14 | 1 | -0/+2 |
* | Deduplicate sets of replacements by file names. | Eric Liu | 2016-10-14 | 2 | -6/+11 |
* | Reinstate r281429, reverted in r281452, with a fix for its mishandling of | Richard Smith | 2016-10-13 | 1 | -2/+13 |
* | Add 64-bit MS _Interlocked functions as builtins again | Albert Gutowski | 2016-10-13 | 2 | -0/+18 |
* | fix _BitScan intrinsics missing header warnings; fix some line endings | Albert Gutowski | 2016-10-13 | 4 | -90/+90 |
* | Add and use isDiscardableGVALinkage function. | Justin Lebar | 2016-10-13 | 1 | -0/+4 |
* | [CUDA] Emit deferred diagnostics during Sema rather than during codegen. | Justin Lebar | 2016-10-13 | 3 | -30/+32 |
* | [CUDA] Allow static variables in __host__ __device__ functions, so long as th... | Justin Lebar | 2016-10-13 | 1 | -2/+2 |
* | [CUDA] Disallow __shared__ variables in host functions. | Justin Lebar | 2016-10-13 | 1 | -0/+3 |
* | [CUDA] Add Sema::CUDADiagBuilder and Sema::CUDADiagIf{Device,Host}Code(). | Justin Lebar | 2016-10-13 | 2 | -19/+108 |
* | Implement MS _ReturnAddress and _AddressOfReturnAddress intrinsics | Albert Gutowski | 2016-10-13 | 2 | -0/+3 |
* | Revert r284008. This is us to fail to instantiate static data members in some | Richard Smith | 2016-10-12 | 1 | -26/+1 |