platform/upstream/llvm.git
2020-11-08 Paul C. Anagnostopoulos[IR] [TableGen] Cleanup pass over the IR TableGen files.
2020-11-08 Roman Lebedev[NFC][LoopIdiom] Add basic test coverage for 'left...
2020-11-08 Nathan James[clang-tidy] Fix build for gcc5.3 after d725f1ce
2020-11-08 Hubert Tong[NFC][tests] Replace use of GNUisms in usage of diff
2020-11-08 Sanjay Patel[InstSimplify] allow vector folds for (Pow2C << X)...
2020-11-08 Sanjay Patel[InstSimplify] add tests for icmp with power-of-2 opera...
2020-11-08 Simon Pilgrim[SLPVectorizer][X86] Remove unused check-prefixes
2020-11-08 Simon Pilgrim[GVN] Remove unused check-prefixes
2020-11-08 Simon Pilgrim[InstCombine] Fix malformed CHECK32/64 test checks.
2020-11-08 Simon Pilgrim[InstCombine] Remove unused check-prefixes
2020-11-08 Simon Pilgrim[PhaseOrdering] Remove unused check-prefixes
2020-11-08 Simon Pilgrim[PhaseOrdering][X86] Remove unused check-prefixes
2020-11-08 Simon Pilgrim[DSE] Don't dereference a dyn_cast<> result - use cast...
2020-11-08 Simon PilgrimDon't dereference a dyn_cast<> result - use cast<>...
2020-11-08 Simon Pilgrim[InstCombine] foldSelectFunnelShift - block poison...
2020-11-08 Simon Pilgrim[KnownBits] isNonZero() - avoid expensive countPopulati...
2020-11-08 Florian Hahn[LoopInterchange] Skip non SCEV-able operands in cost...
2020-11-08 Pedro Tammela[Reg2Mem] add support for the new pass manager
2020-11-08 Arthur EubanksRevert "[NewPM] Provide method to run all pipeline...
2020-11-08 Craig Topper[X86] Improve lowering of fptoui
2020-11-08 Craig Topper[RISCV] Remove assertsexti32 from a couple B extension...
2020-11-08 Alexander Shaposhnikov[llvm-objcopy][MachO] Minor refactoring of MachOLayoutB...
2020-11-08 Fangrui Song[ELF] --warn-backrefs-exclude: use toString to match...
2020-11-08 Fangrui Song[ELF] Test R_*_SIZE for non-SHF_ALLOC sections
2020-11-08 Kazu Hirata[Mem2Reg] Use llvm::count instead of std::count (NFC)
2020-11-08 Kazu Hirata[JumpThreading] Fix function names (NFC)
2020-11-08 Stella LaurenzoRemove TOSA test passes from non test registration.
2020-11-08 Cornelius Aschermann[llvm-objcopy][MachO] Fix adding multiple sections
2020-11-08 Carl Ritson[AMDGPU] SIWholeQuadMode fix mode insertion when SCC...
2020-11-08 Mehdi AminiInclude the generated documentation for list of ops...
2020-11-07 Stephen KellyFix dumping of explicit template specializations
2020-11-07 Craig Topper[RISCV] Add test cases showing missed opportunities...
2020-11-07 Renato Golin[docs] Adding a Support Policy
2020-11-07 Craig Topper[RISCV] Use (not X) in instead of (xor X, -1) in isel...
2020-11-07 LLVM GN Syncbot[gn build] Port d725f1ce531
2020-11-07 Nathan James[clang-tidy] Use vfs::FileSystem when getting config
2020-11-07 Mehdi AminiAdd missing dependency to TOSA library: fix build with...
2020-11-07 Mehdi AminiRefactor TOSA Dialect CMake to use add_mlir_dialect...
2020-11-07 Jonas Devlieghere[DWARFLinker] Convert analyzeContextInfo to a work...
2020-11-07 Michał Górny[lldb] [test] Use skipUnlessDarwin for tests specific...
2020-11-07 Michał Górny[lldb] [test] Un-skip one of TestRaise signals on fbsd
2020-11-07 Stella LaurenzoNFC: (re-apply) Fix some post-review nits for the Tosa...
2020-11-07 Nikita Popov[BasicAA] Unify struct/other offset (NFC)
2020-11-07 Stella LaurenzoRevert "NFC: Fix some post-review nits for the Tosa...
2020-11-07 Nikita Popov[BasicAA] Use smul_ov helper (NFCI)
2020-11-07 Stella Laurenzo[mlir][Python] Adapt to include property change in...
2020-11-07 Stella LaurenzoNFC: Fix some post-review nits for the Tosa dialect.
2020-11-07 Suraj SudhirTOSA MLIR Dialect
2020-11-07 Melanie Blower[clang] Fix length threshold for MicrosoftMangle md5...
2020-11-07 Melanie Blower[clang] Improve Microsoft mangling lit test with dblaik...
2020-11-07 Nikita Popov[CaptureTracking] Add statistics (NFC)
2020-11-07 Nikita Popov[CaptureTracking] Early abort on too many uses (NFCI)
2020-11-07 Nikita Popov[CaptureTrackingTest] Add missing override marker ...
2020-11-07 Nikita Popov[CaptureTracking] Correctly handle multiple uses in...
2020-11-07 George Mitenkov[MLIR][SPIRVToLLVM] Added module name conversion
2020-11-07 Nikita Popov[CaptureTracking] Avoid duplicate shouldExplode() check...
2020-11-07 Jonas Devlieghere[DWARFLinker] Use union to reduce sizeof(WorklistItem...
2020-11-07 Kazu Hirata[BranchProbabilityInfo] Simplify getEdgeProbability...
2020-11-07 Fangrui Song[test] Fix Other/new-pass-manager.ll with has different...
2020-11-07 Fangrui Song[test] Fix Other/new-pass-manager.ll & clang/test/Misc...
2020-11-07 Atmn PatelRevert "[LoopDeletion] Allows deletion of possibly...
2020-11-07 Atmn PatelRevert "[CodeGen] Fixes sanitizer test"
2020-11-07 Fangrui SongAsmPrinter/Dwarf*: Use llvm::Register instead of unsigned
2020-11-07 Atmn Patel[CodeGen] Fixes sanitizer test
2020-11-07 Fangrui Song[OpenMP] Fix -Wmisleading-indentation after D84192
2020-11-07 Fangrui Song[AsmPrinter] Rename ByteStreamer::EmitInt8 to emitInt8
2020-11-07 Atmn Patel[LoopDeletion] Fixes failing test
2020-11-07 Jonas Devlieghere[DWARFLinker] Add CompileUnit::getInfo helper that...
2020-11-07 Atmn Patel[LoopDeletion] Allows deletion of possibly infinite...
2020-11-07 cchen[OpenMP5.0] map item can be non-contiguous for target...
2020-11-07 cchen[libomptarget] Add support for target update non-contiguous
2020-11-07 Mehdi AminiDon't link any LLVM/MLIR library to the C API unit...
2020-11-07 Atmn Patel[Inliner] Handle `mustprogress` functions
2020-11-07 Fangrui Song[test] -mtriple=x86_64-* -> -mtriple=x86_64
2020-11-07 Stella Laurenzo[mlir][Python] Fix cmake typo keeping the extension...
2020-11-07 Siva Chandra... [libc] Extend WrapperGen to emit aliases.
2020-11-06 Zequan Wu[llvm-cov] Fix missing slash in -path-equivalence
2020-11-06 Elvina Yakubova[AArch64] Add driver tests for HiSilicon's TSV110
2020-11-06 Sean Silva[mlir][Linalg] Canonicalize duplicate args.
2020-11-06 Louis DionneRevert "Allow running back-deployment testing against...
2020-11-06 Elvina Yakubova[AArch64] Add pipeline model for HiSilicon's TSV110
2020-11-06 Kazu Hirata[TableGen] Use llvm::is_contained (NFC)
2020-11-06 Eric Astor[ms] [llvm-ml] Allow arbitrary strings as integer constants
2020-11-06 Atmn Patel[LoopDeletion] Remove dead loops with no exit blocks
2020-11-06 Alexander Shaposhnikov[llvm-objcopy][MachO] Skip sections with zero offset
2020-11-06 Jonas Devlieghere[debuginfo-tests] Skip optnone-loops.cpp on Darwin
2020-11-06 Stephen KellyAdd new matchers for dependent names in templates
2020-11-06 Mehdi AminiFix gcc warning by removing extra `;` after a macro...
2020-11-06 Rahman Lavaee[obj2yaml] [yaml2obj] Add yaml support for SHT_LLVM_BB_...
2020-11-06 Nathan James[clangd] Set the User option for clang-tidy to mimick...
2020-11-06 Valentin ChuravyFix unwind info relocation with large code model on...
2020-11-06 Siva Chandra... [libc][WrapperGen] Replace the C _Noreturn annotation...
2020-11-06 Valentin Churavy[RTDYLD] support absolute relocations where needed
2020-11-06 Kazu Hirata[BranchProbabilityInfo] Use succ_size (NFC)
2020-11-06 Craig Topper[RISCV] Add test case to show incorrect matching to...
2020-11-06 Quentin ColombetPrevent LICM and machineLICM from hoisting convergent...
2020-11-06 Richard Howell[lldb] add a missing dependency on intrinsics_gen
2020-11-06 Alex Zinenko[mlir] Use PyValue instead of PyOpResult in Python...
2020-11-06 Alex ZinenkoRevert "[mlir][CAPI] Proposal: Always building a libMLI...
2020-11-06 Nawrin Sultana[OpenMP] Fix potential division by 0
next