aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2022-03-01[MIPS] Recognize DT_MIPS_XHASH dynamic table tagllvmorg-14.0.0-rc2Simon Atanasyan5-2/+15
2022-03-01Revert "[BPF] Fix a BTF type pruning bug"Tom Stellard2-110/+7
2022-03-01[BPF] Fix a BTF type pruning bugYonghong Song2-7/+110
2022-03-01[SLP] Don't try to vectorize pair with insertelementAnton Afanasyev2-17/+140
2022-03-01[fir] Fix FlangOptimizerTests link on SolarisRainer Orth1-0/+6
2022-03-01[X86ISelLowering] permit BlockAddressSDNode "i" constraints for PICNick Desaulniers2-2/+41
2022-03-01[Mangler] Mangle aliases to fastcall/vectorcall functions correctlyAmanieu d'Antras2-1/+5
2022-03-01[AArch64][SME] Remove term 'streaming-sve' from assembler diagnostics.Sander de Smalen498-5791/+5791
2022-03-01[Attributor][FIX] Pipe UsedAssumedInformation through more interfacesJohannes Doerfert5-84/+143
2022-03-01[libcxx] Add an explicit option to build against system-libcxxabiMichał Górny3-1/+7
2022-02-28[llvm] [cmake] Fix finding modern ounit2Michał Górny1-1/+6
2022-02-28[libunwind] Further fix for 32-bit PowerPC processors without AltiVecGeorge Koehler1-0/+2
2022-02-28[compiler-rt] Force ABI to libcxxabi when building cxustom libc++Dimitry Andric1-0/+1
2022-02-28[Driver][DragonFly] -r: imply -nostdlib like GCCBrad Smith2-4/+12
2022-02-28[Driver][NetBSD] -r: imply -nostdlib like GCCBrad Smith2-3/+14
2022-02-28[mlir-tblgen] Fix non-deterministic generating static verifier in DRR.Chia-hung Duan3-6/+6
2022-02-28[RISCV] Fix parseBareSymbol to not double-parse top-level operatorsJessica Clarke2-0/+8
2022-02-28[OpenMP] Use executable path when searching for lldJoseph Huber1-10/+12
2022-02-28[OpenMP] Add search path for llvm-stripKelvin Li1-1/+7
2022-02-28[DSE] Fall back to CFG scan for unreachable terminators.Florian Hahn2-5/+156
2022-02-28[DSE] Extract a common PDT check (NFC)Nikita Popov1-41/+36
2022-02-28[RISCV] Avoid infinite loop between DAGCombiner::visitMUL and RISCVISelLoweri...Alex Bradbury2-0/+18
2022-02-28[libunwind] Only include cet.h if __CET__ definedNikita Popov1-1/+1
2022-02-28Fix warning introduced by 47eff645d8e873ba531014751c1c06a716a367e9David Sherwood1-1/+1
2022-02-28[InstCombine] Bail out of load-store forwarding for scalable vector typesDavid Sherwood2-3/+175
2022-02-28[SLP] Fix assert from non-constant index in insertelementBrendon Cahoon2-30/+63
2022-02-28[Driver][OpenBSD] Enable unwind tables on all architecturesTodd Mortimer2-0/+11
2022-02-28[clang][ASTReader] Fix memory leak while reading FriendTemplateDeclsKadir Cetinkaya1-1/+1
2022-02-28[clang][SemaTemplate] Fix a stack use after scopeKadir Cetinkaya3-4/+20
2022-02-28[libc++] Fix double file closing in `std::filesystem::remove_all()`.Konstantin Varlamov1-1/+3
2022-02-26[ELF][X86] Don't create IBT .plt if there is no PLT entryJoao Moreira4-3/+17
2022-02-25[libunwind][test] remember_state_leak.pass.sh.s: link with -no-pieFangrui Song1-1/+1
2022-02-25[clang] [test] Skip hip-fpie-option.hip if default-pieMichał Górny1-0/+1
2022-02-25[ELF] Support some absolute/PC-relative relocation types for REL formatFangrui Song4-0/+55
2022-02-25[clang-tidy] Fix `readability-suspicious-call-argument` crash for arguments w...Whisperity3-10/+48
2022-02-25[Docs] Added note about LLDB Win/Arm64 binary releaseMuhammad Omair Javaid1-0/+3
2022-02-25[asan][test] asan_prelink_test.cpp: use -fno-pie -no-pieFangrui Song1-1/+1
2022-02-25[Driver][test] Remove soon irrelevant pie testsFangrui Song1-22/+0
2022-02-25[Driver][test] Make hexagon-toolchain-elf.c work with CLANG_DEFAULT_PIE_ON_LI...Fangrui Song1-3/+3
2022-02-25[clang][test] Make mips-vector-return.c work with CLANG_DEFAULT_PIE_ON_LINUX=onFangrui Song1-8/+8
2022-02-25[MIPS] Add `-no-pie` option to the clang driver's tests depend on itSimon Atanasyan5-148/+150
2022-02-22[Driver] Use libatomic for 32-bit SPARC atomics supportRainer Orth4-1/+14
2022-02-22[mlir][sparse] Rename index_t to index_type againRainer Orth2-27/+28
2022-02-22[AArch64][SVE] Fix selection failure during lowering of shuffle_vectorBradley Smith2-2/+24
2022-02-22Fix incorrect TypeSize->uint64_t cast in InductionDescriptor::isInductionPHIDavid Sherwood2-2/+47
2022-02-22[SVE][CodeGen] Bail out for scalable vectors in AArch64TargetLowering::Recons...David Sherwood3-7/+145
2022-02-22[AArch64][SVE] Fix selection failure caused by fp/int convert using non-Neon ...Bradley Smith2-2/+29
2022-02-22[AArch64][SVE] Add structured load/store opcodes to getMemOpInfoKerry McLaughlin4-0/+614
2022-02-22[llvm-objcopy][COFF] Fix section name encodingNicolas Miller4-7/+112
2022-02-22[COFF] Move section name encoding into BinaryFormatNicolas Miller4-39/+64