OSDN Git Service

android-x86/external-llvm.git
2017-03-06 Craig Topper[APInt] Remove unused And/Or/Xor methods. They just...
2017-03-05 Sanjoy Das[SCEV] Decrease the recursion threshold for CompareValu...
2017-03-05 Craig Topper[APInt] Remove the And/Or/Xor/Not functions from the...
2017-03-05 Simon Pilgrim[SelectionDAG] Fix vector splitting for *_EXTEND_VECTOR...
2017-03-05 Tobias GrosserNew Test-Case for Region Analysis
2017-03-05 Benjamin Kramer[X86] Silence GCC enum compare warning.
2017-03-05 Simon Pilgrim[X86][SSE] Lower 128-bit vectors to SIGN/ZERO_EXTEND_VE...
2017-03-05 Sylvestre LedruRevert commit r296967, no typo
2017-03-05 Craig Topper[SimplifyCFG] Use APInt::operator| instead of APInt...
2017-03-05 Craig Topper[DAGCombine] Use APInt::operator|(uint64_t) instead...
2017-03-04 Sanjay Patel[x86] don't require a zext when forming ADC/SBB
2017-03-04 Sanjay Patel[DAGCombiner] allow transforming (select Cond, C +...
2017-03-04 Zachary TurnerTry to fix thread name truncation on non-Windows.
2017-03-04 Kamil RytarowskiImprove the Threading code on NetBSD
2017-03-04 Zachary TurnerTruncate thread names if they're too long.
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.
next