platform/upstream/llvm.git
2021-04-13 Freddy Ye[X86] Support -march=rocketlake
2021-04-13 Geoffrey Martin... [MLIR] Add a switch operation to the standard dialect
2021-04-13 LLVM GN Syncbot[gn build] Port e96df3e531f5
2021-04-13 Jonas Devlieghere[lldb] Disable TestLaunchProcessPosixSpawn.py with...
2021-04-13 Gulfem Savrun... [Passes] Add relative lookup table converter pass
2021-04-13 Emilio Cota[mlir] Use MCJIT to fix integration tests
2021-04-13 Ahmed BougachaRevert "[lldb] [gdb-remote client] Refactor handling...
2021-04-13 Nick Desaulniers[JumpThreading] merge debug info when merging select+br
2021-04-13 Pirama Arumuga... [compiler-rt][aarch64] Add PAC-RET/BTI property to...
2021-04-12 Arthur Eubanks[Evaluator] Look through invariant.group intrinsics
2021-04-12 Nick Desaulniers[SantizerCoverage] handle missing DBG MD when inserting...
2021-04-12 Nathan James[clang-tidy] Add <utility> include to misc-uniqueptr...
2021-04-12 Michał Górny[lldb] [gdb-remote client] Refactor handling qSupported
2021-04-12 Yuanfang ChenReland "Revert "[InstCombine] when calling conventions...
2021-04-12 Sterling AugustineRevert "[clangd] Provide a way to disable external...
2021-04-12 Florian Hahn[PhaseOrdering] Add test for SimplifyCFG and LV interac...
2021-04-12 Florian Hahn[SimplifyCFG] Add test requiring only hoisting a branch.
2021-04-12 Fangrui Song[ARM] Fix -Wmissing-field-initializers
2021-04-12 Lei Zhang[mlir][spirv] Fix runtime array stride when emulating...
2021-04-12 Jian CaiFix up build failures after cfce5b26a888cb979d65252275d...
2021-04-12 Lei Zhang[mlir][spirv] Allow bitwidth emulation on runtime arrays
2021-04-12 Nikita PopovRevert "[InstCombine] when calling conventions are...
2021-04-12 Lei Zhang[mlir] Move memref.subview patterns to MemRef/Transforms/
2021-04-12 Julian Lettner[TSan] Allow test contents to be copied before execution
2021-04-12 Sanjay Patel[InstCombine] fold shift+trunc signbit check
2021-04-12 Sanjay Patel[InstCombine] add tests for shift+trunc signbit check...
2021-04-12 Daniele Castagna[clang-rename] Handle designated initializers.
2021-04-12 Jonas Devlieghere[lldb] Disable Shell/Subporcess with reproducers
2021-04-12 peter klausler[flang] Correct TypeCode::IsLogical()
2021-04-12 jasonliu[libc++] add `inline` for __open's definition in ifstre...
2021-04-12 Lei Zhang[mlir][spirv] Put debug-only variable in LLVM_DEBUG
2021-04-12 Jian Cai[ARM] support symbolic expression as immediate in memor...
2021-04-12 Sanjay Patel[PassManager][PhaseOrdering] lower expects before runni...
2021-04-12 Sean PerryEnable creation of large response file on z/OS
2021-04-12 Arthur Eubanks[NewPM] Fix -print-changed when a -filter-print-funcs...
2021-04-12 David Tenty[AIX] Tweak test XFAIL from D99815
2021-04-12 Emily Shi[compiler-rt] add SANITIZER_OSX
2021-04-12 eopXD[mlir][affine] Fix unfolded bounding maps for affine.for
2021-04-12 Richard SmithFix documentation typo.
2021-04-12 Mara Sophie... [libc++] Move checks for newlib to actually work
2021-04-12 Sanjay PatelRevert "[PassManager][PhaseOrdering] lower expects...
2021-04-12 Arthur Eubanks[Inliner] Propagate SROA analysis through invariant...
2021-04-12 Hamza SoodReplace uses of std::iterator with explicit using
2021-04-12 Fraser Cormack[RISCV] Support vector SET[U]LT and SET[U]GE with splat...
2021-04-12 Arjun P[MLIR] PresburgerSet emptiness check: remove assertions...
2021-04-12 Aart Bik[mlir] introduce "encoding" attribute to tensor type
2021-04-12 Emilio Cota[mlir] Rename AVX512 dialect to X86Vector
2021-04-12 MaheshRavishankar[mlir][Linalg] Disable const -> linalg.generic when...
2021-04-12 Mitch Phillips[asan] Replaceable new/delete is unsupported in Windows.
2021-04-12 Alexander KornienkoFix nits.
2021-04-12 Jens Massberg[clang-tidy] Add option to ignore macros in readability...
2021-04-12 Tim Keith[flang] Fix narrowing warning on macos
2021-04-12 Artem BelevichAllow applying attributes to subset of allowed subjects.
2021-04-12 Yuanfang Chen[InstCombine] when calling conventions are compatible...
2021-04-12 Arthur O'Dwyer[libc++] Implement D2351R0 "Mark all library static...
2021-04-12 Arthur O'Dwyer[libc++] [test] Detect an improperly noexcept'ed __deca...
2021-04-12 Sanjay Patel[PassManager][PhaseOrdering] lower expects before runni...
2021-04-12 David Green[ARM] Add a number of intrinsics for MVE lane interleaving
2021-04-12 Stephen TozerReapply "[DebugInfo] Use variadic debug values to salva...
2021-04-12 Louis Dionne[libc++] Divorce the std Lit feature from the -std...
2021-04-12 LLVM GN Syncbot[gn build] Port 6a1ac88fc19a
2021-04-12 LLVM GN Syncbot[gn build] Port 26beecfe470b
2021-04-12 LLVM GN Syncbot[gn build] Port 0b439e4cc9db
2021-04-12 Louis Dionne[libc++] NFC: Remove duplicate synopsis from <__string>
2021-04-12 Louis Dionne[libc++] Split std::get_temporary_buffer out of <memory>
2021-04-12 Louis Dionne[libc++] Split std::allocator out of <memory>
2021-04-12 Louis Dionne[libc++] Split auto_ptr out of <memory>
2021-04-12 Kristof Beyls[docs] Add Windows/COFF call info
2021-04-12 Simon Pilgrim[InstCombine] Regenerate select-ctlz-to-cttz.ll tests
2021-04-12 Simon Pilgrim[X86] Fold cmpeq/ne(trunc(logic(x)),0) --> cmpeq/ne...
2021-04-12 Daniel Kiss[compiler-rt][aarch64] Add PAC-RET/BTI support to HWASAN.
2021-04-12 Kadir Cetinkaya[clangd] Provide a way to disable external index
2021-04-12 Wang, Pengfei[X86][AMX] Hoist ldtilecfg
2021-04-12 David Green[ARM] Add FP handling for MVE lane interleaving
2021-04-12 Nathan James[NFC] Remove redundant string copy
2021-04-12 Malhar Jajoo[ARM] Updates to arm-block-placement pass
2021-04-12 Paul C. Anagnostopoulos[TableGen] Fix bug in recent change to ListInit::conver...
2021-04-12 Tobias Gysi[mlir][linalg] adding operation to access the iteration...
2021-04-12 Andrew SavonichevRevert "[AArch64] Add Machine InstCombiner patterns...
2021-04-12 Andrew Savonichev[AArch64] Add Machine InstCombiner patterns for FMUL...
2021-04-12 Raphael Isemann[lldb] Delete dead StackFrameList::Merge
2021-04-12 Raphael Isemann[lldb] Don't recursively load types of static member...
2021-04-12 Alexey LapshinFix chrome os failure after 021de7cf80268091cf13485a538...
2021-04-12 Sebastian Neubauer[AMDGPU] Kill temporary register after restoring
2021-04-12 Bradley Smith[AArch64][SVE] Remove redundant PTEST of MATCH/NMATCH...
2021-04-12 Stephen TozerReapply "[DebugInfo] Correctly track SDNode dependencie...
2021-04-12 Esme-YiReland [DebugInfo] Fix the mismatching between C++...
2021-04-12 Esme-YiRevert "[DebugInfo] Fix the mismatching between C+...
2021-04-12 Tobias Gysi[mlir][linalg] fixing hard-coded variable names in...
2021-04-12 Dmitry Preobrazhensky[AMDGPU][MC][NFC] Removed extra spaces
2021-04-12 Simon Pilgrim[IR] Fix Wdocumentation warning. NFCI.
2021-04-12 Sander de Smalen[AArch64] ACLE: Fix issue for mismatching enum types...
2021-04-12 Sebastian Neubauer[AMDGPU] Fix ubsan error
2021-04-12 Muhammad Omair... [LLDB] Fix buildbots breakage due to TestGuessLanguage.py
2021-04-12 Sebastian Neubauer[AMDGPU] Fix saving fp and bp
2021-04-12 Sebastian Neubauer[AMDGPU] Autogenerate test. NFC
2021-04-12 Sebastian Neubauer[AMDGPU] Unify spill code
2021-04-12 Sebastian Neubauer[AMDGPU] Save VGPR of whole wave when spilling
2021-04-12 Sven van Haastregt[OpenCL] Accept .rgba in OpenCL 3.0
2021-04-12 Stelios Ioannou[AArch64] Adds memory operands for indexed loads.
next