platform/upstream/llvm.git
2021-10-15 Jason MolendaUse Module's FileSpec for limiting binaries to set...
2021-10-15 Shao-Ce SUN[NFC] fix a typo
2021-10-15 Ben Shi[RISCV] Optimize immediate materialisation with SH*ADD
2021-10-15 Kazu Hirata[llvm] Use llvm::is_contained (NFC)
2021-10-15 Max Kazantsev[SCEV] Prove implication of predicates to their sign...
2021-10-15 Qiu Chaofan[PowerPC] Support ppc-asm-full-reg-names for AIX
2021-10-15 Artem Dergachev[analyzer] Fix property access kind detection inside...
2021-10-15 Richard SmithPR52183: Don't emit code for a void-typed constant...
2021-10-15 Max Kazantsev[SCEV][NFC] Reduce memory footprint & compile time...
2021-10-15 Mogball[MLIR][ODS] default-valued strings should be in quotes
2021-10-15 Matthias Springer[mlir][linalg][bufferize] Handle scf::ForOp correctly...
2021-10-15 Matthias Springer[mlir][linalg][bufferize] Rewrite conflict detection
2021-10-15 Artur PilipenkoFix getInlineCost with ComputeFullInlineCost enabled
2021-10-15 Hongtao Yu[CSSPGO] Turn off PseudoProbeUpdatePass for non-FDO...
2021-10-15 Vitaly Buka[NFC][asan] Speedup uar_signals.cpp test
2021-10-14 Vitaly Buka[NFC][sanitizer] Remove %stdcxx11
2021-10-14 Vitaly Buka[NFC][asan] Use more common socket type in test
2021-10-14 Michael Jones[libc] add memccpy and mempcpy
2021-10-14 peter klausler[flang] Admit NULL() in generic procedure resolution...
2021-10-14 Jacques Pienaar[mlir][ods] Enable emitting getter/setter prefix
2021-10-14 peter klausler[flang] Fold LGE/LGT/LLE/LLT intrinsic functions
2021-10-14 Arthur Eubanks[NFC][Interpreter] Remove unused CompilerInvocation
2021-10-14 Evgenii Stepanov[scudo] Fix running tests under hwasan.
2021-10-14 Evgenii Stepanov[hwasan] Fix TestCases/thread-uaf.c.
2021-10-14 Evgenii Stepanov[hwasan] Add default "/" prefix.
2021-10-14 Peyton, Jonathan L[OpenMP][host runtime] Add initial hybrid CPU support
2021-10-14 Peyton, Jonathan L[OpenMP][host runtime] small fixup of RTM CPUID bit...
2021-10-14 David BlaikieRevert "Compress formatting of array type names (int...
2021-10-14 peter klausler[flang] Expunge bogus semantic check for ELEMENTAL...
2021-10-14 Stella LaurenzoDisable add_mlir_aggregate() debug file generation.
2021-10-14 Peyton, Jonathan L[OpenMP][host runtime] Add support for teams affinity
2021-10-14 Alexey Bataev[SLP]Fix PR52090: clang crashes: Assertion `Index ...
2021-10-14 David BlaikieCompress formatting of array type names (int [4] -...
2021-10-14 Reid Kleckner[bazel] Move MC header usage from Support to tblgen
2021-10-14 Collin Baker[test] Fix asan dynamic unit tests with per-target...
2021-10-14 Arthur Eubanks[clang] Support -clear-ast-before-backend without ...
2021-10-14 Rong Xu[TableGen][PGO] Disable profile instrumentation for...
2021-10-14 Mogball[MLIR][arith] fix references to std.constant in comments
2021-10-14 thomasraoux[mlir][vector] Refactor linalg vectorization for reductions
2021-10-14 Philip Reames[tests] Add indvars tests showing missing transforms...
2021-10-14 David Green[AArch64] Add extra tests for fptosisat vector variants
2021-10-14 Roman Lebedev[X86][Costmodel] Improve cost modelling for not-fully...
2021-10-14 Philip Reamesautogen tests for ease of update
2021-10-14 Craig Topper[RISCV] Remove unused member variable. NFC
2021-10-14 Nikita Popov[IVUsers] Move preheader check into SCEVExpander
2021-10-14 Aaron BallmanFix a crash on valid consteval code.
2021-10-14 Raphael Isemann[lldb] Move ~Platform to source file
2021-10-14 Frederic Cambus[Driver][Darwin] Use T reference instead of getToolChai...
2021-10-14 Craig Topper[X86] Use CMOVNS for abs instead of CMOVGE.
2021-10-14 Michael Kruse[Polly] Remove support for code generated by gfortran...
2021-10-14 Michael Kruse[Polly][docs] Fix itemize list for release notes.
2021-10-14 Aaron BallmanFix a rejects-valid with consteval on overloaded operators
2021-10-14 Raphael Isemann[lldb] Remove logging from Platform::~Platform
2021-10-14 Rob Suderman[mlir][tosa] Fix tosa.cast UiToFp32 for tosa-to-linalg
2021-10-14 Raphael Isemann[lldb] Rewrite TestDiamond and document some bugs.
2021-10-14 David Tenty[libc++][AIX] Add scripts and config for building with...
2021-10-14 Nikita Popov[BasicAA] Improve scalable vector handling
2021-10-14 Daniel Sanders[llvm-mca][timeline] Indicate output was stopped due...
2021-10-14 Kai Nacke[AIX] Ignore case when comparing output from od
2021-10-14 Simon Pilgrim[TTI][X86] Merge getInterleavedMemoryOpCostAVX2 into...
2021-10-14 Frederic Cambus[Driver][WebAssembly] Use ToolChain reference instead...
2021-10-14 Michael Kruse[Polly] Clean up Polly's getting started docs.
2021-10-14 Simon Pilgrim[TTI][X86] Swap getInterleavedMemoryOpCostAVX2/getInter...
2021-10-14 Simon Pilgrim[Transforms] eliminateDeadStores - remove unused variab...
2021-10-14 Yitzhak Mandelbaum[libTooling] Add "switch"-like Stencil combinator
2021-10-14 Kevin P. Neal[FPEnv][InstSimplify] Fold fadd X, 0 ==> X, when we...
2021-10-14 Craig Topper[RISCV] Update Zba, Zbb, Zbc, and Zbs version from...
2021-10-14 Vitaly Buka[sanitizer] Move out stack trace pointer from header...
2021-10-14 Nikita Popov[ValueTracking] Simplify getKnowledgeValidInContext...
2021-10-14 Wenlei He[llvm-profgen] Allow generating AutoFDO profile from...
2021-10-14 Joe Loser[libc++] LWG3480: make (recursive_)directory_iterator...
2021-10-14 Julien Pages[AMDGPU] Add more tests for build_vector
2021-10-14 Gabor Marton[analyzer][solver] Handle simplification to ConcreteInt
2021-10-14 Mark de Wever[libc++][NFC] Fixes placement of the return type.
2021-10-14 Dave Lee[lldb] Fix 'frame diagnose' docstring typo
2021-10-14 Nicolas Vasilache[mlir][Linalg] Tighten canonicalization of InsertSliceO...
2021-10-14 Nicolas Vasilache[mlir][Linalg] Fix insertion point in comprehensive...
2021-10-14 luxufan[JITLink][NFC] Add TableManager to replace PerGraph...
2021-10-14 Jinsong Ji[NFC][compiler-rt][profile] Remove non-Posix -h option...
2021-10-14 Ben Shi[RISCV][test] Add tests of (add (shl r, c0), c1)
2021-10-14 Tobias Gysi[mlir][linalg] Fix FusionOnTensors header and make...
2021-10-14 Jeremy Morse[DebugInfo][InstrRef] Place variable-values PHI using...
2021-10-14 Brian Cain[hexagon] Add system register, transfer support
2021-10-14 Andrew SavonichevFixup [NVPTX] Add VRFrame and VRFrameLocal to integer...
2021-10-14 Andrew Savonichev[NVPTX] Add VRFrame and VRFrameLocal to integer registe...
2021-10-14 Florian Hahn[VectorCombine] Add test showing issue when running...
2021-10-14 Jonas Paulsson[SystemZ] Remove some now unused ISD XXX_LOOP opcodes.
2021-10-14 Andrew Savonichev[ARM] Simplify address calculation for NEON load/store
2021-10-14 Simon Pilgrim[Codegen] TargetLowering::getCanonicalIndexType - early...
2021-10-14 Simon Pilgrim[clang][sema] instantiateOMPDeclareVariantAttr - merge...
2021-10-14 Kirill Bobyrev[clangd] IncludeCleaner: Handle macros coming from...
2021-10-14 Nicolas Vasilache[mlir] NFC - Avoid unused symbol in opt mode.
2021-10-14 Simon Pilgrim[CostModel][X86] Pre-SSE41 targets can use PMADDWD...
2021-10-14 Simon Pilgrim[Orc] ELFNixPlatform::setupJITDylib - remove dead retur...
2021-10-14 Alex Zinenko[mlir][python] Better support for variadic regions...
2021-10-14 Alex Zinenko[mlir][python] Fix MemRefType IsAFunction in Python...
2021-10-14 Jeremy MorseFollow up to a3936a6c19c, correctly select LiveDebugVal...
2021-10-14 Uday Bondhugula[MLIR] Fix assert crash when an unregistered dialect...
2021-10-14 Tobias Gysi[mlir][linalg] Expose flag to control nofold attribute...
2021-10-14 Josh Mottley[Flang] flang-omp-report replace std::vector's with...
next