OSDN Git Service

android-x86/external-llvm.git
2017-03-04 Daniel BerlinDebugCounter: Initialize skip to 0, not -1
2017-03-04 Sylvestre LedruFix a typo. Patch by fcrick on github https://github...
2017-03-04 Sylvestre LedruRemove redundant code block and update comment.
2017-03-04 Sylvestre LedruFix a typo. Thanks to huangml. Reported here: https...
2017-03-04 Simon Pilgrim[X86][SSE] Enable post-legalize vXi64 shuffle combining...
2017-03-04 Florian Hahn[legalize-types] Remove stale entries from SoftenedFloats.
2017-03-04 Evgeny StupachenkoAdd test missed in r296770.
2017-03-04 Daniel BerlinFix bug in bisect-skip-count not using passed-in arguments
2017-03-04 Evgeny StupachenkoSet option enabling LSR alternative way to resolve...
2017-03-04 Matthias BraunX86ISelLowering: Only perform copy elision on legal...
2017-03-04 Peter CollingbourneFix build.
2017-03-04 Peter CollingbourneWholeProgramDevirt: Implement exporting for uniform...
2017-03-04 Peter CollingbourneWholeProgramDevirt: Implement exporting for single...
2017-03-04 Peter CollingbourneWholeProgramDevirt: Add any unsuccessful llvm.type...
2017-03-04 Daniel BerlinNewGVN: Be consistent in what order we compare operands...
2017-03-04 Eli Friedman[MISched] Remove unused arguments. NFC.
2017-03-04 Sanjay Patel[x86] check for commuted add pattern to find ADC/SBB
2017-03-04 Sanjay Patel[x86] add test to show failed recognition of commuted...
2017-03-03 Matthias BraunRegAllocGreedy: Follow-up to r296722
2017-03-03 Hans WennborgRevert r296865 "[ARM] fpscr read/write intrinsics not...
2017-03-03 Tim NorthoverGlobalISel: constrain G_INSERT to inserting just one...
2017-03-03 Tim NorthoverGlobalISel: add merge/unmerge nodes for legalization.
2017-03-03 Sanjay Patel[x86] refactor combineAddOrSubToADCOrSBB(); NFCI
2017-03-03 Krzysztof ParzyszekSilence a warning, NFC
2017-03-03 Rong Xu[PGO] Text format profile reader needs to clear the...
2017-03-03 Krzysztof ParzyszekDetect the existence of pthread_{s,g}etname_np in libpt...
2017-03-03 Zachary TurnerFix Threading path when LLVM_ENABLE_THREADS=0.
2017-03-03 Mehdi Aminiun-Xfail Fuzzer test that decided to pass on Green...
2017-03-03 Peter CollingbourneMC: De-duplicate the object streamer implementations...
2017-03-03 Chris Bieneman[ObjectYAML] [DWARF] Abstract DWARF Initial Length...
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Peter CollingbourneLTO: Hash the set of imported symbols for each module.
2017-03-03 Zachary Turner[Windows] Remove the #include <eh.h> hack.
2017-03-03 Matthias BraunRegisterCoalescer: Simplify subrange splitting code...
2017-03-03 Zachary TurnerTeach lit to expand glob expressions.
2017-03-03 Sanjoy DasFix a compiler warning
2017-03-03 Zachary TurnerAdd missing #includes for FreeBSD.
2017-03-03 Krzysztof ParzyszekMake TargetInstrInfo::isPredicable take a const referen...
2017-03-03 Mike Aizatsky[sancov] better input parameters validation
2017-03-03 Zachary TurnerTry again to appease the FreeBSD bot.
2017-03-03 Sanjoy Das[LoopUnrolling] Peel loops with invariant backedge...
2017-03-03 Sanjoy Das[LoopUnrolling] Re-prioritize Peeling and Partial unrolling
2017-03-03 Sanjay Patel[x86] clean up materializeSBB(); NFCI
2017-03-03 Zachary TurnerTry to appease the FreeBSD bots.
2017-03-03 Zachary TurnerDon't bring in llvm/Support/thread.h in Threading.cpp
2017-03-03 Zachary TurnerAdd #include for unistd.h on Linux.
2017-03-03 Zachary Turner[Support] Provide access to current thread name/thread id.
2017-03-03 Simon PilgrimUse APInt::setBits instead of OR'ing in a separate...
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Simon PilgrimUse APInt::getLowBitsSet instead of APInt::getBitsSet...
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Simon PilgrimUse APInt::getOneBitSet instead of APInt::getBitsSet...
2017-03-03 Sanjay Patel[x86] regenerate checks; NFC
2017-03-03 Sanjay Patel[x86] fix formatting; NFC
2017-03-03 Simon PilgrimUse APInt::getHighBitsSet instead of APInt::getBitsSet...
2017-03-03 Dmitry Preobrazhensky[AMDGPU][MC] Fix for Bug 30829 + LIT tests
2017-03-03 Benjamin KramerRevert "Re-apply "[GVNHoist] Move GVNHoist to function...
2017-03-03 Simon PilgrimUse APInt::getOneBitSet instead of APInt::getBitsSet...
2017-03-03 Simon PilgrimFix Wdocumentation warning
2017-03-03 Ranjeet Singh[ARM] fpscr read/write intrinsics not aware of each...
2017-03-03 Mohammad Shahid[SLP] Fixes the bug due to absence of in order uses...
2017-03-03 Chandler Carruth[SDAG] Revert r296476 (and r296486, r296668, r296690).
2017-03-03 Sylvestre LedruFix a typo in the comments. Patch by marktwtn from...
2017-03-03 Amjad Aboud[X86] Generate VZEROUPPER for Skylake-avx512.
2017-03-03 Sjoerd Meijer[AArch64AsmParser] rewrite of function parseSysAlias
2017-03-03 Igor Breger[GlobalISel][X86] Support float/double and vector types.
2017-03-03 Peter CollingbourneRevert r296730, "cmake: Configure the ThinLTO cache...
2017-03-03 Evgeniy Stepanov[msan] Handle x86_sse_stmxcsr and x86_sse_ldmxcsr.
2017-03-03 Adrian PrantlLiveDebugValues: Assume calls never clobber SP.
2017-03-03 Eugene Zelenko[ProfileData] Fix some Clang-tidy modernize and Include...
2017-03-03 Kyle ButtCodeGen: BlockPlacement: Precompute layout for chains...
2017-03-03 Evgeniy Stepanov[msan] Remove stale comments.
2017-03-02 Matt ArsenaultAMDGPU: Fix missing dominator tree dependency
2017-03-02 Peter CollingbourneThinLTOBitcodeWriter: Do not follow operand edges of...
2017-03-02 Daniel BerlinMove defClobbersUseOrDef to being a protected member...
2017-03-02 Nikolai Bozhenov[BypassSlowDivision] Use ValueTracking to simplify...
2017-03-02 Tom StellardCMake: Clean up VersionFromVCS.cmake
2017-03-02 Nikolai Bozhenov[BypassSlowDivision] Refactor fast division insertion...
2017-03-02 Taewook Oh[DAGCombiner] Fix DebugLoc propagation when folding...
2017-03-02 Sanjay Patel[DAG] early exit to improve readability and formatting...
2017-03-02 Krzysztof Parzyszek[Hexagon] Pick the right branch opcode depending on...
2017-03-02 Tobias GrosserRevert "AMDGPU: Re-do update for branch-relaxation...
2017-03-02 Kyle ButtCodeGen: MachineBlockPlacement: Remove the unused outli...
2017-03-02 Eli Friedman[ARM] Fix insert point for store rescheduling.
2017-03-02 Tobias GrosserRevert "Fix PR 24415 (at least), by making our post...
2017-03-02 Guozhi Wei[PPC] Fix code generation for bswap(int32) followed...
2017-03-02 Zachary Turner[Support] Move Stream library from MSF -> Support.
2017-03-02 Chad Rosier[AArch64] Extend redundant copy elimination pass to...
2017-03-02 Sanjay Patel[DAG] improve documentation comments; NFC
2017-03-02 Vadzim Dambrouski[MSP430] Add SRet support to MSP430 target
2017-03-02 Evgeny StupachenkoThe patch fixes r296770
2017-03-02 Artem Belevich[NVPTX] Reduce amount of boilerplate code used to selec...
2017-03-02 Artem Belevich[NVPTX] Added missing LDU/LDG intrinsics for f16.
2017-03-02 Simon PilgrimFix some Wdocumentation warnings
2017-03-02 Simon Pilgrim[X86][MMX] Fixed i32 extraction on 32-bit targets
2017-03-02 Vassil VassilevCast to the right type on Windows.
2017-03-02 Krzysztof Parzyszek[Hexagon] Skip blocks that define vector predicate...
2017-03-02 Vassil VassilevRemove redundant include.
2017-03-02 Vassil VassilevReland r296442 with modifications reverted in r296463.
next