platform/upstream/llvm.git
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
2020-07-29 Florian Hahn[NewGVN] Require asserts for crashing tests.
2020-07-29 Yevgeny Rouban[LoopSimplifyCFG] Delete landing pads in dead exit...
2020-07-29 Pushpinder... [CMAKE] Fix 'clean' target not working
2020-07-29 Simon Pilgrim[TTI] Add default cost expansion for abs/smax/smin...
2020-07-29 Georgii Rymar[llvm-readobj] - Move out the common code from printRel...
2020-07-29 Hafiz Abid... [libunwind] Provide a way to set '_LIBUNWIND_IS_BAREMET...
2020-07-29 Frederik Gossen[MLIR][Shape] Remove type conversion from lowering...
2020-07-29 Stephan Herhut[MLIR][Shape] Add conversion for missing ops to standard
2020-07-29 Simon Pilgrim[X86][SSE] getV4X86ShuffleImm8 - canonicalize broadcast...
2020-07-29 Frederik Gossen[MLIR][Shape] Allow `shape.add` to operate on indices
2020-07-29 Xing GUO[DWARFYAML][test] Make the check lines stricter. NFC.
2020-07-29 Xing GUO[DWARFYAML] Replace uint*_t with yaml::Hex* in the...
2020-07-29 Kirill Bobyrev[clangd] Fix clangd-indexeer builds after D84697
2020-07-29 George Mitenkov[MLIR][SPIRVToLLVM] Branch weights support for BranchCo...
2020-07-29 Nathan Ridge[clang] Fix ConceptSpecializationExpr::getEndLoc()
2020-07-29 Juneyoung Lee[InstCombine] Add tests for select(freeze(undef)); NFC
2020-07-29 Stephan BergmannTest including rpc/xdr.h requires sunrpc
2020-07-29 George Mitenkov[MLIR][SPIRV] Added storage class constraint on global...
2020-07-29 George Mitenkov[MLIR][SPIRVToLLVM] Support of volatile/nontemporal...
2020-07-29 Anh Tuyen Tran[Clang-tools-extra] Mark override a function which...
2020-07-29 Azharuddin... [ThinLTO] [test] cache.ll: Prevent Spotlight indexing...
2020-07-29 Ikhlas Ajbar[Hexagon] Correct the order of operands when lowering...
2020-07-29 Chuanqi Xu[NFC] Edit the comment for the return type of await_suspend
2020-07-29 Chuanqi Xu[NFC] Edit the comment in User::replaceUsesOfWith
2020-07-29 Xing GUO[llvm-readelf][test] Improve wording in the comments...
2020-07-29 Artem Dergachev[analyzer] FuchsiaHandleChecker: Suppress a non-determi...
2020-07-29 Stefanos Baziotis[ADT][BitVector][NFC] Merge find_first_in() / find_firs...
next