OSDN Git Service

android-x86/external-llvm.git
2017-08-02 Reid KlecknerRevert "[lit] Avoid copying llvm/utils/lit/tests/Inputs...
2017-08-02 Matt ArsenaultAMDGPU: Restore using MRI to find highest used regs
2017-08-02 Adrian PrantlRemove the unused Offset field from MachineLocation...
2017-08-02 Nirav Dave[DAG] Improve candidate pruning in store merge failure...
2017-08-02 Evandro Menezes[AArch64] Improve the test of conditional branch fusion
2017-08-02 Adrian PrantlRemove unused includes of MachineLocation.h (NFC)
2017-08-02 Adrian PrantlRemove unreachable code. (NFC)
2017-08-02 Florian Hahn[AArch64] Simplify AES*Tied pseudo expansion (NFC).
2017-08-02 Chad Rosier[InlineCost] Remove redundant call. NFC.
2017-08-02 Adrian PrantlAssert that the offset in MachineLocation::set() is...
2017-08-02 Chad Rosier[InlineCost] Simplify more 'and' and 'or' operations.
2017-08-02 Alexey Bataev[SLPVectorizer] Generalize interface of functions,...
2017-08-02 Alexey Bataev[SLPVectorizer] Test update, NFC.
2017-08-02 Alexey Bataev[SLP] Fix for PR31880: shuffle and vectorize repeated...
2017-08-02 Diana Picus[MIR] Print target-specific constant pools
2017-08-02 Daniel Sanders[globalisel][tablegen] Do not merge memoperands from...
2017-08-02 Craig Topper[InstCombine] Add test cases for 'or' and 'xor' to...
2017-08-02 Davide Italiano[NewGVN] Fold single-use variables. NFCI.
2017-08-02 Davide Italiano[NewGVN] Remove a (now stale) comment. NFCI.
2017-08-02 Dehao ChenFix the bug that parseAAPipeline is not invoked in...
2017-08-02 Craig Topper[SimplifyCFG] Fix typo in comment. NFC
2017-08-02 Chandler Carruth[PM] Fix a bug where through CGSCC iteration we can get
2017-08-02 Matt ArsenaultAMDGPU: Fix clobbering CSR VGPRs when spilling SGPR...
2017-08-02 Matt ArsenaultAMDGPU: Fix emitting encoded calls
2017-08-02 Matt ArsenaultAMDGPU: Analyze callee resource usage in AsmPrinter
2017-08-02 Dehao ChenUpdate the new PM pipeline to make ICP aware if it...
2017-08-02 Stanislav Mekhanoshin[AMDGPU] Fix asan error after last commit
2017-08-02 Nirav Dave[DAG] Refactor store merge subexpressions. NFC.
2017-08-02 Matt ArsenaultAMDGPU: Don't place arguments in emergency stack slot
2017-08-02 Matt ArsenaultDAG: Undo and->or combine with FrameIndexes
2017-08-02 Matthias BraunX86: Do not use llc -march in tests.
2017-08-02 Adrian PrantlUpdate LiveDebugValues to generate DIExpressions for...
2017-08-02 Petr HosekRevert "Reland "[llvm][llvm-objcopy] Added support...
2017-08-01 Adrian PrantlUpdate MIR testcase to reflect change in r309751.
2017-08-01 Petr HosekReland "[llvm][llvm-objcopy] Added support for outputti...
2017-08-01 Stanislav Mekhanoshin[AMDGPU] Turn s_and_saveexec_b64 into s_and_b64 if...
2017-08-01 Adrian PrantlRemove unused accessor (NFC)
2017-08-01 Stanislav Mekhanoshin[AMDGPU] Collapse adjacent SI_END_CF
2017-08-01 Adrian PrantlAssert that the offset of a MachineLocation is always 0.
2017-08-01 Sanjoy Das[SCEV/IndVars] Always compute loop exiting values if...
2017-08-01 Adrian PrantlUse helper function instead of manually constructing...
2017-08-01 Matthias BraunARM: Do not use llc -march in tests.
2017-08-01 Matthias BraunPowerPC: Do not use llc -march in tests.
2017-08-01 Adrian PrantlRemove PrologEpilogInserter's usage of DBG_VALUE's...
2017-08-01 Haicheng Wu[AArch64] Fix a typo in isExtFreeImpl()
2017-08-01 Vedant Kumar[llvm-cov] Allow specifying distinct architectures...
2017-08-01 Eugene Zelenko[Hexagon] Fix some Clang-tidy modernize-use-using and...
2017-08-01 Martin Storsjo[AArch64] Rewrite stack frame handling for win64 vararg...
2017-08-01 Matt ArsenaultAMDGPU: Fix handling of div_scale with undef inputs
2017-08-01 Nirav Dave[DAG] Factor out common expressions. NFC.
2017-08-01 Chad Rosier[Value Tracking] Default argument to true and rename...
2017-08-01 Matt ArsenaultAMDGPU: Add test for r308774
2017-08-01 Matt ArsenaultAMDGPU: Initial implementation of calls
2017-08-01 Reid Kleckner[DebugInfo] Don't turn dbg.declare into DBG_VALUE for...
2017-08-01 Chad Rosier[Value Tracking] Refactor and/or logic into helper...
2017-08-01 Davide Italiano[AMDGPU] Put a function used only inside assert() under...
2017-08-01 Jacques Pienaar[lanai] Add getIntImmCost in LanaiTargetTransformInfo.
2017-08-01 Nirav DavePull out VectorNumElements value. NFC.
2017-08-01 Simon Pilgrim[X86][SSE3] Add scheduler tests for MONITOR/MWAIT
2017-08-01 Nirav DaveRevert "[DAG] Extend visitSCALAR_TO_VECTOR optimization...
2017-08-01 Kostya Serebryany[libFuzzer] temporarty remove pc-tables and disable...
2017-08-01 Simon Pilgrim[X86][SSE] Added missing vector logic intrinsic schedules
2017-08-01 Sanjay Patel[CGP] use narrower types in memcmp expansion when possible
2017-08-01 Nirav Dave[DAG] Convert extload check to equivalent type check...
2017-08-01 Craig Topper[X86] Use BEXTR/BEXTRI for 64-bit 'and' with a large...
2017-08-01 Simon Pilgrim[X86][SSE] Added missing PACKSS/PACKUS intrinsic schedules
2017-08-01 Craig Topper[X86] Split bmi.ll into a bmi test and a bmi2 test.
2017-08-01 Simon Pilgrim[X86][SSSE3] Added missing PHADDS/PHSUBS/PSIGN intrinsi...
2017-08-01 Nirav Dave[DAG] Move extload check in store merge. NFC.
2017-08-01 Manoj Gupta[X86] Fix a crash in FEntryInserter Pass.
2017-08-01 Craig Topper[AVX-512] Don't use unmasked VMOVDQU8/16 for 8-bit...
2017-08-01 Simon Pilgrim[X86][SSSE3] Fix typos in pabsw/pmulhrsw tests for...
2017-08-01 Simon Pilgrim[X86] Added missing cpu to fix generic scheduling model...
2017-08-01 Craig Topper[InstCombine] Remove explicit check for impossible...
2017-08-01 Daniel Sanders[globalisel][tablegen] Removed unnecessary typedef...
2017-08-01 David BlaikieDebugInfo: Update flag description that'd been copypast...
2017-08-01 Tobias Grosser[PostDom] document the current handling of infinite...
2017-08-01 Benjamin Kramer[DebugInfo] Use shrink_to_fit to simplify code. NFCI.
2017-08-01 Nirav Dave[DAG] Extend visitSCALAR_TO_VECTOR optimization to...
2017-08-01 Strahinja Petrovic[Mips] Fix for BBIT octeon instruction
2017-08-01 Krzysztof Parzyszek[Hexagon] Convert HVX vector constants of i1 to i8
2017-08-01 Simon Pilgrim[X86] Regenerate big structure return test and check...
2017-08-01 Tom StellardAMDGPU/GlobalISel: Add support for amdgpu_vs calling...
2017-08-01 Tobias Grosser[PostDom] Fix typo in comment [NFC]
2017-08-01 Max Kazantsev[NFC] Remove obsolete profiling data from eq_ne test
2017-08-01 Andrew V. TischenkoSupport itineraries in TargetSubtargetInfo::getSchedInf...
2017-08-01 Max Kazantsev[IRCE][NFC] Add another assert that AddRecExpr's step...
2017-08-01 Chandler Carruth[PM] Add a comment clarifying what a particular predica...
2017-08-01 Max Kazantsev[IRCE][NFC] Add assert that AddRecExpr's step is not...
2017-08-01 Petr HosekRevert "[llvm][llvm-objcopy] Added support for outputti...
2017-08-01 Daniel JasperRevert r309415: "[LVI] Constant-propagate a zero extens...
2017-08-01 Petr Hosek[llvm][llvm-objcopy] Added support for outputting to...
2017-08-01 Davide Italiano[MetaRenamer] Leave `@main` alone.
2017-08-01 Craig Topper[MathExtras] Remove unnecessary cast of a constant...
2017-08-01 Hiroshi Inoue[StackColoring] Update AliasAnalysis information in...
2017-08-01 Kostya Serebryany[libFuzzer] implement more correct way of computing...
2017-08-01 Kostya Serebryany[libFuzzer] enable -fsanitize-coverage=pc-table for...
2017-08-01 Alina SbirleaDefault MemoryLocation passed to getModRefInfo should...
2017-08-01 Kostya Serebryany[sanitizer-coverage] relax an assertion
2017-08-01 Petr HosekReland "[LLVM][llvm-objcopy] Added basic plumbing to...
next