OSDN Git Service

android-x86/external-llvm.git
2017-01-15 Craig Topper[AVX-512] Replicate some broadcast patterns to VLX...
2017-01-15 Craig Topper[X86] Remove untested MOVDDUP patterns.
2017-01-15 Mehdi AminiAdd a LLVM_USE_LINKER that defines the linker to use...
2017-01-15 Eric FiselierGive comparator const call operator
2017-01-15 Rui UeyamaPDB: Add a class to create the /names stream contents.
2017-01-15 Chandler Carruth[PM] The assumption cache is fundamentally designed...
2017-01-14 Chandler Carruth[PM] Fix instcombine's analysis preservation in the...
2017-01-14 Sanjay Patel[InstCombine] clean up visitAshr(); NFCI
2017-01-14 Sanjay Patel[InstCombine] add test to show missed vector fold; NFC
2017-01-14 David MajnemerAdding const overloads of operator* and operator->...
2017-01-14 Davide Italiano[NewGVN] Fix a warning from GCC.
2017-01-14 Davide Italiano[NewGVN] clang-format this file after recent changes.
2017-01-14 Davide Italiano[NewGVN] Try to be consistent wit the style used in...
2017-01-14 Davide Italiano[TargetLowering] Simplfiy a bit. NFCI.
2017-01-14 Simon Pilgrim[CostModel][X86] Updated vXi64 ASHR costs on AVX512...
2017-01-14 Simon Pilgrim[X86][XOP] Added support for VPMADCSWD 'extend+hadd...
2017-01-14 Simon Pilgrim[X86][XOP] Added support for VPMACSDQH/VPMACSDQL 'exten...
2017-01-14 Simon Pilgrim[X86][XOP] Added support for VPMACSWW/VPMACSDD 'lossy...
2017-01-14 Simon Pilgrim[X86][XOP] Add tests for integer fused multiply add
2017-01-14 Sylvestre Ledrufix some typos in the doc
2017-01-14 Nikolai Bozhenov[utils] Improve extraction of check prefixes from RUN...
2017-01-14 Craig Topper[AVX-512] Teach two address instruction pass to replace...
2017-01-14 Craig Topper[AVX-512] Replace V_SET0 in AVX-512 patterns with AVX51...
2017-01-14 Marcello MaggioniRemoving potentially error-prone fallthrough. NFC
2017-01-14 Xin TongDelete duplicate word. NFC
2017-01-14 Craig Topper[X86] Simplify the code that calculates a scaled blend...
2017-01-14 Craig Topper[AVX-512] Change blend mask in lowerVectorShuffleAsBlen...
2017-01-14 Eugene ZelenkoFix modules buildbots broken in r291983.
2017-01-14 Eugene Zelenko[Transforms/Utils] Fix some Clang-tidy modernize and...
2017-01-14 Easwaran RamanCompute summary before calling extractProfTotalWeight
2017-01-14 Daniel BerlinNewGVN: Kill unneeded DFSDomMap, cleanup a few comments.
2017-01-13 Daniel BerlinFix update_test_checks not to accidentally believe...
2017-01-13 Daniel BerlinNewGVN: Fix PR31613 test regex naming
2017-01-13 Justin BognerGlobalISel: Abort in ResetMachineFunctionPass if fallba...
2017-01-13 Sanjay Patel[InstCombine] optimize unsigned icmp of increment
2017-01-13 Tim Northover[GlobalISel] track predecessor mapping during switch...
2017-01-13 Sanjay Patel[InstCombine] use m_APInt to allow lshr folds for vecto...
2017-01-13 Sanjay Patel[InstCombine / InstSimplify] add and move tests for...
2017-01-13 Daniel BerlinNewGVN: Move leaders around properly to ensure we have...
2017-01-13 Greg ClaytonAdd a variant of DWARFDie::find() and DWARFDie::findRec...
2017-01-13 David Majnemer[LoopStrengthReduce] Don't bother rewriting PHIs in...
2017-01-13 David Majnemer[CodeGen] Simplify getRecipEstimateForFunc
2017-01-13 Greg ClaytonCleanup how DWARFDie attributes are accessed and decoded.
2017-01-13 David L. Jones"Use" lambda captures which are otherwise only used...
2017-01-13 Artem Belevich[NVPTX] Added support for half-precision floating point.
2017-01-13 Konstantin... [AMDGPU] Implement f16 fcopysign and fcopysign(f32...
2017-01-13 Rui UeyamaAdd a description how to checkout the LLD repository.
2017-01-13 James Y KnightCheck for register clobbers when merging a vreg live...
2017-01-13 Sanjay Patel[InstCombine] use 'match' and other clean-up; NFCI
2017-01-13 Artem Belevich[NVPTX] Only lower sin/cos to approximate instructions...
2017-01-13 Sanjay Patel[InstCombine] use m_APInt to allow shl folds for vector...
2017-01-13 Michael Liao[SCEV] Limit recursion depth of constant evolving.
2017-01-13 Sanjay Patel[InstCombine] add tests to show missing transforms...
2017-01-13 Simon Pilgrim[X86][AVX] Bad v4f64/v4i64 '1z3z' shuffle test case
2017-01-13 Sanjay Patel[InstCombine] use Op0/Op1 local variables more consiste...
2017-01-13 Simon PilgrimRegenerate test.
2017-01-13 Ivan KrasinFix UBSan bots by blacklisting bits/stl_tree.h.
2017-01-13 Malcolm ParsonsRemove unused lambda captures. NFC
2017-01-13 Sanjay Patel[InstCombine] if the condition of a select may be known...
2017-01-13 Ivan KrasinRevert r291903 and r291898. Reason: they break check...
2017-01-13 Simon PilgrimRegenerate test with update_llc_test_checks.py
2017-01-13 Saleem AbdulrasoolARM: match GCC's behaviour for builtins
2017-01-13 George Rimar[llvm-dwp] - Reuse object::Decompressor class
2017-01-13 Benjamin KramerApply clang-tidy's performance-unnecessary-value-param...
2017-01-13 Sam Parker[ARM] Fix ubig32_t read in ARMAttributeParser
2017-01-13 Daniel Sanders[globalisel][aarch64] Make getCopyMapping() take regist...
2017-01-13 Simon Pilgrim[X86][AVX512] Add support for variable ASHR v2i64/v4i64...
2017-01-13 Daniel Sanders[aarch64][globalisel] Move getValueMapping/getCopyMappi...
2017-01-13 Daniel Sanders[aarch64][globalisel] Refactor getRegBankBaseIdxOffset...
2017-01-13 Sam Parker[ARM] Enable objdump to construct triple for ARM
2017-01-13 Daniel Sanders[aarch64][globalisel] Move data into <Target>GenRegiste...
2017-01-13 Sam Parker[ARM] Moved ARMAttributeParser to Support
2017-01-13 Diana Picus[ARM] CodeGen: Replace AddDefaultT1CC and AddNoT1CC...
2017-01-13 Diana Picus[ARM] CodeGen: Remove AddDefaultCC. NFC.
2017-01-13 Diana Picus[CodeGen] Rename MachineInstrBuilder::addOperand. NFC
2017-01-13 Diana Picus[ARM] CodeGen: Remove AddDefaultPred. NFC.
2017-01-13 Michael Zuckerman[X86][AVX512] Adding missing shuffle lowering to blend...
2017-01-13 Tobias GrosserRegionPass: Set isExecuted flag correctly
2017-01-13 NAKAMURA TakumiDWARFDie.h: Move a class declaration out of the method...
2017-01-13 Craig Topper[AVX-512] Remove unmasked BLENDM instructions from...
2017-01-13 Craig Topper[X86] Move some entries in the load folding tables...
2017-01-13 Craig Topper[IR] Don't call assertModuleIsMaterialized in release...
2017-01-13 Serge PavlovTrack validity of pass results
2017-01-13 Easwaran RamanProfileSummaryInfo improvements.
2017-01-13 NAKAMURA TakumiRevert r291503, "Lift the 10-type limit for AlignedChar...
2017-01-13 Eugene Zelenko[PowerPC] Fix some Clang-tidy modernize and Include...
2017-01-13 Greg ClaytonFix buildbots.
2017-01-13 NAKAMURA Takumixray-account: Avoid std::errc::bad_message to appease...
2017-01-13 Adam NemetMove test of lazy BFI with ORE to a generic directory
2017-01-13 Greg ClaytonAdd the ability to iterate across all attributes in...
2017-01-12 Evgeniy Stepanov[asan] Don't overalign global metadata.
2017-01-12 Evgeniy Stepanov[asan] Refactor instrumentation of globals.
2017-01-12 Zachary Turner[llvm-pdbdump] Add a compact dump mode.
2017-01-12 Teresa Johnson[ThinLTO] Import static functions from the same module...
2017-01-12 Hans WennborgClear the release notes for 5.0.0
2017-01-12 Chris Bieneman[ObjectYAML] Pull yaml2dwarf out of yaml2obj for reuse
2017-01-12 Hans WennborgBump trunk version to 5.0.0svn
2017-01-12 Robert Lougher[DebugInfo] Remove redundant check in SimplifyCFG;...
2017-01-12 Robert Lougher[DebugInfo] Handle same locations in DILocation::getMer...
2017-01-12 Eli Friedman[SCEV] Simplify SolveLinEquationWithOverflow a bit.
next