platform/upstream/llvm.git
2020-11-09 Michał GórnyRevert "[lldb] [Host/freebsd] Set Arg0 for 'platform...
2020-11-09 Georgii Rymar[lldb][test] - Update test cases after yaml2obj change.
2020-11-09 Simon Pilgrim[SimplifyCFG] Remove unused check-prefixes
2020-11-09 Simon Pilgrim[Scalarizer] Remove unused check-prefixes
2020-11-09 Michał Górny[llvm] [Support] Fix segv if argv0 is null in getMainEx...
2020-11-09 Michał Górny[lldb] [Host/freebsd] Set Arg0 for 'platform process...
2020-11-09 Michał Górny[lldb] [test] Extend watchpoint test to wait for thread...
2020-11-09 Michał Górny[lldb] [Process/FreeBSDRemote] Handle exec() from inferior
2020-11-09 Georgii Rymar[yaml2obj] - ProgramHeaders: introduce FirstSec/LastSec...
2020-11-09 Georgii RymarRecommit: [llvm-readelf/obj] - Allow dumping of ELF...
2020-11-09 Jan Kratochvil[lldb] Fix DW_AT_decl_file from DW_AT_specification...
2020-11-09 Tim Northover[MergeFunctions] fix function attribute comparison...
2020-11-09 QingShan Zhang[NFC][Test] Add tests for constant pool on PowerPC
2020-11-09 Georgii RymarRevert "[llvm-readelf/obj] - Allow dumping of ELF heade...
2020-11-09 Georgii Rymar[llvm-readelf/obj] - Allow dumping of ELF header even...
2020-11-09 Georgii Rymar[yaml2obj] - Implement BBAddrMapSection::getEntries...
2020-11-09 Sam McCall[clangd] Don't run clang-tidy AST traversal if there...
2020-11-09 Michael Liao[GlobalsAA] Teach to handle `addrspacecast`.
2020-11-09 António AfonsoFix debug_abbrev emitter to only assign table id once
2020-11-09 Stella Laurenzo[mlir][CAPI] Proposal: Always building a libMLIRPublicA...
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...
next