platform/upstream/llvm.git
2022-09-21 Philip Reames[TTI] Recognize fp constants in getOperandInfo
2022-09-21 Vitaly Buka[test][msan] Precommit part of D134119
2022-09-21 Fangrui Song[Hexagon] Fix -Wunused-variable in non-assertion builds...
2022-09-21 Florian Mayer[libunwind] Handle G in personality string
2022-09-21 Fangrui Song[Driver] Add --gcc-install-dir=
2022-09-21 Fangrui Song[GlobalISel] Fix std::max after D134380
2022-09-21 Jay FoadAMDGPU: Stop validating earlyclobber operands in assembler
2022-09-21 Amara Emerson[GlobalISel] Fix known bits for G_ASSERT_ALIGN.
2022-09-21 owenca[clang-format][NFC] Reformat the clang/unittests/Format...
2022-09-21 Leonard ChanRevert "[llvm] Support forward-referenced globals with...
2022-09-21 Evgeny Shulgin[Clang] Support case and default labels at end of compo...
2022-09-21 Aaron BallmanAdd tests & update the C99 DR statuses for dr315 and...
2022-09-21 Leonard Chan[llvm] Support forward-referenced globals with dso_loca...
2022-09-21 Xiang Li[HLSL] Allow SV_GroupIndex for lib profile.
2022-09-21 Sanjay Patel[InstCombine] try to fold mul by neg-power-of-2 to shl
2022-09-21 owenca[clang-format][NFC] Reformat clang/lib/Format using...
2022-09-21 Aaron BallmanChanging some strange code into an assert; NFC
2022-09-21 Fangrui Song[libclang] Fix -Wswitch after D129883
2022-09-21 Fangrui Song[ARM] Check target feature support for __builtin_arm_crc*
2022-09-21 Scott LinderRevert "[NFC][AMDGPU] Refactor AMDGPUDisassembler"
2022-09-21 Fangrui Song[ELF] --pack-dyn-relocs=android: scan relocation serial...
2022-09-21 Siva Chandra... [libc] Add implementations of POSIX getpid, getppid...
2022-09-21 Siva Chandra... [libc] Add implementation of functions stat, fstat...
2022-09-21 Krzysztof Parzyszek[Hexagon] Revamp type legalization of ext/trunc/sat...
2022-09-21 Florian Hahn[AArch64] Try to fold shuffle (tbl2, tbl2) to tbl4.
2022-09-21 Sanjay Patel[InstCombine] try multi-use demanded bits fold for...
2022-09-21 Sanjay Patel[InstCombine] add tests for multi-use sub demanded...
2022-09-21 Sanjay Patel[InstCombine] add tests for (X * -2**C) + Y; NFC
2022-09-21 Fangrui Song[ELF] Parallelize --compress-debug-sections=zstd
2022-09-21 Michael Jones[libc] add fputs and puts
2022-09-21 Lang Hames[ORC-RT] Fix case on test file suffix.
2022-09-21 Joel E. Denny[lit] Work around another windows issue in new test...
2022-09-21 Xiang Li[NFC] Fix build error ignored by MSVC.
2022-09-21 John McIver[Utils] Refactor update_cc_test_checks.py to use shutil
2022-09-21 Guozhi Wei[RegisterCoalescer] Use LiveRangeEdit to handle remater...
2022-09-21 Arthur Eubanks[gn build] Don't set LLVM_UNREACHABLE_OPTIMIZE when...
2022-09-21 Joel E. Denny[lit] Work around windows issue in new test from 28412d...
2022-09-21 LLVM GN Syncbot[gn build] Port 782ac2182c2b
2022-09-21 Xiang Li[HLSL] Support cbuffer/tbuffer for hlsl.
2022-09-21 Thomas Symalla[NFC][AMDGPU] Add new v_bfi Codegen test.
2022-09-21 zhijianRefactor XCOFFObjectFile::getImportFileTable.
2022-09-21 Arthur Eubanks[CGSCC] Properly handle invalidating analyses for inval...
2022-09-21 Valentin Clement[flang] Avoid deallocation of intent(out) when dummy...
2022-09-21 Min-Yih Hsu[mlir][LLVMIR] Do not create pseudo debug file name...
2022-09-21 wlei[llvm-profgen] Remove CommaSeparated option from perf...
2022-09-21 natashaknk[mlir][tosa] Revert added support for dynamic height...
2022-09-21 Joel E. Denny[lit] Increase FileCheck verbosity temporarily
2022-09-21 Konstantina[NFC][NewGVN] Remove OpIsSafeForPHIOfOpsHelper()
2022-09-21 Ashay Rane[llvm] prefix linker flag on non-MSVC compilers with...
2022-09-21 Akira Hatanaka[Sema] Reject array element types whose sizes aren...
2022-09-21 Joel E. Denny[lit] Try to fix new test from 28412d1800e3 under Windows
2022-09-21 Philip Reames[SDAG] Split handling of VPLoad/VPGather and VPStore...
2022-09-21 J. Ryan Stinnett[LangRef][Docs] Fix RST header length for GC intrinsics
2022-09-21 Kazu Hirata[ModuleInliner] Factor out common code in InlineOrder...
2022-09-21 J. Ryan Stinnett[LangRef][Docs] Align RST syntax for GC intrinsics
2022-09-21 Joel E. Denny[lit] Implement DEFINE and REDEFINE directives
2022-09-21 Chris Bieneman[NFC] Add GitHub issues to HLSL FIXME comments
2022-09-21 Matt ArsenaultAMDGPU: Move test to correct location
2022-09-21 rkayaith[mlir][llvm] Support pointer entries in data layout...
2022-09-21 Anders LanglandsAdd clang_CXXMethod_isDeleted function
2022-09-21 bixia1[mlir][memref] Add realloc op.
2022-09-21 Alexey Bataev[SLP]Fix write-after-bounds.
2022-09-21 Nikita Popov[InstSimplify] Add additional simplifyWithOpReplaced...
2022-09-21 Florian Hahn[llvm-reduce] Update NoChunks initializer to be in...
2022-09-21 Graham Hunter[NFC][LV] Scalarizing test for masked vector calls
2022-09-21 Simon Pilgrim[LoopVectorize] Fix test name - the test is for fshl...
2022-09-21 zhijian[AIX] change "llvm-nm" to "env OBJECT_MODE=any llvm...
2022-09-21 Matt ArsenaultLICM: Pass through AssumptionCache
2022-09-21 Sanjay Patel[AArch64] add tests for fadd -> fma combines; NFC
2022-09-21 Alex RichardsonAdd all constant physical registers to callee preserved...
2022-09-21 Alex RichardsonAdd a baseline test for D131958
2022-09-21 Oleg Shyshkov[mlir] Move getDimsOfType to StructuredOpsUtils.h.
2022-09-21 Simon Pilgrim[CostModel][X86] Add vbmi2 costs for funnelshift/rotate...
2022-09-21 Sanjay Patel[InstCombine] don't canonicalize shl+sub to mul+add
2022-09-21 Louis DionneRevert "[llvm] Remove libcxx, libcxxabi and libunwind...
2022-09-21 Simon Pilgrim[CostModel][X86] Add vbmi2 test coverage for funnelshif...
2022-09-21 Simon Pilgrim[CostModel][X86] Remove out of date TODO
2022-09-21 Matheus Izvekov[clang] AST: SubstTemplateTypeParmType support for...
2022-09-21 Ivan Butygin[mlir] Allow negative strides and offset in StridedLayo...
2022-09-21 Michał Górny[clang] [Driver] Support multiple configuration files
2022-09-21 Wei Yi Tee[clang][dataflow] Remove deprecated `transfer(const...
2022-09-21 Simon Pilgrim[CostModel][X86] Add CostKinds test coverage for funnel...
2022-09-21 Wei Yi Tee[clang][dataflow] Remove deprecated overloads of `check...
2022-09-21 Kazushi (Jam... [VE] Remove obsolete ANDrm patterns
2022-09-21 Nikita Popov[InstSimplify] Add vector tests for simplifyWithOpRepla...
2022-09-21 Thomas Symalla[ISel] Enable generating more fma instructions.
2022-09-21 David Green[AArch64] Lower scalar sqxtn intrinsics to use fp registers
2022-09-21 Jay Foad[AMDGPU] Update checks in mad_u64_u32.ll. NFC.
2022-09-21 Matthias Springer[mlir][tensor][bufferize] Implement getBufferType for...
2022-09-21 Graham Hunter[LAA] Fix ICE with scAddExpr in forked pointers
2022-09-21 Valentin Clement[flang] Handle parent component of extended derived...
2022-09-21 eopXD[NFC][Scalarizer] Let testcase be auto-generated from...
2022-09-21 Kazushi (Jam... [VE][NFC] Change to use l2i/i2l to simplify code
2022-09-21 Kazushi (Jam... [VE] Add maxnum and minnum
2022-09-21 Kazushi (Jam... [VE] Change to expand FMA
2022-09-21 David Green[AArch64] Insert/Extract of bitcast patterns
2022-09-21 David Sherwood[AArch64][SME] Disable inlining when SME attributes...
2022-09-21 Nikita Popov[MemorySSA] Remove PerformedPhiTranslation flag
2022-09-21 Jean Perier[flang] Limit shape inquiries rewrite to associate...
2022-09-21 Thomas Symalla[NFC][AMDGPU] Pre-commit test for D132837.
next