platform/upstream/llvm.git
2022-07-08 Joseph Huber[Clang] Fix the wrong features being derivec in the...
2022-07-08 Joseph Huber[LinkerWrapper] Fix use of string savers and correctly...
2022-07-08 Martin Storsjö[clang] [Serialization] Fix swapped PPOpts/ExistingPPOp...
2022-07-08 Fangrui Song[ELF] Refactor ELFCOMPRESS_ZLIB handling and improve...
2022-07-08 LLVM GN Syncbot[gn build] Port c945bd0da652
2022-07-08 Louis Dionne[libc++] Always build c++experimental.a
2022-07-08 Konstantin... [libc++][ranges] Implement modifying heap algorithms:
2022-07-08 Leonard ChanRevert "[llvm] cmake config groundwork to have ZSTD...
2022-07-08 Leonard ChanRevert "[llvm] cmake config groundwork to have ZSTD...
2022-07-08 serge-sans... [clang] Introduce -Warray-parameter
2022-07-08 Cole Kissane[llvm] cmake config groundwork to have ZSTD in LLVM
2022-07-08 Cole Kissane[llvm] cmake config groundwork to have ZSTD in LLVM
2022-07-08 Joseph Huber[Libomptarget][NFC] Move legacy functions to a separate...
2022-07-08 Joseph Huber[Libomptarget] Use new tripcount argument in the runtime.
2022-07-08 Joseph Huber[OpenMP] Add loop tripcount argument to kernel launch...
2022-07-08 Joseph Huber[OpenMP] Change OpenMP code generation for target regio...
2022-07-08 Joseph Huber[Libomptarget] Implement a unified kernel entry function
2022-07-08 LLVM GN Syncbot[gn build] Port 23c7328bad92
2022-07-08 Jacques Pienaar[mlir] Add method to populate default attributes
2022-07-08 Joseph Huber[Clang][Docs] Update the clang-linker-wrapper documenta...
2022-07-08 Joseph Huber[llvm-objdump] Fix alignment issues when dumping offloa...
2022-07-08 zoecarver[objcxx] Fix `std::addressof` for `id`.
2022-07-08 Konstantin... [libc++][ranges] Implement `ranges::nth_element`.
2022-07-08 Cole Kissane[llvm] Remove unused and redundant crc32 funcction...
2022-07-08 Daniil Fukalov[NFC] Fix cvt_f32_ubyte.ll test.
2022-07-08 Cole Kissane[NFC] Refactor llvm::zlib namespace
2022-07-08 tlattnerUpdate references to Discourse instead of the mailing...
2022-07-08 Nicolai HähnleFix test: LLVMGetBitcodeModule takes ownership of memor...
2022-07-08 Iain Sandoe[C++20][Modules] Allow for redeclarations in partitions.
2022-07-08 Ryan Thomas... [vscode-mlir] add tablegen <> bracket colorization
2022-07-08 Jacques Pienaar[mlir][tosa] Enable decomposing Conv2D also where 1...
2022-07-08 Philip Reames[RISCV] Switch to using get.active.lane.mask when tail...
2022-07-08 Craig Topper[RISCV] Mark fminnum_vl and fmaxnum_vl as commutable.
2022-07-08 Craig Topper[RISCV] Add commuted fixed vector vfmax.vf and vfmin...
2022-07-08 Philip Reames[RISCV] Mark vsadd(u)_vl as commutable
2022-07-08 Alexander Yermolovich[DWARF] Add linkagename to hash
2022-07-08 Nandor Licker[mlir] Fixed double-free bug in SymbolUserMap
2022-07-08 Craig Topper[RISCV] Mark (s/u)min_vl and (s/u)max_vl as commutable.
2022-07-08 Craig Topper[RISCV] Add fixed vector vmin(u).vx and vmax(u).vx...
2022-07-08 Simon Pilgrim[X86] Regenerate vec_shift6.ll to remove superfluous...
2022-07-08 Arthur Eubanks[gn build] Manually port d2ead9e3
2022-07-08 Slava Zakharin[flang] Changed lowering for allocatable assignment...
2022-07-08 Florian Hahn[VPlan] Move VPWidenSelectRecipe::execute to VPlanRecip...
2022-07-08 Nikolas Klauser[libc++] Make parameter names consistent and enforce...
2022-07-08 Matt ArsenaultAArch64/GlobalISel: Stop using legal s1 values
2022-07-08 Matt ArsenaultGlobalISel: Add buildBoolExtInReg helper
2022-07-08 Matt ArsenaultGlobalISel: Allow forming atomic/volatile G_SEXTLOAD
2022-07-08 Matt ArsenaultGlobalISel: Allow forming atomic/volatile G_ZEXTLOAD
2022-07-08 Joseph Huber[Clang] Fix test failing due to renamed arg
2022-07-08 Nikita Popov[ConstantFolding] Guard against unfolded FP binop
2022-07-08 Joseph Huber[LinkerWrapper] Fix save-temps and argument name
2022-07-08 Nikita Popov[InstCombine] Avoid ConstantExpr::get() in vector binop...
2022-07-08 Joseph Huber[LinkerWrapper][NFC] Move error handling to a common...
2022-07-08 Joseph Huber[LinkerWrapper][NFC] Rework command line argument handl...
2022-07-08 Nikita Popov[InstCombine] Avoid ConstantExpr::get() call
2022-07-08 Simon Pilgrim[DAG] SimplifyDemandedBits - fold AND(INSERT_SUBVECTOR...
2022-07-08 Ye Luo[libomptarget] compile DeviceRTL bc files with -O3
2022-07-08 Nikita Popov[ConstantExpr] Don't create float binop expressions
2022-07-08 Nikita Popov[InstCombine] Avoid creating float binop ConstantExprs
2022-07-08 Sanjay Patel[InstCombine] enhance fold for subtract-from-constant...
2022-07-08 Sanjay Patel[InstCombine] add tests for masked sub; NFC
2022-07-08 Valentin Clement[flang][openacc][NFC] Extract device_type parser to...
2022-07-08 Valentin Clement[flang][openacc][NFC] Make self clause value optional...
2022-07-08 Cullen Rhodes[AArch64] Use Neoverse N2 sched model as default for:
2022-07-08 Daniil Fukalov[LiveIntervals] Fix incorrect range (re)construction...
2022-07-08 LLVM GN Syncbot[gn build] Port 1cdec6c96e85
2022-07-08 Louis Dionne[libc++] Re-apply the use of ABI tags to provide per...
2022-07-08 Phoebe Wang[X86][FP16] Add constrained FP support for scalar emulation
2022-07-08 Hui Xie[libcxx][ranges] implement `std::ranges::set_difference`
2022-07-08 Sanjay Patel[SDAG] try to replace subtract-from-constant with xor
2022-07-08 Aaron BallmanDisable clang-format entirely for test directories
2022-07-08 Aaron BallmanFix the Clang sphinx bot
2022-07-08 OCHyams[NFC][SelectionDAG] Fix debug prints in salvageUnresolv...
2022-07-08 Nikita Popov[PhaseOrdering] Add test for IndVars + SROA interaction...
2022-07-08 Jay Foad[AMDGPU] Add GFX11 test coverage sharing checks with...
2022-07-08 David Green[AArch64] Remove incorrect use of DemandElts
2022-07-08 serge-sans... [lldb/test] Disable TestStringLiteralExpr.test on Windows
2022-07-08 Kito Cheng[RISCV] Fix wrong register rename for store value durin...
2022-07-08 Jay Foad[AMDGPU] More GFX11 coverage for tests with generated...
2022-07-08 Cullen Rhodes[AArch64] Initial sched model for Neoverse N2
2022-07-08 Andrew Ng[Support] Fix Windows dump file hang with multi-threade...
2022-07-08 Weining Lu[LoongArch] Add codegen support for multiplication...
2022-07-08 zhongyunde[IndVars] Eliminate redundant type cast between integer...
2022-07-08 Kito Cheng[RISCV] Precommit testcase to show wrong result of...
2022-07-08 Jay Foad[AMDGPU] Add GFX11 coverage to shared sdag/gisel tests
2022-07-08 Petar Avramovic[AArch64][GlobalISel] Fix call lowering for <3 x i32...
2022-07-08 Sergei Barannikov[SelectionDAG] computeKnownBits / ComputeNumSignBits...
2022-07-08 Jay Foad[AMDGPU] Add GFX11 test coverage
2022-07-08 Jesus Checa... [lldb/test] Add Shell/Expr/TestStringLiteralExpr.test
2022-07-08 Nicolas Vasilache[mlir][Transform] Fix isDefiniteFailure helper
2022-07-08 ChenYang Li[JumpThreading] Avoid threadThroughTwoBasicBlocks when...
2022-07-08 Nikita Popov[CallSiteSplitting] Regenerate test checks (NFC)
2022-07-08 Nikita Popov[BasicBlockUtils] Allow critical edge splitting with...
2022-07-08 Nikita Popov[UpdateTestChecks] Remove outdated help text
2022-07-08 Martin Storsjö[libcxx] Make LIBCXX_HERMETIC_STATIC_LIBRARY apply...
2022-07-08 Chuanqi Xu[NFC] Move isSameDefaultTemplateArgument into ASTContext
2022-07-08 Craig Topper[SLP] Add missing space to optimization remark.
2022-07-08 Lian Wang[RISCV] Change VECTOR_SPLICE mask operation from expand...
2022-07-08 Johannes DoerfertRevert "[Attributor] Replace AAValueSimplify with AAPot...
2022-07-08 Johannes Doerfert[Attributor] Replace AAValueSimplify with AAPotentialValues
next