platform/upstream/llvm.git
2021-08-19 Kyungwoo Lee[NFC][DebugInfo] getDwarfCompileUnitID
2021-08-19 Jon Chesterfield[libomptarget] Apply D106710 to amdgcn devicertl
2021-08-19 Aart Bik[mlir][sparse] use shared util for DimOp generation
2021-08-18 Jon Chesterfield[libomptarget][nfc][devicertl] Delete unused enums
2021-08-18 Daniel McIntosh[NFC][libcxxabi] Run clang-format on libcxxabi/src...
2021-08-18 Diego Caballero[mlir] Fix typo in SuperVectorizer
2021-08-18 Omar Emara[LLDB][GUI] Add Process Launch form
2021-08-18 owenca[clang-format] Improve detection of parameter declarati...
2021-08-18 Omar Emara[LLDB][GUI] Fix text field incorrect key handling
2021-08-18 LLVM GN Syncbot[gn build] Port d8bbfe8a4897
2021-08-18 Rafael Auler[DWARF] Expose raw bytes in DWARFExpression
2021-08-18 Chia-hung DuanEnables inferring return types for Shape op if possible
2021-08-18 Jessica Paquette[AArch64][GlobalISel] Don't allow s128 for G_ISNAN
2021-08-18 Peter Collingbournegn build: Build libclang.so and libLTO.so on ELF platforms.
2021-08-18 Jessica Paquette[AArch64][GlobalISel] Mark G_FMINNUM/G_FMAXNUM as float...
2021-08-18 Jessica Paquette[AArch64][GlobalISel] Legalize scalar G_FMINNUM + G_FMAXNUM
2021-08-18 Jon Chesterfield[libomptarget][devicertl] Replace lanemask with uint64...
2021-08-18 Anton Afanasyev[AggressiveInstCombine] Add logical shift right instr...
2021-08-18 Anton Afanasyev[Test][AggressiveInstCombine] Add one more tests for...
2021-08-18 Robert Suderman[mlir][tosa] Fix clamp to restrict only within valid...
2021-08-18 Michael Kruse[Polly] Introduce caching for the isErrorBlock function...
2021-08-18 Ali SedaghatiReapply: [NFC] factor out unrolling decision logic
2021-08-18 Andrea Di Biagio[X86][NFC] Pre-commit tests for PR51494
2021-08-18 Simon Pilgrim[PowerPC] Regenerate 2007-09-08-unaligned.ll test checks
2021-08-18 Azharuddin... [tsan] Disable all Trace unit tests on Mac
2021-08-18 Geoffrey Martin... Revert "[NFC] factor out unrolling decision logic"
2021-08-18 Joe Nash[AMDGPU] Fix atomic float max/min intrinsics
2021-08-18 Mitch Phillips[hwasan] Don't report short-granule shadow as overwritten.
2021-08-18 Nikita Popov[LICM] Remove AST-based implementation
2021-08-18 Ali Sedaghati[NFC] factor out unrolling decision logic
2021-08-18 Geoffrey Martin... [Bazel] Don't set HAVE_[DE]REGISTER_FRAME on Windows
2021-08-18 Arthur Eubanks[NFC] A couple more removeAttribute() cleanups
2021-08-18 Arthur Eubanks[NFC] Remove some unnecessary AttributeList methods
2021-08-18 Christopher... [hwasan] Flag stack safety check as requiring aarch64
2021-08-18 Craig Topper[RISCV] Remove sext_inreg+add/sub/mul/shl isel patterns.
2021-08-18 Jessica Paquette[GlobalISel] Implement lowering for G_ISNAN + use it...
2021-08-18 Han Zhu[NFC][loop-idiom] Rename Stores to IgnoredInsts; Fix...
2021-08-18 Jessica Paquette[GlobalISel] Add IRTranslator support for G_ISNAN
2021-08-18 Jinsong Ji[InstrProfiling] Support relative CountersPtr for Platf...
2021-08-18 Craig Topper[RISCV] Insert sext_inreg when type legalizing add...
2021-08-18 Jessica Paquette[GlobalISel] Add G_ISNAN
2021-08-18 Michael Kruse[Polly] Break early when the result is known. NFC.
2021-08-18 Craig Topper[RISCV] Improve constant materialization for stores...
2021-08-18 Craig Topper[RISCV] Teach isel to select ADDW/SUBW/MULW/SLLIW when...
2021-08-18 Simon Pilgrim[X86] avx512bw-intrinsics-upgrade.ll - cleanup whitespa...
2021-08-18 Craig Topper[RISCV] Add zext.h/zext.w to RISCVTTIImpl::getIntImmCos...
2021-08-18 Arthur Eubanks[NFC] Cleanup calls to CallBase::getAttribute()
2021-08-18 Florian Mayer[hwasan] Default -hwasan-use-stack-safety to off.
2021-08-18 Kazu Hirata[Bitcode] Remove unused declaration writeGlobalVariable...
2021-08-18 David Sherwood[Analysis][AArch64] Make fixed-width ordered reductions...
2021-08-18 Joseph Huber[OpenMP][NFC] Improve debug message for shared memory
2021-08-18 Louis Dionne[libc++] Skip logic for detecting C11 features when...
2021-08-18 Louis Dionne[libc++] Split off tests for aligned_alloc & friends...
2021-08-18 Arthur EubanksAdd some Function method definitions accidentally removed
2021-08-18 Joseph Huber[OpenMP] Change AAKernelInfo to ignore non-kernels
2021-08-18 Joseph Huber[Libomptarget] Correctly default to Generic if exec_mod...
2021-08-18 Vyacheslav... [clang-offload-wrapper] Disabled ELF offload notes...
2021-08-18 William S.... [MLIR] Correct linkage of lowered globalop
2021-08-18 Maryam Benimmar[PowerPC][AIX] llvm-readobj: Convert some errors to...
2021-08-18 Butygin[mlir][spirv] Add (InBounds)PtrAccessChain ops
2021-08-18 Bing1 Yu[X86] [AMX] Fix the test case failure caused by D107544.
2021-08-18 LLVM GN Syncbot[gn build] Port 38812f4ac122
2021-08-18 Arthur O'Dwyer[libc++] Implement structured binding for std::ranges...
2021-08-18 Arthur O'Dwyer[libc++] [P1614] Implement std::compare_three_way_result.
2021-08-18 Aaron BallmanUse a more general test here.
2021-08-18 Nico WeberSimplify a .mailmap entry
2021-08-18 Corentin JabotDo not emit diagnostics for invalid unicode characters...
2021-08-18 Alexander Potapenko[tsan] Disable Trace.MemoryAccessSize on Mac
2021-08-18 Louis Dionne[libc++] Remove workarounds for the lack of deduction...
2021-08-18 Louis Dionne[libc++][NFC] Fix copy-paste errors in tests
2021-08-18 Louis Dionne[libc++] Convert test-suite workarounds for some C11...
2021-08-18 Roman Lebedev[NFC][X86][Codegen] Add exhaustive test coverage for...
2021-08-18 Corentin JabotImplement P1949
2021-08-18 Simon Pilgrim[Sema] CheckObjCBridgeNSCast - fix dead code warning...
2021-08-18 LLVM GN Syncbot[gn build] Port 45ac5f544181
2021-08-18 Lang HamesRevert "[ORC-RT][ORC] Introduce ELF/*nix Platform and...
2021-08-18 David Spickett[compiler-rt][fuzzer] Explain why fuzzer-flags test...
2021-08-18 Nikhil GuptaAdding an Nvidia representative to security group
2021-08-18 Qiu ChaofanPre-commit frem test in PowerPC
2021-08-18 Qiu ChaofanFix a typo around 'builtin'
2021-08-18 Justas Janickas[OpenCL] C++ for OpenCL version 2021 introduced to...
2021-08-18 Azharuddin... Mark tsan cxa_guard_acquire test as unsupported on...
2021-08-18 Tim NorthoverAArch64: compare correct type for multi-valued SDNode.
2021-08-18 Lang Hames[JILink][ELF] Include binding and visibility values...
2021-08-18 Lang Hames[ORC] Remove unused headers.
2021-08-18 LLVM GN Syncbot[gn build] Port d1ec581ebfca
2021-08-18 Kirill Bobyrev[clangd] IncludeCleaner as a library: Find all referenc...
2021-08-18 Diana Picus[flang] Add default implementation for SYSTEM_CLOCK
2021-08-18 Amara Emerson[AArch64][GlobalISel] Add support for selection of...
2021-08-18 Daniil Fukalov[CMake] Fix recompile all .inc files with LLVM_OPTIMIZE...
2021-08-18 Petr HosekRevert "Allow rematerialization of virtual reg uses"
2021-08-18 Petr Hosek[InstrProfiling][NFC] Initialize MadeChange variable
2021-08-18 Anton Afanasyev[Test][AggressiveInstCombine] Add one more test for...
2021-08-18 Yaron KerenUse installed llvm-lit.py instead of lit.py PR-51072
2021-08-18 Christudasan... [AMDGPU] Set wait state for meta instructions to zero
2021-08-18 Anton Afanasyev[AggressiveInstCombine] Fix unsigned overflow
2021-08-18 LLVM GN Syncbot[gn build] Port e256445bfff1
2021-08-18 Lang Hames[ORC-RT][ORC] Introduce ELF/*nix Platform and runtime...
2021-08-18 Thomas Lively[WebAssembly] Autogenerate checks for simd-conversions.ll
2021-08-18 Xu Mingjie[NFC][llvm-xray] add a llvm-xray convert option `no...
next