OSDN Git Service

android-x86/external-llvm.git
2017-10-14 Konstantin... llvm-readobj: Print AMDGPU note contents
2017-10-14 Simon PilgrimPull out repeated calls to VT.getVectorNumElements...
2017-10-14 Simon PilgrimCleanup update_llc_test_checks.py notes.
2017-10-14 Konstantin... AMDGPU: Cleanup elf-notes.ll test
2017-10-14 Simon PilgrimUse DAG::getBitcast() helper. NFCI.
2017-10-14 Konstantin... llvm-readobj: Print AMDGPU note type names
2017-10-14 Konstantin... AMDGPU: Improve note directive verification in assembler
2017-10-14 Konstantin... AMDGPU: Do not emit deprecated notes for code object v3
2017-10-14 Konstantin... AMDGPU: Add support for isa version note
2017-10-14 Simon Pilgrim[X86][SSE] Support combining AND(EXTRACT(SHUF(X)),...
2017-10-14 Craig Topper[X86] Add patterns for vzmovl+cvtpd2dq/cvttpd2dq with...
2017-10-14 Craig Topper[X86] Add AVX512 versions of VCVTPD2PS to load folding...
2017-10-14 Craig Topper[X86] Add patterns for vzmovl+cvtpd2ps with a load.
2017-10-14 Craig Topper[X86] Remove some patterns for bitcasted alignednonedte...
2017-10-14 Craig Topper[X86] Remove unnecessary bitconverts as the root of...
2017-10-14 Craig Topper[X86] Add additional patterns for folding loads with...
2017-10-14 Craig Topper[X86] Add AVX512 flavors of VCVTDQ2PD plus VCVTUDQ2PD...
2017-10-14 Craig Topper[X86] Remove TB_NO_REVERSE from VCVTDQ2PDYrr and VCVTPS...
2017-10-14 Craig Topper[X86] Add an additional isel pattern to CVTDQ2PDrm...
2017-10-14 Jordan RoseRevert "lit.py: Add new %{shared_output(LABEL)} substit...
2017-10-14 Jordan Roselit.py: Give up and disable the new shared-output.py...
2017-10-14 Yaxun LiuFix assembler for alloca of multiple elements in non...
2017-10-14 Jakub Kuderski[Dominators] Remove the NCA check
2017-10-14 Vedant Kumar[llvm-cov] Factor out logic to iterate over line covera...
2017-10-14 Daniel Sanders[globalisel][tablegen] Fix an unused variable warning...
2017-10-14 Daniel Sanders[globalisel][tablegen] Fix undefined references to...
2017-10-14 Jordan Roselit.py: Previous test fix was a red herring; backslashe...
2017-10-14 Quentin Colombet[AArch64][RegisterBankInfo] Use the statically computed...
2017-10-14 Daniel Sanders[globalisel][tablegen] Simplify named operand/operator...
2017-10-14 Jordan Roselit.py: Fix new test harder for systems that don't...
2017-10-13 Jordan Roselit.py: Fix new test for systems that don't use / as...
2017-10-13 Krzysztof ParzyszekRevert r315763: "[Hexagon] Rangify some loops, NFC"
2017-10-13 Craig Topper[X86] Use X86ISD::VBROADCAST in place of v2f64 X86ISD...
2017-10-13 Craig Topper[X86] Use fsub in the movddup scheduling tests to preve...
2017-10-13 Daniel Sanders[globalisel][tablegen] Fix a use-after free bug that...
2017-10-13 Krzysztof Parzyszek[Hexagon] Rangify some loops, NFC
2017-10-13 Sanjay Patel[InstCombine] use m_Neg() to reduce code; NFCI
2017-10-13 Daniel Sanders[globalisel][tablegen] Add support for fpimm and import...
2017-10-13 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-13 Quentin Colombet[RegisterBankInfo] Cache the getMinimalPhysRegClass...
2017-10-13 Quentin Colombet[Legalizer] Use SmallSetVector instead of SetVector.
2017-10-13 Quentin Colombet[LegalizerInfo] Don't evaluate end boundary every time...
2017-10-13 Quentin Colombet[Legalizer] Only allocate the SetVectors once per function.
2017-10-13 Matt ArsenaultAMDGPU: Implement hasBitPreservingFPLogic
2017-10-13 Peter CollingbourneLowerTypeTests: Give imported symbols a type with size...
2017-10-13 Sanjay Patel[Reassociate] auto-generate better checks; NFC
2017-10-13 Benjamin Kramer[Hexagon] Avoid unused variable warnings in release...
2017-10-13 Matt ArsenaultAMDGPU: Look for src mods before fp_extend
2017-10-13 Daniel Sanders[aarch64] Support APInt and APFloat in ImmLeaf subclass...
2017-10-13 Benjamin Kramer[SmallPtrSet] Add iterator epoch tracking.
2017-10-13 Sanjay Patel[InstCombine] move code to remove repeated constant...
2017-10-13 Matt ArsenaultAMDGPU: Implement isFPExtFoldable
2017-10-13 Sanjay Patel[InstCombine] recycle adds for better efficiency
2017-10-13 Matt ArsenaultDAG: Add opcode and source type to isFPExtFree
2017-10-13 Krzysztof Parzyszek[Hexagon] Minimize number of repeated constant extenders
2017-10-13 Daniel SandersRevert r315148 [TableGen] Avoid unnecessary std::string...
2017-10-13 Sanjay Patel[InstCombine] use local var to reduce code duplication...
2017-10-13 Sanjay Patel[LLVMCore] fix description for OverflowingBinaryOperato...
2017-10-13 Craig Topper[X86] Add initial skeleton support for knm cpu
2017-10-13 Matthew Simpson[IPSCCP] Move common functions to ValueLatticeUtils...
2017-10-13 Sanjay Patel[InstCombine] add hasOneUse check to add-zext-add fold...
2017-10-13 Sanjay Patel[InstCombine] add tests for add (zext (add nuw X, C2...
2017-10-13 Matt Morehouse[llvm-demangle-fuzzer] Add a fuzz target for ItaniumDem...
2017-10-13 Max Moroz[llvm-cov] Reland sources-specified.test with addition...
2017-10-13 Sanjoy Das[SCEV] Maintain and use a loop->loop invalidation depen...
2017-10-13 Simon Pilgrim[X86] Test scalar integer absolutes on 32-bit targets...
2017-10-13 Reid KlecknerNot all buildbots seem to dump the nuw flag in SDAG
2017-10-13 Sanjay Patel[InstCombine] use AddOne helper to reduce code; NFC
2017-10-13 Simon Pilgrim[X86] Updated scalar integer absolute tests to cover...
2017-10-13 Sanjay Patel[InstCombine] rearrange code to remove repeated constan...
2017-10-13 Sanjay Patel[InstCombine] allow zext(bool) + C --> select bool...
2017-10-13 Javed Absar[TableGen] : Simplify RegisterInfoEmitter
2017-10-13 Reid KlecknerUpdate test to expect nuw flag in SDAG dump, fixes...
2017-10-13 Jordan Roselit.py: Add new %{shared_output(LABEL)} substitution
2017-10-13 Craig Topper[X86] Fix some inconsistent formatting in the processor...
2017-10-13 Craig Topper[X86] Add ProcIntelBDW to BroadwellProc class not BDWFe...
2017-10-13 Daniel Neilson[RS4GC] Look through vector bitcasts when looking for...
2017-10-13 Max Moroz[llvm-cov] Temporary delete sources-specified.test...
2017-10-13 Krzysztof Parzyszek[Hexagon] Add patterns for cmpb/cmph with immediate...
2017-10-13 Max Moroz[llvm-cov] Fix sources-specified.test so it ignores...
2017-10-13 Matt ArsenaultDAG: Add flags to dumps
2017-10-13 Max Moroz[llvm-cov] An attempt to fix sources_specified.test...
2017-10-13 Craig Topper[X86] Stop creating CMOV nodes with a second MVT::Glue...
2017-10-13 Max Moroz[llvm-cov] Generate "report" for given source paths...
2017-10-13 Jonas DevlieghereRe-land "[dsymutil] Timestmap verification for __swift_ast"
2017-10-13 Anna Thomas[SCEV] Teach SCEV to find maxBECount when loop endbound...
2017-10-13 Sanjay Patel[InstCombine] add tests for boolean extend + add; NFC
2017-10-13 Daniel JasperRevert r314923: "Recommit : Use the basic cost if a...
2017-10-13 Sjoerd Meijer[FileCheck] regexp doc update/fix
2017-10-13 Marco CastelluccioDisable gcov instrumentation of functions using funclet...
2017-10-13 Justin Bognerdocs: Improve wording on building for fuzzing
2017-10-13 Craig Topper[X86] Remove patterns that select unmasked vbroadcastf2...
2017-10-13 Sanjoy Das[SCEV] Maintain loop use lists, and use them in forgetLoop
2017-10-13 Craig Topper[SelectionDAG] Cleanup the SIGN_EXTEND_INREG handling...
2017-10-13 Craig Topper[SelectionDAG] Fix typo in comment. NFC
2017-10-13 Justin Bognerdocs: Improve the docs about llvm-isel-fuzzer on OSS...
2017-10-13 Craig Topper[X86] Add the test case for r315613 that I forgot to...
2017-10-13 Craig Topper[SelectionDAG] Correct the early out in SelectionDAG...
2017-10-13 Matt Morehouse[llvm-isel-fuzzer] Use "--" as separator rather than...
2017-10-13 Justin Bognerllvm-isel-fuzzer: Use the right REQUIRES line for r315599
next