aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-06-22Bump version to 14.0.6llvmorg-14.0.6release/14.xTom Stellard8-9/+9
2022-06-22[clang][AVR] Implement standard calling convention for AVR and AVRTinyBen Shi1-278/+278
2022-06-22[AVR] Add more devicesBen Shi4-2/+50
2022-06-10[MC][AArch64] Enable '+v8a' when nothing specified for MCSubtargetInfollvmorg-14.0.5CHIANG, YU-HSUN (Tommy Chiang, oToToT)6-4/+48
2022-06-09[analyzer] Fix null pointer deref in CastValueCheckerVince Bridgers3-21/+50
2022-06-09PR45879: Fix assert when constant evaluating union assignment.Richard Smith2-3/+35
2022-06-09[clang-tidy] `bugprone-use-after-move`: Fix handling of moves in lambda capturesMartin Boehme3-1/+14
2022-06-09[clang-format] Fix SpacesInLineCommentPrefix deleting tokens.Marek Kurdej2-10/+14
2022-06-09[clang-format] Fix PointerAlignment: Right not working with tab indentation.Marek Kurdej2-0/+36
2022-06-08[LoopIdiom] Merge TBAA of adjacent stores when creating memsetStephen Long2-0/+49
2022-06-07[MIPS] Address instruction selection failure for abs.[sd]Simon Dardis4-9/+379
2022-06-07[LoopIdiom] Fix bailout for aliasing in memcpy transform.Eli Friedman2-17/+53
2022-06-07[ARM] Fix MVE getShuffleCost legalized type checkDavid Green2-1/+8
2022-06-07[Support] Add missing <cstdint> header to Base64.hSergei Trofimovich1-0/+1
2022-06-07[Support] Add missing <cstdint> header to Signals.hSergei Trofimovich1-0/+1
2022-06-07compiler-rt: Allow build without __c11_atomic_fetch_nandBrooks Davis1-0/+3
2022-06-03[clang-tidy] Fix #55134 (regression introduced by 5da7c04)Salman Javed3-3/+24
2022-06-03[Local] Don't remove invoke of non-willreturn functionNikita Popov2-1/+2
2022-06-03[SimplifyCFG] Add test for invoke of nounwind non-willreturn function (NFC)Nikita Popov1-11/+32
2022-06-02[OpenMP] Fix partial unrolling off-by-one.Michael Kruse9-22/+22
2022-06-02[clang][CUDA][Windows] Fix compilation error on Windows with `uint32_t __nvvm...Evgeny Mankov1-1/+1
2022-06-02[clang] Fix some clang->llvm type cache invalidation issuesArthur Eubanks6-15/+102
2022-06-02[clang][AVR] Implement standard calling convention for AVR and AVRTinyBen Shi5-39/+263
2022-06-02[PowerPC] Treat llvm.fmuladd intrinsic as using CTRQiu Chaofan2-3/+137
2022-05-24Bump version to 14.0.5Tom Stellard8-9/+9
2022-05-24[CUDA][HIP] Externalize kernels with internal linkagellvmorg-14.0.4Yaxun (Sam) Liu6-30/+91
2022-05-24[CUDA][HIP] Externalize kernels in anonymous name spaceYaxun (Sam) Liu6-15/+43
2022-05-24AST: Move __va_list tag back to std conditionally on AArch64.Peter Collingbourne5-139/+162
2022-05-24AST: Make getEffectiveDeclContext() a member function of ItaniumMangleContext...Peter Collingbourne1-78/+94
2022-05-24[clang][NFC] Remove IgnoreLinkageSpecDeclsNathan Sidwell1-14/+5
2022-05-24[clang][NFC] Standard substitution checking cleanupNathan Sidwell1-41/+34
2022-05-24[AVR] Generate 'rcall' instead of 'call' on avr2 and avr25Ben Shi2-31/+61
2022-05-24[AVR] Fix incorrect calling convention for varargs functionsBen Shi4-3/+277
2022-05-24[SystemZ] Bugfix for symbolic displacements.Jonas Paulsson2-2/+12
2022-05-24[libc++][CI] added XFAIL LIBCXX-AIX-FIXME to new runnning test cases after in...zhijian24-2/+23
2022-05-24[libc++] Always enable the ranges conceptsNikolas Klauser8-14/+5
2022-05-20[ELF][ARM] Fix unneeded thunk for branches to hidden undefined weakFangrui Song2-3/+13
2022-05-19Fix crash getting name of a template declTom Eccles2-2/+17
2022-05-19[OpenMP] Fix library path missing when using OpenMPJoseph Huber3-0/+20
2022-05-19[ELF][AArch64] Fix unneeded thunk for branches to hidden undefined weakFangrui Song3-4/+16
2022-05-18[ELF] Ignore --no-add-neededFangrui Song2-0/+2
2022-05-18[BOLT] Compact legacy profilesYi Kong1-1/+18
2022-05-18[CodeGen] Use ABI alignment for C++ new expressionsDaniel Bertalan2-1/+13
2022-05-18[compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390xTimm Bäder1-0/+2
2022-05-18[GlobalIsel] Fix fallback if stack protector isn't supported.Eli Friedman2-1/+44
2022-05-18[Driver][Solaris] -r: imply -nostdlib like GCCBrad Smith2-4/+18
2022-05-18[Driver][Ananas] -r: imply -nostdlib like GCCBrad Smith2-5/+16
2022-05-18[cmake] Increase -fms-compatibility-version in Windows toolchain fileShoaib Meenai1-1/+1
2022-05-18[SystemZ] Bugfix in SystemZTargetLowering::combineINT_TO_FP()Jonas Paulsson2-6/+43
2022-05-18[X86] combineX86ShuffleChain - don't fold to truncate(concat(V1,V2)) if it wa...Simon Pilgrim2-1/+49