summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [AArch64] Ampere1 does not support MTEPhilipp Tomsich2022-05-112-3/+2
* [AArch64] Support for Ampere1 corePhilipp Tomsich2022-05-1115-4/+1209
* [AArch64] Add native CPU detection for Ampere1Philipp Tomsich2022-05-112-0/+10
* [IPSCCP] Support unfeasible default dests for switch.Florian Hahn2022-05-112-7/+166
* [InstCombine] Fix scalable-vector bitwise select matchingFraser Cormack2022-05-112-1/+36
* [InstCombine] add scalable vector test for logical select; NFCSanjay Patel2022-05-111-0/+19
* [HIP] Fix HIP include pathYaxun (Sam) Liu2022-05-113-9/+9
* Fix test for c7ee0b8bda8b32a800bc01e9151b364446a6e1b1Brad Smith2022-05-111-3/+0
* [Clang] Fix the guaranteed alignment of memory returned by malloc/new on OpenBSDMark Kettenis2022-05-114-3/+12
* [Driver][Linux] Remove D.Dir+"/../lib" from default search paths for LLVM_ENA...Fangrui Song2022-05-112-13/+5
* [MC][ELF] Improve st_size propagation ruleFangrui Song2022-05-112-5/+24
* [MC][test] Improve offset.sFangrui Song2022-05-111-111/+46
* Bump version to 14.0.4Tom Stellard2022-05-118-9/+9
* [libc++abi] Remove XFAIL on arm64Louis Dionne2022-05-101-3/+0
* Bump version to 14.0.3llvmorg-14.0.3Tom Stellard2022-04-288-9/+9
* workflows: Add a test to ensure that the LLVM version is correctTom Stellard2022-04-282-0/+58
* [RISCV] Fix crash for section alignment with .option norvcllvmorg-14.0.2Luís Marques2022-04-253-3/+21
* [asan] Always skip first object from dl_iterate_phdrMichael Forney2022-04-251-18/+12
* [RISCV] Don't emit fractional VIDs with negative stepsFraser Cormack2022-04-252-8/+9
* [RISCV] Add another test showing incorrect BUILD_VECTOR loweringFraser Cormack2022-04-251-0/+15
* [RISCV] Fix lowering of BUILD_VECTORs as VID sequencesFraser Cormack2022-04-252-35/+44
* [RISCV] Add tests showing incorrect BUILD_VECTOR loweringFraser Cormack2022-04-251-0/+21
* [llvm-mt] Add support /notify_updateAlex Brachet2022-04-253-2/+41
* [RISCV] Only try LUI+SH*ADD+ADDI for int materialization if LUI+ADDI+SH*ADD f...Craig Topper2022-04-252-26/+64
* [ELF] --emit-relocs: fix missing STT_SECTION when the first input section is ...Fangrui Song2022-04-252-17/+78