platform/upstream/llvm.git
2021-10-08 Lei Zhang[mlir][linalg] Constant fold linalg.generic that are...
2021-10-08 Rajan Walia[fir] Add affine demotion pass
2021-10-08 Simon Pilgrim[CostModel][TTI] Replace BAD_ICMP_PREDICATE with ICMP_S...
2021-10-08 LLVM GN Syncbot[gn build] Port 30caca39f401
2021-10-08 Nico WeberReland "[gn build] (manually) port 6fe2beba7d2a (Except...
2021-10-08 Corentin JabotExtend init-statement to allow alias-declaration
2021-10-08 Max KazantsevRecommit "[LoopPeel] Peel loops with deoptimizing exits"
2021-10-08 Jingu KangThird Recommit "[AArch64] Split bitmask immediate of...
2021-10-08 Eugene Zhulenev[mlir] Add alignment option to constant tensor bufferiz...
2021-10-08 Michał Górny[lldb] [ConnectionFileDescriptorPosix] Refactor scheme...
2021-10-08 Jean Perier[fir] Add affine promotion pass
2021-10-08 John McCallFix a variety of bugs with nil-receiver checks when...
2021-10-08 Saiyedul Islam[Clang][OpenMP] Add partial support for Static Device...
2021-10-08 Michał Górny[lldb] [ConnectionFileDescriptorPosix] Use a single...
2021-10-08 Florian Hahn[LoopPeel] Add tests where peeling turns invar accesses...
2021-10-08 Frederic Cambus[Driver][NetBSD] Use ToolChain reference instead of...
2021-10-08 Wang, Pengfei[X86] Check if struct is blank before getting the inner...
2021-10-08 Max KazantsevRevert "[LoopPeel] Peel loops with deoptimizing exits"
2021-10-08 David Spickett[compiler-rt][fuzzer] Re-enable flags test on AArch64...
2021-10-08 Pavel Labath[lldb/gdb-remote] Refactor ReadExtFeature
2021-10-08 Pavel Labath[lldb] Remove shared_ptr from some global Properties...
2021-10-08 Kirill Bobyrev[clangd] Revert unwanted change from D108194
2021-10-08 Jingu Kang[LoopBoundSplit] Handle the case in which exiting block...
2021-10-08 Dawid Jurczak[LoopIdiom] Transform loop containing memcpy to memmove
2021-10-08 Qiu Chaofan[NFC] [Clang] Remove pre-computed complex float types
2021-10-08 Alex Zinenko[mlir][python] support taking ops instead of values...
2021-10-08 Michael Kruse[Polly] Completely remove -polly-opt-fusion.
2021-10-08 Tobias Gysi[mlir][linalg] Retire Linalg ConvOp.
2021-10-08 Amara Emerson[GlobalISel][IRTranslator] Fix a use-after-free bug...
2021-10-08 Amara Emerson[GlobalISel] Combine G_UMULH x, (1 << c)) -> x >> ...
2021-10-08 Tobias Gysi[mlir][linalg] Add loop interchange to CodegenStrategy.
2021-10-08 Jay Foad[TargetPassConfig] Remove an obsolete FIXME comment
2021-10-08 Tobias Gysi[mlir][linalg] Add generalization to CodegenStrategy.
2021-10-08 Simon Moll[VE][Test] Make Scalar/va_arg test generic
2021-10-08 Vassil VassilevReland "[clang-repl] Re-implement clang-interpreter...
2021-10-08 Jimmy Zhongduo Lin[NFC][ScalarEvolution] Fix typo in getRangeForAffineAR...
2021-10-08 Matthias Springer[mlir][linalg][bufferize][NFC] API change of aliasesNon...
2021-10-08 Matthias Springer[mlir][linalg][bufferize] Fix/add missing case to getAl...
2021-10-08 Matthias Springer[mlir][linalg][bufferize] Add bufferRelation to op...
2021-10-08 Mehdi Aminievert "[mlir] Limit Python dependency to Development...
2021-10-08 Mike Urbach[mlir] Limit Python dependency to Development.Module...
2021-10-08 Mehdi AminiFix test-rsqrt.mlir to accept AMD's approximation of...
2021-10-08 Arthur EubanksRevert "[sanitizer] Support Intel CET"
2021-10-08 Craig Topper[RISCV] Remove experimental-b extension that includes...
2021-10-08 Chen Zhenguse right separator for windows.
2021-10-08 Max Kazantsev[LoopPeel] Peel loops with deoptimizing exits
2021-10-08 Chen Zheng[XCOFF] support DWARF for 32-bit XCOFF for object output
2021-10-08 Joseph Huber[OpenMP] Introduce new flags to assert thread and team...
2021-10-08 Shilei Tian[OpenMP][DeviceRTL] Add the support for printf in a...
2021-10-08 Itay Bookstein[SelectionDAG] Fix shift libcall ABI mismatch in shift...
2021-10-08 Wang, Pengfei[X86] Optimize fdiv with reciprocal instructions for...
2021-10-08 Ben Shi[RISCV][test] Add more tests of (add (mul r, c0), c1)
2021-10-08 Johannes Doerfert[OpenMP][FIX] Data race in the SPMD execution of the...
2021-10-08 Vitaly Buka[msan] Print both shadow and user address
2021-10-08 MaheshRavishankar[mlir][Tensor] Add ReifyRankedShapedTypeOpInterface...
2021-10-08 Volodymyr Sapsai[modules] Fix IRGen assertion on accessing ObjC ivar...
2021-10-07 Petr Hosek[CMake] Include llvm-libtool-darwin in Fuchsia toolchain
2021-10-07 Amy Zhuang[mlir] Fix a bug in Affine LICM.
2021-10-07 Jonas Devlieghere[lldb] Parse and display reporting errors from JSON...
2021-10-07 Jonas Devlieghere[lldb] Support missing threadState in JSON crashlogs
2021-10-07 Roman LebedevWorkaround broken FileCheck default yet another time
2021-10-07 Keith Smiley[lld][test] Remove /usr/local/lib test requirement
2021-10-07 Roman Lebedev[NFC][VectorCombine] Add baseline test coverage for...
2021-10-07 Qiongsi Wu[NFC] Including <string> in llvm-cxxdump/Error.cpp
2021-10-07 Arthur EubanksDon't print uselistorder in --print-changed
2021-10-07 Louis Dionne[libc++] Remove the CI job for Apple/System/Noexceptions
2021-10-07 Louis Dionne[libc++] Add a from-scratch testing config for GCC
2021-10-07 Leonard ChanReland "[clang][Fuchsia] Re-enable compiler-rt tests...
2021-10-07 wlei[llvm-profgen] Ignore branch count against outline...
2021-10-07 Kostya Kortchinsky[scudo] Reduce the scope of AllocAfterFork
2021-10-07 Adrian PrantlDo not emit prologue_end for line 0 locs if there is...
2021-10-07 Adrian PrantlRecognize the Swift compiler in DW_AT_producer
2021-10-07 Vitaly Buka[NFC][sanitizer] Annotate a few branches in StackDepot
2021-10-07 Vitaly Buka[sanitizer] Remove traces from the header
2021-10-07 Vitaly Buka[NFC][sanitizer] Remove global PersistentAllocator
2021-10-07 Vitaly Buka[sanitizer] Uninline slow path of PersistentAllocator...
2021-10-07 peter klausler[flang] Error checking for IBCLR/IBSET and ISHFT/SHIFT...
2021-10-07 Philip Reames[scev] Put comments on the right fields [nfc]
2021-10-07 Jay Foad[AMDGPU] Preserve MachineDominatorTree in SILowerContro...
2021-10-07 Jay Foad[TargetPassConfig] Enable machine verification after...
2021-10-07 Nikita Popov[BasicAA] Use base of decomposed GEP in recursive queri...
2021-10-07 Mark Schimmel[ARC] ARCRegisterInfo cleanup prior to adding core...
2021-10-07 Keith Smiley[clang] Fix darwin REQUIRES test annotation (NFC)
2021-10-07 Nikita Popov[LoopFlatten] Mark loop analyses as preserved
2021-10-07 Geoffrey Martin... [Bazel] Update config for 3b01cf9286
2021-10-07 Louis Dionne[runtimes] Add tests for vendor-specific properties
2021-10-07 Keith Smiley[lld][test] Fix darwin REQUIRES (NFC)
2021-10-07 Jamie SchmeiserRevert "Reland A new option -print-on-crash that prints...
2021-10-07 Jon Chesterfield[libomptarget] Reapply 2bc4d48a78b which was accidental...
2021-10-07 Sanjay Patel[InstCombine] ease use check for fold of bitcasted...
2021-10-07 Jay Foad[TwoAddressInstruction] Enable machine verification...
2021-10-07 Jay Foad[PHIElimination] Enable machine verification after...
2021-10-07 Jay Foad[PHIElimination] Account for INLINEASM_BR when insertin...
2021-10-07 Jay Foad[PHIElimination] Pre-commit a test case for D110834
2021-10-07 Jamie SchmeiserReland A new option -print-on-crash that prints the...
2021-10-07 Kiran Chandramohan[mlir][openmp] Add an interface for Outlineable OpenMP ops
2021-10-07 Stella Laurenzo[mlir][python] Temporarily disable test for converting...
2021-10-07 Jay Foad[X86] Special-case ADD of two identical registers in...
2021-10-07 Jay Foad[X86] Pre-commit a test case for D110829
2021-10-07 Artem Belevich[CUDA] Make sure <string.h> is included with original...
next