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