platform/upstream/llvm.git
2020-07-08 Louis Dionne[libc++] Reimplement platform detection features withou...
2020-07-08 Fangrui Song[test] Add REQUIRES: x86-registered-target to tools...
2020-07-08 Fangrui Song[Support] Define llvm::parallel::strategy for -DLLVM_EN...
2020-07-08 Michael ParkRemove the unnecessary `is_nothrow_swappable` condition...
2020-07-08 Craig Topper[X86] Enabled a bunch of 64-bit Interlocked* functions...
2020-07-08 Craig Topperhwasan: Don't pass the tagged-globals target-feature...
2020-07-08 Fangrui Song[ELF] Rename canRelax to toExecRelax. NFC
2020-07-08 Fangrui Song[test] Run llvm/test/**/*.yaml & don't run llvm/test...
2020-07-08 Fangrui Song[ELF] Add -z dead-reloc-in-nonalloc=<section_glob>...
2020-07-08 Pete Steinfeld[flang] Fix a crash when cosubscript list is empty
2020-07-08 Yaxun (Sam... [CUDA][HIP] Let lambda be host device by default
2020-07-08 shafik[RecordLayout] Fix ItaniumRecordLayoutBuilder so that...
2020-07-08 Louis Dionne[libc++][NFC] Remove outdated TODO item
2020-07-08 Sanjay Patel[DAGCombiner] fix function-name formatting; NFC
2020-07-08 Sanjay Patel[DAGCombiner] add enum for store source value; NFC
2020-07-08 Simon Pilgrim[X86][SSE] Pull out PACK(SHUFFLE(),SHUFFLE()) folds...
2020-07-08 Simon Pilgrim[X86] Fix copy+paste typo in combineVectorPack assert...
2020-07-08 Arthur Eubanks[NewPM] Add PredicateInfoPrinterPass to PassRegistry.def
2020-07-08 Wei Mi[SampleFDO] Enable sample-profile-top-down-load and...
2020-07-08 Ulrich Weigand[SystemZ] Allow specifying integer registers as part...
2020-07-08 Nicolai HähnleDomTree: remove explicit use of DomTreeNodeBase::iterator
2020-07-08 serge-sans... Revert "Double check that passes correctly set their...
2020-07-08 Sjoerd Meijer[matrix] Add some more Verifier negative tests. NFC.
2020-07-08 Louis Dionne[libc++] Mark some tests as unsupported on GCC 5
2020-07-08 Arthur Eubanks[NewPM][opt] Translate "-O#" to NPM's "default<O#>"
2020-07-08 Aleksandr Platonov[clang] Fix a crash when passing a C structure of incom...
2020-07-08 Chris Gyurgyik[libc] Fix typographical error in math_utils.h.
2020-07-08 Arthur Eubanks[NewPM][opt] Share -disable-loop-unrolling between...
2020-07-08 Evgeny Leviant[MIR] Speedup parsing of function with large number...
2020-07-08 Arthur Eubanks[Preallocated] Add @llvm.call.preallocated.teardown
2020-07-08 Eric Schweitzpartial revert on RTBuilder.h to avoid warnings.
2020-07-08 Pavel Labath[lldb] Modernize/clean up ValueObject::GetChildMemberWi...
2020-07-08 Paul Walker[SelectionDAG] Fix incorrect offset when expanding...
2020-07-08 Bruno Ricci[clang][NFC] Also test for serialization in test/AST...
2020-07-08 serge-sans... Double check that passes correctly set their Modified...
2020-07-08 Sam McCall[clangd] Improve serialization error messages. NFC
2020-07-08 sstefan1[OpenMPIRBuilder][Fix] Move llvm::omp::types to OpenMPI...
2020-07-08 Stanislav MekhanoshinSLP: honor requested max vector size merging PHIs
2020-07-08 Sam McCall[clangd] Enable reading config from files behind a...
2020-07-08 Eric Schweitz[flang] Upstreaming intrinsic call lowering.
2020-07-08 Pete Steinfeld[flang] Support for image selectors
2020-07-08 Ties Stuij[CodeGen] Don't combine extract + concat vectors with...
2020-07-08 Eduardo CaldasFix crash on overloaded postfix unary operators due...
2020-07-08 Alexey Bataev[NVPTX]Add a test for debug info for packed bitfields...
2020-07-08 Alexander Belyaev[mlir] Add ViewLikeOpInterface to std.memref_cast.
2020-07-08 Isuru Fernando[flang] Fix setting mxcsr on MSVC
2020-07-08 Sanjay Patel[x86] improve codegen for non-splat bit-masked vector...
2020-07-08 Med Ismail... [lldb/Core] Update comment to make it more explicit...
2020-07-08 Sylvestre Ledruclang: Don't show a trailing space with --version when...
2020-07-08 Pavel Labath[lldb/Utility] Simplify Scalar float accessors
2020-07-08 Haojian Wu[AST][RecoveryExpr] Fix the value category for recovery...
2020-07-08 Pavel Labath[lldb/API] Overwrite variables with SBLaunchInfo::SetEn...
2020-07-08 Michael Forney[cmake] Use CMAKE_GENERATOR to determine if Ninja is...
2020-07-08 Simon Pilgrim[X86][AVX] SimplifyDemandedVectorEltsForTargetShuffle...
2020-07-08 Alex RichardsonAdd missing REQUIRES: x86-registered-target
2020-07-08 Raphael Isemann[lldb][NFC] Fix indentation in expect_expr
2020-07-08 Petar Avramovic[GlobalISel][InlineAsm] Fix matching input constraints...
2020-07-08 Simon Pilgrim[X86][AVX] Add SimplifyDemandedVectorEltsForTargetShuff...
2020-07-08 Oliver Stannard[Support] Fix signed/unsigned comparison warning
2020-07-08 Alex Richardson[UpdateTestChecks] Add UTC_ARGS support for update_...
2020-07-08 Alex Richardson[UpdateTestChecks] Move more update_test_checks.py...
2020-07-08 Paul Walker[SVE] Custom ISel for fixed length extract/insert_subve...
2020-07-08 Raphael Isemann[lldb] Skip TestIOHandlerResizeNoEditline on Windows
2020-07-08 George Mitenkov[MLIR][SPIRVToLLVM] Implementation of spv.BitFieldSExtr...
2020-07-08 Jeremy Morse[DWARF] Add cuttoff guarding quadratic validThroughout...
2020-07-08 Roman Lebedev[NFCI][llvm-reduce] Cleanup Delta passes to use Oracle...
2020-07-08 Simon PilgrimFix MSVC "not all control paths return a value" warning...
2020-07-08 Simon Pilgrim[X86][AVX] Remove redundant EXTRACT_VECTOR_ELT(VBROADCA...
2020-07-08 Georgii Rymar[DebugInfo/DWARF] - Test invalid CFI opcodes properly...
2020-07-08 Georgii Rymar[llvm-readobj] - Refine error reporting in MipsGOTParse...
2020-07-08 David Sherwood[CodeGen] Fix wrong use of getVectorNumElements() in...
2020-07-08 David Sherwood[CodeGen] Fix wrong use of getVectorNumElements in...
2020-07-08 Mikael Holmen[analyzer] Silence gcc -Wparentheses warning [NFC]
2020-07-08 David Sherwood[CodeGen] Fix warnings in sve-ld1-addressing-mode-reg...
2020-07-08 George Mitenkov[MLIR][SPIRVToLLVM] Miscellaneous ops conversion: selec...
2020-07-08 Heejin Ahn[WebAssembly] Generate unreachable after __stack_chk_fail
2020-07-08 Florian Hahn[DSE,MSSA] Eliminate stores by terminators (free,lifeti...
2020-07-08 LLVM GN Syncbot[gn build] Port 20e271a98de
2020-07-08 Nithin Vadukkumchery... [analyzer] Warning for default constructed unique_ptr...
2020-07-08 serge-sans... Upgrade TypePromotionTransaction to be able to report...
2020-07-08 Mehdi AminiRename `xla_lhlo.terminator` into `return` in SCF paral...
2020-07-08 Nico WeberRevert "[X86] Add back the assert in getImpliedFeatures...
2020-07-08 clementval[openmp][NFC] Remove duplicate clause defaultmap for...
2020-07-08 Nico Weber[gn build] Port baca8f977ed
2020-07-08 Muhammad Omair... [LLDB] Disable flaky lldb-vscode tests on arm
2020-07-08 Craig TopperRecommit "[X86] Merge the FEATURE_64BIT and FEATURE_EM6...
2020-07-08 Ben Shi[RISCV] optimize addition with a pair of (addi imm)
2020-07-08 Ben Shi[RISCV] Optimize multiplication by constant
2020-07-08 HazemAbdelhafez[mlir][spirv] Add MatrixTimesMatrix operation
2020-07-08 Richard SmithPR45521: Preserve the value kind when performing a...
2020-07-08 Rahul Joshi[MLIR] Combine the 2 overloads of FuncOp::build() into...
2020-07-08 Craig TopperRevert "[X86] Merge the FEATURE_64BIT and FEATURE_EM64T...
2020-07-08 Craig Topper[X86] Merge the FEATURE_64BIT and FEATURE_EM64T bits...
2020-07-08 Wouter van... [WebAssembly] fix gcc 10 warning
2020-07-08 Sid Manning[compiler-rt][Hexagon] Remove fma/fmin/max code
2020-07-08 Akira Hatanaka[Sema] Teach -Wcast-align to compute alignment of CXXTh...
2020-07-07 Mauricio SifontesCreate the MLIR Reduce framework
2020-07-07 peter klausler[flang] Fix CHARACTER length folding problem
2020-07-07 Philip Reames[Statepoint] Use early return to reduce nesting and...
2020-07-07 Philip Reames[Statepoint] Reduce intendation and change a variable...
next