platform/upstream/llvm.git
2022-08-17 Aaron BallmanUpdate the status of some more C99 features
2022-08-17 Serge Pavlov[Driver] Override default location of config files
2022-08-17 Simon Pilgrim[CostModel][X86] intrinsic-cost-kinds.ll - add fcopysig...
2022-08-17 Mats Petersson[flang]Avoid asking for operands when there are none
2022-08-17 David Spickett[LLVM][IndvarSimplify] Move test that requires X86
2022-08-17 OverMighty[AArch64] Add pattern for SQDML*Lv1i32_indexed
2022-08-17 Rainer Orth[Sparc] Don't use SunStyleELFSectionSwitchSyntax
2022-08-17 Simon Pilgrim[TTI] Remove getInstructionThroughput cost helper.
2022-08-17 Simon Pilgrim[SLP] Update TODO comment about shuffle mask decoding
2022-08-17 Zain Jaffal[instcombine] Optimise for zero initialisation of produ...
2022-08-17 Rainer Orth[flang] Add Solaris/x86 support to Optimizer/CodeGen...
2022-08-17 Dominik Adamski[NFC][OpenMP] Update simd loop collapse support description
2022-08-17 Andre Vieira[TypePromotion] Don't promote PHI + ZExt if wider than...
2022-08-17 David Spickett[LLDB][ARM] Remove expected failure from AnonTypedef...
2022-08-17 Graham Hunter[LAA] Handle forked pointers with add/sub instructions
2022-08-17 Max Kazantsev[Test] Add miscompiled test for PR57187
2022-08-17 Thomas JoergRevert "DynamicMemRefType: iteration and access by...
2022-08-17 Yuanfang Chen[clang] fix a typo in da6187f566b7881cb835
2022-08-17 Denis Fatkulin[clang] Apply FixIts to members declared via `using...
2022-08-17 Furkan Usta[clang] Give priority to Class context while parsing...
2022-08-17 Michael Buch[lldb][ClangExpression] Add asm() label to all Function...
2022-08-17 Siva Chandra... [libc][NFC] Make IntegerToString simpler to use at...
2022-08-17 Kadir Cetinkaya[clangd] Support for standard type hierarchy
2022-08-17 Carlos Alberto... [CMake] Explicit bootstrap options override any passthr...
2022-08-17 Fangrui Song[ELF] Fix .plt.got comments. NFC
2022-08-17 Pavel Kosov[LLDB][JIT] Set processor for ARM architecture
2022-08-17 Daniel Bertalan[lld-macho] Honor weak and thread-local flags for TAPI...
2022-08-17 Craig Topper[RISCV] Allow lowerSELECT to fold integer setcc with...
2022-08-17 Craig Topper[RISCV] Add test coverage for (select (icmp X, Y),...
2022-08-17 David Blaikiefold assert-only variable into assert to address non...
2022-08-17 Vitaly BukaRevert "[AArch64] Add `foldCSELOfCSEl` DAG combine"
2022-08-17 owenca[clang-format] Handle comments between access specifier...
2022-08-17 Craig Topper[RISCV] Reuse existing VT variable instead of calling...
2022-08-17 Yuanfang Chen[Clang] followup D128745, add a missing ClangABICompat...
2022-08-17 Stella StamenovaRevert "[LLDB][NFC] Fix optons parsing and misc. reliab...
2022-08-17 Jonas Devlieghere[lldb] Automatically unwrap parameter packs in templat...
2022-08-17 Monk Chiang[RISCV] Add scheduling class for vector pseudo segment...
2022-08-17 David BlaikieDebugInfo: Remove auto return type representation support
2022-08-17 Zequan Wu[LLDB][NativePDB] Add nullptr checking.
2022-08-16 Maxim SchesslerLibfuzzer fix for Ctrl + c not working with -fork and...
2022-08-16 Craig Topper[RISCV] Add test cases to show missed opportunity to...
2022-08-16 Martin Sebor[InstCombine] convert second std::min argument to same...
2022-08-16 Shoaib Meenai[compiler-rt] Build with C++17 explicitly
2022-08-16 Eli FriedmanUntangle the mess which is MachineBasicBlock::hasAddres...
2022-08-16 Yonghong Song[Clang][BPF]: Force sign/zero extension for return...
2022-08-16 Craig TopperRecommit "[RISCV] Use setcc's original SDLoc when inver...
2022-08-16 Craig TopperRevert "[RISCV] Use setcc's original SDLoc when inverti...
2022-08-16 Martin Sebor[InstCombine] Add support for strlcpy folding
2022-08-16 Craig Topper[RISCV] Use setcc's original SDLoc when inverting it...
2022-08-16 Siva Chandra... [libc][Obvious] Rearrange few header targets to satisfy...
2022-08-16 Slava Gurevich[LLDB][NFC] Fix optons parsing and misc. reliability...
2022-08-16 Guozhi Wei[unittests/CodeGen] Remove unique_ptr from the result...
2022-08-16 Craig Topper[RISCV] Remove C!=0 restriction from (sub C, (setcc...
2022-08-16 Martin Sebor[InstCombine] Remove assumptions about int having 32...
2022-08-16 Slava Gurevich[LLDB][NFC] Fix memory leak in IntstumentationRuntimeTS...
2022-08-16 Alexander Shaposhnikov[Intrinsics] Add initial support for NonNull attribute
2022-08-16 Saleem AbdulrasoolCodeGen: correct handling of debug info generation...
2022-08-16 Peiming Liu[mlir][sparse] Refactoring: remove Operation * from...
2022-08-16 Ben Langmuir[clang][deps] Compute command-lines for dependencies...
2022-08-16 Craig Topper[RISCV] Don't fold (sub C, (setcc x, y, eq/neq)) -...
2022-08-16 Craig Topper[RISCV] Add more test cases for (sub C, (setcc x, y...
2022-08-16 Craig Topper[RISCV] Move test from setcc-logic.ll to select-const...
2022-08-16 Peiming Liu[mlir][sparse] Implements concatenate operation for...
2022-08-16 Siva Chandra... [libc][Obvious] Convert an add_header target to add_hea...
2022-08-16 Craig Topper[RISCV] (sub C, (setcc x, y, eq/neq)) -> (add C-1,...
2022-08-16 Craig Topper[RISCV] Add test cases to show where we inverted a...
2022-08-16 Craig Topper[RISCV] Minor cleanups to performSUBCombine. NFC
2022-08-16 Kazu Hirata[lldb] Fix warnings
2022-08-16 Roy Jacobson[Sema] Fix friend destructor declarations after D130936
2022-08-16 Sanjay Patel[FlattenCFG] avoid crash on malformed code
2022-08-16 Lei Huang[NFC][PowerPC] Add missing NOCOMPAT checks for builtins...
2022-08-16 Dmitri Gribenko[clang][dataflow] Use llvm::is_contained()
2022-08-16 Nicolas MillerFix subrange liveness checking at rematerialization
2022-08-16 David BlaikieRevert "flang: Fix flang build with -Wctad-maybe-unsupp...
2022-08-16 David BlaikieRevert "Some more from-the-hip ctad-maybe-unsupported...
2022-08-16 David BlaikieDisable -Wctad-maybe-unsupported in flang since it...
2022-08-16 Zequan Wu[LLDB][NativePDB] Add nullptr checking.
2022-08-16 Mark de Wever[libc++] Improve updating data files.
2022-08-16 Mark de Wever[libc++][format] Improve format buffer.
2022-08-16 Vitaly Buka[test][libcxx] Don't XFAIL passing test with HWASAN
2022-08-16 Slava Zakharin[mlir][math] Added basic support for FPowI operation.
2022-08-16 Steven Wu[CMake] Cleanup the descriptions for gRPC options
2022-08-16 David BlaikieSome more from-the-hip ctad-maybe-unsupported fixes...
2022-08-16 Simon Pilgrim[ValueTracking] computeKnownBits - attempt to use a...
2022-08-16 Emmmer[LLDB][RISCV] Make software single stepping work
2022-08-16 Emmmer[LLDB] Handle possible resume thread error
2022-08-16 Emmmer[LLDB] Fix possible nullptr exception
2022-08-16 Florian Hahn[PhaseOrdering] Add test showing excessive unrolling...
2022-08-16 Arthur Eubanks[Windows] Put init_seg(compiler/lib) in llvm.global_ctors
2022-08-16 Fred TingaudMSVC compatibility mode: fix error on unqualified templ...
2022-08-16 Danila Malyutin[RS4GC] Handle vectors of pointers in non-live clobbering
2022-08-16 Simon Pilgrim[InstCombine] known-phi-br.ll - remove multiuse handlin...
2022-08-16 Steve Merritt[CodeView] Use non-qualified names for static local...
2022-08-16 Alexey Bataev[SLP]Fix PR51320: Try to vectorize single store operands.
2022-08-16 David Spickett[LLVM][Debuginfod] Add missing thread include
2022-08-16 Louis Dionne[clang][Darwin] Re-apply "Always set the default C...
2022-08-16 Zain Jaffal[instcombine] Test for zero initialisation optimisation...
2022-08-16 Kevin P. NealFix build error: [FPEnv][EarlyCSE] Support for CSE...
2022-08-16 YingChi Long[Sema] fix false -Wcomma being emitted from void return...
2022-08-16 Kevin P. Neal[FPEnv][EarlyCSE] Support for CSE when exception behavi...
next