OSDN Git Service

android-x86/external-llvm.git
2017-02-12 Davide Italiano[lib/LTO] Add support for hotness optremarks in the...
2017-02-12 Davide Italiano[LTO] Simplify this test quite a bit, @func2 is unused...
2017-02-12 Davide Italiano[llvm-lto2] Fix typo in error message.
2017-02-12 Davide Italiano[lib/LTO] Initial support for optimization remarks...
2017-02-12 NAKAMURA TakumiKaleidoscope-Ch7: Add TranformUtils for llvm::createPro...
2017-02-11 Craig Topper[X86] Update test case I missed in r294876.
2017-02-11 Craig Topper[X86] Move code for using blendi for insert_subvector...
2017-02-11 Craig Topper[DAGCombiner] Make the combine of INSERT_SUBVECTOR...
2017-02-11 Simon Pilgrim[X86][SSE] Use VSEXT/VZEXT constant folding for SIGN_EX...
2017-02-11 Simon Pilgrim[X86][SSE] Improve VSEXT/VZEXT constant folding.
2017-02-11 Mehdi AminiUpdate Kaleidoscope tutorial and improve Windows support
2017-02-11 Amaury SechetFix atomic-minmax-i6432.ll .
2017-02-11 Amaury SechetRegen expected tests result. NFC
2017-02-11 Aaron BallmanCorrecting several sphinx errors; should fix the LLVM...
2017-02-11 Simon Pilgrim[X86][SSE] Add early-out when trying to match blend...
2017-02-11 Sanjay Patel[TargetLowering] check for sign-bit comparisons in...
2017-02-11 Amaury SechetFix typo in test filename. NFC
2017-02-11 Amaury SechetFix indentation in X86ISelLowering. NFC
2017-02-11 Craig Topper[AVX-512] Add VPMINS/MINU/MAXS/MAXU instructions to...
2017-02-11 Craig Topper[X86] Improve alphabetizing of load folding tables...
2017-02-11 Simon Pilgrim[X86][SSE] Convert getTargetShuffleMaskIndices to use...
2017-02-11 Simon Pilgrim[X86] Merge repeated getScalarValueSizeInBits calls...
2017-02-11 Daniel BerlinNewGVN: Reverse sense of this test to make it clearer
2017-02-11 Daniel BerlinNewGVN: Add missing initialization of NumFuncArgs lost...
2017-02-11 Daniel BerlinNewGVN: Rank and order commutative operands consistently.
2017-02-11 Simon Pilgrim[X86][3DNow!] Add tests to ensure PFMAX/PFMIN are not...
2017-02-11 Simon Pilgrim[X86][3DNow!] Enable PFSUB<->PFSUBR commutation
2017-02-11 Simon Pilgrim[X86][3DNow!] Enable commutation for PFADD/PFMUL/PFCMPE...
2017-02-11 Simon Pilgrim[X86][3DNow!] Add tests showing missed commutation...
2017-02-11 Daniel BerlinNewGVN: Clean up how we handle the INITIAL class so...
2017-02-11 Vitaly BukaFix "left shift of negative value -1" introduced by...
2017-02-11 Simon Pilgrim[X86][XOP] Regenerate XOP commutation tests.
2017-02-11 Simon Pilgrim[X86][SSE] Regenerate float comparison commutation...
2017-02-11 Simon Pilgrim[X86] Regenerate CLMUL commutation tests.
2017-02-11 Benjamin KramerMove symbols from the global namespace into (anonymous...
2017-02-11 Craig Topper[AVX-512] Add VPINSRB/W/D/Q instructions to load foldin...
2017-02-11 Craig Topper[AVX-512] Fix apparent typo in instruction name VMOVSSD...
2017-02-11 Craig Topper[AVX-512] Add VPSADBW instructions to load folding...
2017-02-11 Evgeny StupachenkoThe patch fixes r294821
2017-02-11 Craig Topper[X86] Don't base domain decisions on VEXTRACTF128/VINSE...
2017-02-11 Peter CollingbourneAddress Mehdi's post-commit review comments on r294795.
2017-02-11 Evgeny StupachenkoFix PR23384 (under "-lsr-insns-cost" option)
2017-02-11 Ahmed Bougacha[ARM] Make f16 interleaved accesses expensive.
2017-02-11 Ahmed Bougacha[ARM] Don't lower f16 interleaved accesses.
2017-02-11 Ahmed Bougacha[ARM] Unique some redundant CHECK lines. NFC.
2017-02-11 Wei Mi[LSR] Recommit: Allow formula containing Reg for SCEVAd...
2017-02-11 Eugene Zelenko[MC] Fix some Clang-tidy modernize and Include What...
2017-02-11 Matthias Braunconfig-ix.cmake: Search for CMAKE_XCRUN before using it.
2017-02-11 Chandler Carruth[PM] Fix a bug in how I ported LoopDeletion to the...
2017-02-11 Dan Gohman[WebAssembly] Remove old experimental disassemler code.
2017-02-10 Saleem Abdulrasoolvim: add `returned` keyword
2017-02-10 Davide Italiano[LTO] Share the optimization remarks setup between...
2017-02-10 Krzysztof Parzyszek[Hexagon] Introduce Hexagon V62
2017-02-10 Davide Italiano[tests] Be explicit about the files we want to remove.
2017-02-10 Peter CollingbourneIR: Function summary extensions for whole-program devir...
2017-02-10 Benjamin Kramer[InstCombine] Move class into anonymous namespace....
2017-02-10 Davide Italiano[lib/LTO] Rework optimization remarkers setup.
2017-02-10 Benjamin Kramer[PPC] Silence warning in Release builds.
2017-02-10 Davide Italiano[LTO] Make these tests robust across multiple iterations.
2017-02-10 Benjamin Kramer[InstCombine] Silence unused variable warning in Releas...
2017-02-10 Nico WeberRevert r294532, it caused PR31935
2017-02-10 Yaxun LiuFix invalid addrspacecast due to combining alloca with...
2017-02-10 Davide Italiano[ThinLTO] Make this test more robust across multiple...
2017-02-10 Tim ShenFix a silly syntax error.
2017-02-10 Dehao ChenEncode duplication factor from loop vectorization and...
2017-02-10 Tim Shen[XRay] Implement powerpc64le xray.
2017-02-10 Krzysztof Parzyszek[Hexagon] Remove unused .td files
2017-02-10 Ahmed Bougacha[X86] Bitcast subvector before broadcasting it.
2017-02-10 Kevin EnderbyYet another fix llvm-objdump so it picks a good CPU...
2017-02-10 Tim NorthoverGlobalISel: drop lifetime intrinsics during translation.
2017-02-10 Marcos Pividori[libFuzzer] Use stoull instead of stol to ensure 64...
2017-02-10 Simon Pilgrim[X86][AVX512] Add vector rotate tests for AVX512 targets
2017-02-10 Amaury SechetAutogenerate results for test/CodeGen/X86/peep-test...
2017-02-10 Amaury SechetAutogenerate results for test/CodeGen/X86/pr14314.ll...
2017-02-10 John Brawn[ARM] Fix incorrect mask bits in MSR encoding for write...
2017-02-10 Amaury SechetUse autogenerate check in CodeGen/X86/pr16031.ll . NFC
2017-02-10 Mehdi AminiFix doc for `-opt-bisect-limit`: the LTO option prefix...
2017-02-10 Alexander KornienkoAdd a virtual destructor for LegalizerInfo.
2017-02-10 Amaury SechetCheck full codegen in CodeGen/X86/i256-add.ll NFC
2017-02-10 Matthew Simpson[LV] Remove type restriction for vector phi creation
2017-02-10 Krzysztof Parzyszek[Hexagon] Replace instruction definitions with auto...
2017-02-10 Rafael EspindolaMove some error handling down to MCStreamer.
2017-02-10 Simon Pilgrim[X86][SSE] Added chained FDIV test cases for D26855
2017-02-10 Simon Pilgrim[DAGCombine] Allow vector constant folding of any value...
2017-02-10 Simon Pilgrim[X86][SSE] Use SDValue::getConstantOperandVal helper...
2017-02-10 Simon Pilgrim[X86][SSE] Add support for extracting target constants...
2017-02-10 Simon Pilgrim[X86][SSE] Add missing comment describing combing to...
2017-02-10 Chandler Carruth[PM] Relax the patterns used in the new test I added...
2017-02-10 Chandler Carruth[PM] Fix a bug in the new loop PM when handling functio...
2017-02-10 Igor Bregeradd #ifdef, fix compilation error in case LLVM_BUILD_GL...
2017-02-10 Mehdi AminiFix doc for `-opt-bisect-limit`: the LTO option is...
2017-02-10 Igor Breger[X86][GlobalISel] Add general-purpose Register Bank
2017-02-10 Dean Michael... [XRay][graph] Disambiguate name of type from member...
2017-02-10 Dean Michael... [XRay] A graph Class for the llvm-xray graph
2017-02-10 Philip Reames[LoopUnswitch] Remove BFI usage (dead code)
2017-02-10 Dean Michael... Revert "[XRay] A graph Class for the llvm-xray graph"
2017-02-10 Dean Michael... [XRay] A graph Class for the llvm-xray graph
2017-02-10 Craig Topper[SelectionDAG] Dump the DAG after legalizing vector...
2017-02-10 Adam Nemetopt-viewer: fix HtmlFormatter encoding
2017-02-10 Eric ChristopherTemporarily revert "For X86-64 linux and PPC64 linux...
next