aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-07-20clang/module.modulemap: Clang_Diagnostics: Activate "Sema/SemaDiagnostic.h".linaro-local/diana.picus/check-gisel-revertlinaro-local/diana.picus/check-gisel-failureNAKAMURA Takumi
2017-07-20Revert "[StaticAnalyzer] Completely unrolling specific loops with known bound...Peter Szecsi
2017-07-20clang/module.modulemap: Split out Clang_RewriteFrontend from Clang_Rewrite.NAKAMURA Takumi
2017-07-20[AArch64] Produce correct defaultlib directives for windows in MSVC styleMartin Storsjo
2017-07-20[NFC] Update local variable names to upper-case as per LLVM Coding Standards.Faisal Vali
2017-07-20[StaticAnalyzer] Completely unrolling specific loops with known bound option Peter Szecsi
2017-07-19This feature allows the analyzer to consider loops to completely unroll. NewPeter Szecsi
2017-07-19[X86] Put avx512vpopcntdq in the right spot in the validateCpuSupports string...Craig Topper
2017-07-19Improve SEMA for attribute-targetErich Keane
2017-07-19Add isValidCPUName and isValidFeature to TargetInfoErich Keane
2017-07-19Add AlignedAllocation.h.Akira Hatanaka
2017-07-19[Sema] Improve diagnostic message for unavailable C++17 alignedAkira Hatanaka
2017-07-19Clear release notes for 6.0.0Hans Wennborg
2017-07-19Bump docs version to 6.0Hans Wennborg
2017-07-19Revert "Reland "[mips] Teach the driver to accept -m(no-)gpopt.""Simon Dardis
2017-07-19Reland "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis
2017-07-19Revert r308441 "Recommit r308327: Add a warning for missing '#pragma pack (po...Hans Wennborg
2017-07-19Recommit r308327: Add a warning for missing '#pragma pack (pop)'Alex Lorenz
2017-07-19Fix compilation problem introduced in r308433Erik Verbruggen
2017-07-19Revert "[mips] Teach the driver to accept -m(no-)gpopt."Simon Dardis
2017-07-19Add default values for function parameter chunksErik Verbruggen
2017-07-19[mips] Add warning test for -mgpopt option.Simon Dardis
2017-07-19[mips] Teach the driver to accept -m(no-)gpopt.Simon Dardis
2017-07-19Update clang-cl options in the users manualHans Wennborg
2017-07-19[analyzer] Add annotation attribute to trust retain count implementationDevin Coughlin
2017-07-19[CMake] Build runtimes for Fuchsia targetsPetr Hosek
2017-07-19[scan-build-py] Patch to fix "-analyzer-config" optionPetr Hosek
2017-07-19Update for LLVM IR metadata changes (DIImportedEntity now needs a DIFile).Adrian Prantl
2017-07-18Debug Info: Set the MainFileName when generating -gmodules debug info for PCM.Adrian Prantl
2017-07-18[Driver] Always use -z rodynamic for FuchsiaPetr Hosek
2017-07-18Convert attribute 'target' parsing from a 'pair' to a 'struct' to make furthe...Erich Keane
2017-07-18[Sema] NFC: Move all availability checking code to SemaDeclAttr.cppErik Pilkington
2017-07-18[OPENMP] Initial support for 'task_reduction' clause.Alexey Bataev
2017-07-18Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann
2017-07-18Don't set TUScope to null when generating a module in incremental processing ...Raphael Isemann
2017-07-18Revert r308327Alex Lorenz
2017-07-18Add a warning for missing '#pragma pack (pop)' and suspicious usesAlex Lorenz
2017-07-18[OPENMP] Generalization of sema analysis of reduction-based clauses,Alexey Bataev
2017-07-18CodeGen: Insert addr space cast for automatic/temp var at right positionYaxun Liu
2017-07-18clang-format: [JS] Correctly format JavaScript imports with long module pathsMartin Probst
2017-07-18[CMake] Move CLANG_ENABLE_(ARCMT|OBJC_REWRITER|STATIC_ANALYZER) into clang/Co...NAKAMURA Takumi
2017-07-18[Index] Prevent canonical decl becoming nullptrKrasimir Georgiev
2017-07-18Also add the option -no-pie (like -nopie)Sylvestre Ledru
2017-07-18[OpenCL] Added extended tests on metadata generation for half data type and a...Egor Churaev
2017-07-18[OPENMP] Pacify windows buildbots, NFC.Alexey Bataev
2017-07-18[analyzer] Add missing documentation for static analyzer checkersDevin Coughlin
2017-07-17[COFF, ARM64] Set the data type widths and the data layout stringMandeep Singh Grang
2017-07-17[AArch64] Add support for __builtin_ms_va_list on aarch64Martin Storsjo
2017-07-17Update use of llvm::CallingConv:X86_64_Win64 after LLVM commit r308208Martin Storsjo
2017-07-17[Basic] Detect Git submodule version in CMakeBrian Gesiak