platform/upstream/llvm.git
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...
2020-07-07 Michael Spencer[clang] Include missing LangOpts in `getModuleHash`.
2020-07-07 Joachim Protze[OpenMP][Tests] Update compatibility with GCC (NFC)
2020-07-07 Craig Topper[X86] Add back the assert in getImpliedFeatures that...
2020-07-07 Florian HahnRevert "[SLP] Make sure instructions are ordered when...
2020-07-07 Fangrui Song[RuntimeDyld][test] Fix ExecutionEngine/RuntimeDyld...
2020-07-07 Davide Italiano[dotest] Log a warning when --server and --out-of-tree...
2020-07-07 Davide ItalianoDo not set LLDB_DEBUGSERVER_PATH if --out-of-tree-debug...
2020-07-07 Fangrui Song[llvm-readobj][test] Fix ELF/verneed-flags.yaml
2020-07-07 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-07-07 Med Ismail... [lldb/api] Add checks for StackFrame::GetRegisterContex...
2020-07-07 cgyurgyik[libc] Add memchr implementation.
2020-07-07 Eric Astor[ms] [llvm-ml] Add initial MASM STRUCT/UNION support
2020-07-07 Nicolas Vasilache[mlir][Vector] Add ExtractOp folding
2020-07-07 Christopher... [SVE] Make Constant::getSplatValue work for scalable...
2020-07-07 Matt ArsenaultGlobalISel: Handle EVT argument lowering correctly
2020-07-07 Matt ArsenaultAMDGPU/GlobalISel: Fix skipping unused kernel arguments
2020-07-07 Philip Reames[Statepoint] Factor out logic for non-stack non-vreg...
2020-07-07 Zola Bridges[x86][seses] Add clang flag; Use lvi-cfi with seses
2020-07-07 Muhammad Omair... Minor fixups to LLDB AArch64 register infos macros...
2020-07-07 Arthur Eubanks[Inliner] Don't skip inlining alwaysinline in optnone...
2020-07-07 aartbik[mlir] [VectorOps] [integration-test] Add i64 typed...
2020-07-07 Zachary Selk[flang] Added missing runtime I/O definitions
2020-07-07 Katherine Rasmussen[flang] Make 'num_images()' intrinsic
2020-07-07 Nikita Popov[SCCP] Use range metadata for loads and calls
2020-07-07 Michał Górny[llvm] [docs] Do not require recommonmark for manpage...
2020-07-07 Stanislav MekhanoshinLIS: fix handleMove to properly extend main range
2020-07-07 Vy NguyenClang crashed while checking for deletion of copy and...
2020-07-07 Med Ismail... [lldb/Core] Fix crash in ValueObject::CreateChildAtIndex
2020-07-07 Nikita Popov[SCCP] Handle assume predicates
2020-07-07 Simon Pilgrim[X86][AVX] Don't fold PEXTR(VBROADCAST_LOAD(X)) ->...
2020-07-07 Zola Bridges[x86][lvi][seses] Use SESES at O0 for LVI mitigation
2020-07-07 Ulrich Weigand[SystemZ ABI] Allow class types in GetSingleElementType
2020-07-07 Aaron BallmanSpeculatively fix the sphinx build.
2020-07-07 LLVM GN Syncbot[gn build] Port dfa0db79d0e
2020-07-07 Thomas Lively[WebAssembly] Avoid scalarizing vector shifts in more...
2020-07-07 Arthur Eubanks[BasicAA] Remove -basicaa alias
2020-07-07 Alexander Belyaev[mlir] Support unranked types in func signature convers...
2020-07-07 Arthur Eubanks[NewPM][LoopFusion] Rename loop-fuse -> loop-fusion
2020-07-07 Sean Silva[mlir] Convert function signatures before converting...
2020-07-07 Simon Pilgrim[X86][AVX] Add test case showing incorrect extraction...
2020-07-07 Simon Pilgrim[X86][AVX] Add AVX2 tests to extractelement-load.ll
2020-07-07 Ellis HoagWarn pointer captured in async block
2020-07-07 Chris LattnerExpand the LLVM Developer Policy to include new section...
2020-07-07 Erik Pilkington[SemaObjC] Fix a -Wobjc-signed-char-bool false-positive...
2020-07-07 Erik Pilkington[SemaObjC] Add a warning for @selector expressions...
2020-07-07 Biplob Mishra[PowerPC] Implement Vector Replace Builtins in LLVM
2020-07-07 Jennifer Yuorrectly generate invert xor value for Binary Atomics...
2020-07-07 Dan LiewRevert "Temporarily disable the following failing tests...
2020-07-07 Dan LiewDisable interception of sigaltstack on i386 macOS.
2020-07-07 Jonas Devlieghere[lldb] Fix unaligned load in DataExtractor
2020-07-07 Hans Wennborg[GlobalOpt] Don't remove inalloca from musttail-called...
2020-07-07 Sanjay Patel[x86] fix miscompile in buildvector v16i8 lowering
2020-07-07 Amy Huang[NativeSession] Add column numbers to NativeLineNumber.
2020-07-07 Fangrui Song[ELF] Ignore --no-relax for RISC-V
2020-07-07 Aaron En Ye Shi[HIP] Use default triple in llvm-mc for system ld
2020-07-07 Sanjay Patel[x86] add test for buildvector lowering miscompile...
2020-07-07 Mehdi AminiRevert "Create the framework and testing environment...
2020-07-07 Muhammad Omair... Combine multiple defs of arm64 register sets
2020-07-07 Shuhong Liu[Clang] Handle AIX Include management in the driver
2020-07-07 Nathan James[ASTMatchers] Added hasDirectBase Matcher
2020-07-07 Pavel Labath[lldb/Utility] Fix float->integral conversions in Scala...
2020-07-07 SharmaRithik[CodeMoverUtils] Make specific analysis dependent check...
2020-07-07 Guillaume Chatelet[Bitfields][NFC] Make sure bitfields are contiguous
2020-07-07 Eric Schweitz[flang] Add lowering of I/O statements.
next