aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-06-22Bump version to 14.0.6linaro-local/ci/tcwg_bmk_llvm_sq/llvm-release-aarch64-spec2k6-Oslinaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-arm-spec2k6-Os_LTOlinaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-arm-spec2k6-Oslinaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-Oz_LTOlinaro-local/ci/tcwg_bmk_llvm_apm/llvm-release-aarch64-spec2k6-OsTom Stellard
2022-06-22[clang][AVR] Implement standard calling convention for AVR and AVRTinyBen Shi
2022-06-22[AVR] Add more devicesBen Shi
2022-06-10[MC][AArch64] Enable '+v8a' when nothing specified for MCSubtargetInfoCHIANG, YU-HSUN (Tommy Chiang, oToToT)
2022-06-09[analyzer] Fix null pointer deref in CastValueCheckerVince Bridgers
2022-06-09PR45879: Fix assert when constant evaluating union assignment.Richard Smith
2022-06-09[clang-tidy] `bugprone-use-after-move`: Fix handling of moves in lambda capturesMartin Boehme
2022-06-09[clang-format] Fix SpacesInLineCommentPrefix deleting tokens.Marek Kurdej
2022-06-09[clang-format] Fix PointerAlignment: Right not working with tab indentation.Marek Kurdej
2022-06-08[LoopIdiom] Merge TBAA of adjacent stores when creating memsetStephen Long
2022-06-07[MIPS] Address instruction selection failure for abs.[sd]Simon Dardis
2022-06-07[LoopIdiom] Fix bailout for aliasing in memcpy transform.Eli Friedman
2022-06-07[ARM] Fix MVE getShuffleCost legalized type checkDavid Green
2022-06-07[Support] Add missing <cstdint> header to Base64.hSergei Trofimovich
2022-06-07[Support] Add missing <cstdint> header to Signals.hSergei Trofimovich
2022-06-07compiler-rt: Allow build without __c11_atomic_fetch_nandBrooks Davis
2022-06-03[clang-tidy] Fix #55134 (regression introduced by 5da7c04)Salman Javed
2022-06-03[Local] Don't remove invoke of non-willreturn functionNikita Popov
2022-06-03[SimplifyCFG] Add test for invoke of nounwind non-willreturn function (NFC)Nikita Popov
2022-06-02[OpenMP] Fix partial unrolling off-by-one.Michael Kruse
2022-06-02[clang][CUDA][Windows] Fix compilation error on Windows with `uint32_t __nvvm...Evgeny Mankov
2022-06-02[clang] Fix some clang->llvm type cache invalidation issuesArthur Eubanks
2022-06-02[clang][AVR] Implement standard calling convention for AVR and AVRTinyBen Shi
2022-06-02[PowerPC] Treat llvm.fmuladd intrinsic as using CTRQiu Chaofan
2022-05-24Bump version to 14.0.5Tom Stellard
2022-05-24[CUDA][HIP] Externalize kernels with internal linkageYaxun (Sam) Liu
2022-05-24[CUDA][HIP] Externalize kernels in anonymous name spaceYaxun (Sam) Liu
2022-05-24AST: Move __va_list tag back to std conditionally on AArch64.Peter Collingbourne
2022-05-24AST: Make getEffectiveDeclContext() a member function of ItaniumMangleContext...Peter Collingbourne
2022-05-24[clang][NFC] Remove IgnoreLinkageSpecDeclsNathan Sidwell
2022-05-24[clang][NFC] Standard substitution checking cleanupNathan Sidwell
2022-05-24[AVR] Generate 'rcall' instead of 'call' on avr2 and avr25Ben Shi
2022-05-24[AVR] Fix incorrect calling convention for varargs functionsBen Shi
2022-05-24[SystemZ] Bugfix for symbolic displacements.Jonas Paulsson
2022-05-24[libc++][CI] added XFAIL LIBCXX-AIX-FIXME to new runnning test cases after in...zhijian
2022-05-24[libc++] Always enable the ranges conceptsNikolas Klauser
2022-05-20[ELF][ARM] Fix unneeded thunk for branches to hidden undefined weakFangrui Song
2022-05-19Fix crash getting name of a template declTom Eccles
2022-05-19[OpenMP] Fix library path missing when using OpenMPJoseph Huber
2022-05-19[ELF][AArch64] Fix unneeded thunk for branches to hidden undefined weakFangrui Song
2022-05-18[ELF] Ignore --no-add-neededFangrui Song
2022-05-18[BOLT] Compact legacy profilesYi Kong
2022-05-18[CodeGen] Use ABI alignment for C++ new expressionsDaniel Bertalan
2022-05-18[compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390xTimm Bäder
2022-05-18[GlobalIsel] Fix fallback if stack protector isn't supported.Eli Friedman
2022-05-18[Driver][Solaris] -r: imply -nostdlib like GCCBrad Smith
2022-05-18[Driver][Ananas] -r: imply -nostdlib like GCCBrad Smith
2022-05-18[cmake] Increase -fms-compatibility-version in Windows toolchain fileShoaib Meenai
2022-05-18[SystemZ] Bugfix in SystemZTargetLowering::combineINT_TO_FP()Jonas Paulsson
2022-05-18[X86] combineX86ShuffleChain - don't fold to truncate(concat(V1,V2)) if it wa...Simon Pilgrim