OSDN Git Service

android-x86/external-llvm.git
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
2017-10-13 Keith WyssRemoving default case statement from covered switch.
2017-10-12 Adam NemetAdd DK_Remark to SMDiagnostic
2017-10-12 Craig Topper[SelectionDAG] Const-correct the DemandedMask argument...
2017-10-12 Eugene Zelenko[Transforms] Fix some Clang-tidy modernize and Include...
2017-10-12 Matthias BraunRevert "TargetMachine: Merge TargetMachine and LLVMTarg...
2017-10-12 Adrian PrantlDeprecate DwarfUnit::addBlockByrefAddress().
2017-10-12 Keith Wyss[XRay][tools] Updated stacks tool with flamegraph output.
2017-10-12 Anna Thomas[CVP] Process binary operations even when def is local
2017-10-12 Matthias BraunTargetMachine: Merge TargetMachine and LLVMTargetMachine
2017-10-12 Matt Morehouse[cmake] Allow building fuzzers with OSS-Fuzz flags.
2017-10-12 Craig Topper[SelectionDAG] Simplify the ISD::SIGN_EXTEND/ZERO_EXTEN...
2017-10-12 Zachary Turner[lit] Raise the logic for enabling clang & lld substitu...
2017-10-12 Artur Pilipenko[LoopPredication] Check whether the loop is already...
2017-10-12 Eli Friedman[DWARF] Fix bad comparator in sortGlobalExprs.
2017-10-12 Bruno Cardoso... Revert "Reintroduce "[SCCP] Propagate integer range...
2017-10-12 Artur Pilipenko[LoopPredication] Support ule, sle latch predicates
2017-10-12 Craig Topper[X86] Add CLWB intrinsic. llvm part
2017-10-12 Wei DingImplement custom lowering for ISD::CTTZ_ZERO_UNDEF...
2017-10-12 Konstantin... AMDGPU/NFC: Move AMDGPU specific note types to ELF.h
2017-10-12 Craig Topper[X86] Add a bunch of -mcpu strings to the cpus.ll test.
2017-10-12 Artem Belevich[NVPTX] Implemented wmma intrinsics and instructions.
next