platform/upstream/llvm.git
2019-06-03 Dmitri GribenkoInclude what you use in NVPTX.h
2019-06-03 Andrey ChurbanovFixed build warning with -DLIBOMP_USE_HWLOC=1
2019-06-03 Dmitry Preobrazhensky[AMDGPU][MC] Added support of SCC, VCCZ and EXECZ operands
2019-06-03 David ZarzyckiUnbreak non-PIC builds after r362390 / D62720
2019-06-03 Andrew Savonichev[OpenCL] Undefine cl_intel_planar_yuv extension
2019-06-03 Simon Pilgrim[SelectionDAG] Add [us]itofp(undef) --> 0 constant...
2019-06-03 Simon Pilgrim[SystemZ] Remove sitofp(undef) from reduced test case.
2019-06-03 Dmitri GribenkoInclude what you use in LanaiInstPrinter.cpp
2019-06-03 Dmitri GribenkoInclude what you use in LanaiMCCodeEmitter.cpp
2019-06-03 Alexandre GaneaRe-land [LLD][COFF] Early load PDB type server files
2019-06-03 Dmitri GribenkoInclude what you use in LanaiDisassembler.cpp
2019-06-03 Andrew Savonichev[OpenCL] Use long instead of long long in x86 builtins
2019-06-03 Nicolai HaehnleAMDGPU/GFX10: V_CMPX_xxx instructions still have an...
2019-06-03 Dmitri GribenkoInclude what you use in HexagonInstPrinter.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonAsmPrinter.h
2019-06-03 Dmitri GribenkoInclude what you use in HexagonMCInstrInfo.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonMCCodeEmitter.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonMCCompound.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonShuffler.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonMCChecker.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonMCTargetDesc.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonMCShuffler.cpp
2019-06-03 Simon Tatham[ARM] Fix recent breakage of -mfpu=none.
2019-06-03 Mikael HolmenFix compilation warning about unused variable [NFC]
2019-06-03 Cullen Rhodes[AArch64][SVE2] Add CPU and arch directive tests
2019-06-03 George Rimar[llvm-readobj] - Convert gnu-sections.test to use YAML.
2019-06-03 Dmitri GribenkoInclude what you use in HexagonELFObjectWriter.cpp
2019-06-03 Simon PilgrimRevert rL362358 : PR42104: Support instantiations of...
2019-06-03 George Rimar[llvm-readobj/llvm-readelf] - Remove gnu-relocations...
2019-06-03 Nikola Prica[LiveDebugValues] Close range for previous variable...
2019-06-03 Dmitri GribenkoInclude what you use in HexagonAsmBackend.cpp
2019-06-03 Sven van Haastregt[OpenCL] Declare builtin functions using TableGen
2019-06-03 Dmitri GribenkoInclude what you use in HexagonAsmParser.cpp
2019-06-03 Dmitri GribenkoInclude what you use in HexagonShuffler.h
2019-06-03 Dmitri GribenkoInclude what you use in BPFMCTargetDesc.cpp
2019-06-03 George Rimar[LLD][ELF] - Remove dead code. NFC.
2019-06-03 Diogo N. Sampaio[ARM][FIX] Ran out of registers due tail recursion
2019-06-03 Sam Parker[AArch64] Check for simple type in FPToUInt
2019-06-03 Roman Lebedev[NFC][X86] extract-{low,}bits.ll: one more pattern...
2019-06-03 Ilya Biryukov[CodeComplete] Add a bit more whitespace to completed...
2019-06-03 Mikhail DvorskiyA test commit from Mikhail Dvorskiy (blank line, to...
2019-06-03 Haojian Wu[clang-tidy] Fix make-unique check to work in C++17...
2019-06-03 Mikael Holmen[TableGen] Fix std::array initializer to avoid warnings...
2019-06-03 Fangrui Song[ELF][PPC64] Rename some PPC64 ELFv2 specific RelExpr...
2019-06-03 Richard SmithPR42104: Support instantiations of lambdas that implici...
2019-06-03 Fangrui Song[ELF][PPC64] Don't apply LD->LE relaxation on R_PPC64_G...
2019-06-03 Fangrui Song[ELF] Don't create an output section named `/DISCARD...
2019-06-03 Fangrui Song[ELF] Simplify the condition to create .interp
2019-06-03 Rui UeyamaAdd --sort-common to the man page.
2019-06-03 Nathan Ridge[clangd] Serialization support for RelationSlab
2019-06-03 Nathan Ridge[clangd] Add RelationSlab
2019-06-03 Jim Lin[AVR] Fix incorrect source regclass of LDWRdPtr
2019-06-03 Florian HahnRecommit r360171: [DAGCombiner] Avoid creating large...
2019-06-03 Tom Tan[COFF, ARM64] Fix CodeView API change for getRegisterNames
2019-06-03 Brian Gesiak[coroutines][PR41909] Don't build dependent coroutine...
2019-06-03 Artem DergachevRevert "[analyzer] exploded-graph-rewriter: An attempt...
2019-06-02 Nico Weberllvm-undname: Add coverage for some error paths
2019-06-02 Mike SpertusUpdate MSVC Visualizer to reflect new variadic PointerUnion
2019-06-02 Nico Weberllvm-undname; Add more test coverage for demangleFuncti...
2019-06-02 Artem Dergachev[analyzer] exploded-graph-rewriter: An attempt to fix...
2019-06-02 Craig Topper[DAGCombiner][X86] Fold away masked store and scatter...
2019-06-02 Craig Topper[X86] Add test cases for masked store and masked scatte...
2019-06-02 Artem Dergachev[analyzer] exploded-graph-rewriter: Initial commit.
2019-06-02 Alex Langford[Commands] Remove unused header
2019-06-02 Simon Pilgrim[CostModel][X86] Improve masked load/store AVX1/AVX2...
2019-06-02 Craig Topper[DAGCombiner] Replace masked loads with a zero mask...
2019-06-02 Richard SmithTransform lambda expression captures when transforming...
2019-06-02 Simon Pilgrim[TTI][X86] Cleanup getMaskedMemoryOpCost. NFCI.
2019-06-02 Don HintonFix bug in r362328 -- append to dependency list instead...
2019-06-02 Nico WeberRemove code path that's dead after r358835
2019-06-02 Nico WeberAdd demangling test coverage for unsigned short, unsign...
2019-06-02 Nico WeberAdd mangling test coverage for non-volatile const membe...
2019-06-02 Roman Lebedev[NFC][X86] extract-{low,}bits.ll: one more pattern...
2019-06-02 Nico WeberAdd test coverage for __pascal mangling
2019-06-02 Don Hinton[test] Fix plugin tests
2019-06-02 Simon Pilgrim[X86] isHorizontalBinOp - add extract_subvector(shuffle...
2019-06-02 Simon Pilgrim[X86] Add AVX2 'fast-variable-shuffle' PHADD tests...
2019-06-02 Roman Lebedev[NFC][X86] extract-lowbits.ll: add one more pattern...
2019-06-02 Simon Pilgrim[DAGCombine] Fold insert_subvector(bitcast(x),bitcast...
2019-06-02 Simon Pilgrim[DAG] isBitwiseNot / isConstOrConstSplat - add support...
2019-06-02 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - don't use Origi...
2019-06-02 Simon Pilgrim[TargetLowering] SimplifyDemandedVectorElts - use same...
2019-06-02 Nikita Popov[IndVarSimplify] Add tests for saturating math on IV...
2019-06-02 Roman Lebedev[NFC][X86] extract-lowbits.ll: add patterns with trunca...
2019-06-02 Alex Langford[Target] Adjust header in Thread
2019-06-02 Richard SmithFactor out commonality between variable capture initial...
2019-06-02 Richard SmithAdd script to update OpenMP -ast-dump test expectations...
2019-06-02 Craig Topper[DAGCombiner] Replace two unchecked dyn_casts with...
2019-06-02 Fangrui Song[ELF][MIPS] Delete dead !Sym->isDefined() check in...
2019-06-02 Petr Hosek[CMake] Use libtool for runtimes when building for...
2019-06-02 Craig Topper[X86] Fix several places that weren't passing what...
2019-06-02 Petr Hosek[libcxx] Use libtool when merging archives on Apple...
2019-06-02 Craig Topper[X86] Simplify the CHECK lines in vector-reduce-and...
2019-06-02 Craig Topper[X86] Add the SSE versions of PMULLW and PMULLD to...
2019-06-02 Craig Topper[X86] Simplify the CHECK lines in vector-reduce-and...
2019-06-02 Craig Topper[X86] Add avx512 command lines and test cases to machin...
2019-06-01 Alexandre GaneaSilence 'warning: extra ‘;’ [-Wpedantic]' with GCC 7.3
2019-06-01 Nikita Popov[SimplifyIndVar] Refactor overflow check elimination...
2019-06-01 Craig Topper[InlineCost] Don't add the soft float function call...
2019-06-01 Simon Pilgrim[AMDGPU] Regenerate SDIV tests for an upcoming patch
next