aboutsummaryrefslogtreecommitdiff
AgeCommit message (Expand)AuthorFilesLines
2021-02-19Avoid use of stack allocations in asynchronous callsJohannes Doerfert2-3/+22
2021-02-19[llvm-objdump] --source: drop the warning when there is no debug infoFangrui Song3-31/+14
2021-02-19[SROA] Amend failing test from D95826William S. Moses1-3/+3
2021-02-19[clang] Add -ffinite-loops & -fno-finite-loops options.Florian Hahn12-836/+583
2021-02-19[CSSPGO][llvm-profgen] Filter out the instructions without location info for ...wlei7-36/+58
2021-02-19[CSSPGO][llvm-profgen] Renovate perfscript check and command line input valid...wlei9-55/+131
2021-02-19[CSSPGO][llvm-profgen] Add brackets for context id to support extended binary...wlei9-76/+104
2021-02-19Remove test code that cause MSAN failure.Hongtao Yu1-4/+0
2021-02-19[CSSPGO] Process functions in a top-down order on a dynamic call graph.Hongtao Yu7-5/+620
2021-02-19[CSSPGO] Restrict pseudo probe tests to x86_64 only.Hongtao Yu3-2/+4
2021-02-19[CSSPGO] Unblock optimizations with pseudo probe instrumentation.Hongtao Yu15-13/+209
2021-02-19[CSSPGO] Use merged base profile for hot threshold calculationWenlei He6-11/+192
2021-02-19[CSSPGO][llvm-profgen] Fix bug with parsing hybrid sample trace linewlei2-5/+13
2021-02-19[CSSPGO][llvm-profgen] Merge and trim profile for cold context to reduce prof...wlei9-9/+142
2021-02-19[CSSPGO][llvm-profgen] Aggregate samples on call frame trie to speed up profi...wlei4-108/+232
2021-02-19[CSSPGO][llvm-profgen] Compress recursive cycles in calling contextwlei16-71/+498
2021-02-19[CSSPGO][llvm-profgen] Pseudo probe based CS profile generationwlei8-29/+307
2021-02-19[CSSPGO] Fix MSVC initializing truncation warning (NFC)Yang Fan1-1/+1
2021-02-19[SROA] Propagate correct TBAA/TBAA Struct offsetsWilliam S. Moses7-72/+269
2021-02-19[llvm-symbolizer] - Fix the crash in GNU output style with --no-inlines and m...Georgii Rymar2-1/+27
2021-02-19[llvm-dwp] Join dwo paths correctly when DWOPath is absoluteSimonas Kazlauskas2-2/+39
2021-02-19[clangd] Treat "null" optional fields as missingKadir Cetinkaya1-15/+31
2021-02-19[OpenMP][NVPTX] Add the support for CUDA 11.2 and CUDA 11.1Shilei Tian1-2/+2
2021-02-19[clang] functions with the 'const' or 'pure' attribute must always return.Jeroen Dobbelaere7-9/+16
2021-02-19[LLD] Fix tests after D96993Nikita Popov2-4/+4
2021-02-19[DCE] Don't remove non-willreturn callsNikita Popov10-13/+15
2021-02-19[IR] Move willReturn() to InstructionNikita Popov6-37/+20
2021-02-19[DCE] Add tests for non-willreturn function being removed (NFC)Nikita Popov2-0/+34
2021-02-19[PowerPC] Update release notes for changes to PowerPC for V12.0Lei Huang1-1/+69
2021-02-18[release][docs] Update contributions to LLVM 12 for scalable vectors.David Sherwood1-0/+12
2021-02-17[lld-macho] Fill out release notes for 12.xJez Ng1-2/+18
2021-02-16[clangd] Fix race in Global CDB shutdownSam McCall1-1/+5
2021-02-16[X86][AVX] Add missing VEX_WIG tags from VPACKUSDW/VPHSUBD/VPCMPISTRI/VPCMPIS...Simon Pilgrim3-8/+32
2021-02-16[X86][AVX] Add 'OK' tests cases for PR48877Simon Pilgrim2-0/+26
2021-02-16[DAG] Fix shift amount limit in SimplifyDemandedBits trunc(shift(x,c)) to tru...Simon Pilgrim2-2/+6
2021-02-16[X86] Add reduced test case for PR49162Simon Pilgrim1-0/+29
2021-02-16Fix exegesis build on aarch64-windows-msvc hostMaxim Kuvyrkov1-1/+1
2021-02-16doc: Add a release note for the changed comment char for aarch64-msvc targetsMartin Storsjö1-0/+4
2021-02-15Revert "Disable rosegment for old Android versions."Nico Weber2-23/+0
2021-02-15[ASTMatchers] Fix matching after generic top-level matcherStephen Kelly2-0/+80
2021-02-15[ASTMatchers] Fix definition of decompositionDeclStephen Kelly2-2/+2
2021-02-15Fix traversal with hasDescendant into lambdasStephen Kelly2-1/+16
2021-02-15[ASTMatchers] Fix traversal below range-for elementsStephen Kelly2-10/+84
2021-02-15Ensure that we traverse non-op() method bodys of lambdasStephen Kelly2-1/+38
2021-02-15[ASTMatchers] Avoid pathological traversal over nested lambdasStephen Kelly3-2/+89
2021-02-15Revert "[PowerPC] [Clang] Enable float128 feature on P9 by default"Qiu Chaofan2-5/+2
2021-02-15[Verifier] Allow DW_TAG_class_type/DW_TAG_union_type to have no filenameFangrui Song1-6/+0
2021-02-15[X86] Always assign reassoc flag for intrinsics *reduce_add/mul_ps/pd.Wang, Pengfei3-37/+49
2021-02-15[RISCV] Remove SRO* and SLO* instructions from bitmanip.Craig Topper9-1023/+0
2021-02-15Recommit of a2fdf9d4d734732a6fa9288f1ffdf12bf8618123.Michael Liao17-15/+134