aboutsummaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* [DCE] Add tests for non-willreturn function being removed (NFC)Nikita Popov2021-02-192-0/+34
* [PowerPC] Update release notes for changes to PowerPC for V12.0Lei Huang2021-02-191-1/+69
* [release][docs] Update contributions to LLVM 12 for scalable vectors.David Sherwood2021-02-181-0/+12
* [lld-macho] Fill out release notes for 12.xJez Ng2021-02-171-2/+18
* [clangd] Fix race in Global CDB shutdownSam McCall2021-02-161-1/+5
* [X86][AVX] Add missing VEX_WIG tags from VPACKUSDW/VPHSUBD/VPCMPISTRI/VPCMPIS...Simon Pilgrim2021-02-163-8/+32
* [X86][AVX] Add 'OK' tests cases for PR48877Simon Pilgrim2021-02-162-0/+26
* [DAG] Fix shift amount limit in SimplifyDemandedBits trunc(shift(x,c)) to tru...Simon Pilgrim2021-02-162-2/+6
* [X86] Add reduced test case for PR49162Simon Pilgrim2021-02-161-0/+29
* Fix exegesis build on aarch64-windows-msvc hostMaxim Kuvyrkov2021-02-161-1/+1
* doc: Add a release note for the changed comment char for aarch64-msvc targetsMartin Storsjö2021-02-161-0/+4
* Revert "Disable rosegment for old Android versions."Nico Weber2021-02-152-23/+0
* [ASTMatchers] Fix matching after generic top-level matcherStephen Kelly2021-02-152-0/+80
* [ASTMatchers] Fix definition of decompositionDeclStephen Kelly2021-02-152-2/+2
* Fix traversal with hasDescendant into lambdasStephen Kelly2021-02-152-1/+16
* [ASTMatchers] Fix traversal below range-for elementsStephen Kelly2021-02-152-10/+84
* Ensure that we traverse non-op() method bodys of lambdasStephen Kelly2021-02-152-1/+38
* [ASTMatchers] Avoid pathological traversal over nested lambdasStephen Kelly2021-02-153-2/+89
* Revert "[PowerPC] [Clang] Enable float128 feature on P9 by default"Qiu Chaofan2021-02-152-5/+2
* [Verifier] Allow DW_TAG_class_type/DW_TAG_union_type to have no filenameFangrui Song2021-02-151-6/+0