OSDN Git Service

android-x86/external-llvm.git
2017-08-28 Justin Bogner[sanitizer-coverage] Return the array from CreatePCArra...
2017-08-28 Justin Bogner[sanitizer-coverage] Clean up trailing whitespace. NFC
2017-08-28 Juergen RibutzkaRevert "Fix cmake check for futimens when deploying...
2017-08-28 Adrian PrantlFix a logic error in DwarfExpression::addMachineReg()
2017-08-28 Juergen RibutzkaFix cmake check for futimens when deploying to earlier...
2017-08-28 Adam NemetRemove an unnecessary const_cast.
2017-08-28 Marek Sokolowski[llvm-rc] Add ACCELERATORS parsing ability. (parser...
2017-08-28 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-08-28 Evandro Menezes[AArch64] Adjust the cost model for Exynos M1 and M2
2017-08-28 Kamil RytarowskiDefine NetBSD/amd64 ASAN Shadow Offset
2017-08-28 Craig Topper[InstCombine] Teach select01 helper of foldSelectIntoOp...
2017-08-28 Marek Sokolowski[llvm-rc] Add ICON and HTML parsing ability (parser...
2017-08-28 Sanjay Patel[InstCombine] add tests to show failure of SimplifyDema...
2017-08-28 Geoff Berry[AArch64][Falkor] Avoid generating STRQro* instructions
2017-08-28 Davide Italiano[LoopUnroll] Properly update loop structure in case...
2017-08-28 Joerg SonnenbergerFix ARMv4 support
2017-08-28 Matthias BraunTry to fix compilation problem with libstdc++
2017-08-28 Matthias BraunAddress r311914 review comments
2017-08-28 Davide Italiano[LoopUnroll] Add a cl::opt to force peeling, for testin...
2017-08-28 Matthias BraunTableGen: Fix subreg composition/concatenation
2017-08-28 Matthias BraunTableGen: Add -gen-register-info-debug-dump
2017-08-28 Geoff Berry[ARM] Fix bug in ARMLoadStoreOptimizer when kill flags...
2017-08-28 Taewook OhCreate PHI node for the return value only when the...
2017-08-28 Zachary Turner[CodeView] Don't output S_UDT symbols for forward decls.
2017-08-28 Stefan Pintilie[Power9] Add new instructions for floating point status...
2017-08-28 Craig Topper[InstCombine] Call hasNoSignedWrap instead of hasNoUnsi...
2017-08-28 Krzysztof Parzyszek[Hexagon] Check for potential bank conflicts in post...
2017-08-28 Stanislav Mekhanoshin[AMDGPU] Fix regression in AMDGPULibCalls allowing...
2017-08-28 Stanislav Mekhanoshin[AMDGPU] computeKnownBitsForTargetNode for 24 bit mul
2017-08-28 Krzysztof Parzyszek[Hexagon] Break up DAG mutations into separate classes...
2017-08-28 Krzysztof Parzyszek[Hexagon] Move pre-RA DAG mutations to scheduler constr...
2017-08-28 Craig Topper[X86] Make 128/256-bit extract_subvector Legal instead...
2017-08-28 Craig Topper[DAGCombiner] Teach visitEXTRACT_SUBVECTOR to turn...
2017-08-28 Ilya BiryukovChanged Dockerfiles to install LLVM into /usr/local
2017-08-28 Evgeny Mankov[Support][CommandLine] Add cl::Option::setDefault()
2017-08-28 Andrew V. TischenkoThe current version of LLVM X86 disassembler incorrectl...
2017-08-28 Gadi Haber[X86][Haswell] Updating HSW instruction scheduling...
2017-08-28 NAKAMURA TakumiPrune whitespaces in blank lines.
2017-08-28 NAKAMURA TakumiUntabify.
2017-08-28 Craig Topper[X86] Use getUnpackl helper to create an ISD::VECTOR_SH...
2017-08-28 Craig Topper[X86] Add an early out to combineLoopMAddPattern and...
2017-08-28 Lang Hames[Error] Add a handleExpected utility.
2017-08-27 Dehao Chenrevert r310985 which breaks for the following case:
2017-08-27 Petar Jovanovic[mips] Generate NMADD and NMSUB instructions when fneg...
2017-08-27 Javed Absar[ARM] Tidy-up condition-code support functions
2017-08-27 Craig Topper[AVX512] Add more patterns for using masked moves for...
2017-08-27 Sanjay Patel[DAGCombiner] allow undef shuffle operands when elimina...
2017-08-27 Sanjay Patel[x86] add haddps test for PR34111; NFC
2017-08-27 Javed Absar[ARM] Tidy-up ARMAsmParser. NFC.
2017-08-27 Ayal Zaks[LV] Fix PR34248 - recommit D32871 after revert r311304
2017-08-27 Jatin Bhateja[X86] Adding more tests for horizontal [F]HADD/[F]SUB...
2017-08-27 Craig Topper[X86] Add a target-specific DAG combine to combine...
2017-08-27 Craig Topper[X86] Use getOnesVector instead of using DAG.getConstan...
2017-08-26 Davide Italiano[NewGVN] Use `auto` when the type is obvious NFCI.
2017-08-26 Craig Topper[AVX512] Add patterns to match masked extract_subvector...
2017-08-26 Don Hinton[Dominators] Remove redundant explicit template instant...
2017-08-26 Jatin Bhateja[X86] Adding a test for horizontal [f]add/[f]sub for...
2017-08-26 Jatin Bhateja[DAGCombiner] Extending pattern detection for vector...
2017-08-26 Jatin BhatejaRevert rL311247 : To rectify commit message.
2017-08-26 Daniel BerlinNewGVN: Fix PR33204 - We need to add memory users when...
2017-08-26 Craig Topper[X86] Qualify the RMW INC/DEC patterns with NotSlowIncDec.
2017-08-26 Petr HosekRevert "[llvm] Add symbol table support to llvm-objcopy"
2017-08-26 Petr Hosek[llvm] Add symbol table support to llvm-objcopy
2017-08-26 Petr Hosek[llvm-objcopy] New layout algorithm that lays out segme...
2017-08-26 Hiroshi YamauchiAdd options to dump block frequency/branch probability...
2017-08-25 Craig Topper[AVX512] Add patterns to use masked moves to implement...
2017-08-25 Craig Topper[AVX512] Add additional test cases for masked extract...
2017-08-25 Craig Topper[X86] Add patterns to show more failures to use TBM...
2017-08-25 Chandler Carruth[x86] Teach the backend to fold more read-modify-write...
2017-08-25 Davide Italiano[Verifier] Diagnose invalid DIType references instead...
2017-08-25 Davide Italiano[Inliner] Only compute fully inline cost when remarks...
2017-08-25 Matt MorehouseRevert "[SanitizeCoverage] Enable stack-depth coverage...
2017-08-25 Matt Morehouse[SanitizeCoverage] Enable stack-depth coverage for...
2017-08-25 Sanjay Patel[utils] add aarch64 target as an option
2017-08-25 Kostya Serebryany[sanitizer-coverage] extend fsanitize-coverage=pc-table...
2017-08-25 Sanjay Patel[x86] regenerate checks; NFC
2017-08-25 Haicheng Wu[InlineCost] Small changes to early exit condition...
2017-08-25 Craig Topper[InstCombine] Don't fall back to only calling computeKn...
2017-08-25 Craig Topper[InstCombine] Add tests to show missed opportunities...
2017-08-25 Florian Hahn[LoopInterchange] Skip zext instructions when looking...
2017-08-25 David BlaikieFix unused-lambda-capture warning by using default...
2017-08-25 Matt MorehouseFix buildbot breakage from r311763. Remove unused...
2017-08-25 David Green[gold] Fix up a new test to allow it to pass on non...
2017-08-25 Michael KruseNormlize to LF line endings.
2017-08-25 Amjad Aboud[InstCombine] Consider more cases where SimplifyDemande...
2017-08-25 Ilya BiryukovUse temporary directory when building docker image.
2017-08-25 Craig Topper[X86] Use SDValue::getOpcode instead of calling getNode...
2017-08-25 Craig Topper[X86] Use isUInt and isShiftedUInt instead of using...
2017-08-25 Aditya Nandakumar[GISel]: Implement widenScalar for Legalizing G_PHI
2017-08-25 Chandler Carruth[x86] NFC - normalize test case formatting of IR and...
2017-08-25 Chandler CarruthTeach the llc check updater to recognize the end-of...
2017-08-25 Gor Nishanov[coroutines] Add support for symmetric control transfer...
2017-08-25 Chandler Carruth[x86] NFC: More refactoring to pave the way to extendin...
2017-08-25 Chandler Carruth[x86] NFC - Refactor the custom lowering of `(load...
2017-08-25 Craig Topper[X86] Add TBM instructions to X86InstrInfo::isDefConver...
2017-08-25 Matt ArsenaultDAG: Fix naming crime
2017-08-25 Justin Bogner[sanitizer-coverage] Make sure pc-tables aren't dead...
2017-08-25 Mandeep Singh... [unittests] Remove reverse iteration tests which use...
2017-08-25 Chandler Carruth[x86] Back out one aspect of r311318: don't generically set
2017-08-25 Stephen HinesFix two (three) more issues with unchecked Error.
next