platform/upstream/llvm.git
2022-06-06 Kazu Hirata[CodeGen] Remove splitCanCauseEvictionChain and its...
2022-06-06 jacquesguan[mlir][NFC] Replace some llvm::find with llvm::is_conta...
2022-06-06 Kazu Hirata[GlobalISel] Remove widenWithUnmerge (NFC)
2022-06-06 Kazu Hirata[GlobalISel] Remove valueIsSplit (NFC)
2022-06-06 Lian Wang[LegalizeTypes][VP] Add widen and split support for...
2022-06-06 chenglin.bi[InstCombine] Add more tests for shl+lshr transforms...
2022-06-06 chenglin.bi[InstCombine] Fix tests const value for shl+lshr transf...
2022-06-06 chenglin.bi[InstCombine] Add more tests for shl+lshr transforms...
2022-06-06 Phoebe Wang[Clang][FP16] Add 4 builtins for _Float16
2022-06-06 Kazu Hirata[clang] Use llvm::is_contained (NFC)
2022-06-06 Sanjay Patel[InstCombine] fold mul with masked low bit operand...
2022-06-06 Sanjay Patel[ConstProp] add tests for APFloat truncate miscompile...
2022-06-05 Fangrui Song[Driver][test] Remove unneeded -no-canonical-prefixes...
2022-06-05 owenca[clang-format] Handle attributes for for/while loops
2022-06-05 Fangrui Song[MC] Change EndOfStatement "unexpected tokens in .xxx...
2022-06-05 Fangrui Song[ARM][MC] Change EndOfStatement "unexpected tokens...
2022-06-05 Aditya Kumar[NFC] Make comment consistent with allow|ignore list...
2022-06-05 Fangrui Song[AArch64][MC] Change "unexpected tokens in .xxx directi...
2022-06-05 Peter Collingbournegn build: Fix build when not building the native target.
2022-06-05 Fangrui Song[bolt] Remove unneeded cl::ZeroOrMore for cl::opt options
2022-06-05 Joe Loser[libc++][test] Mark ranges.transform.pass.cpp UNSUPPORT...
2022-06-05 Stella Laurenzo[mlir] Tunnel LLVM_USE_LINKER through to the standalone...
2022-06-05 Kazu Hirata[llvm] Convert for_each to range-based for loops (NFC)
2022-06-05 Kazu Hirata[Sparc] Fix a warning
2022-06-05 Matheus Izvekov[NFC] Add test cases reported in PR54341
2022-06-05 Alexey Lapshin[Debuginfo][DWARF][NFC] Refactor DwarfStringPoolEntryRe...
2022-06-05 LemonBoy[SPARC][MC] Support more relocation types
2022-06-05 Peter Klausler[flang][runtime] Use __float128 where possible & needed...
2022-06-05 Kazu Hirata[Scalar] Remove isValidSingle (NFC)
2022-06-05 Nathan James[ADT] Add edit_distance_insensitive to StringRef
2022-06-05 Fangrui SongRemove unneeded cl::ZeroOrMore for cl::opt/cl::list...
2022-06-05 Fangrui SongRemove unneeded cl::ZeroOrMore for cl::opt/cl::list...
2022-06-05 Kazu Hirata[Transforms/Utils] Use predecessors (NFC)
2022-06-05 Christian SiggRecommit: "[MLIR][NVVM] Replace fdiv on fp16 with promo...
2022-06-05 Fangrui SongRemove unneeded cl::ZeroOrMore for cl::list options
2022-06-05 Kazu HirataUse llvm::less_second (NFC)
2022-06-05 Kazu Hirata[Target] Use MachineBasicBlock::erase (NFC)
2022-06-05 Kazu Hirata[CodeGen] Use a range-based for loop (NFC)
2022-06-05 Kazu HirataUse static_cast from SmallString to std::string (NFC)
2022-06-05 Kazu HirataUse llvm::less_first (NFC)
2022-06-05 Kazu Hirata[CodeGen] Use StringRef::contains (NFC)
2022-06-05 Kazu Hirata[Transforms] Use llvm::is_contained (NFC)
2022-06-04 LemonBoy[SPARC] Fix type for i64 inline asm operands
2022-06-04 Florian Hahn[VPlan] Update vector latch terminator edge to exit...
2022-06-04 Jacques Pienaar[mlir] Use context provided rather than getContext
2022-06-04 Peter Klausler[flang][runtime] Catch OPEN of connected file
2022-06-04 Peter Klausler[flang][runtime] Emit error message rather than crashin...
2022-06-04 Peter Klausler[flang][runtime] Fix deadlock in error recovery
2022-06-04 Peter Klausler[flang] When folding FINDLOC, convert operands to a...
2022-06-04 Peter Klausler[flang][runtime] Fix WRITE after OPEN(.., ACCESS="APPEND")
2022-06-04 Peter Klausler[flang][runtime] Fix edge case discrepancies with EN...
2022-06-04 Peter Klausler[flang] Don't crash on initialization with a zero-sized...
2022-06-04 Peter Klausler[flang][runtime] Don't crash after surviving internal...
2022-06-04 Peter Klausler[flang][runtime] Don't let random seed queries change...
2022-06-04 Mehdi AminiRevert "[MLIR][GPU] Replace fdiv on fp16 with promoted...
2022-06-04 Fangrui SongRemove unneeded cl::ZeroOrMore for cl::opt options
2022-06-04 Christian Sigg[MLIR][GPU] Replace fdiv on fp16 with promoted (fp32...
2022-06-04 Peter Klausler[flang][runtime] Signal new I/O error on floating-point...
2022-06-04 Amir Ayupov[BOLT][UTILS] Usability improvements for nfc-check...
2022-06-04 Peter Klausler[flang] Don't discard lower bounds of implicit-shape...
2022-06-04 Peter Klausler[flang][runtime] Ensure that 0. <= RANDOM_NUMBER()...
2022-06-04 Fangrui SongRevert D126950 "[lld][WebAssembly] Retain data segments...
2022-06-04 Peter Klausler[flang] Distinguish intrinsic module USE in module...
2022-06-04 Fangrui Song[Hexagon][bolt] Remove unneeded cl::ZeroOrMore for...
2022-06-04 Fangrui Song[clang-link-wrapper] Remove unneeded cl::ZeroOrMore...
2022-06-04 Fangrui Song[llvm] Remove unneeded cl::ZeroOrMore for cl::opt optio...
2022-06-04 LiaoChunyu[RISCV] Add more patterns for FNMADD
2022-06-04 varconst[libc++][ranges][NFC] Fix a patch link in ranges status.
2022-06-04 varconst[libc++][ranges][NFC] Mark range algorithms that are...
2022-06-04 Yuta Saito[lld][WebAssembly] Retain data segments referenced...
2022-06-04 Peter Klausler[flang] Correct folding of CSHIFT and EOSHIFT for DIM>1
2022-06-04 Fangrui Song[pseudo] Fix leaks after D126731
2022-06-04 Peter Klausler[flang][runtime] Signal format error when input field...
2022-06-04 Peter Klausler[flang][runtime] OPEN write-only files
2022-06-04 Craig Topper[RISCV] Support LUI+ADDIW in doPeepholeLoadStoreADDI.
2022-06-04 Peter Klausler[flang][runtime] INQUIRE(FILE="...",SIZE=nbytes)
2022-06-04 Jake Egan[clang][test] Mark test arm-float-abi-lto.c unsupported...
2022-06-04 Paul Pluzhnikov[test] Modify test to verify D126396 (Clean "./" from...
2022-06-04 Peter Klausler[flang][runtime] Allow extra character for E0.0 output...
2022-06-04 wren romano[mlir][sparse] Adding IsSparseTensorPred and updating...
2022-06-04 Peter Klausler[flang][runtime] Fix bug with extra leading zero in...
2022-06-04 Peter Klausler[flang] Fix crash in IsSaved()
2022-06-03 Florian Mayer[NFC] [libunwind] turn assert into static_assert
2022-06-03 Clemens Wasser[tools] Forward declare classes & remove includes
2022-06-03 Christopher... [mlir][linalg] fix crash in vectorization of elementwis...
2022-06-03 Florian Mayer[DWARF] Show which augmentation character was unrecognized.
2022-06-03 Brad Smith[Hexagon] Enable IAS in the Hexagon backend
2022-06-03 Anders Waldenborg[clang] Allow const variables with weak attribute to...
2022-06-03 Joseph Huber[Clang] Change the offload packager build to be a clang...
2022-06-03 Diego Caballero[mlir] Add peeling xform to Codegen Strategy
2022-06-03 Huan Nguyen[BOLT][NFC] Warning for deprecated option '-reorder...
2022-06-03 Jacob WeightmanAMDGPU: allow reordering of functions in AMDGPUResource...
2022-06-03 Craig Topper[RISCV] Pre-commit test cases for D126986. NFC
2022-06-03 Reid Kleckner[bazel] Update build for config.h.cmake change
2022-06-03 Tue Ly[libc] Make expm1f correctly rounded when the targets...
2022-06-03 Joe Loser[libc++][test] Skip string_view tests for other vendors...
2022-06-03 Vy Nguyen[lld-macho] Addressed additional post-commit comments...
2022-06-03 Martin Storsjö[ARM] Make a narrow tMOVi8 where possible in SEH prologues
2022-06-03 Martin Storsjö[ARM] Make narrow push/pop in SEH prologues/epilogues...
2022-06-03 Eric ChristopherRevert "[X86] combineConcatVectorOps - add support...
next