summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* [CSSPGO] Fix MSVC initializing truncation warning (NFC)Yang Fan2021-02-191-1/+1
* [SROA] Propagate correct TBAA/TBAA Struct offsetsWilliam S. Moses2021-02-197-72/+269
* [llvm-symbolizer] - Fix the crash in GNU output style with --no-inlines and m...Georgii Rymar2021-02-192-1/+27
* [llvm-dwp] Join dwo paths correctly when DWOPath is absoluteSimonas Kazlauskas2021-02-192-2/+39
* [clangd] Treat "null" optional fields as missingKadir Cetinkaya2021-02-191-15/+31
* [OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA 11.1Shilei Tian2021-02-191-2/+2
* [clang] functions with the 'const' or 'pure' attribute must always return.Jeroen Dobbelaere2021-02-197-9/+16
* [LLD] Fix tests after D96993Nikita Popov2021-02-192-4/+4
* [DCE] Don't remove non-willreturn callsNikita Popov2021-02-1910-13/+15
* [IR] Move willReturn() to InstructionNikita Popov2021-02-196-37/+20