summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* [OpenMP] Initial parsing/sema for the 'omp loop' constructomp-loopMike Rice2021-10-2827-8/+588
* Revert "[clang] Fortify warning for scanf calls with field width too big."Nico Weber2021-10-283-169/+12
* [lldb][NFC] Improve CppModuleConfiguration documentation a bitRaphael Isemann2021-10-281-3/+3
* [lld][ELF] Update name of function in comment. NFCSam Clegg2021-10-281-1/+1
* [DSE] Eliminates redundant store of an exisiting value (PR16520)Dawid Jurczak2021-10-282-8/+77
* [InstCombine] Fix rare condition violation in canonicalizeClampLikeDavid Green2021-10-282-4/+12
* [mlir][linalg] Fix FoldConstantTranspose execution inefficiencyLei Zhang2021-10-281-33/+93
* [X86][AVX] Attempt to fold a scaled index into a gather/scatter scale immedia...Simon Pilgrim2021-10-282-36/+60
* [clangd] Escape error message in AddUsingKadir Cetinkaya2021-10-281-1/+1
* [gn build] (manually) port d736002e90b5Nico Weber2021-10-281-0/+1
* [SLP]Improve/fix reordering of the gathered graph nodes.Alexey Bataev2021-10-284-93/+185
* Re-instate -Wweak-template-vtables as a no-op flagHans Wennborg2021-10-283-1/+8
* [MLIR][LLVM] Add llvm.mlir.global_ctors/dtors and translation supportUday Bondhugula2021-10-287-4/+215
* [lldb/test] Allow indentation in inline testsPavel Labath2021-10-282-1/+37
* [InstCombine] allow Negator to fold multi-use select with constant armsSanjay Patel2021-10-282-7/+18
* [InstCombine][ConstantFolding] Make ConstantFoldLoadThroughBitcast TypeSize-a...Peter Waller2021-10-282-3/+30
* [InstSimplify] Add tests for the range of a half float. NFCDavid Green2021-10-281-0/+295
* [GlobalISel][Tablegen] Fix SameOperandMatcher's isIdentical checkKonstantin Schwarz2021-10-283-3/+135
* [libomptarget] Build DeviceRTL for amdgpuJon Chesterfield2021-10-2821-13/+90
* tsan: move memory access functions to a separate fileDmitry Vyukov2021-10-287-622/+645
* [AMDGPU] Add 24-bit mulhi intrinsics in INTRINSIC_WO_CHAIN combine.Abinav Puthan Purayil2021-10-282-50/+31
* [AMDGPU] Fix rhs of the tests in amdgpu-codegenprepare-mul24.ll.Abinav Puthan Purayil2021-10-281-72/+72
* [libc] automemcpyGuillaume Chatelet2021-10-2817-0/+2234
* [flang] Checks for pointers to intrinsic functionsEmil Kieri2021-10-285-21/+61
* [clangd] NFC: Use more idiomatic way of checking for definitionKirill Bobyrev2021-10-281-1/+1
* [clangd] NFC: Match function signature in the header and source fileKirill Bobyrev2021-10-281-2/+2
* [dexter] XFAIL feature_test source-root-dir.cppOCHyams2021-10-281-0/+3
* [AMDGPU] Add gfx10 uaddsat test coverage. NFC.Jay Foad2021-10-281-0/+123
* [Test] Regenerate some of llc test checks using auto updaterMax Kazantsev2021-10-285-43/+194
* [analyzer] sprintf is a taint propagator not a sourceBalazs Benics2021-10-282-1/+11
* [MLIR][OpenMP] Fixed the missing inclusive clause in omp.wsloop and fix order...Shraiysh Vaishay2021-10-285-22/+188
* [AMDGPU][GlobalISel] Fix waterfall loopsSebastian Neubauer2021-10-2848-984/+1880
* [GlobalISel] Simplify RegBankSelectNeubauer, Sebastian2021-10-281-17/+5
* [lldb] Remove ConstString from Process, ScriptInterpreter and StructuredData ...Pavel Labath2021-10-2829-159/+76
* [Test] Regenerate checks using auto-update scriptMax Kazantsev2021-10-282-20/+65
* [Driver][AArch64]Add driver support for neoverse-512tvb targetCaroline Concatto2021-10-289-3/+38
* [lldb] [Host/Socket] Make DecodeHostAndPort() return a dedicated structMichał Górny2021-10-287-130/+87
* [flang] runtime: Read environment variables directlyDiana Picus2021-10-286-35/+56
* [Support] [Windows] Manually clean up temp files if not setting delete dispos...Martin Storsjö2021-10-283-20/+40
* [clang] [MinGW] Rename the 'Arch' member to 'SubdirName'. NFC.Martin Storsjö2021-10-282-20/+23
* [clang][MIPS] Fix search path for Debian multilib O32YunQiang Su2021-10-2815-4/+27
* [clangd] Avoid expensive checks of buffer names in IncludeCleanerSam McCall2021-10-283-27/+42
* [CSSPGO] Trim cold base profiles for the CS preinliner.Hongtao Yu2021-10-276-13/+38
* [RISCV] Sync Zvlsseg register order as the same as vector registers.Hsiangkai Wang2021-10-2814-29561/+29585
* Add unix signal hit counts to the target statistics.Greg Clayton2021-10-275-13/+59
* [mlir][GPUtoNVVM] Relax restriction on wmma op loweringthomasraoux2021-10-274-70/+92
* [AMDGPU] Remove unused declaration findNumUsedRegistersSI (NFC)Kazu Hirata2021-10-271-3/+0
* [Test] Add test showing missing simplifycfg opportunity for Phi with undef in...Max Kazantsev2021-10-281-0/+38
* [X86] Add a dependency breaking xor before any gathers with an undef passthru...Phoebe Wang2021-10-285-123/+182
* [RISCV] Use vmv.v.[v|i] if we know COPY is under the same vl and vtype.Hsiangkai Wang2021-10-28104-1966/+2483