platform/upstream/llvm.git
2021-10-08 Philip Reames[IPT] Add a statistic to track instructions scanned...
2021-10-08 Philip ReamesAdd a statistic to track number of times we rebuild...
2021-10-08 Arthur EubanksRevert "Recommit "[LoopPeel] Peel loops with deoptimizi...
2021-10-08 Abhina Sreeskantharajan[test] Use host platform specific error message substit...
2021-10-08 Reid KlecknerUpdate polly for removal of CallInst::arg_operands...
2021-10-08 James King[AST Matchers] Update dump_ast_matchers.py to query...
2021-10-08 James KingAdd `TypeLoc`-related matchers.
2021-10-08 Keith SmileyRevert "[clang] Fix absolute file paths with -fdebug...
2021-10-08 Martin Storsjö[libcxx] Fix a missed case needing "system header"...
2021-10-08 Keith Smiley[clang] Fix absolute file paths with -fdebug-prefix-map
2021-10-08 Philip Reames[IPT] Narrow scope of removeInstruction invalidation...
2021-10-08 Fangrui Song[sanitizer] Use one #if instead of 3 nested #if after...
2021-10-08 Zequan Wu[clang-format-diff] Fix missing formatting for zero...
2021-10-08 H.J. LuReland [sanitizer] Support Intel CET
2021-10-08 Andreas Schwab[Support] Define sys::getHostCPUName for RISC-V
2021-10-08 Philip ReamesAdd iterator range variants of isGuaranteedToTransferEx...
2021-10-08 Stephen Tozer[Dexter] Add option to pass a Visual Studio solution...
2021-10-08 Med Ismail... [lldb] Fix windows build failure due to undefined macro
2021-10-08 Jake Egan[AIX] Disable tests failing due to missing DWARF sections
2021-10-08 Jake Egan[AIX] Disable tests failing due to lack of .loc and...
2021-10-08 Stella LaurenzoFix parsing of hex-format index dense tensor attributes.
2021-10-08 Mark de Wever[libc++] Improve atomic_fetch_(add|sub).*.
2021-10-08 Kazu Hirata[IR] Remove arg_operands and getNumArgOperands (NFC)
2021-10-08 Sanjay Patel[InstCombine] add shift of bool test with extra use...
2021-10-08 Sanjay Patel[InstCombine] add tests for (i32 X s>> 31) & Y; NFC
2021-10-08 Shilei Tian[OpenMP][NVPTX] Fix an error in configuring #teams...
2021-10-08 Louis Dionne[libc++] Remove the ad-hoc "unified standalone" build
2021-10-08 Bradley SmithRevert "[SelectionDAG] Remove PromoteIntOp_EXTRACT_SUBV...
2021-10-08 Andrzej Warzynski[flang][driver] Fix erroneous `&`
2021-10-08 Guillaume Chatelet[libc] Add rep;movsb as an accelerator under x86
2021-10-08 Guillaume Chatelet[libc] ifdef guard element architecture implementations
2021-10-08 Freddy Ye[NFC] Use CHECK-NEXT instead of CHECK-SAME in target...
2021-10-08 Qiongsi Wu[AIX][ZOS] Excluding merge-objc-interface.m from Tests
2021-10-08 Guillaume ChateletRevert "[libc] Add rep;movsb as an accelerator under...
2021-10-08 Guillaume Chatelet[libc] Add rep;movsb as an accelerator under x86
2021-10-08 David Stuttard[AMDGPU] Set number vgprs used in PS shaders based...
2021-10-08 Med Ismail... [lldb/test] Disable TestScriptedProcess.py unless Darwin
2021-10-08 Med Ismail... [lldb/Plugins] Add memory region support in ScriptedProcess
2021-10-08 Med Ismail... [lldb/Plugins] Add support for ScriptedThread in Script...
2021-10-08 Kirill Bobyrev[clangd] IncludeCleaner: Stop crashing when included...
2021-10-08 Michał Górny[lldb] [test] Use secondary pty end for testing Terminal
2021-10-08 Mirko Brkusanin[GlobalISel] Combine for eliminating redundant operand...
2021-10-08 Matthias Springer[mlir][linalg][bufferize] Rewrite "write into non-writa...
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
next