platform/upstream/llvm.git
2020-07-29 aartbik[mlir] [VectorOps] [integration_test] Sparse matrix...
2020-07-29 Johannes Doerfert[OpenMP] Fix D83281 issue on windows by allowing `dso_l...
2020-07-29 Nikita Popov[ConstantRange] Add API for intrinsics (NFC)
2020-07-29 Tobias Gysi[mlir] fix error handling in rocm runtime wrapper
2020-07-29 Richard SmithFix invalid attempted explicit instantiation, which...
2020-07-29 Fangrui Song[ELF][test] Fix ppc64-reloc-pcrel34-overflow.s
2020-07-29 Victor Huang[PowerPC] Support for R_PPC64_REL24_NOTOC calls where...
2020-07-29 Simon Pilgrim[X86][AVX] isHorizontalBinOp - relax no-lane-crossing...
2020-07-29 Philip Reames[Tests] Split a file for ease of update
2020-07-29 Florian HahnReland "[SCEVExpander] Add option to preserve LCSSA...
2020-07-29 Richard SmithPR46231: Promote diagnostic for 'template<...>;' from...
2020-07-29 Stanislav Mekhanoshin[AMDGPU] Fixed formatting in GCNHazardRecognizer.cpp...
2020-07-29 Stanislav Mekhanoshin[AMDGPU] prefer non-mfma in post-RA schedule
2020-07-29 Louis Dionne[libc++] Re-enable tests for C11 math macros in <float...
2020-07-29 Matt ArsenaultGlobalISel: Fix insert point in CSEMIRBuilder unit...
2020-07-29 Tatyana Krasnukha[lldb/Breakpoint] Rename StoppointLocation to Stoppoint...
2020-07-29 Richard SmithPR46859: Fix crash if declaring a template in a DeclSco...
2020-07-29 Baptiste Saleil[PowerPC] Add options to control paired vector memops...
2020-07-29 Matt Morehouse[DFSan] Add efficient fast16labels instrumentation...
2020-07-29 Tatyana Krasnukha[lldb/BreakpointSite] Handle all ways of control flow
2020-07-29 Amara Emerson[GlobalISel] Add G_INTRINSIC_LRINT and translate from...
2020-07-29 Philip Reames[Statepoint] Consolidate relocation type tracking ...
2020-07-29 Amara Emerson[AArch64][GlobalISel] Selection support for vector...
2020-07-29 Tatyana Krasnukha[lldb] Don't use hardware index to determine whether...
2020-07-29 Tatyana Krasnukha[lldb] Make process plugins check whether a hardware...
2020-07-29 Tatyana Krasnukha[lldb] Skip overlapping hardware and external breakpoin...
2020-07-29 Matt ArsenaultAMDGPU/GlobalISel: Handle llvm.amdgcn.reloc.constant
2020-07-29 Julian Lettner[compiler-rt][Darwin] Disable EXC_GUARD exceptions
2020-07-29 Tatyana Krasnukha[lldb/test] Put hardware breakpoint tests together...
2020-07-29 Florian HahnRevert "[SCEVExpander] Add option to preserve LCSSA...
2020-07-29 Louis Dionne[libc++] Remove c++98 from the possible Standards of...
2020-07-29 Louis Dionne[libc++][pstl] Remove c++98 from UNSUPPORTED annotations
2020-07-29 Matt ArsenaultGlobalISel: Implement lower for G_EXTRACT_VECTOR_ELT
2020-07-29 Kostya SerebryanyAdd more debug code for https://github.com/google/sanit...
2020-07-29 Jessica Paquette[AArch64][GlobalISel] Select XRO addressing mode with...
2020-07-29 Matt ArsenaultAMDGPU: Relax restriction on folding immediates into...
2020-07-29 Tres Popp[MLIR][NFC] Move Shape::WitnessType Declaration.
2020-07-29 Matt ArsenaultGloblaISel: Remove unreachable condition
2020-07-29 LLVM GN Syncbot[gn build] Port 276f9e8cfaf
2020-07-29 Heejin Ahn[WebAssembly] Fix getBottom for loops
2020-07-29 Jonas Devlieghere[lldb] Improve platform handling in CreateTargetInternal
2020-07-29 Arthur Eubanks[Scudo][CMake] Add -fno-lto to Scudo libraries
2020-07-29 Hiroshi Yamauchi[PGO] Remove insignificant function hash values from...
2020-07-29 Craig Topper[X86] Add custom lowering for llvm.roundeven with sse4.1.
2020-07-29 Craig Topper[LV] Add abs/smin/smax/umin/umax intrinsics to isTrivia...
2020-07-29 Arthur Eubanks[DFSan][NewPM] Port DataFlowSanitizer to NewPM
2020-07-29 Sanjay Patel[InstSimplify] try constant folding intrinsics before...
2020-07-29 Simon Pilgrim[DAG][AMDGPU][X86] Add SimplifyMultipleUseDemandedBits...
2020-07-29 Roman Lebedev[SimplifyCFG][LoopRotate] SimplifyCFG: disable common...
2020-07-29 Kang Zhang[PowerPC] Set v1i128 to expand for SETCC to avoid crash
2020-07-29 Philip Reames[Statepoint] When using the tied def lowering, uncondit...
2020-07-29 Joel E. Denny[OpenMP] Implement TR8 `present` motion modifier in...
2020-07-29 Joel E. Denny[OpenMP] Implement TR8 `present` motion modifier in...
2020-07-29 Arthur Eubanks[NewPM][Attributor] Pin tests with -attributor to legacy PM
2020-07-29 Sanjay Patel[InstSimplify] allow partial undef constants for vector...
2020-07-29 Sanjay Patel[InstSimplify] fold integer min/max intrinsic with...
2020-07-29 Kang Zhang[MachineVerifier] Handle the PHI node for verifyLiveVar...
2020-07-29 Matt ArsenaultAMDGPU: Account for the size of LDS globals used throug...
2020-07-29 Nathan James[clang-tidy] Handled insertion only fixits when determi...
2020-07-29 David Sherwood[SVE] Don't consider scalable vector types in SLPVector...
2020-07-29 Yuanfang Chen[NewPM][PassInstrument] Make PrintIR and TimePasses...
2020-07-29 Yuanfang Chen[NewPM][PassInstrument] Add a new kind of before-pass...
2020-07-29 Johannes Doerfert[OpenMP] Allow traits for the OpenMP context selector...
2020-07-29 Johannes Doerfert[OpenMP][Docs] Update Clang Support docs after D75591
2020-07-29 Simon Wallis[MachineCopyPropagation] BackwardPropagatableCopy:...
2020-07-29 Nathan James[clang-tidy] Fix module options being registered with...
2020-07-29 Xing GUO[DWARFYAML] Make the field names consistent with the...
2020-07-29 Sanjay Patel[ConstantFolding] fold integer min/max intrinsics
2020-07-29 Sanjay Patel[ConstantFolding] add tests for integer min/max intrins...
2020-07-29 Chris Bowler[NFC][PPC][AIX] Add test coverage for _Complex return...
2020-07-29 Simon Pilgrim[CostModel][X86] Add SSE costs for SMAX/SMIN/UMAX/UMIN...
2020-07-29 Frederik Gossen[MLIR][Shape] Limit shape to SCF lowering patterns...
2020-07-29 Jakub Lichman[mlir][Linalg] Conv1D, Conv2D and Conv3D added as named ops
2020-07-29 Nathan James[clang-tidy] Fix RedundantStringCStrCheck with r values
2020-07-29 Alexey Bader[OpenCL] Add global_device and global_host address...
2020-07-29 Tim Keith[flang] Fix bug with intrinsic in type declaration...
2020-07-29 Juneyoung Lee[InstSimplify] add tests for expandCommutativeBinOp...
2020-07-29 Florian Hahn[SCEVExpander] Add option to preserve LCSSA directly.
2020-07-29 Frederik Gossen[MLIR][Shape] Limit shape to standard lowerings to...
2020-07-29 Bruno Ricci[clang][NFC] clang-format fix after eb10b065f2a870b425d...
2020-07-29 Bruno Ricci[clang][NFC] Pass the ASTContext to CXXRecordDecl:...
2020-07-29 Tres PoppForward extent tensors through shape.broadcast.
2020-07-29 Sanjay Patel[ConstantFolding] update test checks FP min/max intrinsics
2020-07-29 Victor Campos[Driver][ARM] Fix testcase that should only run on ARM
2020-07-29 Simon Pilgrim[CostModel][X86] Add SSE costs for ABS intrinsics
2020-07-29 Victor Campos[Driver][ARM] Disable unsupported features when nofp...
2020-07-29 Andrew Ng[ELF][test] Add test coverage of `__real_` to wrap...
2020-07-29 Simon Pilgrim[TTI] Move abs/smax/smin/umax/umin cost expansion to...
2020-07-29 Stephan Herhut[mlir][Standard] Allow unranked memrefs as operands...
2020-07-29 David Green[ARM] Tune getCastInstrCost for extending masked loads...
2020-07-29 David Green[Analysis] TTI: Add CastContextHint for getCastInstrCost
2020-07-29 David Sherwood[SVE][CodeGen] Add simple integer add tests for SVE...
2020-07-29 Sjoerd Meijer[ARM] Optimize immediate selection
2020-07-29 Matt ArsenaultAMDGPU/GlobalISel: Refactor special argument management
2020-07-29 Matt ArsenaultAMDGPU: Make saturating add/sub legal for DAG path
2020-07-29 Matt ArsenaultAMDGPU/GlobalISel: Select llvm.amdgcn.global.atomic...
2020-07-29 Chris Gyurgyik[libc] [obvious] Fix typo in binary header.
2020-07-29 David Sherwood[SVE] Add checks for no warnings in CodeGen/AArch64...
2020-07-29 David Sherwood[CodeGen] Remove calls to getVectorNumElements in DAGTy...
2020-07-29 Alex Zinenko[mlir] LLVMType: make getUnderlyingType private
next