platform/upstream/llvm.git
2020-06-16 Stanislav Mekhanoshin[AMDGPU] make ubsan happy with unsigned left shift
2020-06-16 Amy Huang[NativeSession] Implement findLineNumbersByAddress...
2020-06-15 Casey Carter[lit] Allow for tests to have non-parsed requirements
2020-06-15 Jason MolendaUpstream two performance monitor collectors to MachTask
2020-06-15 Jessica Paquette[GlobalISel] Look through extends etc in CombinerHelper...
2020-06-15 Louis Dionne[libc++] Automatically create the %T directory inside...
2020-06-15 Louis Dionne[libc++] Replace the FakeLitConfig by an actual LitConf...
2020-06-15 Erich Keane[Docs] Add missing space, requested on c08ea07
2020-06-15 Julian LettnerFollow up for "[lit] Include unexecuted tests in xUnit...
2020-06-15 Stanislav Mekhanoshin[AMDGPU] Add gfx1030 target
2020-06-15 Jing PuFix SourceMgrDiagnosticHandler::convertLocToSMLoc for...
2020-06-15 Akira Hatanaka[CodeGen][NFC] Add a helper function that returns the...
2020-06-15 River Riddle[mlir][DialectConversion] Add overload of addDynamicall...
2020-06-15 River Riddle[mlir][DialectConversion] Cache type conversions and...
2020-06-15 Mehdi AminiFix MLIR test after 1d33c09f220e: matrix intrinsics...
2020-06-15 Yaxun (Sam... [HIP] Do not call opt/llc for -fno-gpu-rdc
2020-06-15 Jonas Devlieghere[lldb] Rename Master/Slave to Primary/Secondary (NFC)
2020-06-15 Nicolas Vasilache[mlir][Linalg] Retire C++ MatmulOp in favor of a linalg...
2020-06-15 Hanhan Wang[mlir][NFC] Fix file comments.
2020-06-15 Amara Emerson[GlobalISel] Don't emit multiply by magic constant...
2020-06-15 Louis Dionne[libc++] Re-apply parts of 3ea9450bda90 "Migrate Lit...
2020-06-15 Mircea Trofin[llvm][NFC] Move content of ML subdirectory into Analysis
2020-06-15 aartbik[mlir] [integration_test] Make integration tests defaul...
2020-06-15 Nick Desaulniers[PPCAsmPrinter] support 'L' output template for memory...
2020-06-15 Davide Italiano[CodeGenPrepare] Reset the debug location when promotin...
2020-06-15 Jan Korous[Analyzer][NFC] Remove prefix from WebKitNoUncountedMem...
2020-06-15 Florian Hahn[IR] Add nocapture & nosync to matrix intrinsics.
2020-06-15 LLVM GN Syncbot[gn build] Port a7eb3692e76
2020-06-15 Sergej Jaskiewicz[cmake] Invoke ssh.py using Python interpreter, not...
2020-06-15 Jan Korous[Analyzer][WebKit] UncountedCallArgsChecker
2020-06-15 Christopher... [SVE] Bail from cstfp_pred_ty before walking scalable...
2020-06-15 Mehdi AminiMake OpOperand constructor private (NFC)
2020-06-15 Jessica PaquetteNFC: Remove disabled rule from postlegalizer-combiner...
2020-06-15 Artem Belevich[CUDA,HIP] Use VFS for SDK detection.
2020-06-15 Greg McGary[lld-macho] Specify the complete set of command-line...
2020-06-15 Nikita Popov[IR] Add AttributeBitSet wrapper (NFC)
2020-06-15 Shoaib Meenai[MachO] Fix typo in comment
2020-06-15 Arnold SchwaighoferFix ConstantAggregateBuilderBase::getRelativeOffset
2020-06-15 Jessica Paquette[AArch64][GlobalISel] Add G_EXT and select ext using it
2020-06-15 Mircea TrofinRevert "[llvm] Added support for stand-alone cmake...
2020-06-15 Davide Italiano[Target/PPC] Fold inside an assertion.
2020-06-15 Mircea Trofin[llvm] Added support for stand-alone cmake object libra...
2020-06-15 Matt ArsenaultAMDGPU/GlobalISel: Don't hardcode maximum register...
2020-06-15 Louis Dionne[libc++] Add the ability to run arbitrary programs...
2020-06-15 Matt ArsenaultAMDGPU/GlobalISel: Extend load/store workaround to...
2020-06-15 Mehdi AminiRevert "[mlir] Add support for lowering tanh to LLVMIR."
2020-06-15 Rahul Joshi[LLVM] Change isa<> to a variadic function template
2020-06-15 Julian Lettner[lit] Include unexecuted tests in xUnit report
2020-06-15 Lang Hames[RuntimeDyld] Add dependence on Core.
2020-06-15 Matt ArsenaultAMDGPU/GlobalISel: Correct memory size in test
2020-06-15 aartbik[mlir] [integration-test] [VectorOps] Start an integrat...
2020-06-15 Davide Italiano[Target/PPC] Silence an unused variable warning. NFC.
2020-06-15 Craig TopperRecommit "[X86] Separate imm from relocImm handling."
2020-06-15 Florian Hahn[DSE,MSSA] Port partial store merging.
2020-06-15 Hanhan Wang[mlir] Add support for lowering tanh to LLVMIR.
2020-06-15 Lang Hames[ORC] Honor linker private global prefix on symbol...
2020-06-15 Louis Dionne[libc++abi] Ensure custom libc++ header paths are honou...
2020-06-15 Nico Weber[gn build] (manually) merge 3b29376e3fca43
2020-06-15 Wouter van... [WebAssembly] Adding 64-bit version of R_WASM_MEMORY_AD...
2020-06-15 Francesco Petrogalli[llvm][SveEmitter] SVE ACLE for quadword permute intrin...
2020-06-15 Joachim Protze[OpenMP][Tests] fix data race in an OpenMP runtime...
2020-06-15 Craig Topper[X86] Remove printanymem/printopaquemem from the InstPr...
2020-06-15 Florian Hahn[DSE] Hoist partial store merging code into function...
2020-06-15 Jessica Paquette[GlobalISel] Simplify G_ADD when it has (0-X) on the...
2020-06-15 sameeran joshi[flang] unit test support for out-of-tree and in-tree...
2020-06-15 Siva Chandra[libc] Enable string functions for aarch64.
2020-06-15 Jonas Devlieghere[lldb] Remove indentation before help output.
2020-06-15 Siva Chandra... [libc] Extract an architecture independent copy of...
2020-06-15 Francesco Petrogalli[llvm][SVE] IR intrinsics for quadword permutation...
2020-06-15 David Truby[flang] Change DIE("unreachable") cases to use llvm_unr...
2020-06-15 Louis Dionne[libc++] Raise an exception if a Lit feature resolves...
2020-06-15 Nathan Ridge[clangd] Follow-up to fix lit-test bustage in type...
2020-06-15 Jacques Pienaar[mlir][shape] Update test case to new op asm format
2020-06-15 Nathan Ridge[clangd] Support typeHierarchy/resolve for children...
2020-06-15 Alex Zinenko[mlir] Introduce callback-based builders for AffineForOp
2020-06-15 Alex Zinenko[mlir] Affine symbols: do not expect AffineScope to...
2020-06-15 Alexander Belyaev[mlir][shape] Add a pattern to rewrite `shape.reduce...
2020-06-15 Denys Petrov[analyzer] Reasoning about comparison expressions in...
2020-06-15 Matt ArsenaultAMDGPU/GlobalISel: Fix 8-byte aligned, 96-bit scalar...
2020-06-15 Wouter van... [WebAssembly] Adding 64-bit versions of all load &...
2020-06-15 Erich Keane[NFCI] Change the data structure of MaybeODRUseExprSet
2020-06-15 Florian Hahn[DSE,MSSA] Delete instructions after printing it.
2020-06-15 Simon Pilgrim[X86][SSE] Add LowerVectorAllZero helper for checking...
2020-06-15 Stefan Pintilie[PowerPC] Do not add the relocation addend to the instr...
2020-06-15 Florian Hahn[DSE,MSSA] Add additional merging test cases (NFC).
2020-06-15 Dmitry Polukhin[clang-tidy] Add diagnostics level to YAML output
2020-06-15 Dominik Montada[NFC] Remove unnecessary require global-isel from tests
2020-06-15 Dominik Montada[NFC] Add braces to if-statement in MachineVerifier
2020-06-15 Simon Pilgrim[X86][SSE] LowerVectorAllZeroTest - add support for...
2020-06-15 Hans WennborgRevert "[X86] Separate imm from relocImm handling."
2020-06-15 Simon Pilgrim[X86][SSE] LowerVectorAllZeroTest - remove unnecessary...
2020-06-15 Yvan Roux[ARM][MachineOutliner] Fix no-lr-save testcase.
2020-06-15 Kevin P. Neal[strictfp] Replace dangling strictfp attrs with nobuiltin
2020-06-15 Jeff Mott[clang] Fix or emit diagnostic for checked arithmetic...
2020-06-15 Marcel Koester[mlir] Fixed GCC compile issues and linking problems...
2020-06-15 Balázs Kéri[Analyzer][StreamChecker] Add check for pointer escape.
2020-06-15 Yvan Roux[ARM][MachineOutliner] Add LR RegSave mode.
2020-06-15 Daniel Kiss[AArch64] Fix BTI instruction emission.
2020-06-15 Jacques Pienaar[mlir] Remove OperandAdaptor
2020-06-15 Matt ArsenaultAMDGPU/GlobalISel: Workaround some load/store type...
next