summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [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
* [clang][Driver][OpenBSD] libcxx also requires pthreadBrad Smith2021-02-222-2/+3
* [Analysis][LoopVectorize] do not form reductions of pointersSanjay Patel2021-02-222-1/+44
* Avoid use of stack allocations in asynchronous callsJohannes Doerfert2021-02-192-3/+22
* [llvm-objdump] --source: drop the warning when there is no debug infoFangrui Song2021-02-193-31/+14
* [SROA] Amend failing test from D95826William S. Moses2021-02-191-3/+3
* [clang] Add -ffinite-loops & -fno-finite-loops options.Florian Hahn2021-02-1912-836/+583
* [CSSPGO][llvm-profgen] Filter out the instructions without location info for ...wlei2021-02-197-36/+58
* [CSSPGO][llvm-profgen] Renovate perfscript check and command line input valid...wlei2021-02-199-55/+131
* [CSSPGO][llvm-profgen] Add brackets for context id to support extended binary...wlei2021-02-199-76/+104
* Remove test code that cause MSAN failure.Hongtao Yu2021-02-191-4/+0
* [CSSPGO] Process functions in a top-down order on a dynamic call graph.Hongtao Yu2021-02-197-5/+620
* [CSSPGO] Restrict pseudo probe tests to x86_64 only.Hongtao Yu2021-02-193-2/+4
* [CSSPGO] Unblock optimizations with pseudo probe instrumentation.Hongtao Yu2021-02-1915-13/+209
* [CSSPGO] Use merged base profile for hot threshold calculationWenlei He2021-02-196-11/+192
* [CSSPGO][llvm-profgen] Fix bug with parsing hybrid sample trace linewlei2021-02-192-5/+13
* [CSSPGO][llvm-profgen] Merge and trim profile for cold context to reduce prof...wlei2021-02-199-9/+142
* [CSSPGO][llvm-profgen] Aggregate samples on call frame trie to speed up profi...wlei2021-02-194-108/+232
* [CSSPGO][llvm-profgen] Compress recursive cycles in calling contextwlei2021-02-1916-71/+498
* [CSSPGO][llvm-profgen] Pseudo probe based CS profile generationwlei2021-02-198-29/+307