aboutsummaryrefslogtreecommitdiff
path: root/clang
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg3-264/+19
2020-07-15[Matrix] Only pass vector arg as overloaded type in MatrixBuilder.Florian Hahn3-29/+33
2020-07-15Fix typo in identifier in assert.Tim Northover1-1/+1
2020-07-15AArch64+ARM: make LLVM consider system registers volatile.Tim Northover3-19/+35
2020-07-15[clang][Driver] Fix tool path priority test failuresDavid Spickett2-25/+51
2020-07-15[RISCV] Add error checking for extensions missing separating underscoresSimon Cook2-1/+15
2020-07-14[OpenMP][FIX] Check only for deterministic part of a generated function nameJohannes Doerfert2-16/+16
2020-07-14[OpenMP][IRBuilder] Support nested parallel regionsJohannes Doerfert2-5/+113
2020-07-14[OpenMP] Emit remarks during GPU state machine optimizationJohannes Doerfert2-0/+149
2020-07-14Revert "[CMake] Simplify CMake handling for zlib"Petr Hosek3-6/+11
2020-07-14[CMake] Simplify CMake handling for zlibPetr Hosek3-11/+6
2020-07-14[clang] Teach -fembed-bitcode option not to embed W_value GroupSteven Wu2-2/+9
2020-07-14document -fpch-instantiate-templates in release notesLuboš Luňák1-0/+7
2020-07-14[clang][aarch64] Generate preprocessor macros for -march=armv8.6a+sve.Francesco Petrogalli2-0/+22
2020-07-14Fix merging of two arity-only pack deductions.Richard Smith2-1/+17
2020-07-14[clang] Add 'override' to virtual function overrides generated by ClangAttrEm...Logan Smith1-11/+11
2020-07-14[clang][NFC] Add 'override' keyword to virtual function overridesLogan Smith8-14/+14
2020-07-14Fix test for the hasExternalFormalLinkage matcherDmitri Gribenko1-12/+9
2020-07-14Prohibit use of _ExtInt in atomic intrinsicMott, Jeffrey T3-0/+47
2020-07-14[analyzer][tests] Add 5 more projects for testingValeriy Savchenko13-1/+62
2020-07-14[analyzer][tests] Introduce analyzer benchmarking frameworkValeriy Savchenko5-58/+281
2020-07-13[PowerPC][Power10] Implement Test LSB by Byte Builtins in LLVM/ClangAmy Kwan3-0/+28
2020-07-13Basic support for flexible array members in constant evaluation.Richard Smith2-1/+30
2020-07-13Fix a missing update that C compiles default to gnu17.Stephen Hines1-1/+1
2020-07-14[AssumeBundles] Use operand bundles to encode alignment assumptionsTyker21-274/+153
2020-07-13[ubsan] Check implicit casts in ObjC for-in statementsVedant Kumar7-5/+64
2020-07-13[analyzer] Inline StringSet that's defined in a headerBenjamin Kramer2-8/+2
2020-07-13[AST] Fix potential nullptr dereference in Expr::HasSideEffectsJan Korous4-1/+89
2020-07-13[OPENMP]Fix compiler crash for target data directive without actual target co...Alexey Bataev2-0/+20
2020-07-13[analyzer] ctu-on-demand-parsing tests: replace linux -> system-linuxBalazs Benics2-2/+2
2020-07-13[OpenCL] Defer addr space deduction for dependent type.Anastasia Stulova3-5/+21
2020-07-13[clang] Include type specifiers in typo correction when checking isCXXDeclara...Haojian Wu3-16/+38
2020-07-13[clang][RecoveryExpr] Clarify the dependence-bits documentation.Haojian Wu4-35/+68
2020-07-13Fix bad doxygen result for class clang::ento::CallEvent and its derived classesElla Ma1-1/+1
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel32-1457/+1970
2020-07-12Revert "Rename/refactor isIntegerConstantExpression to getIntegerConstantExpr...David Blaikie15-255/+275
2020-07-12Rename/refactor isIntegerConstantExpression to getIntegerConstantExpressionDavid Blaikie15-275/+255
2020-07-12[X86] Rename X86_CPU_TYPE_COMPAT_ALIAS/X86_CPU_TYPE_COMPAT/X86_CPU_SUBTYPE_CO...Craig Topper2-6/+6
2020-07-12[clang] Add -Wsuggest-overrideLogan Smith6-22/+107
2020-07-12Bump the default target CPU for i386-freebsd to i686Dimitry Andric1-0/+1
2020-07-12[clang-format] PR46609 clang-format does not obey `PointerAlignment: Right` f...mydeveloperday2-5/+17
2020-07-12[Windows SEH] Fix the frame-ptr of a nested-filter within a _finallyTen Tzen3-0/+82
2020-07-11Fix `-Wreturn-type` warning. NFC.Michael Liao1-0/+1
2020-07-11Fix regression due to test hip-version.hipYaxun (Sam) Liu10-9/+45
2020-07-11[OpenMP][NFC] Remove unused (always fixed) argumentsJohannes Doerfert6-23/+19
2020-07-11[OpenMP][CUDA] Fix std::complex in GPU regionsJohannes Doerfert4-48/+76
2020-07-10[HIP] Fix rocm detectionYaxun (Sam) Liu17-123/+382
2020-07-10Summary: [clang] Provide a way for WhileStmt to report the location of its LP...Vy Nguyen11-19/+110
2020-07-10Fix build errorAkira Hatanaka1-1/+2
2020-07-10[CodeGen] Store the return value of the target function call to theAkira Hatanaka4-1/+57