platform/upstream/llvm.git
2021-07-18 Nikita Popov[SCEV] Fix unused variable warning (NFC)
2021-07-18 Eli Friedman[polly] Get rid of a couple uses of PointerType::getEle...
2021-07-18 Wenlei He[CSSPGO][NFC] Allow cl::ZeroOrMore for use-iterative...
2021-07-18 Eli Friedman[ScalarEvolution] Remove uses of PointerType::getElemen...
2021-07-18 Valentin ChuravyReland [Orc] Add verylazy example for C-bindings
2021-07-18 Sanjay Patel[SimplifyCFG] add test to show miscompile from FoldBran...
2021-07-18 Sanjay Patel[SimplifyCFG] remove unnecessary state variable; NFC
2021-07-18 Simon Pilgrim[DAG] DAGCombiner::foldSelectOfBinops - propagate the...
2021-07-18 Simon Pilgrim[DAG] Enable foldSelectOfBinops on select(setcc(),binop...
2021-07-18 Shilei Tian[OpenMP][Offloading] Add a CMake argument LIBOMPTARGET_...
2021-07-18 Nikita Popov[Inline] Add test for PR50589 (NFC)
2021-07-18 Nikita Popov[Cloning] Remove unused parameter from CloneAndPruneFun...
2021-07-18 Simon Pilgrim[X86] Add i32 (shl (sr[la] exact sel(X,Y), C1), C2...
2021-07-18 Kazu Hirata[Analysis] Remove getLoopPackage (NFC)
2021-07-18 Simon Pilgrim[NVPTX] Add select(cc,binop(),binop()) fast-math tests
2021-07-18 Deep Majumder[analyzer] Handle std::make_unique
2021-07-18 Valentin ChuravyRevert "[Orc] Add verylazy example for C-bindings"
2021-07-18 Simon Pilgrim[DAG] Move select(cc, binop(), binop()) folds into...
2021-07-18 Shilei Tian[OpenMP][Offloading] Add -g when compiling deviceRTLs...
2021-07-18 Simon Pilgrim[X86][SSE] matchShuffleWithPACK - avoid poison pollutio...
2021-07-18 Simon Pilgrim[Orc] Remove unnecessary <string> include dependency...
2021-07-18 Sanjay Patel[InstCombine] fold reassociative FP add into start...
2021-07-18 Sanjay Patel[InstCombine][test] add tests for fadd reductions; NFC
2021-07-18 Valentin Churavy[Orc] Add verylazy example for C-bindings
2021-07-18 Valentin Churavy[MLIR][CAPI] On MINGW don't link against libMLIR
2021-07-18 Deep Majumder[analyzer] Handle std::swap for std::unique_ptr
2021-07-18 Craig Topper[RISCV] Add more i32 srem/sdiv with power of 2 constant...
2021-07-18 David BlaikieDebugInfo: Name class templates with default arguments...
2021-07-18 Amara Emerson[GlobalISel] Fix known bits for G_BSWAP and B_BITREVERS...
2021-07-18 David Carlier[Sanitizers] FutexWake fix typo for FreeBSD code path.
2021-07-17 Jon Roelofs[AArch64][GlobalISel] Legalize bswap <2 x i16>
2021-07-17 Nikita Popov[ExecutionEngine] Fix GEP type
2021-07-17 David Green[ARM] Lower non-extended small gathers via truncated...
2021-07-17 Eli Friedman[AArch64] Prepare for changes to STEP_VECTOR.
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateGEP() without element type
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CreateGEP() without element...
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateInBoundsGEP() without eleme...
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CreateInBoundsGEP() without...
2021-07-17 Craig Topper[RISCV] Teach computeKnownBitsForTargetNode that VLENB...
2021-07-17 Vy Nguyen[libcxx] Updated test and seemingly incorrect comment...
2021-07-17 Jez Ng[lld-macho] Have ICF operate on all sections at once
2021-07-17 Christopher... [libcxx][ranges] makes `ranges::subrange` a borrowed...
2021-07-17 Shilei Tian[AbstractAttributor] Fix two issues in folding __kmpc_i...
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateStructGEP() without element...
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CreateStructGEP() without...
2021-07-17 ShihPo Hung[RISCV][RVV] Precommit a test case for D105684
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateConstGEP1_32() without...
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CreateConstGEP1_32() without...
2021-07-17 Simon Pilgrim[DebugInfo] Remove unnecessary <string> include depende...
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateConstInBoundsGEP1_64()...
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CGF.Builder.CreateConstInBou...
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateConstGEP1_64() without...
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CreateConstGEP1_64() without...
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateConstInBoundsGEP2_64()...
2021-07-17 Nikita Popov[OpaquePtr] Remove uses of CreateConstInBoundsGEP2_64...
2021-07-17 Nikita Popov[IRBuilder] Deprecate CreateConstGEP2_64() without...
2021-07-17 Kazu Hirata[Analaysis, CodeGen] Remove getHotSucc (NFC)
2021-07-17 Nikita Popov[IR] Don't accept null type in ConstantExpr::getGetElem...
2021-07-17 Nikita Popov[BPF] Use elementtype attribute for preserve.array...
2021-07-17 Craig Topper[RISCV] Manually emit the best shift for VSCALE lowerin...
2021-07-17 Martin Storsjö[sanitizers] Fix building on case sensitive mingw platforms
2021-07-17 Giorgis Georgakoudis[OpenMP] Codegen aggregate for outlined function captures
2021-07-17 Lang Hames[ORC] Fix typo in declaration
2021-07-17 Matthias Springer[mlir][vector] Remove vector.transfer_read/write to...
2021-07-17 Matthias Springer[mlir][vector] Refactor TransferReadToVectorLoadLowering
2021-07-17 jacquesguan[RISCV] Make VLEN no greater than 65536
2021-07-17 Lang Hames[ORC] Remove LLVM-side MachO Platform runtime support.
2021-07-17 Carl Ritson[AMDGPU] Tidy SReg/SGPR definitions using template...
2021-07-17 Kazu Hirata[Analysis] Remove isJoinDivergent (NFC)
2021-07-17 Wenlei He[CSSPGO] Turn on iterative-BFI for CSSPGO
2021-07-17 Matt ArsenaultMips/GlobalISel: Remove leftover dead code
2021-07-17 Matt ArsenaultAMDGPU/GlobalISel: Add a few tests for struct arguments
2021-07-17 Matt ArsenaultAMDGPU/GlobalISel: Fix some incorrect memory types...
2021-07-17 Emily Shi[NFC][compiler-rt][test] when using ptrauth, strip...
2021-07-16 Walter Erquinigo[trace][intel pt] Implement the Intel PT cursor
2021-07-16 Hongtao Yu[CSSPGO] Turn on unique linkage name by default for...
2021-07-16 Eli Friedman[ScalarEvolution] Fix overflow in computeBECount.
2021-07-16 Joel E. Denny[lit] Add --xfail-not/LIT_XFAIL_NOT
2021-07-16 Mehdi AminiRevert "Build libSupport with -Werror=global-constructo...
2021-07-16 Jim InghamAdd a mutex to guard access to the ThreadPlanStack...
2021-07-16 Christopher... [libcxx][modules] protects users from relying on libc...
2021-07-16 Fangrui Song[Bazel] Delete blank line to make buildifier happy
2021-07-16 Vitaly Buka[sanitizer] Fix test build on Windows
2021-07-16 Mehdi AminiBuild libSupport with -Werror=global-constructors ...
2021-07-16 David Green[ARM] Fix for matching reductions that are both sext...
2021-07-16 Sami TolvanenRevert "ThinLTO: Fix inline assembly references to...
2021-07-16 Sami TolvanenThinLTO: Fix inline assembly references to static funct...
2021-07-16 Nemanja Ivanovic[PowerPC] Implement intrinsics for mtfsf[i]
2021-07-16 Mehdi AminiAdd `lli` as dependency of MLIR integration tests
2021-07-16 Geoffrey Martin... [Bazel] Add examples to bazelignore
2021-07-16 Geoffrey Martin... [Bazel] Make gentbl_test compatible with coverage
2021-07-16 Geoffrey Martin... [Bazel] Use bazel_skylib paths for paths munging
2021-07-16 Alexey Bataev[SLP]Improve calculations of the cost for reused/reorde...
2021-07-16 LLVM GN Syncbot[gn build] Port 0bf4b81d57b0
2021-07-16 Amara Emerson[GlobalISel] Fix non-pow-2 legalization of s56 stores.
2021-07-16 Fangrui Song[COFF][test] Fix llvm-readobj tests
2021-07-16 Emily Shi[NFC][compiler-rt][test] pass through MallocNanoZone...
2021-07-16 Martin Storsjö[libcxx] [test] Fix experimental/memory.resource.adapto...
2021-07-16 Alexey Bataev[PATCH] D105827: [SLP]Workaround for InsertSubVector...
2021-07-16 Nico Weber[gn build] (semi-manually) port 6a4054ef060b
next