platform/upstream/llvm.git
2022-09-12 Sanjay Patel[Reassociate] prevent partial undef negation replacement
2022-09-12 Sanjay Patel[Reassociate] add tests for vector negate with undef...
2022-09-12 Craig Topper[RISCV] Custom type legalize i32 loads by sign extending.
2022-09-12 Matthias GehreMove TargetTransformInfo::maxLegalDivRemBitWidth -...
2022-09-12 Jay Foad[GlobalISel] Simplify extended add/sub to add/sub with...
2022-09-12 Kazu Hirata[mlir] Fix deprecation warnings (NFC)
2022-09-12 Katherine Rasmussen[flang] Write semantics test for atomic_fetch_and
2022-09-12 Simon Pilgrim[CostModel][X86] Add CostKinds handling for abs ops
2022-09-12 Oleg Shyshkov[mlir] Change IteratorType in ContractionOp in Vector...
2022-09-12 Louis Dionne[libc++] Add LLDB data formatters dependencies to the...
2022-09-12 Florian Hahn[SLP] Add Preheader to CSE blocks after hoisting CSE...
2022-09-12 Jun Zhang[Clang] Reword diagnostic for scope identifier with...
2022-09-12 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for abs...
2022-09-12 Simon Pilgrim[SimplifyCFG][X86] Regenerate speculate-cttz-ctlz.ll
2022-09-12 Joe Nash[AMDGPU] Separate check lines for some GFX11 16-bit...
2022-09-12 Joe Nash[AMDGPU] Change test check name. NFC
2022-09-12 Alexey Bataev[SLP]Improve reordering of clustered reused scalars.
2022-09-12 Joe Nash[AMDGPU] Autogenerate test with regclass numbers
2022-09-12 Matt ArsenaultAMDGPU: Fix test failure
2022-09-12 Matt ArsenaultRegAllocGreedy: Try local instruction splitting with...
2022-09-12 Matt ArsenaultTableGen: Introduce generated getSubRegisterClass function
2022-09-12 Pavel Samolysov[NFC][ScheduleDAG] Use a reference to iterate over...
2022-09-12 Pavel Samolysov[NFC][ScheduleDAG] Use structure bindings and emplace_back
2022-09-12 Sander de Smalen[AArch64][SME] Add utility class for handling SME attri...
2022-09-12 Matt ArsenaultDAG: Sink some getter code closer to uses
2022-09-12 Matt ArsenaultCodeGen: Set MODereferenceable from isDereferenceableAn...
2022-09-12 Muhammad Omair... [LLD] Fix pdb-natvis.test for Windows on Arm
2022-09-12 Clement Courbet[llvm-exegesis][NFC] Use factory function for LlvmState.
2022-09-12 Pavel Samolysov[NFC][ScheduleDAG] Use Register and MCPhysReg instead...
2022-09-12 Matt ArsenaultDeadMachineInstructionElim: Switch to using LiveRegUnits
2022-09-12 Matt ArsenaultRegAlloc: Use SmallSet instead of std::set
2022-09-12 Jonas HahnfeldFix build of Lex unit test with CLANG_DYLIB
2022-09-12 J. Ryan Stinnett[DebugInfo][Docs] Fix RST syntax for DW_OP_LLVM_arg...
2022-09-12 Muhammad Usman... Rewording note note_constexpr_invalid_cast
2022-09-12 zhongyunde[AA] Improve the BasicAA analysis capability
2022-09-12 Simon Pilgrim[CostModel][X86] Move AVX512/AVX2 uniform shift costs...
2022-09-12 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-09-12 Mehdi AminiApply clang-tidy fixes for modernize-use-equals-default...
2022-09-12 Mehdi AminiApply clang-tidy fixes for readability-identifier-namin...
2022-09-12 David Green[AArch64] Add some extra typepromotion cost tests. NFC
2022-09-12 David Spickett[llvm][AArch64] Test warning for clobbering w19 with...
2022-09-12 lorenzo chelini[MLIR][Linalg] Fix typos in 'DropUnitDims.cpp'
2022-09-12 David Spickett[LLVM][AArch64] Explain that X19 is used as the frame...
2022-09-12 Max Kazantsev[IRCE] Bail in case of pointer types. PR40539
2022-09-12 owenca[clang-format] Don't insert braces for loops with a...
2022-09-12 Djordje TodorovicRevert ""Recommit "[AggressiveInstCombine] Lower Table...
2022-09-12 Johannes DoerfertRevert "[Attributor] AAPointerInfo should allow "harmle...
2022-09-12 Jeffrey TanAdd SBDebugger::GetSetting() public APIs
2022-09-12 Johannes Doerfert[Attributor] AAPointerInfo should allow "harmless"...
2022-09-12 Johannes Doerfert[Attributor] Teach AAPointerInfo to look into aggregates
2022-09-12 Johannes Doerfert[Attributor][FIX] Conservatively handle ptr2int, don...
2022-09-12 Johannes Doerfert[OpenMP] Allow the Attributor to look at functions...
2022-09-12 V Donaldson[flang] Fix invalid branch optimization
2022-09-11 Kazu Hirata[XRay] Remove XRayRecordStorage
2022-09-11 Kazu Hirata[llvm] Use std::aligned_storage_t (NFC)
2022-09-11 Tom Honermann[libc++] Workaround the absence of the __GLIBC_USE...
2022-09-11 Kazu Hirata[GlobalISel] Use std::initializer_list::size (NFC)
2022-09-11 Vitaly Buka[test][clangd] Fix use-after-return after 72142fbac4
2022-09-11 Vitaly BukaRevert "[test][clangd] Fix use-after-return after 72142...
2022-09-11 Aaron PuchertMake sure libLLVM users link with libatomic if needed
2022-09-11 Aaron Puchert[libcxxabi] Fix forced_unwind3.pass.cpp compilation...
2022-09-11 Aaron Puchert[docs] Use relative URLs for man pages
2022-09-11 Vitaly Buka[test][clangd] Fix use-after-return after 72142fbac4
2022-09-11 Vitaly BukaRevert "[test][clangd] Try to unbrake bots after 72142f...
2022-09-11 Mark de Wever[libc++][random] Removes transitive includes.
2022-09-11 Junduo Dong[Clang] Reimplement time tracing of NewPassManager...
2022-09-11 Florian Hahn[VPlan] Check recipe uses instead of type of underlying...
2022-09-11 Marc Auberer[InstCombine] Fold x + (x | -x) to x & (x - 1)
2022-09-11 Sanjay Patel[InstCombine] add tests for mul-by-neg-pow2; NFC
2022-09-11 Sanjay Patel[InstCombine] add tests for demanded bits of add with...
2022-09-11 Mark de Wever[libc++][doc] Updates format status page.
2022-09-11 Rainer Orth[compiler-rt] Handle non-canonical triples with new...
2022-09-11 Alexey Bader[StripDeadDebugInfo] Drop dead CUs
2022-09-11 Vitaly Buka[test][clangd] Try to unbrake bots after 72142fbac4
2022-09-11 Tom Honermann[libc++][cuchar] Declare std::c8rtomb and std::mbrtoc8...
2022-09-11 Groverkss[MLIR][Presburger] Refactor MultiAffineFunction to...
2022-09-11 Vitaly Buka[test][msan] Add tests for @llvm.masked.*
2022-09-10 Aiden Grossman[MLGO] Make TFLiteUtils throw an error if some features...
2022-09-10 Vitaly Buka[test][msan] Remove -DAG after fixing indeterminism
2022-09-10 Vitaly Buka[msan] Don't deppend on argumens evaluation order
2022-09-10 Vitaly Buka[test][msan] Autogenerate the test
2022-09-10 Vitaly Buka[msan] Do not deppend on arguments evaluation order
2022-09-10 Vitaly BukaRevert "[test][msan] Convert test into autogenerated"
2022-09-10 Vitaly Buka[test][msan] Convert test into autogenerated
2022-09-10 Florian Hahn[SLP] Add test case showing missing CSE in hoisted...
2022-09-10 Vitaly Buka[NFC][msan] Remove unused return type
2022-09-10 Vitaly Buka[msan] Relax handling of llvm.masked.expandload and...
2022-09-10 Simon Pilgrim[CostModel][X86] Merge AVX512BW vXi8/vXi16 shifts into...
2022-09-10 Corentin Jabot[Clang] NFC: Remove duplicated variable def in CheckLVa...
2022-09-10 Simon Pilgrim[CostModel][X86] Update CTPOP costs
2022-09-10 Simon Pilgrim[X86] Fix bdver2 128-bit shuffles throughputs
2022-09-10 Simon Pilgrim[X86] Fix bdver2 128-bit ALU/logic/shift throughputs
2022-09-10 Manuel BritoUse PoisonValue instead of UndefValue when RAUWing...
2022-09-10 Yi Kong[Object] Improve ArchiveWriter diagnostics
2022-09-10 Nikolas Klauser[libc++] Bump _LIBCPP_STD_VER to the next expected...
2022-09-10 Rainer Orth[Linux] Hack around Linux/sparc <bits/stdio-ldbl.h>
2022-09-10 sunho[ORC] Remove moves.
2022-09-10 sunho[ORC][ORC_RT][COFF] Remove public bootstrap method.
2022-09-10 sunho[ORC][ORC_RT][COFF] Support dynamic VC runtime.
2022-09-10 sunho[JITLink][COFF] Use DLLImportDefinitionGenerator for...
next