summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Bump version to 14.0.6llvmorg-14.0.6release/14.xTom Stellard2022-06-228-9/+9
* [clang][AVR] Implement standard calling convention for AVR and AVRTinyBen Shi2022-06-221-278/+278
* [AVR] Add more devicesBen Shi2022-06-224-2/+50
* [MC][AArch64] Enable '+v8a' when nothing specified for MCSubtargetInfollvmorg-14.0.5CHIANG, YU-HSUN (Tommy Chiang, oToToT)2022-06-106-4/+48
* [analyzer] Fix null pointer deref in CastValueCheckerVince Bridgers2022-06-093-21/+50
* PR45879: Fix assert when constant evaluating union assignment.Richard Smith2022-06-092-3/+35
* [clang-tidy] `bugprone-use-after-move`: Fix handling of moves in lambda capturesMartin Boehme2022-06-093-1/+14
* [clang-format] Fix SpacesInLineCommentPrefix deleting tokens.Marek Kurdej2022-06-092-10/+14
* [clang-format] Fix PointerAlignment: Right not working with tab indentation.Marek Kurdej2022-06-092-0/+36
* [LoopIdiom] Merge TBAA of adjacent stores when creating memsetStephen Long2022-06-082-0/+49
* [MIPS] Address instruction selection failure for abs.[sd]Simon Dardis2022-06-074-9/+379
* [LoopIdiom] Fix bailout for aliasing in memcpy transform.Eli Friedman2022-06-072-17/+53
* [ARM] Fix MVE getShuffleCost legalized type checkDavid Green2022-06-072-1/+8
* [Support] Add missing <cstdint> header to Base64.hSergei Trofimovich2022-06-071-0/+1
* [Support] Add missing <cstdint> header to Signals.hSergei Trofimovich2022-06-071-0/+1
* compiler-rt: Allow build without __c11_atomic_fetch_nandBrooks Davis2022-06-071-0/+3
* [clang-tidy] Fix #55134 (regression introduced by 5da7c04)Salman Javed2022-06-033-3/+24
* [Local] Don't remove invoke of non-willreturn functionNikita Popov2022-06-032-1/+2
* [SimplifyCFG] Add test for invoke of nounwind non-willreturn function (NFC)Nikita Popov2022-06-031-11/+32
* [OpenMP] Fix partial unrolling off-by-one.Michael Kruse2022-06-029-22/+22
* [clang][CUDA][Windows] Fix compilation error on Windows with `uint32_t __nvvm...Evgeny Mankov2022-06-021-1/+1
* [clang] Fix some clang->llvm type cache invalidation issuesArthur Eubanks2022-06-026-15/+102
* [clang][AVR] Implement standard calling convention for AVR and AVRTinyBen Shi2022-06-025-39/+263
* [PowerPC] Treat llvm.fmuladd intrinsic as using CTRQiu Chaofan2022-06-022-3/+137
* Bump version to 14.0.5Tom Stellard2022-05-248-9/+9
* [CUDA][HIP] Externalize kernels with internal linkagellvmorg-14.0.4Yaxun (Sam) Liu2022-05-246-30/+91
* [CUDA][HIP] Externalize kernels in anonymous name spaceYaxun (Sam) Liu2022-05-246-15/+43
* AST: Move __va_list tag back to std conditionally on AArch64.Peter Collingbourne2022-05-245-139/+162
* AST: Make getEffectiveDeclContext() a member function of ItaniumMangleContext...Peter Collingbourne2022-05-241-78/+94
* [clang][NFC] Remove IgnoreLinkageSpecDeclsNathan Sidwell2022-05-241-14/+5
* [clang][NFC] Standard substitution checking cleanupNathan Sidwell2022-05-241-41/+34
* [AVR] Generate 'rcall' instead of 'call' on avr2 and avr25Ben Shi2022-05-242-31/+61
* [AVR] Fix incorrect calling convention for varargs functionsBen Shi2022-05-244-3/+277
* [SystemZ] Bugfix for symbolic displacements.Jonas Paulsson2022-05-242-2/+12
* [libc++][CI] added XFAIL LIBCXX-AIX-FIXME to new runnning test cases after in...zhijian2022-05-2424-2/+23
* [libc++] Always enable the ranges conceptsNikolas Klauser2022-05-248-14/+5
* [ELF][ARM] Fix unneeded thunk for branches to hidden undefined weakFangrui Song2022-05-202-3/+13
* Fix crash getting name of a template declTom Eccles2022-05-192-2/+17
* [OpenMP] Fix library path missing when using OpenMPJoseph Huber2022-05-193-0/+20
* [ELF][AArch64] Fix unneeded thunk for branches to hidden undefined weakFangrui Song2022-05-193-4/+16
* [ELF] Ignore --no-add-neededFangrui Song2022-05-182-0/+2
* [BOLT] Compact legacy profilesYi Kong2022-05-181-1/+18
* [CodeGen] Use ABI alignment for C++ new expressionsDaniel Bertalan2022-05-182-1/+13
* [compiler-rt] Add NO_EXEC_STACK_DIRECTIVE on s390xTimm Bäder2022-05-181-0/+2
* [GlobalIsel] Fix fallback if stack protector isn't supported.Eli Friedman2022-05-182-1/+44
* [Driver][Solaris] -r: imply -nostdlib like GCCBrad Smith2022-05-182-4/+18
* [Driver][Ananas] -r: imply -nostdlib like GCCBrad Smith2022-05-182-5/+16
* [cmake] Increase -fms-compatibility-version in Windows toolchain fileShoaib Meenai2022-05-181-1/+1
* [SystemZ] Bugfix in SystemZTargetLowering::combineINT_TO_FP()Jonas Paulsson2022-05-182-6/+43
* [X86] combineX86ShuffleChain - don't fold to truncate(concat(V1,V2)) if it wa...Simon Pilgrim2022-05-182-1/+49