summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-06remove -fpch-codegen and -fpch-debuginfo from Clang 12.0 release notesllvmorg-12.0.0-rc5llvmorg-12.0.0Luboš Luňák
2021-04-01[ORC][C-bindings] Fix some ORC C bindings function names and signatures.Lang Hames
2021-03-31[LoopVectorize] Refine hasIrregularType predicatellvmorg-12.0.0-rc4LemonBoy
2021-03-30[RISCV][MC] Fix nf encoding for vector ld/st whole registerShihPo Hung
2021-03-30[InstCombine] avoid creating an extra instruction in zext fold and possible i...Sanjay Patel
2021-03-30[InstCombine] add test for zext-of-icmps; NFCSanjay Patel
2021-03-30[X86][FastISel] Fix with.overflow eflags clobber (PR49587)Nikita Popov
2021-03-30[X86] Add test for PR49587 (NFC)Nikita Popov
2021-03-29[FastISel] Don't trivially kill extractvalues (PR49467)Nikita Popov
2021-03-29[OpenMP] Restore backwards compatibility for libomptargetJoseph Huber
2021-03-29[PowerPC] Fix infinite loop in peephole CR optimization (PR49509)Nikita Popov
2021-03-29[OpenMP] Fixed a crash in hidden helper threadShilei Tian
2021-03-29[SimplifyCFG] avoid sinking insts within an infinite-loopSanjay Patel
2021-03-29[Support] Fix 'keeping' temporary files on Windows 7Alexandre Ganea
2021-03-19[WoA][MSVC] Use default linker setting in MSVC-compatible driver [take 2]Maxim Kuvyrkov
2021-03-18[aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binaryMaxim Kuvyrkov
2021-03-16[OpenCL][Docs] Release notesAnastasia Stulova
2021-03-12[release][docs] List all cores Arm has added support for in LLVM 12.Amilendra Kodithuwakku
2021-03-12[release][docs] List all cores Arm has added support for in LLVM 12.Amilendra Kodithuwakku
2021-03-08[CMake][compiler-rt] Use copying instead of symlinking for LSE builtins on no...llvmorg-12.0.0-rc3Raul Tambre
2021-03-08[TargetLowering] Use HandleSDNodes to prevent nodes from being deleted by rec...Craig Topper
2021-03-08[LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the...Juneyoung Lee
2021-03-08[clang-tidy] Deprecate readability-deleted-default checkNathan James
2021-03-08[AArch64] Legalize horizontal fmax/fmin reductions on f16 vectorsLemonBoy
2021-03-05[OpenMP] Fixed a crash when offloading to x86_64 with target nowaitShilei Tian
2021-03-05[GlobalISel] Bail on G_PHI narrowing of odd types (PR48188)Nikita Popov
2021-03-05[OpenMP] Fix clang-cl build error regarding TSX intrinsicsPeyton, Jonathan L
2021-03-04[analyzer] Add 12.0.0 release notesKirstóf Umann
2021-03-02[DAGCombiner][X86] Don't peek through ANDs on the shift amount in matchRotate...Craig Topper
2021-03-02Revert "[c++20] Mark class type NTTPs as done and start defining the feature ...Richard Smith
2021-03-02[SimplifyCFG] avoid illegal phi with both poison and undefSanjay Patel
2021-03-02[InstCombine] avoid infinite loop in demanded bits for selectSanjay Patel
2021-03-02[OpenMP][NVPTX] Fixed a compilation error in deviceRTLs caused by unsupported...Shilei Tian
2021-03-01[AArch64][Docs] Release notes 12.x on outline atomicsPavel Iliin
2021-02-24ReleaseNotes: add lld/ELF notesFangrui Song
2021-02-23[libc++] Fix extern-templates.sh.cpp test on Linuxllvmorg-12.0.0-rc2Louis Dionne
2021-02-23[libc++] Fix extern template test failing on WindowsLouis Dionne
2021-02-23Fix test failures after a92ceea91116e7b95d23eff634507fa2cff86ef2Nikita Popov
2021-02-23Add auto-upgrade support for annotation intrinsicsAndy Kaylor
2021-02-23[12.0.0][llvm-symbolizer][test] Fix test broken after cherry-pickTom Stellard
2021-02-23[clang][CodeComplete] Ensure there are no crashes when completing with ParenL...Kadir Cetinkaya
2021-02-23[clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya
2021-02-22Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Tom Stellard
2021-02-22[JumpThreading] Clone noalias.scope.decl when threading blocksNikita Popov
2021-02-22clang-tidy: Disable cppcoreguidlines-prefer-member-initializer checkTom Stellard
2021-02-22[clangd] Release notes for 12.xSam McCall
2021-02-22[clangd] Fix windows buildbots after ecea7218fb9b994b26471e9877851cdb51a5f1d4Kadir Cetinkaya
2021-02-22[clangd] Treat paths case-insensitively depending on the platformKadir Cetinkaya
2021-02-22[clangd] Rename: merge index/AST refs path-insensitively where neededSam McCall
2021-02-22clang-extra: fix incorrect use of std::lock_guard by adding variable name (id...Conrad Poelman