platform/upstream/llvm.git
2020-08-16 Sanjay Patel[InstCombine] fold copysign with fabs/fneg operand
2020-08-16 Sanjay Patel[InstCombine] reduce code duplication; NFC
2020-08-16 Sanjay Patel[InstCombine] add tests for copysign; NFC
2020-08-16 Sanjay Patel[PhaseOrdering] add test for memcpy removal (PR47114...
2020-08-16 Vitaly Buka[StackSafety] Change how callee searched in index
2020-08-16 Simon Pilgrim[X86][SSE] Replace combineShuffleWithHorizOp with canon...
2020-08-16 Brad SmithCreate strict aligned code for OpenBSD/arm64.
2020-08-16 Simon Pilgrim[X86] isRepeatedTargetShuffleMask - don't require speci...
2020-08-16 Shoaib Meenai[llvm-libtool-darwin] Fix test on all host architectures
2020-08-16 Fady Ghanim[OpenMP][OMPBuilder] Adding support for `omp single`
2020-08-16 Shoaib Meenai[llvm-libtool-darwin] Speculative buildbot fix
2020-08-16 LLVM GN Syncbot[gn build] Port 577e58bcc75
2020-08-16 Wenlei He[InlineAdvisor] New inliner advisor to replay inlining...
2020-08-16 Fangrui Song[ARC] Fix CodeGen/ARC/brcc.ll
2020-08-15 Jon Chesterfield[libomptarget] Implement host plugin for amdgpu
2020-08-15 Lang Hames[JITLink][MachO] Use correct symbol scope when N_PEXT...
2020-08-15 Mehdi AminiSlightly relax the regex on lld version in test (NFC)
2020-08-15 Amara Emerson[GlobalISel] Enable copy-propagation in post-legalizer...
2020-08-15 Mehdi AminiRefactor mlir-opt setup in a new helper function (NFC)
2020-08-15 Shoaib Meenai[llvm-libtool-darwin] Use Optional operator overloads...
2020-08-15 LLVM GN Syncbot[gn build] Port 79298a50670
2020-08-15 Matt ArsenaultGlobalISel: Remove unnecessary llvm::
2020-08-15 Matt ArsenaultAMDGPU: Remove register class params from flat memory...
2020-08-15 Matt ArsenaultAMDGPU: Fix global atomic saddr operand class
2020-08-15 Matt ArsenaultAMDGPU: Remove slc from flat offset complex patterns
2020-08-15 Matt ArsenaultAMDGPU: Fix matching wrong offsets for global atomic...
2020-08-15 Matt ArsenaultAMDGPU: Remove redundant FLAT complex patterns
2020-08-15 Matt ArsenaultAMDGPU: Correct definitions for global saddr instructions
2020-08-15 Matt ArsenaultAMDGPU: Remove SIFixupVectorISel pass
2020-08-15 Aditya Kumar[NFC] Fix typo and variable names
2020-08-15 Luofan Chen[Attributor][NFC] Format code
2020-08-15 Luofan Chen[Attributor][NFC] Use indexes instead of iterator
2020-08-15 Bernhard Manfred... Add support for C++20 concepts and decltype to moderniz...
2020-08-15 Cyndy Ishida[TextAPI] update DriverKit string value
2020-08-15 Xing GUO[MachOYAML] Move EmitFunc to an inner scope. NFC.
2020-08-15 Luofan Chen[Attributor] Use internalized version of non-exact...
2020-08-15 Xing GUO[DWARFYAML] Simplify isEmpty(). NFC.
2020-08-15 Dimitry AndricOn FreeBSD, add -pthread to ASan dynamic compile flags...
2020-08-15 Dávid BolvanskýReland "[SLC] sprintf(dst, "%s", str) -> strcpy(dst...
2020-08-15 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-15 Mehdi AminiSeparate the Registration from Loading dialects in...
2020-08-15 Mehdi AminiRevert "Separate the Registration from Loading dialects...
2020-08-15 Martin StorsjöRevert "[SLC] sprintf(dst, "%s", str) -> strcpy(dst...
2020-08-15 Raphael Isemann[lldb] Remove XFAIL from now passing TestPtrRefs/TestPt...
2020-08-15 Philip Reames[Tests] Be consistent w/definition of statepoint-example
2020-08-15 Philip Reames[Statepoint] Remove code related to inline operand...
2020-08-15 Philip ReamesRemove inline gc arguments from statepoints
2020-08-15 Stanislav Mekhanoshin[AMDGPU] Fix MAI ld/st hazard handling
2020-08-14 Dávid Bolvanský[SLC] Transform strncpy(dst, "text", C) to memcpy(dst...
2020-08-14 Gui Andrade[MSAN] Avoid dangling ActualFnStart when replacing...
2020-08-14 Cameron McInally[SVE] Lower fixed length vXi32/vXi64 SDIV to scalable...
2020-08-14 Christopher... [SVE] Remove calls to VectorType::getNumElements from...
2020-08-14 Michael Park[libcxx/variant] Avoided variable name shadowing.
2020-08-14 Philip ReamesRemove deopt and gc transition arguments from gc.statep...
2020-08-14 Arthur Eubanks[test][LoopUnroll] Cleanup FullUnroll.ll
2020-08-14 Arthur Eubanks[NewPM][optnone] Mark various passes as required
2020-08-14 Fangrui SongFix TargetSubtargetInfo derivatives after D85165
2020-08-14 Fangrui Song[ELF] Re-initialize InputFile::isInGroup so that elf...
2020-08-14 Craig Topper[X86][MC][Target] Initial backend support a tune CPU...
2020-08-14 Davide Italiano[TestPtrRefsObjC] Prefer `command script import`.
2020-08-14 Davide Italiano[TestPtrRefs] Prefer `command script import`.
2020-08-14 Jordan RupprechtTemporarily revert "[SCEVExpander] Add helper to clean...
2020-08-14 Dávid Bolvanský[SLC] sprintf(dst, "%s", str) -> strcpy(dst, str)
2020-08-14 Nicolas Guillemot[TableGen] Allow mnemonics with uppercase letters to...
2020-08-14 Gui Andrade[MSAN] Convert ActualFnStart to be a particular Instruc...
2020-08-14 Matt Morehouse[docs] Add missing semicolon to example.
2020-08-14 Gui Andrade[MSAN] Reintroduce libatomic load/store instrumentation
2020-08-14 Xiangling Liao[AIX] Generate unique module id based on Pid and timestamp
2020-08-14 Sanjay Patel[x86] add tests for store merging (PR46662); NFC
2020-08-14 Artem BelevichSplit Preprocessor/init.c test
2020-08-14 Michael Park[libcxx/variant] Introduce `switch`-based mechanism...
2020-08-14 Vitaly Buka[StackSafety] Use ValueInfo in ParamAccess::Call
2020-08-14 cgyurgyik[libc] Add restrict qualifiers to string library; give...
2020-08-14 Greg McGary[lld-macho] Emit load command LC_BUILD_VERSION
2020-08-14 Greg McGary[MachO] Add skeletal support for DriverKit platform
2020-08-14 Marius BrehlerTest commit
2020-08-14 Mauricio SifontesFix warning caused by ReductionTreePass class
2020-08-14 Sameer Arora[llvm-libtool-darwin] Add support for -l and -L
2020-08-14 Matt Morehouse[DFSan] Don't unmap during dfsan_flush().
2020-08-14 Stephen Neuendorffer[examples][cmake] build fix for examples with BUILD_SHA...
2020-08-14 Stephen Neuendorffer[mlir] build fix for gcc-5
2020-08-14 Marius Brehler[mlir] Make mlir_check_link_libraries() work with inter...
2020-08-14 Sameer Arora[llvm-libtool-darwin] Support universal outputs
2020-08-14 zacharyselk[clang-tools-extra] Added missing comma
2020-08-14 Haowei WuRemove unnecessary HEADER_DIRS in lib/InterfaceStub...
2020-08-14 Matt ArsenaultTableGen/GlobalISel: Partially handle immAllOnesV/immAl...
2020-08-14 Simon Pilgrim[X86][SSE] Fold HOP(SHUFFLE(X),SHUFFLE(Y)) --> SHUFFLE...
2020-08-14 Matt ArsenaultAMDGPU/GlobalISel: Match andn2/orn2 for more types
2020-08-14 Jim InghamAdd python enumerators for SBTypeEnumMemberList, and...
2020-08-14 Mehdi AminiMinor build fix (pointer must be dereferenced with...
2020-08-14 Julian Lettner[TSan][libdispatch] Add interceptors for dispatch_async...
2020-08-14 Mehdi AminiRemove dependency from lib/CAPI/IR/IR.cpp on registerAl...
2020-08-14 Stefan Gränitz[ORC] Build LLJITWithChildProcess example only on UNIX...
2020-08-14 Jonas Devlieghere[lldb] Remove Python 2 fallback and only support Python 3
2020-08-14 Jordan Rupprecht[NFC] Silence variables unused in release builds
2020-08-14 Jonas Devlieghere[lldb] Use file to synchronize TestDeepBundle and TestB...
2020-08-14 Denis Antrushin[Statepoints] FixupStatepoint: properly set isKill...
2020-08-14 Matt MorehouseRevert "[NFC][StackSafety] Move out sort from the loop"
2020-08-14 Ben Shi[ARM][test] Add more tests of two-part immediates
2020-08-14 Matt Morehouse[DFSan] Fix parameters to strtoull wrapper.
next