OSDN Git Service

android-x86/external-llvm.git
2017-05-26 Matthias BraunLivePhysRegs: Skip reserved regs in computeLiveIns...
2017-05-26 Wei MiRevert rL303923 since it broke the sanitizer bootstrap...
2017-05-26 Craig Topper[InstSimplify] Use APInt::isMask isntead of manually...
2017-05-26 Craig Topper[InstSimplify] Use m_ConstantInt matchers to short...
2017-05-26 Chandler Carruth[IR] Add an iterator and range accessor for the PHI...
2017-05-26 Matthias BraunRevert "LivePhysRegs: Fix addLiveOutsNoPristines()...
2017-05-26 Matthias BraunRevert "LivePhysRegs: Skip reserved regs in computeLive...
2017-05-26 Matthias BraunTest for r303938
2017-05-26 Chandler Carruth[PM] Enable the new simple loop unswitch pass in the...
2017-05-26 Rui UeyamaTidy up RelocVisitor.h.
2017-05-26 Matthias BraunLivePhysRegs: Follow-up to r303937
2017-05-26 Zachary Turner[llvm-pdbdump] Don't crash when displaying padding.
2017-05-26 Eugene Zelenko[Examples] Fix some Clang-tidy modernize-use-using...
2017-05-25 Dimitry AndricReturn a lit.Test.Result object from TestRunner's execu...
2017-05-25 Zachary TurnerRemove unused member.
2017-05-25 Tim Shen[PPC] Add text for assert.
2017-05-25 Peter CollingbourneLTO: Do summary-based prevailing symbol resolution...
2017-05-25 Matthias BraunLivePhysRegs: Fix addLiveOutsNoPristines() for return...
2017-05-25 Matthias BraunLivePhysRegs: Skip reserved regs in computeLiveIns...
2017-05-25 Zachary Turner[CV Type Merging] Find nested type indices faster.
2017-05-25 David BlaikieDebugInfo: Simplify scopes+subprogram handling since...
2017-05-25 Tim Shen[PPC] Fix atomics lowering in DAG lowering.
2017-05-25 David BlaikieFix test to handle running on platforms which don't...
2017-05-25 Craig Topper[InstCombine] Add an InstCombine specific wrapper aroun...
2017-05-25 Wei Mi[GVN] Add phi-translate support in scalarpre.
2017-05-25 Andrew KaylorAdd constrained intrinsics for some libm-equivalent...
2017-05-25 Matthias BraunCodeGen: Rename DEBUG_TYPE to match passnames
2017-05-25 Zachary Turner[lld] Fix a bug where we continually re-follow type...
2017-05-25 Zachary Turner[CodeView Type Merging] Don't keep re-allocating temp...
2017-05-25 Zachary TurnerMake BinaryStreamReader::readCString a bit faster.
2017-05-25 Bob Haarman[pdb] pad source file name buffer at the end instead...
2017-05-25 Zachary TurnerFix a bug in MappedBlockStream.
2017-05-25 Sam Clegg[WebAssembly] MC: Include unnamed data when writing...
2017-05-25 Zachary Turner[CodeView Type Merging] Avoid record deserialization...
2017-05-25 Aaron BallmanUpdate the documentation and CMake file for Visual...
2017-05-25 Kyle ButtPPC: Correct Size for GETtlsADDR
2017-05-25 Nico WeberRevert r303859, CodeGen/AMDGPU/llvm.amdgcn.s.getpc...
2017-05-25 Manoj Gupta[AArch64]: add 'a' inline asm operand modifier.
2017-05-25 Adrian PrantlFix SelectionDAGBuilder::getDbgValue to not expect...
2017-05-25 Adrian PrantlDelete an obsolete paragraph in LangRef.
2017-05-25 David BlaikieDebugInfo: Produce debug_{gnu_}pub{names,types} entries...
2017-05-25 Bob Haarman[llvm-pdbdump] [yaml2pdb] always include object file...
2017-05-25 Daniel BerlinNewGVN: Fix PR 33119, PR 33129, due to regressed undef...
2017-05-25 Artur Pilipenko[InstCombine] Teach isAllocSiteRemovable to look throug...
2017-05-25 Sanjay Patel[InstCombine] make icmp-mul fold more efficient
2017-05-25 Tim Corringham[AMDGPU] add intrinsic for s_getpc
2017-05-25 Oren Ben Simhon[X86] Adding vpopcntd and vpopcntq instructions
2017-05-25 James Molloy[GVNSink] Pacify MSVC
2017-05-25 James Molloy[GVNSink] Don't define operator<< in NDEBUG
2017-05-25 James Molloy[GVNSink] GVNSink pass
2017-05-25 Chandler Carruth[PM] Teach the PGO instrumentation pasess to run Global...
2017-05-25 Chandler Carruth[PM/Unswitch] Fix a bug in the domtree update logic...
2017-05-25 Craig Topper[MVT] Fix the identation of the start of the MVT class...
2017-05-25 Craig Topper[SelectionDAG] Fix off by one in a compare in getOperat...
2017-05-25 Chandler Carruth[LegacyPM] Make the 'addLoop' method accept a loop...
2017-05-25 Galina KistanovaFixed nondeterminism in RuleMatcher::emit.
2017-05-25 Vitaly Buka[libFuzzer] Don't replace custom signal handlers.
2017-05-25 George KarpenkovFix coverage check for full post-dominator basic blocks.
2017-05-25 Gor Nishanov[coroutines] CoroFrame.cpp conform to coding convention...
2017-05-25 Gor Nishanov[coroutines] Relocate instructions that maybe spilled...
2017-05-24 Tony Jiang[PowerPC] Fix a performance bug for PPC::XXSLDWI.
2017-05-24 Rafael EspindolaPrint symbols from COFF import libraries.
2017-05-24 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize-use-using and...
2017-05-24 Gor Nishanov[coroutines] Allow rematerialization upto 4 times....
2017-05-24 Sanjay Patel[InstCombine] use m_APInt to allow icmp-mul-mul vector...
2017-05-24 Sanjay Patel[InstCombine] add tests for icmp eq (mul X, C), (mul...
2017-05-24 Sanjay Patel[InstCombine] move tests and use FileCheck; NFC
2017-05-24 Nirav Dave[DAG] Prevent crashes when merging constant stores...
2017-05-24 Nirav Dave[AArch64] Prevent nested ADDs from address calc in...
2017-05-24 Vitaly BukaRevert "Revert "Attempt to pacify ASan and UBSan report...
2017-05-24 Craig Topper[InstCombine] Merge together the SimplifyDemandedUseBit...
2017-05-24 Vitaly BukaPrevent UBSan report in CrashRecovery tests
2017-05-24 Vitaly BukaRevert "Attempt to pacify ASan and UBSan reports in...
2017-05-24 Teresa JohnsonFix a couple of typos in memory intrinsic optimization...
2017-05-24 Zaara SyedaP9: D-form vector load/store. Differential Revision...
2017-05-24 Craig Topper[InstCombine] Use less bitwise operations to handle...
2017-05-24 Krzysztof ParzyszekMove machine-cse-physreg.mir to test/CodeGen/Thumb
2017-05-24 Craig Topper[InstSimplify] Simplify uadd/sadd/umul/smul with overfl...
2017-05-24 Craig Topper[ValueTracking] Convert most of the calls to computeKno...
2017-05-24 Craig Topper[ValueTracking] Add OptimizationRemarkEmitter to the...
2017-05-24 Matthew SimpsonRevert r291254: [AArch64] Reduce vector insert/extract...
2017-05-24 Rafael EspindolaAdd some tips on benchmarking.
2017-05-24 Nirav Dave[AMDGPU] Prevent too large store merges in AMDGPU Subta...
2017-05-24 Matthew Simpson[LV] Update type in cost model for scalarization
2017-05-24 Vadzim Dambrouski[MSP430] Fix PR33050: Don't use ADD16ri to lower FrameI...
2017-05-24 Sanjay Patel[InstCombine] add tests to show potential missing folds...
2017-05-24 Marek OlsakRevert "AMDGPU: Fold CI-specific complex SMRD patterns...
2017-05-24 Sanjay Patel[InstCombine] add tests to document bitcast + bitwise...
2017-05-24 Diana PicusRevert "[SCEV] Do not fold dominated SCEVUnknown into...
2017-05-24 Krzysztof Parzyszek[Hexagon] Fix comment in HexagonPacketizer::runOnMachin...
2017-05-24 Jonas Paulsson[LoopVectorizer] Let target prefer scalar addressing...
2017-05-24 Jonas Paulsson[SystemZ] Fix register modelling in expandLoadStackGuard()
2017-05-24 Tamas BerghammerDemangler: Fix constructor cv qualifier handling
2017-05-24 Simon PilgrimStrip trailing whitespace. NFCI.
2017-05-24 Florian Hahn[ARM] Remove ThumbTargetMachines. (NFC)
2017-05-24 Mikael HolmenMachineCSE: Respect interblock physreg liveness
2017-05-24 Max Kazantsev[SCEV] Do not fold dominated SCEVUnknown into AddRecExp...
2017-05-24 Daniel SandersExplicitly set CPU and -slow-incdec to try to fix r3036...
2017-05-24 Craig Topper[APInt] Use std::end to avoid mentioning the size of...
2017-05-24 Daniel SandersRevert r303720: Tweak r303678's test to try to fix...
next