platform/upstream/llvm.git
2021-09-02 Simon Pilgrim[X86] Fold PMADD(x,0) or PMADD(0,x) -> 0
2021-09-02 Simon Pilgrim[X86][SSE] Add combine-pmadd.ll for PMADDWD/VPMADDUBSW...
2021-09-02 Daniel Kiss[libunwind] Compile with -Wunused-but-set-variable
2021-09-02 Roman LebedevRevert "[OpenMP][OpenMPIRBuilder] Implement loop unroll...
2021-09-02 Daniel Kiss[Unwind] Harmonise exception class for EHABI spec.
2021-09-02 Ben Shi[RISCV][test] Add more tests for (mul (add x, c1), c2)
2021-09-02 Ben Shi[RISCV][test] Add tests for optimization with SH*ADD...
2021-09-02 Fraser Cormack[LegalizeTypes][VP] Add splitting support for binary...
2021-09-02 Simon Moll[VP] Declaration and docs for vp.select intrinsic
2021-09-02 Sebastian Schwartz[lldb server] Tidy up LLDB server return codes and...
2021-09-02 Alexander Belyaev[mlir][linalg] Expose function to create op on buffers...
2021-09-02 David Sherwood[SVE] Fix the FP arithmetic instruction costs for SVE
2021-09-02 Fangrui Song[MC] Set SHF_INFO_LINK on SHT_REL/SHT_RELA sections
2021-09-02 Fraser Cormack[SelectionDAG][VP] Fix VP memory ops' EVL/Mask indices
2021-09-02 Michael Kruse[OpenMP][OpenMPIRBuilder] Implement loop unrolling.
2021-09-02 Florian Hahn[LoopDistribute] Add tests inspired by PR50296, PR50288.
2021-09-02 Wenlei He[CSSPGO] Use preinliner decision by default when available
2021-09-02 Arthur Eubanks[docs] Mention that the legacy PM is deprecated and...
2021-09-02 Markus Lavin[NPM] Added opt option -print-pipeline-passes.
2021-09-02 Markus LavinRevert "[NPM] Added opt option -print-pipeline-passes."
2021-09-02 Markus Lavin[NPM] Added opt option -print-pipeline-passes.
2021-09-02 Mark de Wever[libc++][nfc] Fixes ppc64le-sanitizer build issue.
2021-09-02 Abinav Puthan... [DAGCombine] Add node level checks for fp-contract...
2021-09-02 Arthur EubanksFix missing argument introduced by D108788
2021-09-02 Arthur Eubanks[test] Precommit/fix up existing test for MemorySSA...
2021-09-02 Ye Luo[libomptarget] Move HostDataToTargetTy states into...
2021-09-02 Jinsong Ji[NFC][PowerPC] Small code refactor in LoopInstrFormPrep
2021-09-02 Wenlei He[CSSPGO] Add stats for pre-inliner
2021-09-02 Jinsong Ji[InstrProfiling] Add AIX triple to more tests
2021-09-02 Ben Shi[AArch64][test] Add new tests for (mul (add x, c0)...
2021-09-02 Arthur EubanksReland [MemorySSA] Add pass to print results of MemoryS...
2021-09-02 Arthur EubanksRevert "[MemorySSA] Add pass to print results of Memory...
2021-09-02 Chen Zheng[PowerPC] small code format refactor ; NFC
2021-09-02 Arthur Eubanks[MemorySSA] Add pass to print results of MemorySSA...
2021-09-02 Richard SmithPR50294: Fix a performance regression from 2c9dbcd.
2021-09-02 Fangrui Song[OpenMP] Fix -Wunused-but-set-parameter in -DLLVM_ENABL...
2021-09-02 Volodymyr Sapsai[HeaderSearch] Use `isImport` only for imported headers...
2021-09-01 Philip ReamesRevert "snapshot - do not push"
2021-09-01 Philip ReamesFix a missing MemorySSA update in breakLoopBackedge
2021-09-01 Philip Reamessnapshot - do not push
2021-09-01 Aart Bik[mlir][sparse] sparse runtime support library improvements
2021-09-01 Jon RoelofsRevert "[AArch64][GlobalISel] Legalize bswap <2 x i16>"
2021-09-01 Jacques Pienaar[mlir][capi] Add NameLoc
2021-09-01 Stanislav Mekhanoshin[AMDGPU] Use S_BITCMP1_* to replace AND in optimizeComp...
2021-09-01 Stanislav Mekhanoshin[AMDGPU] Introduce optimizeCompareInstr
2021-09-01 Alina Sbirlea[MemorySSAUpdater] Simplify updates when only deleting...
2021-09-01 Joel E. Denny[OpenMP][AMDGPU] Remove unneeded XFAILs
2021-09-01 Roman Lebedev[Codegen][TLI][X86] SimplifyMultipleUseDemandedBits...
2021-09-01 Fangrui Song[InstrProfiling] Use llvm.compiler.used if applicable...
2021-09-01 Wenlei He[llvm-profdata] Fix assertion from invalid iterator
2021-09-01 Alexander Pivovarov[RISCV] Fix typo in RISCVSchedSiFive7.td
2021-09-01 David Green[ARM] Add MVE lowering for fptosi.sat
2021-09-01 Joel E. Denny[OpenMP] Use IsHostPtr where needed in rest of omptarge...
2021-09-01 Joel E. Denny[OpenMP] Use IsHostPtr where needed for targetDataBegin
2021-09-01 Joel E. Denny[OpenMP][NFC] Eliminate CopyMember from targetDataEnd
2021-09-01 Joel E. Denny[OpenMP] Use IsHostPtr where needed for targetDataEnd
2021-09-01 Arthur Eubanks[OpaquePtr] Cleanup some uses of getPointerElementType...
2021-09-01 Fangrui Song[InstrProfiling][test] Combine profiling.ll and linkage.ll
2021-09-01 Philip Reames[SCEV] Clarify requirements for zero-stride to be UB
2021-09-01 Jon Chesterfield[openmp] Drop test from D109057, disproportionately...
2021-09-01 alex-t [AMDGPU] enable scalar compare in truncate selection
2021-09-01 Philip Reames[LoopDeletion] Separate logic in breakBackedgeIfNotTake...
2021-09-01 Jon Chesterfield[openmp] Accept directory for libomptarget-bc-path
2021-09-01 Nikita Popov[WebAssembly] Support opaque pointers in FixFunctionBit...
2021-09-01 Sid Manning[lld][Hexagon] Add checks for instructions that can...
2021-09-01 Weiwei Li[mlir][SPIRV] Add Image Operands for Image Instructions
2021-09-01 Philip Reames[SCEVExpander] Prefer pointer expansion for overflow...
2021-09-01 Scott Linder[AMDGPU] Update Call Convention docs for GFX90A
2021-09-01 Duncan P. N... VFS: Document goals of 'use-external-name' and related...
2021-09-01 Jon ChesterfieldRevert "[openmp] Accept directory for libomptarget...
2021-09-01 Jon ChesterfieldRevert "[openmp] No longer use LIBRARY_PATH to find...
2021-09-01 Siva Chandra... [libc] Add a skeleton for C standard condition variable...
2021-09-01 Craig Topper[RISCV] Fold (RISCVISD::SELECT_CC X, Y, CC, Z, Z) ...
2021-09-01 Kostya Serebryany[ubsan] warn inside the sigaction interceptor if static...
2021-09-01 Jon Chesterfield[libomptarget] Drop path separator from test to fix...
2021-09-01 Jon Chesterfield[openmp] No longer use LIBRARY_PATH to find devicertl
2021-09-01 Hongtao Yu[CSSPGO] Sort function offset table to speed up profile...
2021-09-01 Nikita Popov[IVDescriptors] Make pointer inductions compatible...
2021-09-01 Siva Chandra... [libc] Mark return value of memcpy in strcpy as initial...
2021-09-01 Mehdi AminiRemove deprecated registration APIs (NFC)
2021-09-01 Philip Reames[SCEV] If max BTC is zero, then so is the exact BTC...
2021-09-01 Nico Weber[clang] Add a -canonical-prefixes option
2021-09-01 Alexander Yermolovich[DWARF] Find offset of attribute.
2021-09-01 Jon Chesterfield[openmp] Accept directory for libomptarget-bc-path
2021-09-01 Sanjay Patel[InstCombine] allow more min/max with 'not' folds for...
2021-09-01 Sanjay Patel[InstCombine] use isFreeToInvert to generalize min...
2021-09-01 Arthur Eubanks[NFC] Remove redundant code added in 04ce2de3
2021-09-01 Arthur Eubanks[NFC] Use newly introduced *AtIndex methods
2021-09-01 Adrian PrantlTighten heuristic for coroutine debug info workaround.
2021-09-01 Craig Topper[RISCV] Add a test case showing an extra sext.w near...
2021-09-01 LLVM GN Syncbot[gn build] Port 0922ce56f4f0
2021-09-01 Jon Chesterfield[libomptarget] Set runpath on libomptarget, use that...
2021-09-01 Artem Belevich[IRLinker] Suppress linker warnings when linking with...
2021-09-01 Mark de Wever[libc++][format] Add __format_arg_store.
2021-09-01 Arthur Eubanks[NFC] Rename attribute methods that work with indexes
2021-09-01 Thomas Lively[WebAssembly] Lower v2f32 to v2f64 extending loads...
2021-09-01 Hongtao Yu[CSSPGO] Fix an access violation due to invalided std...
2021-09-01 Amara Emerson[AArch64][GlobalISel] Handle any-extending FPR loads...
2021-09-01 natashaknk[mlir][tosa] Small refactor to the functionality of...
2021-09-01 Tyler AugustineSupport alias.scope and noalias metadata lowering on...
next