aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-03-31[LoopVectorize] Refine hasIrregularType predicatellvmorg-12.0.0-rc4LemonBoy2-15/+34
2021-03-30[RISCV][MC] Fix nf encoding for vector ld/st whole registerShihPo Hung4-56/+56
2021-03-30[InstCombine] avoid creating an extra instruction in zext fold and possible i...Sanjay Patel2-6/+53
2021-03-30[InstCombine] add test for zext-of-icmps; NFCSanjay Patel1-0/+20
2021-03-30[X86][FastISel] Fix with.overflow eflags clobber (PR49587)Nikita Popov2-2/+11
2021-03-30[X86] Add test for PR49587 (NFC)Nikita Popov1-0/+32
2021-03-29[FastISel] Don't trivially kill extractvalues (PR49467)Nikita Popov3-4/+38
2021-03-29[OpenMP] Restore backwards compatibility for libomptargetJoseph Huber16-30/+38
2021-03-29[PowerPC] Fix infinite loop in peephole CR optimization (PR49509)Nikita Popov2-0/+87
2021-03-29[OpenMP] Fixed a crash in hidden helper threadShilei Tian4-4/+94
2021-03-29[SimplifyCFG] avoid sinking insts within an infinite-loopSanjay Patel2-7/+61
2021-03-29[Support] Fix 'keeping' temporary files on Windows 7Alexandre Ganea1-5/+19
2021-03-19[WoA][MSVC] Use default linker setting in MSVC-compatible driver [take 2]Maxim Kuvyrkov7-23/+27
2021-03-18[aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binaryMaxim Kuvyrkov1-0/+7
2021-03-16[OpenCL][Docs] Release notesAnastasia Stulova1-4/+32
2021-03-12[release][docs] List all cores Arm has added support for in LLVM 12.Amilendra Kodithuwakku1-0/+1
2021-03-12[release][docs] List all cores Arm has added support for in LLVM 12.Amilendra Kodithuwakku1-0/+9
2021-03-08[CMake][compiler-rt] Use copying instead of symlinking for LSE builtins on no...llvmorg-12.0.0-rc3Raul Tambre1-1/+7
2021-03-08[TargetLowering] Use HandleSDNodes to prevent nodes from being deleted by rec...Craig Topper2-0/+84
2021-03-08[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the...Juneyoung Lee10-42/+93
2021-03-08[clang-tidy] Deprecate readability-deleted-default checkNathan James2-17/+13
2021-03-08[AArch64] Legalize horizontal fmax/fmin reductions on f16 vectorsLemonBoy3-5/+126
2021-03-05[OpenMP] Fixed a crash when offloading to x86_64 with target nowaitShilei Tian2-1/+150
2021-03-05[GlobalISel] Bail on G_PHI narrowing of odd types (PR48188)Nikita Popov2-0/+32
2021-03-05[OpenMP] Fix clang-cl build error regarding TSX intrinsicsPeyton, Jonathan L1-0/+5
2021-03-04[analyzer] Add 12.0.0 release notesKirstóf Umann2-1/+34
2021-03-02[DAGCombiner][X86] Don't peek through ANDs on the shift amount in matchRotate...Craig Topper2-19/+40
2021-03-02Revert "[c++20] Mark class type NTTPs as done and start defining the feature ...Richard Smith2-2/+3
2021-03-02[SimplifyCFG] avoid illegal phi with both poison and undefSanjay Patel2-1/+223
2021-03-02[InstCombine] avoid infinite loop in demanded bits for selectSanjay Patel2-2/+44
2021-03-02[OpenMP][NVPTX] Fixed a compilation error in deviceRTLs caused by unsupported...Shilei Tian1-1/+1
2021-03-01[AArch64][Docs] Release notes 12.x on outline atomicsPavel Iliin1-0/+9
2021-02-24ReleaseNotes: add lld/ELF notesFangrui Song1-2/+66
2021-02-23[libc++] Fix extern-templates.sh.cpp test on Linuxllvmorg-12.0.0-rc2Louis Dionne1-1/+1
2021-02-23[libc++] Fix extern template test failing on WindowsLouis Dionne1-1/+1
2021-02-23Fix test failures after a92ceea91116e7b95d23eff634507fa2cff86ef2Nikita Popov3-10/+10
2021-02-23Add auto-upgrade support for annotation intrinsicsAndy Kaylor5-0/+102
2021-02-23[12.0.0][llvm-symbolizer][test] Fix test broken after cherry-pickTom Stellard1-4/+4
2021-02-23[clang][CodeComplete] Ensure there are no crashes when completing with ParenL...Kadir Cetinkaya1-14/+17
2021-02-23[clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya4-2/+30
2021-02-22Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Tom Stellard4-5/+4
2021-02-22[JumpThreading] Clone noalias.scope.decl when threading blocksNikita Popov4-0/+88
2021-02-22clang-tidy: Disable cppcoreguidlines-prefer-member-initializer checkTom Stellard9-951/+0
2021-02-22[clangd] Release notes for 12.xSam McCall1-0/+169
2021-02-22[clangd] Fix windows buildbots after ecea7218fb9b994b26471e9877851cdb51a5f1d4Kadir Cetinkaya2-12/+13
2021-02-22[clangd] Treat paths case-insensitively depending on the platformKadir Cetinkaya7-20/+124
2021-02-22[clangd] Rename: merge index/AST refs path-insensitively where neededSam McCall6-16/+85
2021-02-22clang-extra: fix incorrect use of std::lock_guard by adding variable name (id...Conrad Poelman1-1/+1
2021-02-22[clang][Driver][OpenBSD] libcxx also requires pthreadBrad Smith2-2/+3
2021-02-22[Analysis][LoopVectorize] do not form reductions of pointersSanjay Patel2-1/+44