platform/upstream/llvm.git
2022-06-06 Louis Dionne[libc++] Remove a bunch of conditionals on _LIBCPP_DEBU...
2022-06-06 Kevin P. Neal[IPSCCP] Switch away from Instruction::isSafeToRemove()
2022-06-06 Andrzej Warzynski[flang][driver] Remove references to the `flang` bash...
2022-06-06 Dmitry Preobrazhensky[AMDGPU][GFX7][DOC][NFC] Update assembler syntax descri...
2022-06-06 Aaron BallmanFix a -Wlogical-op-parentheses warning; NFC
2022-06-06 LLVM GN Syncbot[gn build] Port 8171586176ee
2022-06-06 Nikolas Klauser[libc++][ranges] Implement ranges::binary_search and...
2022-06-06 Aaron BallmanAllow use of an elaborated type specifier in a _Generic...
2022-06-06 David Green[AArch64] Generate ADDP from shuffled add
2022-06-06 Simon PilgrimFix "not all control paths return a value" MSVC warning...
2022-06-06 Nico Weber[gn build] port f06abbb39380 a bit (create main() funct...
2022-06-06 Nico Weber[gn build] set LLVM_TOOL_LLVM_DRIVER_BUILD to 0 for now
2022-06-06 Nimish Mishra[flang][OpenMP] Added parser support for in_reduction...
2022-06-06 Kai Luo[PowerPC] Support huge frame size for PPC64
2022-06-06 Florian Hahn[VPlan] Replace BranchOnCount with BranchOnCond if...
2022-06-06 David SpickettRevert "[libcxx] Temporarily skip Arm configs"
2022-06-06 Shao-Ce SUN[RISCV] Use check-prefixes to reduce check lines
2022-06-06 yanming[NFC][RISCV][format] Blank line between functions,...
2022-06-06 Kazu Hirata[Scalar] Use llvm::make_early_inc_range (NFC)
2022-06-06 yanming[RISCV] Define risc-v's own register class to model...
2022-06-06 Qingyuan Zheng[AST] Fix clang RecursiveASTVisitor for definition...
2022-06-06 Kazu Hirata[PDB] Remove truncate* (NFC)
2022-06-06 Chuanqi Xu[NFC] [Coroutines] Add test for ambiguous allocation...
2022-06-06 Chris BienemanLLVM Driver Multicall tool
2022-06-06 Brad Smith[BPF] Enable IAS in backend
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.
next