platform/upstream/llvm.git
2022-08-05 Jakub Kuderski[mlir][spirv] Define spv.IAddCarry
2022-08-05 Vitaly Buka[NFC][Inliner] Add Load/Store handler
2022-08-05 Ruobing Han[test][SimpleLoopUnswitch] Precommit test for D129599
2022-08-05 Florian Mayer[HWASan] Remove incorrect unreachable.
2022-08-05 Amaury Séchet[NFC] Regenerates X86's win64-bool.ll
2022-08-05 Slava Zakharin[flang] Lower MOD to Fortran runtime call.
2022-08-05 Craig Topper[RISCV] Don't use li+sh3add for constants that can...
2022-08-05 Tobias Hieta[llvm][macos] Fix usage of std::shared_mutex on old...
2022-08-05 Rashmi Muddulurufixes clang-tidy/checks/list.rst: a line was accidental...
2022-08-05 Ben Langmuir[clang][modules] Don't depend on sharing FileManager...
2022-08-05 Ben Langmuir[clang] Fix redirection behaviour for cached FileEntryRef
2022-08-05 Jack Kirk[CUDA] Fixed sm version constrain for __bmma_m8n8k128_m...
2022-08-05 Philip Reames[RISCVInsertVSETVLI] Remove an unsound optimization
2022-08-05 Zhaoshi Zheng[WinEH][ARM64] Split Unwind Info for Fucntions Larger...
2022-08-05 Slava Zakharin[flang] Propagate lowering options from driver.
2022-08-05 Jonas Devlieghere[lldb] Improve EXC_RESOURCE exception reason
2022-08-05 Jeff Bailey[libc] Update look and feel of libc.llvm.org
2022-08-05 Jim InghamReapply the commits to enable accurate hit-count detect...
2022-08-05 Eugene Zhulenev[mlir] Use SymbolUserOpInterface in LLVM::AddressOfOp...
2022-08-05 Lei Zhang[mlir][spirv] Add default Vulkan memory space to storag...
2022-08-05 Lei Zhang[mlir][spirv] Add a pass to map memref memory space
2022-08-05 Sanjay Patel[InstSimplify] make uses of isImpliedCondition more...
2022-08-05 Paul Walker[SVE] Expand DUPM patterns to handle all integer vector...
2022-08-05 Than McIntoshtsan: fix bug in shadow reset introduced in D128909
2022-08-05 Sanjay Patel[InstSimplify] use isImpliedCondition() instead of...
2022-08-05 Filipp Zhinkin[x86] add tests for bitwise logic of funnel shifts...
2022-08-05 Nikita PopovRevert "[compiler-rt][CMake] Enable TF intrinsics on...
2022-08-05 Tue Ly[libc] Implement sincosf function correctly rounded...
2022-08-05 Mirko Brkusanin[AMDGPU] Remove unused MIMG tablegen variants
2022-08-05 Aaron BallmanRemoving redundant code; NFC
2022-08-05 Alexander BelyaevRevert "[mlir] Extract offsets-sizes-strides computatio...
2022-08-05 Dawid Jurczak[NFC] Add SmallVector constructor to allow creation...
2022-08-05 David Green[ConstProp] Don't fallthorugh for poison constants...
2022-08-05 David Spickett[llvm][IROutliner] Account for return void in sort...
2022-08-05 Phoebe Wang[X86] Move getting module flag into `runOnMachineFuncti...
2022-08-05 Dimitry Andric[CMake] Find python before searching for python modules
2022-08-05 Chuanqi Xu[NFC] Requires x86-registered-target for test/pr56919.cpp
2022-08-05 Balázs Kéri[clang][analyzer] Add more wide-character functions...
2022-08-05 Nathan James[clangd] Change the url for clang-tidy check documentation
2022-08-05 wanglei[LoongArch] Implement more of the ABI
2022-08-05 David Green[AArch64] Tone down the number of repeated fmov N2...
2022-08-05 Chuanqi Xu[Coroutines] Remove lifetime intrinsics for spliied...
2022-08-05 David Green[AArch64][GlobalISel] Recognise some CCMPri
2022-08-05 Xiang Li[NFC][HLSL] Fix build error caused missing typo update.
2022-08-05 Xiang Li[NFC][HLSL] Fix typo in CGHLSLRuntime.
2022-08-05 Austin Kerbow[AMDGPU] Pre-commit tests for D130797
2022-08-05 Timm Bäder[clang] Consider array filler in MaybeElementDependentA...
2022-08-05 Timm Bäder[clang][sema] Fix collectConjunctionTerms()
2022-08-05 Xiang Li[HLSL] clang codeGen for HLSLShaderAttr.
2022-08-05 Shilei Tian[NFC] Fix wrong header in `LibC.cpp`
2022-08-05 Paul Kirth[llvm][ir] Add missing license to ProfDataUtils
2022-08-05 Florian Mayer[libunwind] undef NDEBUG for assert.h in tests.
2022-08-05 Jeff Bailey[libc] Trivial implementation of std::optional
2022-08-05 jacquesguan[mlir][Math] Add constant folder for Atan2Op.
2022-08-05 Phoebe WangReland "[X86][MC] Always emit `rep` prefix for `bsf`"
2022-08-05 Tue Ly[libc] Add subtraction for UInt<N> class.
2022-08-05 Walter Erquinigo[trace][intel pt] Support a new kernel section in LLDB...
2022-08-05 Ellis Hoag[InstrProf][attempt 2] Add new format for -fprofile...
2022-08-05 Richard SmithFix parsing of comma fold-expressions as the operand...
2022-08-04 Xiang Li[HLSL] Support -E option for HLSL.
2022-08-04 Arthur Eubanks[test][llvm-reduce] Use opaque pointers in tests
2022-08-04 Siva Chandra... [libc][NFC] Add a few compiler warning flags.
2022-08-04 Kevin Gleason[MLIR] Fix arith.cmpi assembly syntax in the doc to...
2022-08-04 Kevin Gleason[MLIR] Fix arith.cmpf assembly syntax in the doc to...
2022-08-04 Matt ArsenaultAMDGPU/clang: Remove dead code
2022-08-04 Leonard ChanRevert "[clang][Darwin] Always set the default C++...
2022-08-04 Alex LangfordRe-submit "[lldb] Filter DIEs based on qualified name...
2022-08-04 Fangrui Song[TTI] Change new getVectorInstrCost overload to use...
2022-08-04 Corentin Jabot[Clang] Fix capture of values initialized by bitfields
2022-08-04 Ben Langmuir[orc-rt] Fix swift protocol metadata registration
2022-08-04 Sanjay Patel[ValueTracking] improve readability in isImpliedCond...
2022-08-04 Craig Topper[RISCV] Relax another one use restriction in performSRA...
2022-08-04 Sanjay Patel[ValueTracking] reduce code in isImpliedCondICmps; NFC
2022-08-04 Louis Dionne[compiler-rt] Don't build builtins beyond macOS 10.7
2022-08-04 Aart Bik[mlir][sparse] fix bug in complex zero detection
2022-08-04 Arthur Eubanks[InstrProf] Set prof global variables to internal linka...
2022-08-04 Mingming Liu[AArch64][TTI][NFC] Overload method 'getVectorInstrCost...
2022-08-04 Mats PeterssonPrepare for inlining of SUM intrinsic
2022-08-04 David Green[AArch64] Add some extra GlobalISel CCMP tests coverage...
2022-08-04 Johannes Doerfert[Attributor][FIX] Deal with implicit `undef` in AAPoten...
2022-08-04 Krzysztof Drewniak[mlir][AMDGPU] Explicitly truncate memory addresses...
2022-08-04 Nico Weber[gn build] port 976f37050dbd more
2022-08-04 Marc Auberer[Docs] Fix missing docs strings for CallingConv.h
2022-08-04 Tue Ly[libc] Prevent overflow from intermediate results when...
2022-08-04 Sanjay Patel[InstSimplify] add tests for or-of-icmps; NFC
2022-08-04 Alex LangfordRevert "[lldb] Filter DIEs based on qualified name...
2022-08-04 Shilei Tian[OpenMP] Fix the test case issue that printf cannot...
2022-08-04 Mehdi AminiRevert "[mlir][test] Fix IR/AttributeTest.cpp compilati...
2022-08-04 Fangrui Song[ELF] Parallelize input section initialization
2022-08-04 Shilei Tian[OpenMP][DeviceRTL] Implement libc function `memcmp`
2022-08-04 LLVM GN Syncbot[gn build] Port 4038c859e58c
2022-08-04 Craig Topper[RISCV] Relax a one use restriction performSRACombine
2022-08-04 Alex Langford[lldb] Filter DIEs based on qualified name where possible
2022-08-04 Arjun P[MLIR][Presburger] SlowMPInt::gcd: fix crash when sizes...
2022-08-04 Arjun P[MLIR][Presburger] fourier-motzkin: check if all LCMs...
2022-08-04 Fangrui Song[ELF] Add makeThreadLocal/makeThreadLocalN and remove...
2022-08-04 Louis Dionne[libc++] Clarify comment in CI pipeline definition
2022-08-04 Louis Dionne[libc++][NFC] Remove outdated comment in CI pipeline...
2022-08-04 Konstantin... [libc++] Fix a hard error in `contiguous_iterator<NoOpe...
2022-08-04 Nikolas Klauser[libc++][ranges] Implement `ranges::is_permutation`
next