summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* remove -fpch-codegen and -fpch-debuginfo from Clang 12.0 release notesllvmorg-12.0.0-rc5llvmorg-12.0.0Luboš Luňák2021-04-061-25/+0
* [ORC][C-bindings] Fix some ORC C bindings function names and signatures.Lang Hames2021-04-012-4/+5
* [LoopVectorize] Refine hasIrregularType predicatellvmorg-12.0.0-rc4LemonBoy2021-03-312-15/+34
* [RISCV][MC] Fix nf encoding for vector ld/st whole registerShihPo Hung2021-03-304-56/+56
* [InstCombine] avoid creating an extra instruction in zext fold and possible i...Sanjay Patel2021-03-302-6/+53
* [InstCombine] add test for zext-of-icmps; NFCSanjay Patel2021-03-301-0/+20
* [X86][FastISel] Fix with.overflow eflags clobber (PR49587)Nikita Popov2021-03-302-2/+11
* [X86] Add test for PR49587 (NFC)Nikita Popov2021-03-301-0/+32
* [FastISel] Don't trivially kill extractvalues (PR49467)Nikita Popov2021-03-293-4/+38
* [OpenMP] Restore backwards compatibility for libomptargetJoseph Huber2021-03-2916-30/+38
* [PowerPC] Fix infinite loop in peephole CR optimization (PR49509)Nikita Popov2021-03-292-0/+87
* [OpenMP] Fixed a crash in hidden helper threadShilei Tian2021-03-294-4/+94
* [SimplifyCFG] avoid sinking insts within an infinite-loopSanjay Patel2021-03-292-7/+61
* [Support] Fix 'keeping' temporary files on Windows 7Alexandre Ganea2021-03-291-5/+19
* [WoA][MSVC] Use default linker setting in MSVC-compatible driver [take 2]Maxim Kuvyrkov2021-03-197-23/+27
* [aarch64][WOA64][docs] Release note for WoA-hosted LLVM 12 binaryMaxim Kuvyrkov2021-03-181-0/+7
* [OpenCL][Docs] Release notesAnastasia Stulova2021-03-161-4/+32
* [release][docs] List all cores Arm has added support for in LLVM 12.Amilendra Kodithuwakku2021-03-121-0/+1
* [release][docs] List all cores Arm has added support for in LLVM 12.Amilendra Kodithuwakku2021-03-121-0/+9
* [CMake][compiler-rt] Use copying instead of symlinking for LSE builtins on no...llvmorg-12.0.0-rc3Raul Tambre2021-03-081-1/+7
* [TargetLowering] Use HandleSDNodes to prevent nodes from being deleted by rec...Craig Topper2021-03-082-0/+84
* [LoopVectorize] Fix VPRecipeBuilder::createEdgeMask to correctly generate the...Juneyoung Lee2021-03-0810-42/+93
* [clang-tidy] Deprecate readability-deleted-default checkNathan James2021-03-082-17/+13
* [AArch64] Legalize horizontal fmax/fmin reductions on f16 vectorsLemonBoy2021-03-083-5/+126
* [OpenMP] Fixed a crash when offloading to x86_64 with target nowaitShilei Tian2021-03-052-1/+150
* [GlobalISel] Bail on G_PHI narrowing of odd types (PR48188)Nikita Popov2021-03-052-0/+32
* [OpenMP] Fix clang-cl build error regarding TSX intrinsicsPeyton, Jonathan L2021-03-051-0/+5
* [analyzer] Add 12.0.0 release notesKirstóf Umann2021-03-042-1/+34
* [DAGCombiner][X86] Don't peek through ANDs on the shift amount in matchRotate...Craig Topper2021-03-022-19/+40
* Revert "[c++20] Mark class type NTTPs as done and start defining the feature ...relese/12.xRichard Smith2021-03-022-2/+3
* [SimplifyCFG] avoid illegal phi with both poison and undefSanjay Patel2021-03-022-1/+223
* [InstCombine] avoid infinite loop in demanded bits for selectSanjay Patel2021-03-022-2/+44
* [OpenMP][NVPTX] Fixed a compilation error in deviceRTLs caused by unsupported...Shilei Tian2021-03-021-1/+1
* [AArch64][Docs] Release notes 12.x on outline atomicsPavel Iliin2021-03-011-0/+9
* ReleaseNotes: add lld/ELF notesFangrui Song2021-02-241-2/+66
* [libc++] Fix extern-templates.sh.cpp test on Linuxllvmorg-12.0.0-rc2Louis Dionne2021-02-231-1/+1
* [libc++] Fix extern template test failing on WindowsLouis Dionne2021-02-231-1/+1
* Fix test failures after a92ceea91116e7b95d23eff634507fa2cff86ef2Nikita Popov2021-02-233-10/+10
* Add auto-upgrade support for annotation intrinsicsAndy Kaylor2021-02-235-0/+102
* [12.0.0][llvm-symbolizer][test] Fix test broken after cherry-pickTom Stellard2021-02-231-4/+4
* [clang][CodeComplete] Ensure there are no crashes when completing with ParenL...Kadir Cetinkaya2021-02-231-14/+17
* [clang][CodeComplete] Fix crash on ParenListExprsKadir Cetinkaya2021-02-234-2/+30
* Revert "[llvm-cov] reset executation count to 0 after wrapped segment"Tom Stellard2021-02-224-5/+4
* [JumpThreading] Clone noalias.scope.decl when threading blocksNikita Popov2021-02-224-0/+88
* clang-tidy: Disable cppcoreguidlines-prefer-member-initializer checkTom Stellard2021-02-229-951/+0
* [clangd] Release notes for 12.xSam McCall2021-02-221-0/+169
* [clangd] Fix windows buildbots after ecea7218fb9b994b26471e9877851cdb51a5f1d4Kadir Cetinkaya2021-02-222-12/+13
* [clangd] Treat paths case-insensitively depending on the platformKadir Cetinkaya2021-02-227-20/+124
* [clangd] Rename: merge index/AST refs path-insensitively where neededSam McCall2021-02-226-16/+85
* clang-extra: fix incorrect use of std::lock_guard by adding variable name (id...Conrad Poelman2021-02-221-1/+1