OSDN Git Service

android-x86/external-llvm.git
2017-05-13 Justin BognerConstProp: Split x86 SSE intrinsic tests out of calls.ll
2017-05-13 Justin BognerInstCombine: Move tests that use target intrinsics...
2017-05-13 NAKAMURA TakumiDisable llvm/test/Transforms/NewGVN/pr32934.ll while...
2017-05-13 Davide Italiano[NewGVN] XFAIL a flaky test until I find out what's...
2017-05-13 Craig Topper[APInt] Fix typo in comment. NFC
2017-05-13 Dylan McKay[AVR] When lowering Select8/Select16, put newly generat...
2017-05-13 Justin BognerAA: Use generic intrinsics for tests instead of target...
2017-05-13 Justin Bogner[CodeView] Silence some -Wsign-compare warnings
2017-05-13 Dylan McKay[AVR] Remove an unused variable
2017-05-12 Xinliang David Li[PartialInlining] Profile based cost analysis
2017-05-12 Aditya Nandakumar[GISel]: Add a getConstantFPVRegVal utility
2017-05-12 Aditya Nandakumar[GISel]: Fix undefined behavior while accessing Default...
2017-05-12 Eugene Zelenko[IR] Fix some Clang-tidy modernize-use-using warnings...
2017-05-12 Andrew Kaylor[TLI] Add mapping for various '__<func>_finite' forms...
2017-05-12 Andrew Kaylor[ConstantFolding] Add folding for various math '__...
2017-05-12 Andrew Kaylor[TLI] Add declarations for various math header file...
2017-05-12 Craig Topper[APInt] Add early outs for a division by 1 to udiv...
2017-05-12 Craig Topper[APInt] In udivrem, remember the bit width in a local...
2017-05-12 Adrian PrantlLTO: Don't verify modules twice in verifyMergedModuleOnce
2017-05-12 Sanjay Patel[Doc] Document "Splat" in the lexicon
2017-05-12 Sanjay Patel[x86] add vector tests for demanded bits; NFC
2017-05-12 Changpeng FangAMDGPU/SI: Don't promote to vector if the load/store...
2017-05-12 Simon Pilgrim[NVPTX] Don't flag StoreRetVal memory chain operands...
2017-05-12 Teresa JohnsonRemove ignore-empty-index-file option
2017-05-12 Dehao ChenAdd LiveRangeShrink pass to shrink live range within BB.
2017-05-12 Tim Shen[PPC] Move the combine "a << (b % (sizeof(a) * 8))...
2017-05-12 Zachary Turner[CodeView] Add a random access type visitor.
2017-05-12 Geoff Berry[AArch64][Falkor] Refine modeling of multiply accumulat...
2017-05-12 Craig Topper[APInt] Add an assert to check for divide by zero in...
2017-05-12 Craig Topper[APInt] Remove unnecessary checks of rhsWords==1 with...
2017-05-12 Tom StellardAMDGPU: Add lit.local.cfg to disable global-isel tests...
2017-05-12 Simon PilgrimStrip trailing whitespace. NFCI.
2017-05-12 Craig Topper[KnownBits] Add bit counting methods to KnownBits struc...
2017-05-12 Reid Kleckner[codeview] Fix assertion failure introduced in r295354...
2017-05-12 Galina KistanovaMake sure we have actually written what is expected...
2017-05-12 Tom StellardAMDGPU/GlobalISel: Mark 32-bit integer constants as...
2017-05-12 Craig Topper[APInt] Use MathExtras.h BitsToFloat/Double and Float...
2017-05-12 James Y Knight[SPARC] Support 'f' and 'e' inline asm constraints.
2017-05-12 Sanjay Patel[x86] add tests for potential vector narrowing optimiza...
2017-05-12 Davide Italiano[LoopUnroll] Fix a test. REQUIRE should be REQUIRES.
2017-05-12 Davide Italiano[NewGVN] Improve debug output a bit. NFCI.
2017-05-12 Simon Pilgrim[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper...
2017-05-12 Davide Italiano[NewGVN] Format an assertion and fix a typo. NFCI.
2017-05-12 Davide Italiano[NewGVN] Don't incorrectly reset the memory leader.
2017-05-12 Simon Pilgrim[DAGCombine] Use SelectionDAG::getZExtOrTrunc helper...
2017-05-12 Simon PilgrimUse SDValue::getOperand() helper. NFCI.
2017-05-12 Simon PilgrimUse SDValue::getOperand() helper. NFCI.
2017-05-12 Leslie Zhai[AVR] Migrate to new StructType::get owing to Supress...
2017-05-12 Serguei Katkov[BPI] Ignore remainder while distributing the remaining...
2017-05-12 Craig Topper[APInt] Fix a case where udivrem might delete and creat...
2017-05-12 George Rimar[Support/Compiler.h] - Use gnu::fallthrough for LLVM_FA...
2017-05-12 Jonas PaulssonHandle a COPY with undef source operand in LowerCopy()
2017-05-12 Mikael Holmen[IfConversion] Keep the CFG updated incrementally in...
2017-05-12 Chandler Carruth[PM/Unswitch] Teach the new simple loop unswitch to...
2017-05-12 Craig Topper[APInt] Add a utility method to change the bit width...
2017-05-12 David BlaikieDWARF: Avoid cross-CU references under Fission
2017-05-12 Dean Michael... [XRay][lib] Support and temporarily skip over CustomEve...
2017-05-12 Reid Kleckner[git-llvm] Fix svn:eol-style issue for one-file patches
2017-05-11 Peter CollingbourneCallGraph: Remove almost-unused field 'Root'.
2017-05-11 Dehao ChenChange sample profile writer to make it deterministic.
2017-05-11 Teresa JohnsonRestrict call metadata based hotness detection to Sampl...
2017-05-11 Reid KlecknerIssue diagnostics when returning FP values on x86_64...
2017-05-11 Guozhi Wei[PPC] Change the register constraint of the first sourc...
2017-05-11 Aditya Nandakumar[GISel]: Remove unused lambda captures. NFC
2017-05-11 Easwaran RamanDecrease inlinecold-threshold to 45
2017-05-11 Reid KlecknerDe-virtualize TerminatorInst successor accessors
2017-05-11 Reid KlecknerDe-virtualize GlobalValue
2017-05-11 Chad Rosier[AArch64][MachineCombine] Fold FNMUL+FSUB -> FNMADD.
2017-05-11 Davide Italiano[AMDGPU] Placate unused variable warning in release...
2017-05-11 Vadzim Dambrouski[MSP430] Generate EABI-compliant libcalls
2017-05-11 Davide Italiano[LiveVariables] Switch Kill/Defs sets to be DenseSet(s).
2017-05-11 Craig Topper[APInt] Remove an APInt copy from the return of APInt...
2017-05-11 Craig Topper[APInt] Fix typo in comment. NFC
2017-05-11 Matt ArsenaultAMDGPU: Remove tfe bit from flat instruction definitions
2017-05-11 Matt ArsenaultAMDGPU: Pull fneg out of extract_vector_elt
2017-05-11 Stanislav Mekhanoshin[AMDGPU] Fix incorrect register pressure calculation
2017-05-11 Adam Nemet[SLP] Emit optimization remarks
2017-05-11 Nemanja Ivanovic[PowerPC] Eliminate integer compare instructions -...
2017-05-11 Simon Pilgrim[DAGCombine] Use SelectionDAG::getAnyExtOrTrunc helper...
2017-05-11 Hans WennborgFix -DLLVM_ENABLE_THREADS=OFF build after r302748
2017-05-11 Simon Pilgrim[X86][AVX] Added zeroall/zeroupper scheduler tests
2017-05-11 Tim NorthoverModules: fix modules build.
2017-05-11 Javed Absar[IR] Allow attributes with global variables
2017-05-11 Igor Breger[GlobalISel][X86] Remove hand-written G_FADD/F_SUB...
2017-05-11 Ayman Musa[X86] Moving X86Local namespace from .cpp to .h file...
2017-05-11 Ayal Zaks[LV] Refactor ILV.vectorize{Loop}() by introducing...
2017-05-11 Alexander Potapenko[msan] Fix PR32842
2017-05-11 Chandler Carruth[x86] Fix a failure to select with AVX-512 when the...
2017-05-11 Simon PilgrimStrip trailing whitespace. NFCI.
2017-05-11 Diana Picus[ARM][GlobalISel] Legalize narrow scalar ops by widening
2017-05-11 Serge GueltonRemove spurious cast of nullptr. NFC.
2017-05-11 Serge GueltonRemove now useless trailing nullptr in StructType::get
2017-05-11 Diana Picus[ARM][GlobalISel] Support for G_ANYEXT
2017-05-11 Igor Breger[GlobalISel][X86] G_ICMP support.
2017-05-11 Craig Topper[APInt] Remove an unneeded extra temporary APInt from...
2017-05-11 Craig Topper[APInt] Use negate() instead of copying an APInt to...
2017-05-11 Craig Topper[SCEV] Reduce possible APInt allocations a bit.
2017-05-11 Craig Topper[SCEV] Remove unneeded 'using namespace APIntOps'.
2017-05-11 Igor Breger[X86] Move getX86ConditionCode() from X86FastISel.cpp...
2017-05-11 NAKAMURA TakumiSupportTests: Suppress ParallelTests on mingw for now...
next