platform/upstream/llvm.git
2021-05-07 Simon Pilgrim[X86] Ensure we pass DebugLoc by const reference where...
2021-05-07 Ole Strohm[NFC] (test commit) Changed example invocation of C...
2021-05-07 David StuttardAMDGPU: Correct const_index_stride for wave 32 for...
2021-05-07 Roman Lebedev[NFC][X86][MCA] AMD Zen 3: add tests with non-eliminati...
2021-05-07 Roman Lebedev[X86] AMD Zen 3: 32/64 -bit GPR register moves are...
2021-05-07 Roman Lebedev[NFC][X86][MCA] AMD Zen 3: add tests with eliminatible...
2021-05-07 Stephen Tozer[DebugInfo] Fix updateDbgUsersToReg to support DBG_VALU...
2021-05-07 gbreynoo[llvm-dwarfdump] Help option output should be consisten...
2021-05-07 Guillaume Chatelet[llvm][NFC] Remove remaining deprecated alignment funct...
2021-05-07 Guillaume Chatelet[llvm][NFC] Remove deprecated TargetFrameLowering and...
2021-05-07 LemonBoy[AsmParser][ARM] Make .thumb_func imply .thumb
2021-05-07 LLVM GN Syncbot[gn build] Port 98e5ede60499
2021-05-07 Sebastian Neubauer[AMDGPU] Serialize MFInfo::ScavengeFI
2021-05-07 Diana Picus[flang] Remove redundant reallocation
2021-05-07 Diana Picus[flang] Add tests for MIN for character arrays. NFC
2021-05-07 Caroline Concatto[LoopVectorize][SVE] Remove assert for scalable vector...
2021-05-07 James Henderson[lit][test] Attempt fix when paths include symlink
2021-05-07 Martin Storsjö[libcxx] Fix a case of -Wundef warnings. NFC.
2021-05-07 Peilin Guo[LazyValueInfo] Insert an Overdefined placeholder to...
2021-05-07 Chen Zheng[Debug-Info][NFC] add a wrapper for Die.addValue
2021-05-07 Amara Emerson[GlobalISel] Micro-optimize the conditional branch...
2021-05-07 KareemErgawy... [MLIR][SPIRV] Properly (de-)serialize BranchConditionalOp.
2021-05-07 Chen Zheng[XCOFF] handle string constants generation for AIX
2021-05-07 Tobias Gysi[mlir][linalg] Add IndexedGenericOp to GenericOp canoni...
2021-05-07 Qiu Chaofan[PowerPC] Remove extra swap for extract+vperm on LE
2021-05-07 Yonghong SongBPF: fix FIELD_EXISTS relocation with array subscripts
2021-05-07 Coelacanthus[TableGen] Use range-based for loops (NFC)
2021-05-07 qixingxue[IR] Fix typo in comment of Intrinsics.td (NFC)
2021-05-07 Bruno Cardoso... [CGAtomic] Lift strong requirement for remaining compar...
2021-05-07 MaheshRavishankar[mlir][Linalg] Allow folding to rank-zero tensor when...
2021-05-07 Jianzhou Zhao[dfsan] Rename and fix an internal test issue for mmap...
2021-05-06 Cyndy Ishida[llvm][TextAPI] add mapping from OS string to Platform
2021-05-06 Stanislav Mekhanoshin[AMDGPU] Expose __builtin_amdgcn_perm for v_perm_b32
2021-05-06 Rob Suderman[mlir][tosa] Added div op, variadic concat. Removed...
2021-05-06 Jon Chesterfield[libomptarget][nfc] Refactor amdgpu partial barrier...
2021-05-06 Amy Zhuang[mlir] Update dstNode after DenseMap insertion in loop...
2021-05-06 Malhar Jajoo[ARM] Transforming memcpy to Tail predicated Loop
2021-05-06 Jon Chesterfield[libomptarget][amdgpu][nfc] Remove dead code from amdgp...
2021-05-06 Lei Zhang[mlir][spirv] NFC: Replace OwningSPIRVModuleRef with...
2021-05-06 Jim InghamWhen SendContinuePacketAndWaitForResponse returns eStat...
2021-05-06 Aaron PuchertThread safety analysis: Eliminate parameter from inters...
2021-05-06 LLVM GN Syncbot[gn build] Port 83af66e18e3d
2021-05-06 Frank Derry... new altera ID dependent backward branch check
2021-05-06 Alex Hoppen[Index] Ignore nullptr decls for indexing
2021-05-06 River Riddle[mlir] Store the flag for dynamic operand storage in...
2021-05-06 Sanjay Patel[PassManager] add helper function to hold set of vector...
2021-05-06 Mircea Trofin[NPM] Do not run function simplification pipeline unnec...
2021-05-06 Craig Topper[RISCV] Remove unused ComplexPatterns. NFC
2021-05-06 Arnamoy Bhattacharyya[flang][OpenMP] Add semantic check for occurrence of...
2021-05-06 Petr Hosek[Fuchsia][CMake] Update OSX deployment target
2021-05-06 Xing Xue[libunwind] NFC: Use macros to accommodate differences...
2021-05-06 Craig Topper[RISCV] Minor vector instruction tablegen cleanup. NFC
2021-05-06 peter klausler[flang] Implement NAMELIST I/O in the runtime
2021-05-06 Fangrui Song[AArch64] Fix namespace issue. NFC
2021-05-06 peter klausler[flang] Fix race condition in runtime
2021-05-06 Matthew VossAllow llvm-dis to disassemble multiple files
2021-05-06 peter klausler[flang] Runtime must defer formatted/unformatted determ...
2021-05-06 Arthur Eubanks[gn build] Support compiler-rt/profile on Windows
2021-05-06 thomasraoux[mlir][vector] Fix typo
2021-05-06 thomasraoux[mlir][linalg][NFC] Make reshape folding control more...
2021-05-06 Thomas Lively[WebAssembly] Fix argument types in SIMD narrowing...
2021-05-06 Stefan Pintilie[PowerPC][LLD] Make sure that the correct Thunks are...
2021-05-06 Craig Topper[RISCV] Remove unused RISCV::VLEFF and VLEFF_MASK. NFC
2021-05-06 Hubert Tong[AIX][Test][ORC] Skip unsupported ORC C API tests on AIX
2021-05-06 Denys ShabalinFix array attribute in bindings for linalg.init_tensor
2021-05-06 Jonas Paulsson[SystemZ] Don't use libcall for 128 bit shifts.
2021-05-06 Craig Topper[RISCV] Cleanup instruction formats used for B extensio...
2021-05-06 Fraser Cormack[LangRef][VP] Fix typos in VP sdiv/udiv examples
2021-05-06 David Goldman[clangd][ObjC] Highlight Objc Ivar refs
2021-05-06 Stanislav Mekhanoshin[AMDGPU] Fix 64 bit DPP validation
2021-05-06 Simon Pilgrim[SLP] Constify the TreeEntry* input into getEntryCost...
2021-05-06 Simon Pilgrim[SLP] Constify the TreeEntry* input into dumpTreeCosts...
2021-05-06 Simon Pilgrim[SLP] Use empty() instead of size() == 0. NFCI.
2021-05-06 Jez Ng[lld-macho] Support loading of zippered dylibs
2021-05-06 Jez Ng[lld-macho][nfc] Convert the mock libSystem.tbd to...
2021-05-06 thomasraoux[mlir][NFC] Fix warning in VectorTransforms.cpp
2021-05-06 thomasraoux[mlir][vector] add pattern to cast away lead unit dimen...
2021-05-06 Nemanja Ivanovic[PowerPC] Re-commit ed87f512bb9eb5c1d44e9a1182ffeaf23d6...
2021-05-06 Austin Kerbow[AMDGPU][NFC] Fix typos in SIFormMemoryClauses description
2021-05-06 David Spickett[OpenMP] Temporarily require X86 target for parallel_fo...
2021-05-06 Louis Dionne[libc++] Rewrite std::to_address to avoid relying on...
2021-05-06 Victor Huang[AIX][TLS] Add support for TLSGD relocations to XCOFF...
2021-05-06 Nico WeberRevert "[PowerPC] Provide some P8-specific altivec...
2021-05-06 Raphael Isemann[lldb][NFC] Make assert in TestStaticVariables more...
2021-05-06 Jay Foad[AMDGPU] SIInsertHardClauses: move more stuff into...
2021-05-06 Nemanja Ivanovic[PowerPC] Provide some P8-specific altivec overloads...
2021-05-06 Paul C. Anagnostopoulos[TableGen] [Clang] Clean up Options.td and add asserts.
2021-05-06 Anastasia Stulova[OpenCL] Remove subgroups pragma in enqueue kernel...
2021-05-06 Jon Chesterfield[amdgpu-arch] Fix rpath to run from build dir
2021-05-06 Carl Ritson[AMDGPU] Fix WQM failure with single block inactive...
2021-05-06 Malhar JajooRevert "[ARM] Transforming memcpy to Tail predicated...
2021-05-06 Benjamin Kramer[ORC] Silence unused variable warnings in Release build...
2021-05-06 David Green[LV] Account for tripcount when calculation vectorizati...
2021-05-06 Ben Dunbobbin[LLD] Improve --strip-all help text
2021-05-06 Christian Sigg[mlir] Add support for ops with regions in 'gpu-async...
2021-05-06 Simon Pilgrim[AMDGPU] Regenerate fp2int tests. NFCI.
2021-05-06 Simon Pilgrim[AMDGPU] Regenerate shift tests. NFCI.
2021-05-06 Jonas Paulsson[SystemZ] Support builtin_frame_address with packed...
2021-05-06 Kerry McLaughlin[SVE][LoopVectorize] Add support for scalable vectoriza...
2021-05-06 Eliza Velasquez[clang-format] Rename common types between C#/JS
next