platform/upstream/llvm.git
2022-04-07 Fangrui Song[ELF] Fix non-relocatable-non-emit-relocs --gc-sections...
2022-04-07 Stanislav Mekhanoshin[AMDGPU] Split unaligned LDS access instead of scalarizing
2022-04-07 Fangrui Song[ELF][test] Improve discard-locals.s
2022-04-07 Florian Hahn[LV] Add test case for PR54427.
2022-04-07 Quinn Pham[PowerPC] Fix EmitPPCBuiltinExpr to emit arguments...
2022-04-07 Jonas Devlieghere[lldb] Use getMainExecutable in SBDebugger::PrintStackT...
2022-04-07 Mark de WeverRevert "[libc++][format] Use a helper constant."
2022-04-07 Luboš Luňák[lldb][gui] remove the "expand" diamond for variables...
2022-04-07 Luboš Luňák[lldb][gui] handle Ctrl+C to stop a running process
2022-04-07 Craig Topper[ARM] Add missing return to ARMTTIImpl::isLoweredToCall.
2022-04-07 Nico Weber[lld/mac] Add some comments and asserts
2022-04-07 Emil Kieri[Driver][NFC] Simplify handling of flags in Options.td
2022-04-07 River RiddleReland [GreedPatternRewriter] Preprocess constants...
2022-04-07 Jez Ng[lld-macho][nfc] Remove indirection when looking up...
2022-04-07 David Green[AArch64] Insert subvector costs
2022-04-07 Joseph Huber[OpenMP] Add dynamic memory function to omp.h and add...
2022-04-07 Joseph Huber[OpenMP] Change target memory tests to use allocators
2022-04-07 Mogball[mlir][ods] Fix builder gen for VariadicRegion with...
2022-04-07 Jonas Devlieghere[lldb] Add Python bindings to print stack traces on...
2022-04-07 Alex Brachet[clang] Use -triple, not -target for %clang_cc1
2022-04-07 Alex Brachet[clang] Fix macos build broken after D120989
2022-04-07 Nathan James[clang-tidy] Fix invalid fix-it for cppcoreguidelines...
2022-04-07 Daniel Grumberg[clang][extract-api][NFC] Use dedicated API to check...
2022-04-07 natashaknk[tosa][mlir] Add dynamic width/height support for depth...
2022-04-07 Augie FacklerInstCombineCalls: fix annotateAnyAllocCallSite to repor...
2022-04-07 Simon Pilgrim[X86] Add PR35202 test case for commuted cmp merging
2022-04-07 Pavel Samolysov[clang][NFC] Extract EmitAssemblyHelper::shouldEmitRegu...
2022-04-07 Mark de Wever[libc++][format] Use a helper constant.
2022-04-07 Zixu Wang[clang][ExtractAPI] Fix declaration fragments for ObjC...
2022-04-07 Arthur Eubanks[CaptureTracking] Ignore ephemeral values when determin...
2022-04-07 Simon Pilgrim[X86] Add PR19752 test case
2022-04-07 Karl Meakin[AArch64] Update tests with the `update_llc_test_checks...
2022-04-07 Lei Zhang[mlir][vector] Fold extract(broadcast) of same rank
2022-04-07 Daniel Grumberg[clang][extract-api] Process only APIs declared in...
2022-04-07 Augie FacklerMemoryBuiltins: only claim an allocator family on built...
2022-04-07 Augie FacklerBuildLibCalls: also set allocsize() attributes
2022-04-07 Augie FacklerInstCombineCalls: when adding an align attribute, never...
2022-04-07 Augie FacklerMemoryBuiltins: also check function definition for...
2022-04-07 Augie FacklerInstCombineCalls: infer return alignment from allocalig...
2022-04-07 Fangrui Song[crt][test] Fix dso_handle.cpp for Linux systems which...
2022-04-07 chenglin.bi[x86] Replace getNodeIfExists to doesNodeExist when...
2022-04-07 Craig Topper[RISCV] Add more .vx patterns for VLMax integer setccs.
2022-04-07 Zixu Wang[clang][ExtractAPI] Fix appendSpace in DeclarationFragments
2022-04-07 Craig Topper[RISCV] Add swapped patterns to VPatIntegerSetCCVL_VIPlus1.
2022-04-07 Paul Walker[SVE] Add more gather/scatter tests to highlight bugs...
2022-04-07 Siva Chandra... [libc] Add a linux Thread class in __support/threads.
2022-04-07 Arthur Eubanks[libcxx] Add flag to disable __builtin_assume in _LIBCP...
2022-04-07 Changpeng FangAMDGPU: Set implicit kernarg size to be of 256 bytes...
2022-04-07 Simon Pilgrim[X86] Enable fast variable per-lane shuffle tuning...
2022-04-07 Sam McCallRemove a few effectively-unused FileEntry APIs. NFC
2022-04-07 Alex Zinenko[mlir] specify dialect names in doc generation
2022-04-07 Nikita Popov[Sink] Don't sink non-willreturn calls (PR51188)
2022-04-07 Nikita Popov[Sink] Add willreturn test
2022-04-07 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - allow and(srem...
2022-04-07 Arjun P[MLIR][Presburger] refactor subtraction to be non-recursive
2022-04-07 Louis Dionne[libc++] Add back-deployment testing on arm64 macs
2022-04-07 Alexey BataevAdd missing template keywords
2022-04-07 Nico WeberRevert "Reland "[Driver] Default CLANG_DEFAULT_PIE_ON_L...
2022-04-07 Dmitry Preobrazhensky[AMDGPU][MC][GFX10] Added syntactic sugar for s_waitcnt...
2022-04-07 Simon Pilgrim[InstCombine] Regenerate and(srem(X,Pow2),C) test and...
2022-04-07 Ties Stuijremove dead code in parseRegisterList checking for...
2022-04-07 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - add TODO to...
2022-04-07 Simon Pilgrim[InstCombine] SimplifyDemandedUseBits - remove lshr...
2022-04-07 LLVM GN Syncbot[gn build] Port 1306b1025c50
2022-04-07 Nikolas Klauser[libc++][ranges] Implement ranges::count{, _if}
2022-04-07 Jez Ng[lld-macho][nfc] Factor out findSymbolAtOffset
2022-04-07 Simon PilgrimFix MSVC "not all control paths return a value" warning
2022-04-07 Simon Pilgrim[X86] Ensure ZN3Tuning inherits from ZN2Tuning instead...
2022-04-07 Simon Pilgrim[X86] Add test case for PR44795
2022-04-07 Nathan Sidwell[clang] Verify internal entity module mangling
2022-04-07 Antonio FrighettoFix warnings when `-Wdeprecated-enum-enum-conversion...
2022-04-07 Nico Weber[gn build] (manually) port 3031fa88f01e
2022-04-07 Nico Weber[gn build] (manually) port 5390606aa963
2022-04-07 Nico Weber[lld/mac] Don't emit stabs entries for functions folded...
2022-04-07 Nikolas Klauser[libc++] Remove redundant __invoke_constexpr functions
2022-04-07 Nikita Popov[Clang] Remove redundant -no-opaque-pointers flag in...
2022-04-07 Kavitha Natarajan[clang][DebugInfo] Support debug info for alias variable
2022-04-07 Weining Lu[LoongArch] Split asmstr to opcstr and opnstr in LAInst...
2022-04-07 Simon Pilgrim[bugpoint] ReduceCrashingFunctions::TestFuncs - fix...
2022-04-07 Priyansh SinghFix grammar and punctuation across several docs; NFC
2022-04-07 chenglin.bi[AMDGPU] Regenerate xor3-i1-const.ll test(NFC)
2022-04-07 Luís Marques[RISCV] Fix crash for section alignment with .option...
2022-04-07 Chih-Ping Chen[DebugInfo] Use DW_ATE_signed encoding when creating...
2022-04-07 Kirill Bobyrev[clangd] NFC: Fix doc typos
2022-04-07 Nikita Popov[Clang] Add -no-opaque-pointers to more tests (NFC)
2022-04-07 Zi Xuan Wu[CSKY] Support bitcast operation from/to double to...
2022-04-07 Simon Pilgrim[X86] Add Issue #50412 fcmp-logic test case
2022-04-07 Simon PilgrimFix "result of 32-bit shift implicitly converted to...
2022-04-07 Benjamin Kramer[bazel] Port 3031fa88f0
2022-04-07 Nikita Popov[OpaquePtrs][Clang] Add -no-opaque-pointers to tests...
2022-04-07 Nikolas Klauser[libc++][ranges] Add implicit conversion to bool test...
2022-04-07 Mehdi Chinoune[lldb] Fix building standalone LLDB on Windows.
2022-04-07 Lorenzo Chelini[MLIR] Standalone: Fix copy-and-paste typo (NFC)
2022-04-07 Martin Storsjö[lldb] [CMake] Disable GCC's -Wstringop-truncation...
2022-04-07 Balázs Kéri[clang][ASTImporter] Not using consumeError at failed...
2022-04-07 Benjamin Kramer[clang-tidy] Silence unused variable warning in release...
2022-04-07 Weining Lu[LoongArch] Improve td files indentation a little bit...
2022-04-07 Fraser Cormack[RISCV] Select unmasked integer setcc insts via ISel...
2022-04-07 Benjamin Kramer[bazel] Port 5390606aa963
2022-04-07 Benjamin KramerTransforms: Remove unused include
next