platform/upstream/llvm.git
2022-06-30 Fangrui Song[llvm-objdump] Default to --mcpu=future for PPC64
2022-06-30 Fangrui Song[llvm-objdump] Default to --mattr=+all for AArch64
2022-06-30 Craig Topper[RISCV] Use the VT passed into selectImm instead of...
2022-06-30 Katherine Rasmussen[flang] Add semantics test for `get_team`
2022-06-30 Javed Absar[mlir][Inliner] Support recursion in Inliner
2022-06-30 Benoit JacobUseful error when input dim is unused by LHS/RHS.
2022-06-30 Aaron BallmanRevert "[clang] Emit SARIF Diagnostics: Create `clang...
2022-06-30 Fangrui Song[AArch64] Add target feature "all"
2022-06-30 Martin Sebor[InstCombine] Fix memrchr logic error that prevents...
2022-06-30 Fangrui Song[AArch64] Make FeatureFuseAdrpAdd a tune feature
2022-06-30 Vaibhav Yenamandra[clang] Emit SARIF Diagnostics: Create `clang::SarifDoc...
2022-06-30 Matthew Voss[llvm-reduce] Change initialization order to fix bots...
2022-06-30 Daniel Thornburgh[llvm-dwarfdump] --show-sources option to show all...
2022-06-30 Kai Nacke[SystemZ] Add support for tune-cpu attribute
2022-06-30 Christopher... [mlir][VectorToGPU] Fix support for i4, col-major opera...
2022-06-30 Jonas Devlieghere[lldb] XFAIL TestObjCXXBridgedPO on macOS Ventura
2022-06-30 jeff[AMDGPU] Check for CopyToReg PhysReg clobbers in pre...
2022-06-30 Valentin Clement[flang] Fix "not yet implemented" message for CHARACTER...
2022-06-30 Sam Estep[clang][dataflow] Replace TEST_F with TEST where possible
2022-06-30 Craig Topper[RISCV] Fold (sra (add (shl X, 32), C1), 32 - C) -...
2022-06-30 Craig Topper[RISCV] DAG combine (sra (shl X, 32), 32 - C) -> (shl...
2022-06-30 Craig Topper[RISCV] Pre-commit tests for D128869. NFC
2022-06-30 Jonas Devlieghere[llvm] Fix the modules build
2022-06-30 Matthew Voss[llvm-reduce] Add support for LTO bitcode files
2022-06-30 Peixin Qiao[flang] Fix one corner case in reshape intrinsic
2022-06-30 David Green[ARM] Add Thumb-1 CTTZ codegen tests. NFC
2022-06-30 Piotr Sobczak[AMDGPU] gfx11 WMMA instruction support
2022-06-30 Valentin Clement[flang][NFC] Fix warning
2022-06-30 Sam McCall[pseudo] Forest dump ascii art isn't broken by large...
2022-06-30 Nikolas Klauser[libc++] Remove dead code and unneeded C++03 specializa...
2022-06-30 Nikolas Klauser[libc++] Implement P0618R0 (Deprecating <codecvt>)
2022-06-30 Tue Ly[libc][Obvious] Do not add __NO_ to targets with FLAG__...
2022-06-30 Pavel Labath[lldb] Fix libc++ string formatter for the "unstable...
2022-06-30 Nikita Popov[IRBuilder] Migrate all binops to folding API
2022-06-30 Muhammad Omair... Fix PDB/func-symbols.test for Arm/Windows
2022-06-30 Chen Zhengadd testcases for D128647, NFC
2022-06-30 Muhammad Omair... Fix TestCommandScript.py for Arm/Windows
2022-06-30 Erich KeaneDeferred Concept Instantiation Implementation
2022-06-30 Valentin Clement[flang] Convert assertion to a TODO
2022-06-30 LLVM GN Syncbot[gn build] Port a591c7ca0d9f
2022-06-30 Nikita Popov[VNCoercion] Separate constant/non-constant mem intrins...
2022-06-30 Xiang Li[HLSL] Change WaveActiveCountBits to wrapper of __built...
2022-06-30 Prathit AswarCorrect -Winfinite-recursion warning on potentially...
2022-06-30 Nikita Popov[VNCoercion] Use ConstantFoldLoadFromConst API (NFCI)
2022-06-30 Aaron Jacobs[libTooling][NFC] Add a comment about comment parsing...
2022-06-30 Nikolas Klauser[libc++] Disentangle _If, _Or and _And
2022-06-30 Florian Hahn[LV] Move LoopVersioning creation to LVP::execute.
2022-06-30 Xiang1 Zhang[test] Add a lit test fshl-splat-undef.ll
2022-06-30 esmeyi[NFC][XCOFF] remove an unused global variable.
2022-06-30 Michael PlatingsUglify __support/xlocale
2022-06-30 Fraser Cormack[IR] Fix typo in comment. NFC
2022-06-30 Nicolas Vasilache[mlir][Linalg] Uniformize SplitReduction transforms...
2022-06-30 Sanjay Patel[InstCombine] fix overzealous assert in icmp-shr fold
2022-06-30 Nikita Popov[ConstantFold] Support loads in ConstantFoldInstOperands()
2022-06-30 LLVM GN Syncbot[gn build] Port cfb7ffdec0eb
2022-06-30 LLVM GN Syncbot[gn build] Port 72cd6b6c8356
2022-06-30 Muhammad Omair... [LLDB] Fix TestSTL.py Makefile to remove -gdwarf O0
2022-06-30 Sven van Haastregt[OpenCL] Remove half scalar vload/vstore builtins
2022-06-30 Pavel Samolysov[Pipelines] Add a test how DCE works after ArgumentProm...
2022-06-30 Nikita Popov[Evaluator] Add missing LLVM_DEBUG()
2022-06-30 Nikita Popov[InlineCost] Simplify constant folding
2022-06-30 Chen Zhengadd testcase for D127202, NFC
2022-06-30 Chen Zheng[InlineFunction] Only check pointer arguments for a...
2022-06-30 Muhammad Omair... [LLDB] Fix TestSTL.py on Windows
2022-06-30 Phoebe Wang[X86] Support `_Float16` on SSE2 and up
2022-06-30 Nikita Popov[Evaluator] Use ConstantFoldInstOperands()
2022-06-30 Nikita Popov[ConstantFold] Supports compares in ConstantFoldInstOpe...
2022-06-30 Weining Lu[LoongArch] Fix wrong function names in bstrpick_w...
2022-06-30 Fraser Cormack[RISCV] Add a test covering a (reverted) codegen issue
2022-06-30 Valentin Clement[flang] Fix for array upper bounds with *
2022-06-30 Valentin Clement[flang][NFC] Add FIR array test
2022-06-30 Amir Ayupov[BOLT] Fix getDynoStats to handle BCs with no functions
2022-06-30 Florian Hahn[VPlan] Make sure optimizeInductions removes wide ind...
2022-06-30 Valentin Clement[flang] Correct bug in literal CHARACTER constant names
2022-06-30 Matthias Springer[mlir][SCF][bufferize][NFC] Utilize recently added...
2022-06-30 Chuanqi Xu[NFC] [Modules] Add test for inherit default arguments
2022-06-30 Amir Ayupov[X86][BOLT] Use getOperandType to determine memory...
2022-06-30 Nikita Popov[SCCP] Simplify CFG in SCCP as well
2022-06-30 Valentin Clement[flang] SELECT CASE constructs with character selectors...
2022-06-30 Valentin Clement[flang] Fix error message in test
2022-06-30 Stanislav Gatev[clang][dataflow] Handle `for` statements without condi...
2022-06-30 Valentin Clement[flang][NFC] Revert message to not implemented yet
2022-06-30 Carl Ritson[AMDGPU] Fix liveness for loops in si-optimize-exec...
2022-06-30 Fangrui Song[flang][test] Remove RUN COMMAND/EXPECTED OUTPUT/INPUT...
2022-06-30 Fangrui Song[flang][test] Remove RUN LINES?/EXPECTED OUTPUT.*/INPUT...
2022-06-30 Fangrui SongUse value_or instead of getValueOr. NFC
2022-06-30 Kevin Cadieux[lldb] Fix unused variable warning in TraceHTR (NFC)
2022-06-30 Daniel Bertalan[lld-macho] Initial support for Linker Optimization...
2022-06-30 Keegan Saunders[MC] Skip lower-case integer suffixes
2022-06-30 Chuanqi Xu[Coroutines] Add REQUIRES clause to skip unsupported...
2022-06-30 Petr Hosek[Driver] Always use --as-needed with libunwind
2022-06-30 Chuanqi Xu[WebAssembly] Don't set musttail for coroutines when...
2022-06-30 Luo, Yuanke[greedyalloc] Return early when there is no register...
2022-06-30 Kito Cheng[RISCV][NFC] Move static global variables into static...
2022-06-30 Fangrui Song[ELF] Move InputFiles global variables (memoryBuffers...
2022-06-30 zhongyunde[InstCombine] Use known bits to determine exact int...
2022-06-30 Daniel Müller[clang][BPF] Update comment to include TYPE_MATCH
2022-06-30 Aart Bik[mlir][sparse] auto-insertion of conversion to resolve...
2022-06-30 Daniel Müller[BPF] Introduce support for type match relocations
2022-06-30 Vitaly BukaRevert "[Debuginfo][DWARF][NFC] Refactor DwarfStringPoo...
next