platform/upstream/llvm.git
2022-07-05 zhongyunde[InstCombine] Make use of low zero bits to determine...
2022-07-04 Sanjay Patel[InstCombine] fold sub of min/max of sub with common...
2022-07-04 Sanjay Patel[InstCombine] add tests for sub of smin/smax; NFC
2022-07-04 Sanjay Patel[InstCombine] add helper function for sub-of-min/max...
2022-07-04 Joseph Huber[OffloadPackager] Use appropriate kind for LTO bitcode
2022-07-04 Jonas Hahnfeld[Orc][LLJIT] Use JITLink on RISC-V
2022-07-04 Simon Pilgrim[X86] Regenerate fold-tied-op.ll test checks
2022-07-04 Florian Hahn[LV] Consider runtime checks profitable if scalar cost...
2022-07-04 Nico Weber[clang-format] Update documentation
2022-07-04 owenca[clang-format] Break on AfterColon only if not followed...
2022-07-04 Valentin Clement[flang] Make code more homogenous in CodeGen
2022-07-04 Sam McCall[pseudo] Store shift and goto actions in a compact...
2022-07-04 Jeff BaileyUse add_llvm_install_targets for install-llvmlibc
2022-07-04 Benoit JacobCombineContractBroadcast should not create dims unused...
2022-07-04 Florian Hahn[LV] Add back CantReorderMemOps remark.
2022-07-04 Nicolas Vasilache[mlir][Linalg][NFC] Make getReassociationMapForFoldingU...
2022-07-04 Sander de Smalen[AArch64] Add support for insert/extract for nxv1i1...
2022-07-04 Craig Topper[X86] Disable combineVectorSizedSetCCEquality for soft...
2022-07-04 Shraiysh Vaishay[mlir][OpenMP] omp.task translation to LLVM IR
2022-07-04 Sanjay Patel[SLP] add test for load combining + shuffling; NFC
2022-07-04 Nikita Popov[InstCombine] Avoid ConstantExpr::get() in phi binop...
2022-07-04 Nikita Popov[Bitcode] Use bitcode input for test (NFC)
2022-07-04 Florian Hahn[LTO] Update remark test after 644a965c1efef6.
2022-07-04 Peter Waller[LoopVectorize][NFC] Reinstate TTICapture workaround...
2022-07-04 luxufan[RISCV] Add ADDI instr for computing FrameIndex address
2022-07-04 Florian Hahn[LV] Vectorize cases with larger number of RT checks...
2022-07-04 Stella LaurenzoFix MLIR Python CMake bug causing duplicate sources...
2022-07-04 Nikita Popov[BPI] Avoid ConstantExpr::get()
2022-07-04 Valentin Clement[flang] Avoid segfault when defining op is not a fir...
2022-07-04 Tue Ly[libc] Add a separate algorithm_test.
2022-07-04 gbreynoo[llvm-ar][test] Add additional MRI script testing
2022-07-04 David Green[SLP] Peek into loads when hitting the RecursionMaxDepth
2022-07-04 Nikita Popov[Reassociate] Avoid ConstantExpr::get()
2022-07-04 Nikita Popov[SCEVExpander] Avoid ConstantExpr::get() (NFCI)
2022-07-04 LLVM GN Syncbot[gn build] Port 25607d143d1d
2022-07-04 Hui Xie[libc++] Implement `std::ranges::merge`
2022-07-04 David Green[VectorCombine] Improve shuffle select shuffle-of-shuffles
2022-07-04 Nikita Popov[AMDGPUCodeGenPrepare] Check result of ConstantFoldBina...
2022-07-04 Nikita Popov[ConstantFolding] Check return value of ConstantFoldIns...
2022-07-04 Valentin Clement[flang] Add TODO for derived types with final procedure
2022-07-04 Sander de Smalen[AArch64] NFC: Move safe predicate casting to a separat...
2022-07-04 Dmitry Preobrazhensky[AMDGPU][GFX10][DOC][NFC] Update assembler syntax descr...
2022-07-04 Simon Pilgrim[DAG] visitTRUNCATE - move GetDemandedBits AFTER Simpli...
2022-07-04 Daniil Dudkin[mlir][NFC] Fix various warnings generated by GCC 9
2022-07-04 Chuanqi Xu[AST] Use canonical constraint declaration for ASTConte...
2022-07-04 Nicolas Vasilache[mlir][Tensor] Update ParallelInsertSlicOp semantics...
2022-07-04 Haojian Wu[pseudo] Remove duplicated code in ClangPseudo.cpp
2022-07-04 Edd BarrettRevise outdated parts of the developer policy.
2022-07-04 Nikolas Klauser[libc++][NFC] Replace enable_if with __enable_if_t...
2022-07-04 Nikita Popov[SimplifyCFG] Remove redundant checks for hoisting...
2022-07-04 Nicolas Vasilache[mlir][Tensor] Move ParallelInsertSlice to the tensor...
2022-07-04 Florian Hahn[AArch64] Add additional tests for D120481.
2022-07-04 Florian Hahn[LV] Simplify setDebugLocFromInst by using early exit...
2022-07-04 Nikita Popov[IR] Remove support for insertvalue constant expression
2022-07-04 Shraiysh Vaishay[mlir][openmp] Added omp.taskloop
2022-07-04 Craig Topper[RISCV] Add more SHXADD patterns.
2022-07-04 Craig Topper[RISCV] Move some SHXADD matching cases into a ComplexP...
2022-07-04 Argyrios Kyrtzidis[Driver] Ignore the clang modules validation-related...
2022-07-04 esmeyi[AIX] Handling the label alignment of a global
2022-07-04 jacquesguan[mlir][Vector] Fold ShuffleOp(SplatOp(X), SplatOp(X...
2022-07-04 Chen Zheng[SCEV] recognize llvm.annotation intrinsic
2022-07-03 Nicolas van... [clang-tidy] Properly forward clang-tidy output when...
2022-07-03 Ishaan Gandhi[clang-tidy] Don't treat invalid branches as identical
2022-07-03 Sunho Kim[clang] Fix gcc-6 compilation error. (NFC)
2022-07-03 Nico Weber[clang-format] Tweak help text a bit
2022-07-03 Sanjay Patel[InstCombine] fold negated low-bit-mask to cmp+select
2022-07-03 Sanjay Patel[InstCombine] add tests for and-of-negated-lowbitmask...
2022-07-03 LLVM GN Syncbot[gn build] Port 2aea8af25136
2022-07-03 Nikolas Klauser[libc++] Make _LIBCPP_DEBUG_RANDOMIZE_RANGE a function
2022-07-03 Craig Topper[RISCV] Replace call to APInt::countTrailingZeros with...
2022-07-03 Groverkss[MLIR][Affine] Allow affine-expr on RHS in IntegerSet
2022-07-03 David Green[AArch64] Regenerate more tests. NFC
2022-07-03 Nuno Lopes[NFC] Switch a few uses of undef to poison as placehold...
2022-07-03 luxufan[RISCV] Add a scavenge spill slot when use ADDI to...
2022-07-03 Jun ZhangRevert "Reland "[NFC] Add a missing test for for clang...
2022-07-03 Nuno Lopes[LowerMatrixMultiplication] Switch dummy values from...
2022-07-03 Jun ZhangReland "[NFC] Add a missing test for for clang-repl"
2022-07-03 Serge Pavlov[FPEnv] Allow CompoundStmt to keep FP options
2022-07-03 NAKAMURA Takumi[Bazel] Make `builtin_headers_gen` as subset of CMake...
2022-07-03 Craig Topper[RISCV] Add more SHXADD isel patterns.
2022-07-03 Vitaly Buka[lsan] malloc_usable_size returns 0 for nullptr
2022-07-03 lewuathe[mlir][complex] Inverse canonicalization between exp...
2022-07-02 Craig Topper[RISCV] Match RISCVISD::ADD_LO in SelectAddrRegImm.
2022-07-02 Florian Hahn[VPlan] Move setDebugLocFromInst to VPTransformState...
2022-07-02 Luo, Yuanke[globalisel] Add test case for regbank selection.
2022-07-02 lorenzo chelini[MLIR] Rename FusePadOpWithLinalgConsumer -> FusePadOpW...
2022-07-02 Craig Topper[RISCV] isel (shl (and X, C2), C) -> (slli (srliw X...
2022-07-02 Craig Topper[RISCV] isel (add (and X, 0xFFFFFFFE), Y) as (SH1ADD...
2022-07-02 Petr HosekRevert "[CMake][Fuchsia] Use libunwind as the default...
2022-07-02 owenca[clang-format][NFC] Replace an EXPECT_EQ with a verifyF...
2022-07-02 Joseph Huber[llvm-objdump] Ensure offloading sections have proper...
2022-07-02 Yeting Kuo[RISCV] Restore "Enable shrink wrap by default"
2022-07-02 Johannes Doerfert[Attributor] Move heap2stack allocas to the entry block...
2022-07-02 Johannes Doerfert[OpenMP][NFC] Reuse check lines for Clang/OpenMP tests
2022-07-02 owenca[clang-format] Run dump_format_style.py for LK_Verilog
2022-07-02 wren romano[mlir][sparse] Silencing some -Wunused-function in...
2022-07-02 Yeting Kuo[RISCV][NFC] Simplify condition of IsTU.
2022-07-02 LLVM GN Syncbot[gn build] Port d2d8b0aa4f80
2022-07-02 LLVM GN Syncbot[gn build] Port 228c8f9cc0b2
2022-07-02 Joseph Huber[llvm-objdump] Add support for dumping embedded offload...
next