platform/upstream/llvm.git
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...
2022-08-16 Nikita Popov[cmake] Fix tablegen exports
2022-08-16 Karl Meakin[AArch64] Add `foldCSELOfCSEl` DAG combine
2022-08-16 Simon Pilgrim[InstSimplify] Add another and(x,c) case where the...
2022-08-16 Florian Hahn[LV] Use variables instead of hard-coded metadata IDs...
2022-08-16 Zain Jaffal[AArch64] Add support for 256-bit non temporal loads
2022-08-16 Clement Courbet[CFG] Fix crash on CFG building when deriving from...
2022-08-16 Victor Campos[ARM] Simplify the creation of escaped build attribute...
2022-08-16 Victor Campos[ARM] Parse Tag_also_compatible_with attribute
2022-08-16 Bing1 Yu[X86] Fix a lowering issue of mask.compress which has...
2022-08-16 Andre Vieira[TypePromotion] Only search for PHI + ZExt promotion...
2022-08-16 Zain Jaffal[AArch64] Add tests to check for loop vectorization...
2022-08-16 David Spickett[LLDB][ARM] Remove unused LoadPseudoRegistersFromFrame...
2022-08-16 Sam McCall[pseudo] Style tweaks forgotten in D130337. NFC
2022-08-16 Max KazantsevReturn "[SCEV] Use context to strengthen flags of BinOps"
2022-08-16 Vitaly Buka[test][libcxx] Use own feature for HWAsan
2022-08-16 Vitaly Buka[test][libcxx] Disable new.delete.array tests for HWAsan
2022-08-16 gonglingqin[LoongArch] Add codegen support for fabs
2022-08-16 Weining Lu[LoongArch] Encode LoongArch specific ELF e_flags to...
2022-08-16 Chuanqi Xu[NFC] Add unittest for inline functions in modules
2022-08-16 Johannes ReifferscheidDon't lower log1p(x) to log(1 + x).
2022-08-16 Amir Ayupov[BOLT][NFC] Extend debug logging in analyzeJumpTable
2022-08-16 Kazu Hirata[ExecutionEngine] Fix a warning
2022-08-16 Danil Sidoruk[clang-format] Fix aligning of java-style declarations
2022-08-16 wanglian[SelectionDAG][NFC] Fix return type when used isConstan...
2022-08-16 Kshitij JainRe-apply "[JITLink] Introduce ELF/i386 backend " with...
2022-08-16 Lang HamesRevert "[JITLink] Introduce ELF/i386 backend support...
2022-08-16 LLVM GN Syncbot[gn build] Port 5f300397c6ae
2022-08-16 Lang Hames[JITLink] Introduce ELF/i386 backend support for JITLink.
2022-08-16 Ben Shi[Driver] Support linking to compiler-rt for target AVR
2022-08-16 David Blaikieflang: Fix flang build with -Wctad-maybe-unsupported
2022-08-16 Jonas Devlieghere[lldb] Fetching symbols in the background with dsymForUUID
2022-08-16 Jonas Devlieghere[lldb] Flush the global thread pool in Debugger::Terminate
2022-08-16 Rahman Lavaee[EHStreamer] Omit @LPStart when function has no landing...
2022-08-15 Ben ShiRevert "[Driver] Support linking to compiler-rt for...
2022-08-15 Nirvedh Meshram[MLIR][SPIRV] Add intel joint matrix ops
2022-08-15 David BlaikieEnable -Wctad-maybe-unsupported in LLVM build
2022-08-15 Arthur Eubanks[test][llvm-reduce] Fix simplify-cfg.ll
2022-08-15 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `error_{code,condi...
2022-08-15 Adrian Vogelsgesang[libc++] Implement `operator<=>` for `error_category`
2022-08-15 Aiden Grossman[mlgo] Add ability to create feature-gated development...
2022-08-15 LLVM GN Syncbot[gn build] Port 2f1fa6242a1f
2022-08-15 Nico Weberfix comment typo to cycle bots
2022-08-15 Michael Jones[libc] add guard for file pieces of printf
2022-08-15 Thomas Raoux[mlir][tosa] Fix clamp float lowering
2022-08-15 Nico Weber[gn build] Try to unbreak mac after f56e486fdc1d
2022-08-15 Philip Reames[RISCV][LV] Add test coverage for upcoming dependence...
2022-08-15 Nico Weber[gn build] Make ubsan_init_standalone_preinit.cpp syncable
2022-08-15 Vitaly Buka[AArch64] Fix signed integer overflow in CSINC case
2022-08-15 Martin Sebor[InstCombine] Adjust snprintf folding of constant strin...
2022-08-15 Lei Zhang[mlir][spirv] Add a test covering load/store with memor...
2022-08-15 John Regehrthis pass calls simplifyCFG on individual basic blocks...
2022-08-15 Arthur Eubanks[LegacyPM] Remove ThinLTO bitcode writer legacy pass
2022-08-15 Arthur Eubanks[NFC][llvm-reduce] Use new pass manager for printing...
2022-08-15 Rafael Auler[test-release] Add option to build BOLT
2022-08-15 Kai Sasaki[mlir][complex] Mark all supported operation illegal...
2022-08-15 Arthur Eubanks[gn build] Add ubsan libraries
2022-08-15 Philip Reames[slp] adjust debug output to include final computed...
2022-08-15 Vitaly Buka[test][libc++][hwasan] Handle hwaddress_sanitizer
2022-08-15 Nico Weberchained-fixups.yaml: force little-endian output
2022-08-15 Michael Jones[libc] enable s(n)printf without fullbuild
2022-08-15 Alexey Bataev[SLP][NFC]Add a test for delaying of insertelements...
next