platform/upstream/llvm.git
2022-02-05 Tom Stellardgithub: Fix automated PR creation for backports
2022-02-05 Bill Wendling[NFC] Remove unnecessary #includes
2022-02-05 James Y KnightDon't assume that a new cleanup was added to InnermostE...
2022-02-05 Hongtao Yu[CSSPGO] Turn on ext-tsp by default for CSSPGO.
2022-02-05 Alex Xu (Hello71)[Driver] Default to -fno-math-errno for musl
2022-02-05 Kelvin Li[OpenMP] Add search path for llvm-strip
2022-02-05 Phoebe Wang[X86] Introduce more common modern tunings into `generic`
2022-02-05 Shoaib Meenai[ELF] Avoid wrapping unreferenced lazy symbols
2022-02-05 Arthur Eubanks[test] Remove unnecessary require<> in LoopAccessAnalys...
2022-02-05 Amir Ayupov[BOLT] Add nfc-check-setup script
2022-02-05 Peter Klausler[flang] Debugging of ACCESS='STREAM' I/O (take 2)
2022-02-05 Amir Ayupov[BOLT-UnitTests] Fix shared libraries build
2022-02-05 LLVM GN Syncbot[gn build] Port 679f8a885b65
2022-02-05 Joseph Huber[OpenMP] Change amdgcn to amdgpu in device library...
2022-02-05 Fangrui Song[Debuginfod][test] Fix debuginfod.test to use %python...
2022-02-05 Fangrui Song[Debuginfod] Fix curl_easy_init in -DLLVM_ENABLE_ASSERT...
2022-02-05 Craig Topper[RISCV] Remove exclusions for zext.h/zext.w from our...
2022-02-04 Roman LebedevReland [SimplifyCFG] `markAliveBlocks()`: recognize...
2022-02-04 Roman Lebedev[NFC][SimplifyCFG] Add test w/ shared normal dest of...
2022-02-04 Amir Ayupov[BOLT][NFC] Fix compiler warnings
2022-02-04 Markus Böck[mlir][NFC] Fully qualify call to `mlir::success` in...
2022-02-04 Roman LebedevRevert "[SimplifyCFG] `markAliveBlocks()`: recognize...
2022-02-04 Eugene Zhulenev[mlir] Add canonicalizer to merge shape.assuming_all ops
2022-02-04 Roman Lebedev[SimplifyCFG] `markAliveBlocks()`: recognize that norma...
2022-02-04 Roman Lebedev[NFC][SimplifyCFG] Add test showing failure to drop...
2022-02-04 Roman Lebedev[NFC][InstCombine] `visitCallInst()`: make comment...
2022-02-04 Roman Lebedev[NFC][SimplifyCFG] 'merge compatible invokes': tests...
2022-02-04 Fangrui Song[ELF] Support R_PPC_NONE/R_PPC64_NONE in getImplicitAddend
2022-02-04 Fangrui Song[yaml2obj] Support R_PPC_* relocation types
2022-02-04 David GoldmanRevert "[clangd] Properly compute framework-style inclu...
2022-02-04 Róbert Ágoston[GlobalISel] Don't combine instructions which are fed...
2022-02-04 Joseph Huber[OpenMP] Emit remark on the captured call instead of...
2022-02-04 David GoldmanAttempt forward fix after 4dfd113
2022-02-04 River Riddle[mlir:NFC] Move BaseOpWithOffsetSizesAndStrides out...
2022-02-04 Matt ArsenaultAMDGPU/GlobalISel: Fix assertions on invalid addrspacecasts
2022-02-04 Louis Dionne[libc++][Docker] Don't actually start using a newer...
2022-02-04 Arthur O'Dwyer[libc++] Replace includes of <utility> with specific...
2022-02-04 Louis Dionne[libc++] Bump the version of Clang we use in the CI
2022-02-04 Lei Zhang[mlir][vector] Add constant folder for vector.shuffle ops
2022-02-04 Fangrui Song[ELF][test] Test getImplicitAddend for R_ARM_NONE/R_RIS...
2022-02-04 Joseph Huber[OpenMP] Fix mismatched device runtime name
2022-02-04 Matt ArsenaultAMDGPU: Fix failing test
2022-02-04 Lei Zhang[mlir][spirv] Fix missing dependencies in BUILD.bazel
2022-02-04 David Goldman[clangd] Properly compute framework-style include spelling
2022-02-04 Byoungchan Lee[lld][macho] Add more skip platform check for libSystem...
2022-02-04 Lei Zhang[mlir][spirv] Add support for converting vector.shuffle
2022-02-04 Masoud Ataei[PowerPC] Option controling scalar MASS convertion
2022-02-04 Fangrui Song[ELF] Support REL-format R_AARCH64_NONE relocation
2022-02-04 Benjamin Kramer[bazel] Port dbed14d215fe
2022-02-04 Arthur O'Dwyer[libc++] No longer support ranges::begin(x) when x...
2022-02-04 Paulo Matos[WebAssembly] Refactor and fix emission of external...
2022-02-04 Aaron BallmanRename this file to fix the typo in its name; NFC
2022-02-04 Matt ArsenaultAMDGPU: Convert AMDGPUResourceUsageAnalysis to a Module...
2022-02-04 Matt ArsenaultAMDGPU: Use module level register maximums for unknown...
2022-02-04 Nikolas Klauser[libc++] Move fpos into its own header
2022-02-04 Arthur Eubanks[gn build] Port dbed14d
2022-02-04 Louis Dionne[libc++] Remove unused code paths for non-existent...
2022-02-04 minglotus-6Clean up a test case.
2022-02-04 Simon Pilgrim[APInt] Update APInt::isShiftedMask() description....
2022-02-04 Paul Robinson[IntrospectionTest] Replace "return" with "GTEST_SKIP"
2022-02-04 Florian Mayer[mte] [nfc] do not keep Tag in AllocaInfo
2022-02-04 Joseph Huber[OpenMP] Completely remove old device runtime
2022-02-04 Philip Reames[SLP] Strengthen internal asserts about scheduled node...
2022-02-04 Aaron BallmanUse functions with prototypes when appropriate; NFC
2022-02-04 Joseph Huber[OpenMP] Add -Bsymbolic to arguments for GNU linker
2022-02-04 Shilei Tian[Clang][Sema][OpenMP] Fix uninitialized variable Op
2022-02-04 Konstantin... [libc++][ranges][NFC] On the Ranges status page, fix...
2022-02-04 wren romano[mlir][sparse] Updating sparse-compiler pipeline for...
2022-02-04 Owen Pan[clang-format][NFC] Fix a bug in setting type FunctionL...
2022-02-04 Eugene Zhulenev[mlir] Use SetVector to deduplicate shape ops operands
2022-02-04 gysit[mlir][linalg] Let tile and fuse fail for tile sizes...
2022-02-04 Devin Jeanpierre[clang] roll-forward "[clang] Mark `trivial_abi` types...
2022-02-04 Sanjay Patel[x86] enable fast sqrtss/sqrtps tuning for AMD Zen...
2022-02-04 Keith Smiley[llvm-libtool-darwin] Fix crash with bitcode asm module
2022-02-04 LLVM GN Syncbot[gn build] Port 1d8bbe3d255f
2022-02-04 Craig Topper[RISCV] Implement a basic version of AArch64RedundantCo...
2022-02-04 Jonas Devlieghere[lldb] Rename DemangleWithRichManglingInfo to GetRichMa...
2022-02-04 Joseph Huber[Libomptarget] Remove AMDGPU XFAIL from test
2022-02-04 Florian Mayer[mte] fix runOnFunction return value falsely suggesting...
2022-02-04 David Goldman[HeaderSearch] Track framework name in LookupFile
2022-02-04 Benjamin Kramer[Clang][Sema][OpenMP] Remove unused variables. NFC.
2022-02-04 Jonas Devlieghere[lldb] Don't construct the demangled strings while...
2022-02-04 Jonas Devlieghere[lldb] Improve RichManglingContext ergonomics (NFC)
2022-02-04 Fangrui Song[msan] Guard FP_XSTATE_MAGIC1 usage with SANITIZER_GLIBC
2022-02-04 Philip Reames[SLP] Remove ScheduleData::UnscheduledDepsInBundle...
2022-02-04 Prashant KumarRevert "[MLIR][Presburger] Use `SmallVector` instead...
2022-02-04 Amir Ayupov[BOLT][TEST] Add section flags for .gcc_except_table
2022-02-04 LLVM GN Syncbot[gn build] Port 4a02562275d4
2022-02-04 LLVM GN Syncbot[gn build] Port 44cdca37c01a
2022-02-04 Sebastian Neubauer[AMDGPU] Lazily init pal metadata on first function
2022-02-04 Arthur O'Dwyer[libc++] Define `namespace views` in its own detail...
2022-02-04 Shilei Tian[Clang][Sema][OpenMP] Sema support for `atomic compare`
2022-02-04 Fangrui Song[Driver][Android] Removed obsoleted --warn-shared-textrel
2022-02-04 Arthur O'Dwyer[libc++] Normalize all our '#pragma GCC system_header...
2022-02-04 Roman Lebedev[SimplifyCFG] 'merge compatible invokes': allow PHI...
2022-02-04 Roman Lebedev[NFC][SimplifyCFG] Extract `IncomingValuesAreCompatible...
2022-02-04 Roman Lebedev[NFC][SimplifyCFG] 'merge compatible invokes': tests...
2022-02-04 Jay Foad[AMDGPU] SILoadStoreOptimizer: rewrite checkAndPrepareM...
2022-02-04 Craig Topper[RISCV] Add more types of shuffles isShuffleMaskLegal.
2022-02-04 Craig Topper[RISCV] Add inline expansion for vector fround.
next