platform/upstream/llvm.git
2022-06-01 Mark de Wever[libc++][format] Fixes string-literal formatting.
2022-06-01 PeixinQiao[NFC][MLIR] Fix -Wtype-limits warning
2022-06-01 Mital AshokFix std::has_unique_object_representations for _BitInt...
2022-06-01 Luke NihlenExpand definition deprecation warning to include conste...
2022-06-01 Craig Topper[RISCV] Fix i64<->f64 and i32<->f32 bitcasts with VLS...
2022-06-01 PeixinQiao[flang] Add semantic checks for threadprivate and decla...
2022-06-01 Denis Antrushin[TwoAddressInstructionPass] Relax assert in statepoint...
2022-06-01 Simon Pilgrim[ARM] uxtb.ll - adjust armv6 triple so the update_llc_t...
2022-06-01 Simon Pilgrim[ARM][Thumb2] Refresh UXTB16 tests to match optimized...
2022-06-01 Balazs Benics[analyzer] Fix wrong annotation of PointerToMemberData
2022-06-01 Simon Pilgrim[X86] LowerVSETCC - merge getConstant() calls with...
2022-06-01 Sanjay Patel[x86] fix miscompile from wrongly identified fneg
2022-06-01 Guillaume Chatelet[libc] fix typo in BUILD.bazel feature
2022-06-01 Matt ArsenaultCodeGen: Move getAddressSpaceForPseudoSourceKind into...
2022-06-01 Sanjay Patel[x86] add test for mismatched fneg; NFC
2022-06-01 Guillaume Chatelet[libc] Apply no-builtin everywhere, remove unnecessary...
2022-06-01 Mikhail GoncharovFix potentially uninitialized memory
2022-06-01 Alexander KornienkoRevert "[LAA] Initial support for runtime checks with...
2022-06-01 LLVM GN Syncbot[gn build] Port a0dcbe45bd83
2022-06-01 LLVM GN Syncbot[gn build] Port 2011052150e1
2022-06-01 Matt Arsenaultllvm-reduce: Add reduction pass to remove regalloc...
2022-06-01 Matt Arsenaultllvm-reduce: Add pass to reduce MIR instruction flags
2022-06-01 Florian Hahn[LAA] Remove unused RuntimeCheckingPtrGroup constructor...
2022-06-01 Alexander KornienkoRevert "[InstCombine] Combine instructions of type...
2022-06-01 Kiran Chandramohan[Flang] Lower the infinite do loop
2022-06-01 Haojian Wu[pseudo] Build inc files when cxx.bnf changes.
2022-06-01 Simon Pilgrim[X86] Fix typo in extraction type introduced in rGed030...
2022-06-01 Christian SiggFix bazel build after 59b273a166b9d1165015b5cf10c21641c...
2022-06-01 Nikita Popov[llvm-c-test] Always set opaque pointers mode
2022-06-01 Sheng[NFC] fix typo
2022-06-01 Sander de Smalen[Clang] NFCI: Add a new bit HasExtraBitfields to Functi...
2022-06-01 Christian SiggFix bazel build after 59b273a166b9d1165015b5cf10c21641c...
2022-06-01 Simon Pilgrim[X86] combineConcatVectorOps - add support for concaten...
2022-06-01 Florian Hahn[VPlan] Use region for each loop in native path.
2022-06-01 Andrew Ng[LSAN] Fix up LSAN weak symbols for Windows
2022-06-01 Nicolas Vasilache[mlir][SCF] Add parallel abstraction on tensors.
2022-06-01 lewuathe[mlir][complex] Lowering complex.tanh to standard
2022-06-01 Guillaume Chatelet[libc][mem*] Address facility + test enum support
2022-06-01 Nicolas VasilacheRevert "[mlir][SCF] Add parallel abstraction on tensors."
2022-06-01 Nicolas Vasilache[mlir][SCF] Add parallel abstraction on tensors.
2022-06-01 serge-sans... [Clang][Driver] More explicit message when failing...
2022-06-01 Andrzej Warzynski[flang] Make sure that `flang` is also installed
2022-06-01 Nikita Popov[ValueTracking] Enable -branch-on-poison-as-ub by default
2022-06-01 Guillaume Chatelet[libc] Add support for enum in EXPECT_EQ
2022-06-01 LLVM GN Syncbot[gn build] Port d157019482e1
2022-06-01 David Spickett[libcxx] Temporarily skip Arm configs
2022-06-01 Florian Hahn[VPlan] Remove unused native utilities incompatible...
2022-06-01 Martin Storsjö[Windows] Don't try to wildcard expand paths starting...
2022-06-01 Martin Storsjö[MC] [Win64EH] Check that the SEH unwind opcodes match...
2022-06-01 Martin Storsjö[MC] [Win64EH] Optimize the ARM unwind info
2022-06-01 Martin Storsjö[ARM] [MC] Add support for writing ARM WinEH unwind...
2022-06-01 Martin Storsjö[MC] [Win64EH] Wrap the epilog instructions in a struct...
2022-06-01 Diana Picus[flang] Upstream lowering of real control loops
2022-06-01 Balázs Kéri[clang][ASTImporter] Add support for import of UsingPac...
2022-06-01 Ping Deng[DAGCombine][NFC] Add braces to 'else' to match braced...
2022-06-01 Benjamin Kramer[mlir][complex] Remove unused variables. NFC.
2022-06-01 Dossay Oryspayev[flang][OpenMP] Added parser support for defaultmap...
2022-06-01 lewuathe[mlir][complex] Add tan op for complex dialect
2022-06-01 Fangrui Song[ELF][test] Change some tests to use SHF_COMPRESSED...
2022-06-01 Gabor Marton[analyzer] Handle SymbolCast in SValBuilder
2022-06-01 Peixin-Qiao[flang] Add semantic check for named constant as functi...
2022-06-01 owenca[Docs] Clarify the guideline on omitting braces
2022-06-01 Endre Fülöp[clang-tidy] Extend cert-oop57-cpp to check non-zero...
2022-06-01 Endre FülöpRevert "[clang-tidy] Extend cert-oop57-cpp to check...
2022-06-01 Endre Fülöp[clang-tidy] Extend cert-oop57-cpp to check non-zero...
2022-06-01 wangpc[RISCV] Set target-abi explicitly to reduce codegen...
2022-06-01 Fangrui Song[AArch64][test] Replace -march with -mtriple for llc...
2022-06-01 Fangrui Song[X86][test] Remove unneeded -mtriple from llc RUN lines
2022-06-01 Tue Ly[libc] Implement FLAGS option for generating all combin...
2022-06-01 Reid KlecknerRevert "[Bazel][GN] Reuse the GN LLVM config file gener...
2022-06-01 Zi Xuan Wu... [CSKY] Fix error of underestimated function size by...
2022-06-01 Fangrui Song[Hexagon][test] Fix some tests on linux-musl
2022-06-01 Nemanja Ivanovic[PowerPC] Remove const from paired vector store builtins
2022-06-01 Reid Kleckner[Bazel][GN] Reuse the GN LLVM config file generation...
2022-06-01 Reid Kleckner[Bazel] Add missing dep after mlgo test change f46dd19b...
2022-06-01 Yaxun (Sam... [HIP] Pass -Xoffload-linker option to device linker
2022-06-01 Yaxun (Sam... [HIP] Fix static lib name on windows
2022-06-01 Phoebe Wang[X86] Add support for `-mharden-sls=[none|all|return...
2022-06-01 Chenbing Zheng[InstCombine] [NFC] remove useless TODO
2022-06-01 Alexander Yermolovich[BOLT][DWARF] Fix dwarf5-debug-line test
2022-06-01 Mariusz Borsa[Sanitizers][Darwin] Deprecate SANITIZER_MAC - fail...
2022-06-01 Xiang Li[HLSL] add -D option for dxc mode.
2022-06-01 Maksim Panchenko[BOLT] Add new class for symbolizing X86 instructions
2022-06-01 Zakk Chen[RISCV][NFC] Rename variables in rvv intrinsics related...
2022-06-01 wren romano[mlir][sparse] Using x-macros in the function-suffix...
2022-06-01 Mircea Trofin[mlgo] Incrementally update FunctionPropertiesInfo...
2022-06-01 Eli Friedman[LoopIdiom] Fix bailout for aliasing in memcpy transform.
2022-06-01 Jim InghamFix a copy-paste error in "br com add -s py -o 'some_py...
2022-05-31 Adrian PrantlAdapt LLDB for D120540.
2022-05-31 Yuki Okushi[test] Remove an outdated FIXME
2022-05-31 Yuki Okushi[clangd] Remove a test with a duplicate of FileCacheTests
2022-05-31 Alexander Shaposhnikov[CodeGen][AArch64] Add support for LDAPR
2022-05-31 wren romano[mlir][sparse] Improving the FATAL macro
2022-05-31 Fangrui Song[Bazel] Fix typo: startlark=>starlark
2022-05-31 Stanislav Mekhanoshin[AMDGPU] Fix image opcodes GlobalISel on gfx90a.
2022-05-31 LLVM GN Syncbot[gn build] Port 13e1a653278b
2022-05-31 Andrzej Warzynski[flang][nfc] Fix Windows build
2022-05-31 Michael Jones[libc] add fprintf and file_writer
2022-05-31 Xiang Li[HLSL] Enable vector types for hlsl.
2022-05-31 Denis Revunov[BOLT] [AArch64] Handle constant islands spanning multi...
next