aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-08-18AMDGPU: add missing amdgcn processors and testslinaro-local/diana.picus/giseltsrevertlinaro-local/diana.picus/giseltsfailKonstantin Zhuravlyov
2017-08-18Revert r311137 (GlobalISel ABI commit).Tim Northover
2017-08-17GlobalISel (AArch64): fix ABI at border between GPRs and SP.Tim Northover
2017-08-17PR34161: support evaluation of 'void()' expressions in C++14 onwards.Richard Smith
2017-08-17Unguarded availability diagnoser should use TraverseStmt instead ofAlex Lorenz
2017-08-17Print enum constant values using the original source formattingAlex Lorenz
2017-08-17Fix undefined behavior that is caused by not always initializing a bool.Daniel Jasper
2017-08-17Further refactoring of the constant emitter. NFC.John McCall
2017-08-17[analyzer] Add support for reference counting of parameters on the callee sideDevin Coughlin
2017-08-16[index] Add indexing for unresolved-using declarationsBen Langmuir
2017-08-16Fix typos in comments; NFCGeorge Burgess IV
2017-08-16Don't use -no-integrated-as in test/Driver/opt-record.cHal Finkel
2017-08-16Base optimization-record file names on the final outputHal Finkel
2017-08-16Use the file name from linemarker for debug info if an input is preprocessed ...Taewook Oh
2017-08-16[Driver] SafeStack does not need a runtime library on FuchsiaPetr Hosek
2017-08-16[CMake] Build sanitized C++ runtimes for FuchsiaPetr Hosek
2017-08-16[OPENMP] Fix for PR28581: OpenMP linear clause - wrong results.Alexey Bataev
2017-08-16[OPRNMP] Fix for PR33445: ICE: OpenMP target containing ordered for.Alexey Bataev
2017-08-16Fix a UBSan failure where this boolean was copied when uninitialized.Chandler Carruth
2017-08-16Fix comments about __OPENCL_MEMORY_SCOPE_* macrosYaxun Liu
2017-08-16PR19668, PR23034: Fix handling of move constructors and deleted copyRichard Smith
2017-08-16Add test that we get the correct calling convention and mangling for va_list.Richard Smith
2017-08-16Add missing test for warning added in r310803.Richard Smith
2017-08-15Revert "Revert "Revert "Fix LLVMgold plugin name/path for non-Linux."""Dan Albert
2017-08-15Revert "Add a target for new LTO plugin name tests."Dan Albert
2017-08-15Do not look through pack expansions when looking for unexpanded parameter packs.Richard Smith
2017-08-15Add a target for new LTO plugin name tests.Dan Albert
2017-08-15Extract IRGen's constant-emitter into its own helper class and clean upJohn McCall
2017-08-15Allow the target field of a CK_ToUnion to be more easily recovered.John McCall
2017-08-15Allow StmtVisitor visitation to be parameterized. NFC.John McCall
2017-08-15Revert "Revert "Fix LLVMgold plugin name/path for non-Linux.""Dan Albert
2017-08-15Switch to consumeError(), since this can crash otherwise.Stephen Hines
2017-08-15Fixup for r310950: Also remove the new instance of %T from html-diags.cKuba Mracek
2017-08-15[clang] Get rid of "%T" expansionsKuba Mracek
2017-08-15[clang] Code cleanup in clang/toolingAlexander Shaposhnikov
2017-08-15PR33082: Improve tracking of unexpanded parameter packs within variadic gener...Richard Smith
2017-08-15Attempt to fix failure in CodeGenOpenCL/atomic-ops.cl againYaxun Liu
2017-08-15[index] Update indexing to handle CXXDeductionGuideDecls properlyArgyrios Kyrtzidis
2017-08-15Attempt to fix failure in CodeGenOpenCL/atomic-ops.clYaxun Liu
2017-08-15Remove -finclude-default-header in OpenCL atomic testsYaxun Liu
2017-08-15[OpenCL] Support variable memory scope in atomic builtinsYaxun Liu
2017-08-15Allow pretty platform names in availability attributesAlex Lorenz
2017-08-15[OPENMP] Fix compiler crash on argument translate for NVPTX.Alexey Bataev
2017-08-15[Sema] Silence -Wobjc-missing-property-synthesis for unavailable propertiesAlex Lorenz
2017-08-15[OpenCL] Allow targets to select address space per typeSven van Haastregt
2017-08-15Avoid PointerIntPair of constexpr EvalInfo structsReid Kleckner
2017-08-15Revert "Fix LLVMgold plugin name/path for non-Linux."Dan Albert
2017-08-15[CMake] Include LLVMFuzzer in Fuchsia toolchainPetr Hosek
2017-08-14Fix LLVMgold plugin name/path for non-Linux.Dan Albert
2017-08-14[analyzer] Fix SimpleSValBuilder::simplifySValAlexander Shaposhnikov