OSDN Git Service

android-x86/external-llvm.git
2018-11-26 Diana PicusFix typo in comment. NFC
2018-11-26 Sam Parker[ARM] Prevent parallel macs for unsigned values
2018-11-26 Fedor SergeevRevert "[TTI] Reduction costs only need to include...
2018-11-26 Kang ZhangRevert "[PowerPC] Fix inconsistent ImmMustBeMultipleOf...
2018-11-26 Craig Topper[X86] Add test cases to show bad type legalization...
2018-11-26 Kang Zhang[PowerPC] Fix inconsistent ImmMustBeMultipleOf for...
2018-11-26 Argyrios Kyrtzidis[Support/FileSystem] Add sub-second precision for atime...
2018-11-25 Florian Hahn[MetadataTest] Fix off-by-one strncpy warning reported...
2018-11-25 Sanjay Patel[x86] limit transform for select-of-fp-constants
2018-11-25 Sanjay Patel[x86] add tests for select-of-fp-constants; NFC
2018-11-25 Florian Hahn[IPSCCP] Use input operand instead of OriginalOp for...
2018-11-25 Sanjay Patel[SelectionDAG] move constant or splat functions to...
2018-11-25 Andrea Di Biagio[llvm-mca] Add support for instructions with a variadic...
2018-11-25 Kang Zhangadd Kang Zhang(shkzhang@cn.ibm.com) to the CREDITS.TXT
2018-11-24 Craig Topper[X86] Synchronize a macro in getAvailableFeatures in...
2018-11-24 Nikita Popov[InstCombine] Determine demanded and known bits for...
2018-11-24 Andrea Di Biagio[llvm-mca] InstrBuilder: warnings for call/ret instruct...
2018-11-24 Joel JonesRevert unapproved commit
2018-11-24 Joel Jones[AArch64] Enable libm vectorized functions via SLEEF
2018-11-23 Fangrui Song[ARM] Add dependency from ARMAsmParser to ARMAsmPrinter...
2018-11-23 Nikita Popov[InstCombine] Simplify funnel shift with zero/undef...
2018-11-23 Evandro Menezes[TableGen] Emit more variant transitions
2018-11-23 Andrea Di Biagio[llvm-mca] Refactor some of the logic in InstrBuilder...
2018-11-23 Sanjay Patel[DAG] consolidate shift simplifications
2018-11-23 Sanjay Patel[x86] make test immune to oversized shift simplification
2018-11-23 Luke CheesemanRevert r347490 as it breaks address sanitizer builds
2018-11-23 Oliver Stannard[ARM][AsmParser] Improve debug printing of parsed asm...
2018-11-23 Andrea Di Biagio[llvm-mca][View] Improved Retire Control Unit Statistics.
2018-11-23 Eugene LeviantAttempt to fix buildbot after r347489
2018-11-23 Luke CheesemanRevert r343341
2018-11-23 Eugene Leviant[ThinLTO] Assembly representation of ReadOnly attribute
2018-11-23 Max Kazantsev[NFC] Add test that demonstrates buggy behavior on...
2018-11-23 Sjoerd Meijer[ARM][NFC] codegen tests cleanup: remove dangling check...
2018-11-23 Max KazantsevDisable LoopSimplifyCFG terminator folding by default
2018-11-23 Max Kazantsev[LoopSimplifyCFG] Don't delete LCSSA Phis
2018-11-23 Max Kazantsev[NFC] Add verification flags to tests
2018-11-23 Craig Topper[LegalizeVectorTypes] Don't use SplitVecOp_TruncateHelp...
2018-11-23 Fangrui Song[Object] Also treat STB_GNU_UNIQUE symbols as exported...
2018-11-22 Craig Topper[LegalizeVectorTypes] Have SplitVecOp_TruncateHelper...
2018-11-22 Sanjay Patel[DAGCombiner] form 'not' ops ahead of shifts (PR39657)
2018-11-22 Vladimir StefanovicReland test/MC/Mips/reloc-directive-label-offset.s
2018-11-22 Andrea Di Biagio[llvm-mca] LSUnit: use a SmallSet to model load/store...
2018-11-22 Andrea Di Biagio[llvm-mca] Use a SmallVector instead of std::vector...
2018-11-22 Andrea Di Biagio[llvm-mca] Fix an invalid memory read introduced by...
2018-11-22 Max Kazantsev[NFC] Assert that all blocks staying in loop are live
2018-11-22 Max Kazantsev[NFC] Ensure deterministic order of dead exit blocks
2018-11-22 John Brawn[AArch64] Fix SelectionDAG infinite loop for v1i64...
2018-11-22 Max Kazantsev[NFC] Simplify code by using standard exit blocks colle...
2018-11-22 Chandler Carruth[TI removal] Leverage the fact that TerminatorInst...
2018-11-22 Haojian WuRevert r343473 "Move llvm util dependencies from clang...
2018-11-22 Diana Picus[ARM GlobalISel] Add test for BFC. NFCI
2018-11-22 Jonas Paulsson[SystemZTTIImpl] Give correct cost values for vector...
2018-11-22 Fangrui Song[llvm-size] Use empty() and range-based for loop. NFC
2018-11-22 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Sanjay Patel[x86] use FileCheck to verify output; NFC
2018-11-21 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Peter CollingbourneAdd a ubsan blacklist entry for libstdc++ 8.0.1.
2018-11-21 Evandro Menezes[llvm-mca] Add test case (NFC)
2018-11-21 Vladimir StefanovicRemoving test/MC/Mips/reloc-directive-label-offset...
2018-11-21 Fedor Sergeev[PM] correcting return value for new-pass-manager versi...
2018-11-21 Reid Kleckner[mingw] Use unmangled name after the $ in the section...
2018-11-21 Stefan Pintilie[PowerPC][NFC] Split PPCMCCodeEmitter into header and...
2018-11-21 Sanjay Patel[DAGCombiner] refactor select-of-FP-constants transform
2018-11-21 Stefan Pintilie[PowerPC][NFC] Minor Code Cleaup for PPCMCCodeEmitter.
2018-11-21 Eric Fiselier[LLVM] Allow modulemap installation
2018-11-21 Nikita Popov[InstCombine] Add tests for funnel shift with zero...
2018-11-21 Sanjay Patel[DAGCombiner] reduce code duplication; NFC
2018-11-21 Nikita Popov[MergeFuncs] Generate alias instead of thunk if possible
2018-11-21 Sanjay Patel[x86] add tests for select-of-FP-constants; NFC
2018-11-21 Sanjay Patel[x86] fix predicate for avoiding vblendv
2018-11-21 Sanjay Patel[x86] add test for FP select with constant; NFC
2018-11-21 Vladimir Stefanovic[mips][mc] Add basic support for R_MIPS_JALR/R_MICROMIP...
2018-11-21 Vladimir Stefanovic[MC] Support labels as offsets in .reloc directive
2018-11-21 Sanjay Patel[x86] add checks for asm to test; NFC
2018-11-21 Simon Pilgrim[TargetLowering] SimplifyDemandedBits - only reduce...
2018-11-21 Mikael Holmen[PM] Port Scalarizer to the new pass manager.
2018-11-21 Michal Gorny[nios2] Add missing Nios2CodeGen -> Nios2AsmPrinter...
2018-11-21 Simon Pilgrim[X86][AVX] Remove BROADCAST if we only need the 0'th...
2018-11-21 Nikita PopovTest commit: Delete trailing space in comment
2018-11-21 Max Kazantsev[NFC] More complex tests for LoopSimplifyCFG
2018-11-21 Max Kazantsev[NFC] Add some sophisticated tests on LoopSimplifyCFG
2018-11-21 Craig Topper[X86] In getScalarMaskingNode, replace scalar_to_vector...
2018-11-21 John Regehr[LVI] run transfer function for binary operator even...
2018-11-21 Nemanja Ivanovic[PowerPC] Do not use vectors to codegen bswap with...
2018-11-21 Craig Topper[X86] Correct 256 vpmovzx/vpmovsx isel patterns to...
2018-11-21 Craig Topper[X86] Add a copy of avx512-trunc.ll with -x86-experimen...
2018-11-21 Michael Kruse[docs] Add C++ Performance Benchmark to test-suite...
2018-11-20 Craig Topper[X86] Emit a PACKUS instead of a VECTOR_SHUFFLE from...
2018-11-20 Zachary TurnerFix pointer options mask. It was off by 1 bit.
2018-11-20 Sanjay Patel[DAGCombiner] look through bitcasts when trying to...
2018-11-20 Zachary Turner[CodeView] Add support for ref-qualified member functions.
2018-11-20 Zachary Turner[CodeView] Mark this pointers as const.
2018-11-20 Zachary Turner[CodeView] RelocPtr points to little endian data.
2018-11-20 Craig Topper[X86] Emit a single shuffle for the v16i8->v4i32 step...
2018-11-20 Simon Atanasyan[unittests] Fix ExpandTilde test to match handling...
2018-11-20 Aaron BallmanSilence C4709 in MSVC because it is buggy.
2018-11-20 Sanjay Patel[x86] add tests for 8-bit multiply with constant; NFC
2018-11-20 Sam Clegg[WebAssembly] WebAssemblyLowerEmscriptenEHSjLj: use...
2018-11-20 Michal Gorny[unittest] Skip W+X MappedMemoryTests when MPROTECT...
2018-11-20 Simon Pilgrim[X86] Remove -verify-machineinstrs=0 now that PR38391...
next