platform/upstream/llvm.git
2021-07-13 Thomas Lively[WebAssembly] Generate checks for simd-load-store-align...
2021-07-13 Victor Huang[PowerPC][NFC] Power ISA features for Semachecking
2021-07-13 Victor HuangRevert "[PowerPC][NFC] Power ISA features for Semachecking"
2021-07-13 Jon Roelofs[AArch64][GlobalISel] Legalize load <2 x i16>
2021-07-13 Jon Roelofs[AArch64][GlobalISel] Legalize store <2 x i16>
2021-07-13 Artem Belevich[CUDA] Only allow NVIDIA offload-arch during CUDA compi...
2021-07-13 Philip Reames[test] Add a SCEV backedge computation test with an...
2021-07-13 Vitaly Buka[NFC][sanitizer] Remove trailing whitespace
2021-07-13 Valeriy Savchenko[analyzer][solver][NFC] Refactor how we detect (dis...
2021-07-13 Valeriy Savchenko[analyzer][solver][NFC] Introduce ConstraintAssignor
2021-07-13 Vitaly Buka[sanitizer] Fix VSNPrintf %V on Windows
2021-07-13 Louis Dionne[libc++] Add a CI job for macOS on arm64 hardware 🥳
2021-07-13 Tom StellardFix utils/update_cc_test_checks/check-globals.test...
2021-07-13 Peyton, Jonathan L[OpenMP] Fix one sign-compare warning from GCC
2021-07-13 Louis Dionne[libc++] NFC: Add comment for running macOS CI setup...
2021-07-13 Craig Topper[RISCV] Use DIVUW/REMUW/DIVW instructions for i8/i16...
2021-07-13 Amy Kwan[PowerPC] Add FI alignment check if the addressing...
2021-07-13 Peyton, Jonathan L[OpenMP][NFC] Change comment style to eliminate warning...
2021-07-13 Matheus Izvekov[clang] C++98 implicit moves are back with a vengeance
2021-07-13 Marcos Horro[llvm-mca] [NFC] Formatting code
2021-07-13 Saleem AbdulrasoolAST: correct name decoration for swift async functions...
2021-07-13 Philip Reames[ScalarEvolution] Fix overflow when computing max trip...
2021-07-13 Arthur Eubanks[NFC] Inline variable to prevent unused variable warning
2021-07-13 thomasraoux[mlir] Add support for tensor.extract to comprehensive...
2021-07-13 Craig Topper[RISCV] Prevent use of t0(aka x5) as rs1 for jalr instr...
2021-07-13 Guillaume ChateletRevert "[llvm] Add enum iteration to Sequence"
2021-07-13 Arthur Eubanks[OpaquePtr] Use byval type more
2021-07-13 Arthur Eubanks[OpaquePtr] Get load/store type without PointerType...
2021-07-13 Arthur Eubanks[OpaquePtr] Use GlobalValue::getValueType() more
2021-07-13 Arthur Eubanks[OpaquePtr] Use AllocaInst::getAllocatedType()
2021-07-13 Julian LettnerAvoid triggering assert when program calls OSAtomicComp...
2021-07-13 Nicolas Vasilache[mlir][Linalg] Properly specify Linalg attribute.
2021-07-13 Fangrui Song[RISCV] Support machine constraint "S"
2021-07-13 Guillaume Chatelet[llvm] Add enum iteration to Sequence
2021-07-13 Aart Bik[mlir][memref] adjust integration tests to new lowering...
2021-07-13 Albion Fung[PowerPC] Fix L[D|W]ARX Implementation
2021-07-13 Simon Pilgrim[InstCombine] Add basic (select C, (gep Ptr, Idx),...
2021-07-13 Simon Pilgrim[InstCombine] Regenerate select-gep.ll tests
2021-07-13 Victor Huang[PowerPC][NFC] Power ISA features for Semachecking
2021-07-13 Anton Zabaznov[OpenCL] Add verbosity when checking support of read_wr...
2021-07-13 Tres Popp[mlir] Handle unused variable when assertions are disabled.
2021-07-13 John EricsonPrepare Compiler-RT for GnuInstallDirs, matching libcxx...
2021-07-13 Matt ArsenaultAMDGPU: Promote signext/zeroext i16 shader returns
2021-07-13 Matt ArsenaultGlobalISel: Use extension instead of merge with undef...
2021-07-13 Matt ArsenaultGlobalISel: Remove getIntrinsicID utility function
2021-07-13 Matt ArsenaultMips/GlobalISel: Use more standard call lowering infras...
2021-07-13 Matt ArsenaultMips: Mark special case calling convention handling...
2021-07-13 Louis Dionne[libc++] Workaround non-constexpr std::exchange pre...
2021-07-13 Louis Dionne[libc++] Target x86_64 only for the backdeployment...
2021-07-13 Louis Dionne[libc++] Generate ABI list for macOS arm64
2021-07-13 Hansang Bae[OpenMP] Minor improvement in task allocation
2021-07-13 Bogdan Graur[NFC] Add paranthesis around logical expression to...
2021-07-13 Simon Pilgrim[InstCombine] Fold lshr/ashr(or(neg(x),x),bw-1) --...
2021-07-13 Dave MacLachlan[clang/objc] Optimize getters for non-atomic, copied...
2021-07-13 Simon Pilgrim[InstCombine] Pre-commit ashr(or(neg(x),x),bw-1) -...
2021-07-13 Anton Zabaznov[OpenCL] Add support of __opencl_c_read_write_images...
2021-07-13 Roman Lebedev[libomp] ompd_init(): fix heap-buffer-overflow when...
2021-07-13 Simon Pilgrim[X86][SSE] X86ISD::FSETCC nodes (cmpss/cmpsd) return...
2021-07-13 Frederik Gossen[MLIR] Fix documentation of the `ExecutionEngine` in...
2021-07-13 George Rokos[libomptarget] Update device pointer only if needed
2021-07-13 Hafiz Abid... [AMDGPU] Handle s_branch to another section.
2021-07-13 Jon Chesterfield[libomptarget][devicertl] Remove branches around settin...
2021-07-13 Jan Kratochvil[lldb] Fix editline unicode on Linux
2021-07-13 Nicolas Vasilache[mlir][Linalg] Better support for bufferizing non-tenso...
2021-07-13 Simon Pilgrim[X86][SSE] Add signbit tests to show cmpss/cmpsd intrin...
2021-07-13 Tim NorthoverSupport: reduce stack used in default size test.
2021-07-13 Nicolas Vasilache[mlir][Linalg] Add layout specification support to...
2021-07-13 Sebastian Neubauer[AMDGPU] Optimize VGPR LiveRange in waterfall loops
2021-07-13 Sebastian Neubauer[AMDGPU] Mark waterfall loops as SI_WATERFALL_LOOP
2021-07-13 Anton Zabaznov[OpenCL] Add support of __opencl_c_generic_address_spac...
2021-07-13 Tim NorthoverAArch64: use 4-byte slots for arm64_32 pointers in...
2021-07-13 Guillaume Chatelet[libc] update benchmark distributions
2021-07-13 Fraser Cormack[RISCV] Pass undef VECTOR_SHUFFLE indices on to BUILD_V...
2021-07-13 Jeroen Dobbelaere[remangleIntrinsicFunction] Detect and resolve name...
2021-07-13 Rainer Orth[sanitizer_common] Define internal_usleep on Solaris
2021-07-13 Jeroen Dobbelaere[NFC] Do not track calls to inlined intrinsics in IFI.
2021-07-13 Dmitry Vyukovsanitizer_common: optimize memory drain
2021-07-13 Qiu Chaofan[SelectionDAG] Check use before combining into USUBSAT
2021-07-13 Stanislav Mekhanoshin[AMDGPU] Make some VOP1 instructions rematerializable
2021-07-13 Qiu Chaofan[PowerPC] Fix typo in vector shuffle combining
2021-07-13 hyeongyu kim[SimplifyCFG] Fix SimplifyBranchOnICmpChain to be undef...
2021-07-13 David Green[MIPS] Regenerate test after D105161. NFC
2021-07-13 David Green[ARM] Introduce MVEEXT ISel lowering
2021-07-13 hyeongyu kim[NFC] Edit the comment in M68kInstrInfo::ExpandMOVSZX_RM
2021-07-13 Chen Zheng[PowerPC][NFC] add test case for preparing more loads...
2021-07-13 Nathan Ridge[clang] Refactor AST printing tests to share more infra...
2021-07-13 Vitaly Buka[NFC][scudo] Clang format a file
2021-07-13 Vitaly BukaRevert "[X86][SSE] X86ISD::FSETCC nodes (cmpss/cmpsd...
2021-07-13 Jessica Paquette[GlobalISel] Handle more types in narrowScalar for...
2021-07-13 Vitaly BukaRevert "[hwasan] More realistic setjmp test."
2021-07-13 SharmaRithik[analyzer] Print time taken to analyze each function
2021-07-13 Arthur Eubanks[OpaquePtr][ISel] Use ArgListEntry::IndirectType more
2021-07-13 Arthur Eubanks[OpaquePointers][ThreadSanitizer] Cleanup calls to...
2021-07-13 David BlaikieFix test - mistaken hardcoded path from my local machine.
2021-07-13 David BlaikieDebugInfo: Use debug_rnglists.dwo for ranges in debug_i...
2021-07-13 Aart Bik[mlir][sparse] add support for AND and OR operations
2021-07-13 Fangrui Song[llc] Default MCUseDwarfDirectory to true
2021-07-13 Hanhan Wang[mlir][Linalg] Add 3D pooling named ops to Linalg.
2021-07-12 Leonard Chan[compiler-rt][hwasan] Refactor kAliasRegionStart usage
2021-07-12 Marco Elversanitizer_common: Fix build for tests
next