platform/upstream/llvm.git
2020-08-05 Arthur Eubanks[Driver] Accept -fno-lto in clang-cl
2020-08-05 Matt ArsenaultAMDGPU: Eliminate BUFFER_ATOMIC_PK_ADD_F16 node
2020-08-05 Kadir Cetinkaya[clangd][NFC] Delete dead code in ExtractFunction code...
2020-08-05 Matt MorehouseRevert "Add libFuzzer shared object build output"
2020-08-05 Kadir Cetinkaya[clangd] Disable define out-of-line code action on...
2020-08-05 Lei Zhang[mlir][StandardToSPIRV] Use spv.UMod for index re-calcu...
2020-08-05 Roman Lebedev[InstCombine] Negator: -(cond ? x : -x) --> cond...
2020-08-05 Roman Lebedev[NFC][InstCombine] Add tests for negation of old-style...
2020-08-05 Matt ArsenaultAMDGPU: Refactor buffer atomic intrinsic lowering
2020-08-05 Lei Zhang[spirv] Fix bitwidth emulation for Workgroup storage...
2020-08-05 Matt ArsenaultAMDGPU: Remove leftover test
2020-08-05 Matt ArsenaultAMDGPU: Fix verifier error with undef source producing...
2020-08-05 Sanjay Patel[InstSimplify] fold icmp with mul nsw and constant...
2020-08-05 Jordan Rupprecht[lldb/test] Use realpath consistently for test root...
2020-08-05 Sanjay Patel[InstSimplify] fold icmp with mul nuw and constant...
2020-08-05 Sanjay Patel[InstSimplify] add vector tests for icmp with mul nuw...
2020-08-05 Mitchell Balan[clang-format] fix BreakBeforeBraces.MultiLine with...
2020-08-05 Valentin Clement[flang][NFC] Unify OpenMP and OpenACC structure checker
2020-08-05 Alexander Belyaev[mlir][nfc] Rename `promoteMemRefDescriptors` to `promo...
2020-08-05 Matt Morehouse[libFuzzer] Do not link pthreads on Android.
2020-08-05 Vincent Zhao[MLIR][LinAlg] Use AnyTypeOf for LinalgOperand for...
2020-08-05 Paul C. AnagnostopoulosRemove Olesen from LLVM code owners
2020-08-05 Haojian Wu[clangd] Hide "swap if branch" tweak
2020-08-05 Erich KeaneFix _ExtInt(1) to be a i1 in memory.
2020-08-05 Alexey Bataev[LIBOMPTARGET]Fix order of mapper data for targetDataEn...
2020-08-05 Evgenii Stepanov[msan] Remove readnone and friends from call sites.
2020-08-05 Simon Pilgrim[X86][SSE] Fold 128-bit PACK(EXTEND(X),EXTEND(Y)) ...
2020-08-05 Jordan RupprechtRevert "[LoopVectorizer] Inloop vector reductions"
2020-08-05 Mircea Trofin[TFUtils] Expose untyped accessor to evaluation result...
2020-08-05 Jordan Rupprecht[lldb/test] Replace LLDB_TEST_SRC env variable with...
2020-08-05 Julian Lettner[ASan][Darwin] Adapt test for macOS 11+ version scheme
2020-08-05 David Green[LoopVectorizer] Inloop vector reductions
2020-08-05 Roman Lebedev[NFC][InstCombine] Negator: include all the needed...
2020-08-05 Jonas Devlieghere[lldb] Add an option to inherit TCC permissions from...
2020-08-05 Jonas Devlieghere[lldb] Make SBTarget::LaunchSimple start form the targe...
2020-08-05 Ted WoodwardRemove special Hexagon packet traversal code
2020-08-05 Roman Lebedev[InstCombine] Negator: 0 - (X + Y) --> (-X) - Y ...
2020-08-05 Roman Lebedev[NFC][InstCombine] Tests for negation of `add` w/ singl...
2020-08-05 Sanjay Patel[InstSimplify] add tests for icmp with 'mul nuw' operan...
2020-08-05 Uday Bondhugula[MLIR][NFC] Fix clang-tidy warnings in std to llvm...
2020-08-05 Alexander Belyaev[mlir] Fix rank bitwidth in UnrankedMemRefType conversion.
2020-08-05 Fangrui Song[ELF] Allow sections after a non-SHF_ALLOC section...
2020-08-05 Fangrui Song[ELF] --icf: don't fold text sections with LSDA
2020-08-05 Fangrui Song[ELF] --oformat=binary: use LMA to compute file offsets
2020-08-05 Matt MorehouseAdd libFuzzer shared object build output
2020-08-05 Lang Hames[JITLink][AArch64] Handle addends on PAGE21 / PAGEOFF12...
2020-08-05 Lang Hames[JITLink][AArch64] Improve debug output for addend...
2020-08-05 Saleem AbdulrasoolMachO: support `-syslibroot`
2020-08-05 Sanjay Patel[InstSimplify] reduce code duplication in simplifyICmpW...
2020-08-05 Kadir Cetinkaya[clangd] Fix a crash in DefineInline
2020-08-05 Hans WennborgBump forgotten version nbr in llvm/docs/conf.py
2020-08-05 Chris Gyurgyik[libc] [obvious] Add ctype functions to linux api.
2020-08-05 cgyurgyik[libc] Add isspace, isprint, isxdigit implementations.
2020-08-05 Simon Pilgrim[X86] isHorizontalBinOp - only update LHS/RHS reference...
2020-08-05 Simon Pilgrim[X86][AVX] Fold CONCAT(HOP(X,Y),HOP(Z,W)) -> HOP(CONCAT...
2020-08-05 Georgii Rymar[llvm-readobj] - Make decode_relrs() don't return Expec...
2020-08-05 Joel E. Denny[OpenMP] Fix `omp target update` for array extension
2020-08-05 Joel E. Denny[OpenMP][Docs] Mark `present` map type modifier as...
2020-08-05 Joel E. Denny[OpenMP][Docs] Add map clause reordering status as...
2020-08-05 Joel E. Denny[OpenMP] Fix `present` for exit from `omp target data`
2020-08-05 Denis Antrushin[Statepoints] Operand folding in presense of tied regis...
2020-08-05 Bruno Ricci[clang] Add -fno-delayed-template-parsing to the added...
2020-08-05 Alex Zinenko[mlir] Initial version of C APIs
2020-08-05 Roman LebedevRecommit "[InstCombine] Negator: -(X << C) --> X...
2020-08-05 Nico Weber[gn build] (manually) merge 3ab01550b
2020-08-05 Bruno Ricci[clang][NFC] DeclPrinter: use NamedDecl::getDeclName...
2020-08-05 Bruno Ricci[clang][NFCI] Get rid of ConstantMatrixTypeBitfields...
2020-08-05 Bruno Ricci[clang][nearly-NFC] Remove some superfluous uses of...
2020-08-05 Bruno Ricci[clang][NFC] Document NamedDecl::printName
2020-08-05 Bruno Ricci[clang][NFC] Remove an old workaround for MSVC 2013
2020-08-05 Bruno Ricci[clang][NFC] Add a test showcasing an unnamed template...
2020-08-05 Bruno Ricci[clang][NFC] Remove spurious +x flag on DeclTemplate...
2020-08-05 Alex Zinenko[mlir] Remove LLVMTypeTestDialect
2020-08-05 Yaxun (Sam... [CUDA][HIP] Support accessing static device variable...
2020-08-05 Sam Parker[ARM][CostModel] Implement getCFInstrCost
2020-08-05 Simon PilgrimDWARFVerifier.h - remove unnecessary forward declaratio...
2020-08-05 Alex Zinenko[mlir] Fix convert-to-llvmir.mlir test broken due to...
2020-08-05 Xing GUO[obj2yaml] Add support for dumping the .debug_aranges...
2020-08-05 Alex CameronSupport member expressions in bugprone-bool-pointer...
2020-08-05 Simon PilgrimGISelWorkList.h - remove unnecessary includes. NFCI.
2020-08-05 Simon PilgrimCallLowering.h - remove unnecessary CCState forward...
2020-08-05 Simon Pilgrim[X86][AVX] Add test showing unnecessary duplicate HADD...
2020-08-05 Hans WennborgRevert "[CMake] Simplify CMake handling for zlib"
2020-08-05 Paul Walker[SVE] Add lowering for fixed length vector and, or...
2020-08-05 Simon Pilgrim[DAG] Fold vector (aext (load x)) -> (zext (truncate...
2020-08-05 Luboš Luňák[lldb] expect TestGuiBasicDebug.py failure on aarch64
2020-08-05 Arpith C. Jacob[mlir] Conversion of ViewOp with memory space to LLVM.
2020-08-05 Alexander Belyaev[mlir] Lower RankOp to LLVM for unranked memrefs.
2020-08-05 Georgii Rymar[llvm-readobj/elf] - Add a testing for --stackmap and...
2020-08-05 Benjamin Kramer[llvm-symbolizer] Add legacy aliases -demangle=true...
2020-08-05 Jordan Rupprecht[docs] Document pattern of using CHECK-SAME to skip...
2020-08-05 Luboš LuňákRevert "[lldb] temporary commit to see why a test is...
2020-08-05 Luboš Luňák[lldb] temporary commit to see why a test is failing...
2020-08-05 Frederik Gossen[MLIR][Shape] Expose extent tensor type builder
2020-08-05 Pierre Gousseau[compiler-rt] Normalize some in/out doxygen parameter...
2020-08-05 Tatyana Krasnukha[lldb] Suppress MSVC warning C4065
2020-08-05 Tatyana Krasnukha[lldb] Use PyUnicode_GetLength instead of PyUnicode_GetSize
2020-08-05 Tatyana Krasnukha[lldb/TestingSupport] Manually disable GTEST_HAS_TR1_TUPLE
2020-08-05 David TurnerDo not map read-only data memory sections with EXECUTE...
2020-08-05 Sander de Smalen[AArch64][SVE] Disable tail calls if callee does not...
next