platform/upstream/llvm.git
2020-05-17 Joachim Protze[OpenMP] Fix race condition in the completion/freeing...
2020-05-17 Fedor Sergeev[Inliner][NFC] silence gcc 'overloaded-virtual' warning...
2020-05-17 Dylan McKay[LLVM][AVR] Support for R_AVR_6 fixup
2020-05-17 Dylan McKay[AVR] Fix I/O instructions on XMEGA
2020-05-17 Fangrui Song[Driver] Render -T for Gnu.cpp
2020-05-17 Stephen Neuendorffer[MLIR][cmake] use LINK_LIBS PUBLIC for MLIRStandardOpsT...
2020-05-17 Fangrui Song[llvm-xray] consumeError when trying big-endian
2020-05-17 Arthur Eubanks[NFC] Run clang-format on ISDOpcodes.h
2020-05-17 Yi Kong[Compiler-rt] Emit error if builtins library cannot...
2020-05-17 Nico WeberFix a few doc typos to cycle bots.
2020-05-17 Nico WeberTry to heal bots after https://reviews.llvm.org/D79655
2020-05-16 Craig Topper[LegalizeDAG] Use MachinePointerInfo::getUnknownStack...
2020-05-16 Eli FriedmanAllocaInst should store Align instead of MaybeAlign.
2020-05-16 Craig Topper[X86] Replace selectScalarSSELoad ComplexPattern with...
2020-05-16 Eli FriedmanHarden IR and bitcode parsers against infinite size...
2020-05-16 faisal valiRevert "[nfc] test commit"
2020-05-16 faisal vali[nfc] test commit
2020-05-16 John McCallExpose IRGen API to add the default IR attributes to...
2020-05-16 mydeveloperdayThe release notes for ObjCBreakBeforeNestedBlockParam...
2020-05-16 Sanjay Patel[VectorCombine] forward walk through instructions to...
2020-05-16 Sanjay Patel[PhaseOrdering] add vector reduction tests; NFC
2020-05-16 Nikita Popov[InstCombine] Clean up alignment handling (NFC)
2020-05-16 David Green[ARM] Patterns for VQSHRN
2020-05-16 Sanjay Patel[VectorCombine] add reduction-like patterns; NFC
2020-05-16 Jay Foad[AArch64] Precommit tests for D77316
2020-05-16 Sanjay Patel[x86][CGP] try to hoist funnel shift above select-of...
2020-05-16 David Green[ARM] Combines for VMOVN
2020-05-16 David Green[ARM] MVE saturating truncates
2020-05-16 Simon PilgrimDIEHash.cpp - remove headers explicitly included in...
2020-05-16 Simon PilgrimAggressiveAntiDepBreaker.cpp - remove headers explicitl...
2020-05-16 Simon PilgrimLLParser.cpp - remove headers explicitly included in...
2020-05-16 Simon PilgrimFix -Wdocumentation warning. NFC.
2020-05-16 David Green[ARM] Extra VQMOVN/VQSHRN tests. NFC
2020-05-16 Denis Khalikov[mlir][spirv] Handle debuginfo for control flow ops.
2020-05-16 Nikita Popov[ValueTracking] Fix computeKnownBits() with bitwidth...
2020-05-16 David Zarzycki[libcxx testing] Remove ALLOW_RETRIES from last futures...
2020-05-16 Craig Topper[LegalizeDAG] Use getMemBasePlusOffset to simplify...
2020-05-16 Craig Topper[LegalizeVectorTypes] Remove non-constnat INSERT_SUBVEC...
2020-05-16 Ten Tzen[Windows EH] Fix the order of Nested try-catches in...
2020-05-16 Heejin AhnRevert "[WebAssembly] Handle exception specifications"
2020-05-16 Heejin Ahn[WebAssembly] Handle exception specifications
2020-05-16 Carl Ritson[AMDGPU] Allow use of StackPtrOffsetReg when building...
2020-05-16 Pete Steinfeld[flang] Constraint checks C751 to C760
2020-05-16 Nathan James[clang-tidy] Transformer checks now store IncludeStyle...
2020-05-15 Eric ChristopherFix go bindings after FixedVectorType -> VectorType...
2020-05-15 Diogo SampaioPrevent register coalescing in functions whith setjmp
2020-05-15 Thomas Preud... [test] Improve FileCheck's numeric-expression.txt
2020-05-15 Eric ChristopherFix flang build after mlir SideEffects.h -> SideEffectI...
2020-05-15 Casey CarterCleanup some test issues:
2020-05-15 Eli FriedmanFix polly tests after D79968.
2020-05-15 David Green[ARM] Change more triples to arm-none-none-eabi. NFC
2020-05-15 Saleem Abdulrasoolunwind: fix unwind build without heap
2020-05-15 Stephen Neuendorffer[MLIR] Move JitRunner to live with ExecutionEngine
2020-05-15 Stephen Neuendorffer[MLIR][cmake] refactor lib/Interfaces/CMakeLists.txt
2020-05-15 Stephen Neuendorffer[MLIR] Continue renaming of "SideEffects"
2020-05-15 Stephen Neuendorffer[MLIR] Update intrinsic test, because ptrmask changed.
2020-05-15 Hubert Tong[CMake][AIX] Add `-bcdtors:mbr` option when building...
2020-05-15 Hubert Tong[test][ARM][CMSE] Use clang_cc1 in arm_cmse.h tests
2020-05-15 Hubert Tong[tests][Driver] Set `--sysroot=""` to allow `DEFAULT_SY...
2020-05-15 Stephen Neuendorffer[MLIR] LinalgToStandard: use LINK_LIBS rather than...
2020-05-15 Fangrui Song[CMake] -gen-dag-isel: add -omit-comments if neither...
2020-05-15 Vitaly Buka[NFC,StackSafety] Rename local function
2020-05-15 Nico Weber[gn build] Put HAVE_LIBZ and HAVE_ZLIB_H behind llvm_en...
2020-05-15 Med Ismail... [lldb/Commands] Add ability to run shell command on...
2020-05-15 Med Ismail... [lldb/Dataformatter] Add support to CF{Dictionary,Set...
2020-05-15 mydeveloperday[clang-format] [PR44345] Long namespace closing comment...
2020-05-15 Christopher... [SVE] Remove usages of VectorType::getNumElements(...
2020-05-15 Siva Chandra... [libc] Move implementations of expf and exp2f from...
2020-05-15 Christopher... [SVE] Remove usages of VectorType::getNumElements(...
2020-05-15 Mircea TrofinRevert "Revert "[llvm][NFC] Cleanup uses of std::functi...
2020-05-15 Eli FriedmanStoreInst should store Align, not MaybeAlign
2020-05-15 Zola Bridges[clang][slh] Add test for SLH feature checking macro
2020-05-15 Scott Linder[NFC] Deduplicate comment in PromoteMemoryToRegister.cpp
2020-05-15 Thomas Lively[WebAssembly] Optimize splats of bitcasted vectors
2020-05-15 Hongtao Yu[LLD][ELF] Use offset in thin archives to disambiguate...
2020-05-15 Eli Friedman[AArch64][SVE] Implement AArch64ISD::SETCC_PRED
2020-05-15 Christopher... [SVE] Restore broken LLVM-C ABI compatability
2020-05-15 Matt ArsenaultIR: Remove extra name mangling from llvm.ptrmask
2020-05-15 Daniel Grumberg[NFC] Whitespace fix inside OptParserEmitter
2020-05-15 Jinsong Ji[compiler-rt][CMAKE] Only add cmake link flags in stand...
2020-05-15 Louis Dionne[libc++] Remove -ftemplate-depth when running tests
2020-05-15 Siva Chandra... [libc] Add implementation of fabs and fabsf.
2020-05-15 Louis Dionne[libc++] Do not set the runtime library path with DYLD_...
2020-05-15 Siva Chandra... [libc] Consolidate floating point utils into a single...
2020-05-15 Fangrui Song[ELF] Enforce two dashes for Flag options not supported...
2020-05-15 aartbik[mlir] [VectorOps] Implement vector.create_mask lowerin...
2020-05-15 Sourabh Singh... Fixed arm build bot failure after 4042ada1c1fe
2020-05-15 Louis Dionne[libc++] Remove workaround for DYLD_LIBRARY_PATH being...
2020-05-15 Thomas Lively[WebAssembly] Update latest implemented SIMD instructions
2020-05-15 Nicolas Vasilache[mlir] Fix incorrect indexing of subview in DimOp folding.
2020-05-15 Wouter van... [WebAssembly] Fixed debugloc in DebugFixup pass
2020-05-15 Sourabh Singh... Fixed arm build bot failure after ab699d78a26f
2020-05-15 Nikita Popov[IR] Convert null-pointer-is-valid into an enum attribute
2020-05-15 Stephen Neuendorffer[MLIR] Allow unreachable blocks to violate dominance...
2020-05-15 Simon Pilgrim[X86] Remove some duplicate ConstantSDNode casts. NFC.
2020-05-15 Jay Foad[IR] Trivial cleanups in Use. NFC.
2020-05-15 Sanjay Patel[x86][CGP] add more tests for PR37426; NFC
2020-05-15 Louis Dionne[libc++] Do not rely on use_system_cxx_lib to specify...
2020-05-15 Craig Topper[X86] Move expansion of MASKPAIR16LOAD and MASKPAIR16ST...
2020-05-15 Alexey Lapshin[x86][NFC] Apply clang-format to X86ISelLowering.h
next