platform/upstream/llvm.git
2022-09-12 Greg ClaytonAdd the ability to show when variables fails to be...
2022-09-12 Kazu Hirata[llvm] Use x.empty() instead of llvm::empty(x) (NFC)
2022-09-12 YongKang ZhuBug fix on stable hash calculation for machine operands...
2022-09-12 Ben LangmuirRevert "[clang][test] Disallow using the default module...
2022-09-12 Fangrui Song[ELF] Parallelize relocation scanning
2022-09-12 Jez Ng[lld-macho][docs] Cosmetic changes
2022-09-12 LLVM GN Syncbot[gn build] Port cf72dddaefe9
2022-09-12 Nico Weber[gn build] port 346856dc6c208 (or port 4d50a392401c0...
2022-09-12 Felipe de Azevedo... Reland "[lldb] Use just-built libcxx for tests when...
2022-09-12 Sanjay Patel[InstCombine] look through 'not' of ctlz/cttz op with...
2022-09-12 Sanjay Patel[InstCombine] add tests for select of ctlz/cttz with...
2022-09-12 Zequan Wu[LLDB][NativePDB] Add local variables with no location...
2022-09-12 Richard Howell[clang] sort additional module maps when serializing
2022-09-12 Matthias BraunUse update_mir_test_checks for some more tests.
2022-09-12 Stella StamenovaRevert "Add the ability to show when variables fails...
2022-09-12 Laura Chaparro... [lldb] Add SBBreakpointLocation::SetCallback
2022-09-12 Craig Topper[LegalizeTypes] Improve splitting for urem/udiv by...
2022-09-12 Corentin Jabot[Clang] NFC: Make UnqualifiedId::Kind private for consi...
2022-09-12 Benjamin Kramer[DFSan] Don't crash with the legacy pass manager
2022-09-12 Aart Bik[mlir][sparse] properly record dimension level type...
2022-09-12 A-Wadhwani[SROA] Create additional vector type candidates based...
2022-09-12 Ben Langmuir[clang][test] Disallow using the default module cache...
2022-09-12 Benjamin Kramer[mlir][linalg] Explicitly instantiate DownscaleSizeOneW...
2022-09-12 Adrian PrantlSkip crashing test
2022-09-12 Craig Topper[RISCV] Rename WriteFALU* and ReadFALU* to WriteFAdd...
2022-09-12 Felipe de Azevedo... [lldb] Fix detection of existing libcxx
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
next