platform/upstream/llvm.git
2022-07-05 Sven van Haastregt[OpenCL] Remove fast_ half geometric builtins
2022-07-05 Florian Hahn[IndVars] Precommit test with redundant FPToSI.
2022-07-05 Chenbing Zheng[InstCombine] improve fold for icmp_eq_and to icmp_ult
2022-07-05 Peter Waller[gn build] (manually) port 6b3956e123db
2022-07-05 Chenbing Zheng[InstCombine] [NFC] use C.isNegatedPowerOf2() instead...
2022-07-05 Nico Weber[gn build] (manually) port dfb77f2e99a1
2022-07-05 Kaining Zhong[lldb] Add support to load object files from thin archives
2022-07-05 Chenbing Zheng[InstCombine] add negtive tests for (%x & C) == 0 ...
2022-07-05 David Sherwood[AArch64][SME] Add SME addha/va intrinsics
2022-07-05 Ben Dunbobbin[LLD][ELF] Add FORCE_LLD_DIAGNOSTICS_CRASH to force...
2022-07-05 Florian Hahn[LV] Consider minimum vscale assmuption for RT check...
2022-07-05 Nicolas Vasilache[mlir][Linalg] Add DropUnitDims support for tensor...
2022-07-05 Manuel KlimekFix use of pointer arithmetic instead of iterators.
2022-07-05 Nikolas Klauser[libc++] Fix __split_buffer::__construct_at_end definit...
2022-07-05 Nikolas Klauser[libc++] Use __is_exactly_{input, forward}_iterator
2022-07-05 Nikita PopovRevert "[VectorCombine] Improve shuffle select shuffle...
2022-07-05 Jean Perier[flang] Avoid opaque pointer issue with character array...
2022-07-05 serge-sans... [clang-tidy] Fix confusable identifiers interaction...
2022-07-05 Craig Topper[RISCV] Replace an explicit check with an assert.
2022-07-05 Craig Topper[RISCV] Rename some variables for clarity. NFC
2022-07-05 Stephan Bergmann[test] Check for more -fsanitize=array-bounds behavior
2022-07-05 Daniel Bertalan[lld-macho] Handle LOH_ARM64_ADRP_LDR_GOT optimization...
2022-07-05 Christian Sigg[mlir] Add InferIntRangeInterface to gpu.launch
2022-07-05 Fangrui Song[llvm-objcopy] -O binary: align sh_offset for section...
2022-07-05 wanglei[LoongArch] Add initial support for function calls
2022-07-05 wanglei[LoongArch] Add codegen support for conditional branches
2022-07-05 wanglei[LoongArch] Add codegen support for load/store operations
2022-07-05 Yeting Kuo[RISCV][Clang] Teach RISCVEmitter to generate BitCast...
2022-07-05 Chuanqi Xu[NFC] Remove unused test inputs
2022-07-05 phyBrackets[NFC][ASTImporter] remove the unnecessary condition...
2022-07-05 jacquesguan[RISCV][NFC] Merge the isolated decleration into foreach.
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
next