platform/upstream/llvm.git
2022-12-21 Jacques Pienaar[mlir][py] Enable building ops with raw inputs
2022-12-21 Slava Zakharin[flang] Use Assign() runtime for copy-in/copy-out.
2022-12-21 Jacques Pienaar[mlir] Fix SameOperandsAndResultType to check encoding.
2022-12-21 Ramkumar Ramachandramlir/LinalgOps: fix name of generated .yamlgen in comments
2022-12-21 Paul Robinson[Driver] Fix tests not to fail randomly on Windows
2022-12-21 Mitch PhillipsRevert "BEGIN_PUBLIC"
2022-12-21 Ed Maste[libc++] Add FreeBSD ABI list
2022-12-21 Mark de Wever[NFC][libc++][chrono] Improves test coverage.
2022-12-21 Jeremy Morse[NFC] Add --check-globals to an autogen test cmdline
2022-12-21 Paul Robinson[docs] Update an example
2022-12-21 Paul Robinson[docs] Add tips on writing test constraints
2022-12-21 Mark de Wever[libc++] Adds __cpp_lib_constexpr_algorithms to utility.
2022-12-21 Mark de Wever[libc++][doc] Adds Kona plenary papers and issues.
2022-12-21 Alan Zhao[clang] Remove overly restrictive aggregate paren init...
2022-12-21 Paul Walker[InstCombine] Bubble vector.reverse of binop operands...
2022-12-21 Paul Walker[InstCombine] Bubble vector.reverse of select operands...
2022-12-21 Paul Walker[InstCombine] Bubble vector.reverse of compare operands...
2022-12-21 Matt Arsenaultllvm-reduce: Remove test dependence on registered targets
2022-12-21 Matt ArsenaultCodeGen: Don't lazily construct MachineFunctionInfo
2022-12-21 Lei Huang[PowerPC] Implement P10 Byte Reverse Insructions
2022-12-21 David Green[AArch64] Combine Trunc(DUP) -> DUP
2022-12-21 Nikita Popov[InstCombine] Recursively replace select value equivalence
2022-12-21 luxufan[InstCombine] Combine ZExt (B - A) + ZExt(A) to ZExt(B)
2022-12-21 Florian Hahn[LV] Move SCEV caching workaround to executePlan (NFC).
2022-12-21 Nikita Popov[InstCombine] Add additional tests for select value...
2022-12-21 Nikolas Klauser[libc++] Also install libclang in the Docker image
2022-12-21 Matt ArsenaultSCCPSolver: Remove unnecessary set empty check
2022-12-21 Hans WennborgRevert "Reland "[pgo] Avoid introducing relocations...
2022-12-21 Mirko Brkusanin[AMDGPU][GlobalISel] Fix mapping G_FREEZE
2022-12-21 Peter Waller[AArch64][SVE][CodeGen] Prefer ld1r* over indexed-load...
2022-12-21 Alexey Bataev[SLP]Integrate looking through shuffles logic into...
2022-12-21 Paul Robinson[lit] Document the 'target=<triple>' feature
2022-12-21 Florian Hahn[LV] Support widened induction variables in epilogue...
2022-12-21 Yingchi Long[JT] check xor operand is exactly the same in processBr...
2022-12-21 Paul Robinson[hwasan] Convert tests to check 'target=...'
2022-12-21 Aliia KhasanovaBEGIN_PUBLIC
2022-12-21 Paul Robinson[compiler-rt] Simplify lit test thumb checks
2022-12-21 Matt Arsenaultclang: Respect function address space for __builtin_fun...
2022-12-21 Matt Arsenaultclang: Fix another assert from not respecting function...
2022-12-21 Matt Arsenaultclang: Use correct address space for redeclared functions
2022-12-21 Florian Hahn[LV] Add test for #59459.
2022-12-21 Paul Robinson[libcxxabi] Use 'target=' consistently
2022-12-21 Paul Robinson[clang/xray] Convert tests to check 'target=...'
2022-12-21 Ivan Butygin[mlir] Make `LocalAliasAnalysis` extesible
2022-12-21 Alexey Lapshin[DWARFv4][DWARFv5][DWARFLinker] support debug_macinfo...
2022-12-21 Ben Shi[clang] Do not extend i8 return values to i16 on AVR.
2022-12-21 Evgenii Kudriashov[X86] combine-and.ll - add 256 and 512 bit test coverag...
2022-12-21 Matthias Springer[mlir][bufferize] Fix tensor copy insertion for dynamic...
2022-12-21 Nikita Popov[ARM] Convert some tests to opaque pointers (NFC)
2022-12-21 Nikita Popov[ARM] Regenerate test checks (NFC)
2022-12-21 Ties Stuij[AArch64] GlobalIsel codegen for gpr CTZ
2022-12-21 Elena Lepilkina[RISCV] Omit SRA in case of setlt or setge with zero...
2022-12-21 Elena Lepilkina[Precommit][RISCV] Test folding for RISCVISD::BR_CC...
2022-12-21 bipmis[AAch64] Optimize muls with operands having enough...
2022-12-21 Max Kazantsev[SCEV] Help getLoopInvariantExitCondDuringFirstIteratio...
2022-12-21 Ties Stuij[lld][ARM] support absolute thunks for Armv4T Thumb...
2022-12-21 Christudasan... Revert "[AMDGPU][SILowerSGPRSpills] Spill SGPRs to...
2022-12-21 Jay Foad[SelectionDAG] Fix EmitCopyFromReg for cloned nodes
2022-12-21 Jay Foad[SelectionDAG] Precommit EmitCopyFromReg test for D140417
2022-12-21 Nikita Popov[cmake] Copy llvm-driver-template.cpp.in into build...
2022-12-21 Sameer Sahasrabuddhe[Attributor] potential constant values for PHI and...
2022-12-21 Matthias Springer[mlir] Add RuntimeVerifiableOpInterface and transform
2022-12-21 Dmitry Preobrazhensky[AMDGPU][GFX11][DOC][NFC] Add GFX11 assembler syntax...
2022-12-21 Piotr Sobczak[AMDGPU][MC][NFC] MUBUF/MTBUF code cleanup
2022-12-21 Juan Manuel... [Clang][CGDebugInfo][ObjC] Mark objc bitfields with...
2022-12-21 Balázs Kéri[clang][AST] Compare UnresolvedLookupExpr in structural...
2022-12-21 LiDongjin[RISCV] Enable the LocalStackSlotAllocation pass support.
2022-12-21 Balázs Kéri[clang-tidy] Fix crash in bugprone-suspicious-realloc...
2022-12-21 Craig Topper[DAGCombine] Fix mistake in a comment. NFC
2022-12-21 Craig Topper[RISCV] Simplify some code in SELECT_CC combine. NFC
2022-12-21 Max Kazantsev[Test] Precommit test for PR59615
2022-12-21 Max KazantsevRevert "[NFC][SROA] `speculateSelectInstLoads()`: play...
2022-12-21 Zi Xuan Wu... [CSKY] Fix compiling error due to the interface change
2022-12-21 Phoebe Wang[Clang] Emit "min-legal-vector-width" attribute for...
2022-12-21 Craig Topper[X86] Replace getOperand calls with an existing variabl...
2022-12-21 yijiaguReplace void* with std::byte* in AsyncRuntime
2022-12-21 Nathan Ridge[clangd] Avoid triggering linkage computation for decl...
2022-12-21 Yeting Kuo[RISCV][NFC] Add policy operand for RISCVISD::VSLIDEUP_...
2022-12-21 Craig Topper[RISCV] Add XVentanaCondOps to RISCVSExtWRemoval.
2022-12-21 Noah GoldsteinReference: not-shift.ll before new peepholes.
2022-12-21 Matt ArsenaultRevert "llvm-reduce: Try to fix test on windows"
2022-12-21 Roman Lebedev[NFC][SROA] `speculateSelectInstLoads()`: play nice...
2022-12-21 Roman Lebedev[X86] avx512fp16: add missing instruction selection...
2022-12-21 Roman Lebedev[llvm-extract] Don't forget to link to Analysis component
2022-12-21 Matt Arsenaultllvm-reduce: Try to fix test on windows
2022-12-21 Douglas YungFix test added in 95abdeb to set environment variables...
2022-12-21 Peiming Liu[mlir][sparse] add initialize() API to LoopEmitter...
2022-12-21 Mitch PhillipsRevert "[AArch64] FMV support and necessary target...
2022-12-21 Mitch PhillipsRevert "[AArch64][NFC] Fix aarch64 target features...
2022-12-21 Mitch PhillipsRevert "[AArch64][compiler-rt] Fix HWCAP_CPUID not...
2022-12-21 Aart Bik[mlir][sparse] refactored codegen environment into...
2022-12-21 Louis Dionne[clang] Re-apply change to avoid passing -stdlib=libc...
2022-12-21 Peiming Liu[mlir][sparse] introduce LevelFormat which do not encod...
2022-12-21 Roman Lebedev[NFC][llvm-exegesis] Ensure that target options show...
2022-12-21 Artem Dergachev[-Wunsafe-buffer-usage] Suppress an assertion for visit...
2022-12-21 Matt Arsenaultllvm-reduce: Disable crash reports, symbolization and...
2022-12-20 Maksim Panchenko[BOLT][NFC] Remove unused PrintInstructions argument
2022-12-20 Kazu Hirata[llvm] Remove redundant initialization of std::optional...
2022-12-20 Kazu Hirata[llvm] Use std::optional instead of Optional
2022-12-20 Jonas Devlieghere[dsymutil] Require x86 backend for odr-two-units-in...
next