platform/upstream/llvm.git
2021-09-20 Fangrui Song[ELF] Don't fall back to .text for e_entry
2021-09-20 Nikita Popov[Verifier] Verify scoped noalias metadata
2021-09-20 Jonas Devlieghere[lldb] Extract adding symbols for UUID/File/Frame ...
2021-09-20 Jonas Devlieghere[lldb] Fix whitespace in CommandObjectTarget (NFC)
2021-09-20 Florian Hahn[DSE] Add additional tests to cover review comments.
2021-09-20 Tobias Gysi[mlir][linalg] Add IndexOp support to fusion on tensors.
2021-09-20 Morten Borup... [MLIR][SCF] Add for-to-while loop transformation pass
2021-09-20 Tobias Gysi[mlir][linalg] Fix typo (NFC).
2021-09-20 Alexey Bataev[SLP]Improve graph reordering.
2021-09-20 peter klausler[flang] Put intrinsic function table back into order
2021-09-20 Wang, Pengfei[X86] Always check the size of SourceTy before getting...
2021-09-20 Wang, Pengfei[X86] Add test to show the effect caused by D109607...
2021-09-20 Justas Janickas[OpenCL] Supports atomics in C++ for OpenCL 2021
2021-09-20 Kadir Cetinkaya[clangd] Bail-out when an empty compile flag is encountered
2021-09-20 Tobias Gysi[mlir][linalg] Fusion on tensors.
2021-09-20 Deep Majumder[analyzer] Move docs of SmartPtr to correct subcategory
2021-09-20 David Sherwood[Analysis] Add support for vscale in computeKnownBitsFr...
2021-09-20 Jay Foad[AMDGPU] Regenerate checks
2021-09-20 Stefan Gränitz[JITLink] Adopt forEachRelocation() helper in ELF RISCV...
2021-09-20 Stefan Gränitz[JITLink] Adopt forEachRelocation() helper in ELF x86...
2021-09-20 Aaron PuchertThread safety analysis: Drop special block handling
2021-09-20 Michał Górny[lldb] [DynamicRegisterInfo] Unset value_regs/invalidat...
2021-09-20 Michał Górny[lldb] [test] Add unittest for DynamicRegisterInfo...
2021-09-20 Brain Swift[Clang] [Fix] Clang build fails when build directory...
2021-09-20 David Green[ARM] MVE reverse shuffles.
2021-09-20 Alex Richardson[update_mir_test_checks.py] Use -NEXT FileCheck directories
2021-09-20 Alex Richardsonpre-commit test for D109767
2021-09-20 Alex RichardsonFix CLANG_ENABLE_STATIC_ANALYZER=OFF building all analy...
2021-09-20 Simon PilgrimMachOObjectFile - checkOverlappingElement - use const...
2021-09-20 Simon Pilgrim[X86] X86TargetTransformInfo - remove unnecessary if...
2021-09-20 Simon Pilgrim[MCA] InstructionTables::execute() - use const-ref...
2021-09-20 Valentin Clement[mlir][openacc] Make use of the second counter extensio...
2021-09-20 Michał Górny[lldb] [gdb-remote] Always send PID when detaching...
2021-09-20 Petar Avramovic[GlobalISel] Improve elimination of dead instructions...
2021-09-20 Bjorn Pettersson[NewPM] Make InlinerPass (aka 'inline') a parameterized...
2021-09-20 Andy Wingo[clang][NFC] Remove dead code
2021-09-20 Alexey BaderAdd myself as a code owner for SYCL support
2021-09-20 Justas Janickas[OpenCL] Supports optional writing to 3d images in...
2021-09-20 Tim NorthoverAArch64: use ldp/stp for 128-bit atomic load/store...
2021-09-20 Vladislav Vinogradov[mlir] Fix integration tests failures introduced in...
2021-09-20 David SpickettRevert "[AArch64][SVE] Teach cost model that masked...
2021-09-20 Michał Górny[lldb] [gdb-remote] Recognize aarch64v type from gdbserver
2021-09-20 Michał Górny[lldb] [gdb-remote] Remove unused arg from GDBRemoteReg...
2021-09-20 KareemErgawy... [MLIR][Linalg] Make detensoring cost-model more flexible.
2021-09-20 Florian Hahn[CaptureTracking] Allow passing LI to PointerMayBeCaptu...
2021-09-20 Fangrui Song[CMake] Add debuginfo-tests to LLVM_ALL_PROJECTS after...
2021-09-20 Arjun P[MLIR] Simplex::appendVariable: early return if count...
2021-09-20 Vladislav Vinogradov[mlir] Fix bug in partial dialect conversion
2021-09-20 Vladislav Vinogradov[mlir][NFC] Add explicit "::mlir" namespace to tblgen...
2021-09-20 Pavel Labath[lldb] Remove two #ifndef linux from Platform.cpp
2021-09-20 Siva Chandra... [libc][obvious] Add inttypes.h and stdlib.h as deps...
2021-09-20 Siva Chandra... [libc][obvious] Make *abs and *div functions buildable...
2021-09-20 Max Kazantsev[NFC] Add assert and test showing that revert of D10959...
2021-09-20 Max KazantsevRevert "Revert "[IndVars] Replace PHIs if loop exits...
2021-09-20 Siva Chandra... [libc] Add implementations of div, ldiv, lldiv and...
2021-09-20 Max Kazantsev[SCEV] Support negative values in signed/unsigned predi...
2021-09-20 David Blaikiellvm-dwarfdump: pretty type printing: print fully quali...
2021-09-20 David Blaikiellvm-dwarfdump: support for type printing "decltype...
2021-09-20 David Blaikiellvm-dwarfdump: Don't print even an empty string when...
2021-09-19 David Blaikiellvm-dwarfdump: Pretty print names qualified/with scopes
2021-09-19 Simon Pilgrim[X86] SimplifyDemandedBits - only narrow a broadcast...
2021-09-19 Kazu Hirata[llvm] Use pop_back_val (NFC)
2021-09-19 Chris Jackson[DebugInfo][LSR] Emit shorter expressions from scev...
2021-09-19 David Blaikiellvm-dwarfdump: Pretty printing types including a space...
2021-09-19 Craig Topper[X86] Remove Commutable flag from mpsadbw intrinsics.
2021-09-19 Craig Topper[X86] Add test cases for pr51908. NFC
2021-09-19 David BlaikieDWARFDie.cpp: Minor follow-up clang-format
2021-09-19 David BlaikieDWARFDie: Improve type printing for function and array...
2021-09-19 Simon Pilgrim[X86][Atom] Fix FP uops + port usage
2021-09-19 Simon Pilgrim[X86] Fold SHUFPS(shuffle(x),shuffle(y),mask) -> SHUFPS...
2021-09-19 David Blaikiellvm-dwarfdump: Refactor type pretty printing tests
2021-09-19 Simon Pilgrim[X86][Atom] Specific uops for all IMUL/IDIV instructions
2021-09-19 Roman Lebedev[X86][TLI] SimplifyDemandedVectorEltsForTargetNode...
2021-09-19 Roman Lebedev[X86] lowerShuffleAsDecomposedShuffleMerge(): if both...
2021-09-19 Roman Lebedev[NFC] combineX86ShufflesRecursively(): actually address...
2021-09-19 Roman Lebedev[X86] combineX86ShufflesRecursively(): call SimplifyMul...
2021-09-19 Sanjay Patel[InstCombine] add/adjust tests for min/max intrinsics...
2021-09-19 David Green[ARM] Add VGETLANEu patterns for v4f16 and v8f16
2021-09-19 xndcn[mlir][emitc] Fix indent in CondBranchOp and block...
2021-09-19 Simon Pilgrim[X86][Atom] Fix (U)COMISS/SD uops, latency and throughput
2021-09-19 Sylvestre Ledrullvm/cmake: fix a typo
2021-09-19 Ben Shi[RISCV] Optimize (add (shl x, c0), (shl y, c1)) with...
2021-09-19 David BlaikieDWARFDie:DWARFTypePrinter: Add common utility function...
2021-09-19 David BlaikieDWARFDie.cpp: Reduce indentation with early continue
2021-09-18 Roman Lebedev[X86] Improve i8 all-ones element insertion in pre...
2021-09-18 Nikita Popov[Tests] Fix noalias metadata in one more test
2021-09-18 Nikita Popov[Tests] Fix incorrect noalias metadata
2021-09-18 alokmishra... OpenMP 5.0 metadirective
2021-09-18 Usman NadeemPrecommit tests for D109807 "[InstCombine] Narrow type...
2021-09-18 Mehdi AminiCheck for invalid projects passed in LLVM_ENABLE_PROJECTS
2021-09-18 Alexandre Ganea[Support] Attempt to fix deadlock in ThreadGroup
2021-09-18 David Green[ARM] Prevent large integer VQDMULH pattern crashes
2021-09-18 Arjun P[MLIR] Simplex: rename num{Variables,Constraints} to...
2021-09-18 Kazu Hirata[CodeGen] Use make_early_inc_range (NFC)
2021-09-18 Arjun P[MLIR] Simplex: support adding new variables dynamically
2021-09-18 Nico Weber[lld/mac] Fix comment typo to cycle bots
2021-09-18 Jacques Pienaar[mlir-c] Add getting fused loc
2021-09-18 Nico WeberRevert "OpenMP 5.0 metadirective"
2021-09-18 Aaron PuchertThread safety analysis: Warn when demoting locks on...
2021-09-18 Roman LebedevRevert "Check for invalid projects passed in LLVM_ENABL...
next