aboutsummaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2018-11-10[clang]: Fix misapplied patch in 346582.Kristina Brooks
2018-11-10Correct naming conventions and 80 col rule violation in CGDeclCXX.cpp. NFC.Kristina Brooks
2018-11-09Fix ClangFormat issue of recognizing ObjC subscript as C++ attributes when me...Yan Zhang
2018-11-09Revert "Revert rL346454: Fix a use-after-free introduced by r344915."Adrian Prantl
2018-11-09[ASTMatchers] overload ignoringParens for ExprJonas Toth
2018-11-09[OPENMP][NVPTX]Extend number of constructs executed in SPMD mode.Alexey Bataev
2018-11-09Revert rL346454: Fix a use-after-free introduced by r344915.Simon Pilgrim
2018-11-09Use the correct address space when bitcasting func pointer to int pointerDylan McKay
2018-11-09Allow a double-underscore spelling of Clang attributes using double square br...Aaron Ballman
2018-11-09Fix a nondeterminism in the debug info for VLA size expressions.Adrian Prantl
2018-11-09[HIP] Remove useless sections in linked filesYaxun Liu
2018-11-09Driver: Make -fsanitize=shadow-call-stack compatible with -fsanitize-minimal-...Peter Collingbourne
2018-11-09Introduce the _Clang scoped attribute token.Aaron Ballman
2018-11-09Use the correct address space when emitting the ctor function listDylan McKay
2018-11-09[OPENMP][NVPTX]Allow to use shared memory for theAlexey Bataev
2018-11-09[clang-cl] Add warning for /Zc:dllexportInlines- when the flag is used with /...Takuto Ikuta
2018-11-09[Tooling] Avoid diagnosing missing input files in an edge-case where it's inc...Sam McCall
2018-11-09[PowerPC] [Clang] [AltiVec] The second parameter of vec_sr function should be...Zi Xuan Wu
2018-11-09Compound literals, enums, et al require const exprBill Wendling
2018-11-09Fix a use-after-free introduced by r344915.Adrian Prantl
2018-11-08[Frontend/Modules] Show diagnostics on prebuilt module configuration mismatch...David Blaikie
2018-11-08[Tooling] Produce diagnostics for missing input files.Sam McCall
2018-11-08Fix bitcast to address space cast for coerced load/stores Yaxun Liu
2018-11-08[OPENMP]Make lambda mapping follow reqs for PTR_AND_OBJ mapping.Alexey Bataev
2018-11-08clang-cl: Add "/clang:" pass-through arg support.Hans Wennborg
2018-11-08[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07[OPENMP]Fix handling of the globals during compilation for the device.Alexey Bataev
2018-11-07Revert r346326 [OpenCL] Add support of cl_intel_device_side_avc_motion_estima...Andrew Savonichev
2018-11-07[OpenCL] Add support of cl_intel_device_side_avc_motion_estimation extensionAndrew Savonichev
2018-11-07[mips][msa] Fix msa_[st/ld] offset checkAleksandar Beserminji
2018-11-07[CodeComplete] Do not complete self-initializationsIlya Biryukov
2018-11-06[Darwin] Export new weak external symbols when compiling with coverageVedant Kumar
2018-11-06Don't use std::next() on an input iterator; NFC.Aaron Ballman
2018-11-06[MS] Zero out ECX in __cpuid in intrin.hReid Kleckner
2018-11-06T was unused on assertion disabled builds.Kadir Cetinkaya
2018-11-06Cast to uint64_t instead of to unsigned.Akira Hatanaka
2018-11-06os_log: Allow specifying mask type in format string.Akira Hatanaka
2018-11-06os_log: Add a new privacy annotation "sensitive".Akira Hatanaka
2018-11-06os_log: Minor code cleanups. NFC.Akira Hatanaka
2018-11-06[COFF, ARM64] Implement InterlockedDecrement*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedIncrement*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedAnd*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang
2018-11-06Revert "[COFF, ARM64] Implement InterlockedXor*_* builtins"Mandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedXor*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedOr*_* builtinsMandeep Singh Grang
2018-11-06[COFF, ARM64] Implement InterlockedCompareExchange*_* builtinsMandeep Singh Grang
2018-11-05[Driver] Reland again again: Default Android toolchains to libc++.Dan Albert
2018-11-05[Format] Add debugging to ObjC language guesserBen Hamilton
2018-11-05[Tooling] Correct the total number of files being processed when `filter` is ...Haojian Wu