aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2024-02-20[SCEV] Move canReuseInstruction() helper into SCEV (NFC)Nikita Popov3-63/+70
2024-02-20[SCEVExpander] Do not reuse disjoint or (#80281)Nikita Popov2-2/+10
2024-02-20[IndVars] Add tests for #79861 (NFC)Nikita Popov1-0/+104
2024-02-20[Serialization] Record whether the ODR is skipped (#82302)Chuanqi Xu5-10/+154
2024-02-20[llvm-objcopy] Add SystemZ support (#81841)Ulrich Weigand3-0/+15
2024-02-20[compiler-rt][profile] Fix InstrProfilingFile possible resource leak. (#81363)David CARLIER1-0/+3
2024-02-20[PowerPC] Mask constant operands in ValueBit tracking (#67653)Qiu Chaofan2-13/+156
2024-02-20[llvm-objdump] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82121)Frederic Cambus2-0/+6
2024-02-20[llvm-readobj] Add support for the PT_OPENBSD_SYSCALLS segment type. (#82122)Frederic Cambus2-117/+138
2024-02-20[OpenMP][AIX]Add assembly file containing microtasking routines and unnamed c...Xing Xue1-0/+410
2024-02-20[InstCombine] Fold gep of exact unsigned division (#82334)Nikita Popov2-7/+5
2024-02-20[InstCombine] Add unsigned variants of gep exact div tests (NFC)Nikita Popov1-0/+56
2024-02-19[RISCV] Check type is legal before combining mgather to vlse intrinsic (#81107)Luke Lau2-1/+449
2024-02-19[ValueTracking] Fix computeKnownFPClass for fpext (#81972)Yingwei Zheng3-3/+70
2024-02-19[Support/ELF] Add OpenBSD PT_OPENBSD_SYSCALLS constant.Frederic Cambus1-0/+1
2024-02-19[OpenMP][AIX] Set worker stack size to 2 x KMP_DEFAULT_STKSIZE if system stac...Xing Xue2-0/+9
2024-02-18[AIX] Add a dummy variable in the __llvm_orderfile section (#81968)Wael Yehia2-1/+10
2024-02-17Use container on Linux to run llvm-project-tests workflow (#81349) (#81807)Tom Stellard1-2/+8
2024-02-17[AArch64][GlobalISel] Fail legalization for unknown libcalls. (#81873)David Green2-0/+138
2024-02-16[lld/ELF] Avoid unnecessary TPOFF relocations in GOT for -pie (#81739)Ulrich Weigand2-1/+35
2024-02-16[lld] Fix test failures when running as root user (#81339)Tom Stellard7-7/+7
2024-02-16[libc++][modules] Re-add build dir CMakeLists.txt. (#81370)Mark de Wever3-0/+112
2024-02-16[SLP]Fix PR79229: Do not erase extractelement, if it used inAlexey Bataev2-1/+109
2024-02-16[SLP]Fix PR79229: Check that extractelement is used only in a single nodeAlexey Bataev2-1/+154
2024-02-16Backport [DAGCombine] Fix multi-use miscompile in load combine (#81586) (#81633)Nikita Popov2-1/+33
2024-02-16[LLD] [docs] Add more release notes for COFF and MinGW (#81977)Martin Storsjö1-3/+45
2024-02-16[lld][ELF] Support relax R_LARCH_ALIGN (#78692)Jinyang He8-35/+363
2024-02-16[18.x][Docs] Add release note about Clang-defined target OS macros (#80044)Zixu Wang1-0/+25
2024-02-16[lld] Add target support for SystemZ (s390x) (#75643)Ulrich Weigand36-10/+1959
2024-02-16[OpenMP][AIX]Define struct kmp_base_tas_lock with the order of two members sw...Xing Xue4-10/+20
2024-02-16[OpenMP][test]Flip bit-fields in 'struct flags' for big-endian in test cases ...Xing Xue4-16/+47
2024-02-16[LLD] [MinGW] Implement the --lto-emit-asm and -plugin-opt=emit-llvm options ...Martin Storsjö3-0/+16
2024-02-16[CFI][annotation] Leave alone function pointers in function annotations (#81673)yozhu2-2/+94
2024-02-16[AArch64] Only apply bool vector bitcast opt if result is scalar (#81256)Nikita Popov2-1/+30
2024-02-16[OpenMP] [cmake] Don't use -fno-semantic-interposition on Windows (#81113)Martin Storsjö1-1/+5
2024-02-16[RISCV] Make sure ADDI replacement in optimizeCondBranch has a virtual reg de...Craig Topper2-1/+70
2024-02-16[RISCV] Use APInt in useInversedSetcc to prevent crashes when mask is larger ...Craig Topper2-2/+53
2024-02-15[analyzer][docs] Admit that the cleanup attribute is not supported (#81834)Balazs Benics1-3/+0
2024-02-15MipsAsmParser/O32: Don't add redundant $ to $-prefixed symbol in the la macro...YunQiang Su3-3/+30
2024-02-15[PowerPC] Update V18.1.0 release notes (#81631)Maryam Moghadas2-0/+64
2024-02-15[AArch64][SME] Implement inline-asm clobbers for za/zt0 (#79276)Matthew Devereau5-1/+44
2024-02-15Revert "[RISCV] Recurse on first operand of two operand shuffles (#79180)" (#...Philip Reames6-347/+407
2024-02-15[clang-format] Don't remove parentheses in macro definitions (#81444)Owen Pan2-1/+3
2024-02-15[libc++][print] Moves is_terminal to the dylib. (#80464)Mark de Wever12-16/+40
2024-02-15[LLD] [docs] Add a release note for the SOURCE_DATE_EPOCH support (#81388)Martin Storsjö1-0/+5
2024-02-13[AArch64][GISel] Don't pointlessly lower G_TRUNC (#81479)Nikita Popov2-3/+26
2024-02-13[LLD] [test] Avoid printing timestamps past INT32_MAX with llvm-readobj (#81463)Martin Storsjö1-10/+19
2024-02-13[SPARC] Support reserving arbitrary general purpose registers (#74927)Koakuma14-2/+428
2024-02-13[mlir] Skip invalid test on big endian platform (s390x) (#80246)Kai Sasaki2-23/+27
2024-02-10[LLD] [COFF] Pick timestamps from the SOURCE_DATE_EPOCH variable (#81326)Martin Storsjö2-1/+27