OSDN Git Service

android-x86/external-llvm.git
2017-02-04 Craig Topper[DAGCombiner] Use DAG.getAnyExtOrTrunc to simplify...
2017-02-04 Craig Topper[DAGCombiner] In visitINSERT_VECTOR_ELT, move check...
2017-02-04 Amaury SechetAdd test cases for (trunc adde) DAGCombiner patterns...
2017-02-04 Alex DenisovTripleTest.FileFormat: check non-default value
2017-02-04 Dimitry AndricAdd lld to the test-release.sh script
2017-02-04 Simon Pilgrim[X86][SSE] Add target shuffle combine buildvec style...
2017-02-04 Davide Italiano[IPCP] Don't propagate return value for naked functions.
2017-02-04 Alex DenisovTripleTest.BitWidthArchVariants: add missing arch types...
2017-02-04 Alex DenisovTripleTest.EndianArchVariants: add missing arch types...
2017-02-04 Amaury SechetFormatting in DAGCombiner. NFC
2017-02-04 Xinliang David LiFix variable name /NFC
2017-02-04 Craig Topper[CodeGen] Add v32i1 to is32BitVector and v64i1 to is64B...
2017-02-04 Matthias BraunMachineCopyPropagation: Respect implicit operands of...
2017-02-04 Matthias BraunMachineCopyPropagation: Do not consider undef operands...
2017-02-04 Kyle Butt[CodeGen]: BlockPlacement: Skip extraneous logging.
2017-02-04 Kyle Butt[CodeGen]: BlockPlacement: Apply const liberally. NFC
2017-02-04 Eugene Zelenko[CodeGen] Fix some Clang-tidy modernize and Include...
2017-02-04 Craig Topper[TwoAddressInstruction] Fix typo in comment. NFC
2017-02-04 Justin Lebar[NVPTX] Add tests that invariant vector loads get lower...
2017-02-04 Eric ChristopherRemove a bunch of unnecessary casts to a target specifi...
2017-02-04 Amaury SechetAdd test cases for bug 31719. NFC
2017-02-04 Bob Haarmanfix nullptr Mangler in LTOModule
2017-02-04 Ahmed Bougacha[GlobalISel] Add a few comments to the tablegen backend...
2017-02-04 Ahmed Bougacha[GlobalISel] Print the matched patterns using an action.
2017-02-04 Ahmed Bougacha[GlobalISel] Add a test for the tablegen selector emitt...
2017-02-04 Ahmed Bougacha[GlobalISel] Separate matchers with newlines in emitted...
2017-02-04 Ahmed Bougacha[Support] Simplify triple check in Host CPU test. NFC.
2017-02-04 Eugene Zelenko[Sparc] Fix some Include What You Use warnings; other...
2017-02-04 Brendon Cahoon[RegisterCoalescer] Do not call getInstructionIndex...
2017-02-03 Eugene Zelenko[Mips] Fix some Include What You Use warnings; other...
2017-02-03 Eugene Zelenko[SystemZ] Fix some Include What You Use warnings; other...
2017-02-03 Eugene Zelenko[AMDGPU] Fix some Include What You Use warnings; other...
2017-02-03 Sanjay Patel[InstCombine] treat i1 as a special type in shouldChang...
2017-02-03 Amaury Sechet[APInt] Add integer API bor bitwise operations.
2017-02-03 Kostya Serebryany[libFuzzer] properly hide the memcmp interceptor from...
2017-02-03 Xinliang David Li[PGO] Add select instr profile in graph dump
2017-02-03 Eugene Zelenko[AArch64] Fix some Include What You Use warnings; other...
2017-02-03 Eugene Zelenko[ARM] Fix some Include What You Use warnings; other...
2017-02-03 Eugene Zelenko[XCore] Fix some Include What You Use warnings; other...
2017-02-03 Sanjay Patel[InstCombine] fix operand-complexity-based canonicaliza...
2017-02-03 Artem Tamazov[AMDGPU][mc][tests][NFC] Add coverage/smoke Gfx7 asm...
2017-02-03 Zachary TurnerProperly parse the TypeServer2 record.
2017-02-03 Sanjay Patel[InstCombine] auto-generate better test checks; NFC
2017-02-03 Matt ArsenaultAMDGPU: AsmParser cleanups
2017-02-03 Matt ArsenaultAMDGPU: Cleanup scalar_to_vector test
2017-02-03 Mike Aizatsky[libfuzzer] chromium-related compilation fixes
2017-02-03 Sanjay Patel[InstCombine] auto-generate better test checks; NFC
2017-02-03 Stanislav Mekhanoshin[AMDGPU] Bump -amdgpu-unroll-threshold-private to 2000
2017-02-03 Matt ArsenaultAMDGPU: Set MCAsmInfo::PointerSize
2017-02-03 Matt ArsenaultAMDGPU: Don't unroll for private with dynamic allocas
2017-02-03 Michael Kuperstein[SLP] Make sortMemAccesses explicitly return an error...
2017-02-03 Ahmed Bougacha[TLI] Robustize SDAG LibFunc proto checking by merging...
2017-02-03 Michael Kuperstein[SLP] Use SCEV to sort memory accesses.
2017-02-03 Tim NorthoverGlobalISel: translate dynamic alloca instructions.
2017-02-03 Kevin EnderbyFix a bug in llvm-obdump(1) with the -objc-meta-data...
2017-02-03 Simon Pilgrim[X86][SSE] Add support for combining scalar_to_vector...
2017-02-03 Simon Pilgrim[X86][SSE] Renamed all_of/any_of reduction patterns...
2017-02-03 Anna ThomasNFC: [LoopUnroll] More meaningful message in tracing
2017-02-03 Peter CollingbourneIRMover: Merge flags LinkModuleInlineAsm and IsPerformi...
2017-02-03 Peter CollingbourneModuleLinker: Remove importing support. NFCI.
2017-02-03 Peter CollingbourneFunctionImport: Use IRMover directly.
2017-02-03 Peter CollingbourneObject: Handle files without a dynamic symbol table.
2017-02-03 Simon Dardis[mips] Remove absolute size assertion for end directive
2017-02-03 Justin Lebar[NVPTX] Enable combineRepeatedFPDivisors for NVPTX.
2017-02-03 Justin Lebar[ADT] Fix comment on StringRef::take_back. NFC
2017-02-03 Daniel Sanders[globalisel] Fix missing break.
2017-02-03 Artem Tamazov[AMDGPU][mc] Fix AddressSanitizer leftover issue in...
2017-02-03 Alexey Bataev[SelectionDAG] Fix for PR30775: Assertion `NodeToMatch...
2017-02-03 Sanne Wouda[ARM] Change TCReturn to tBL if tailcall optimization...
2017-02-03 Sanne Wouda[LLC] Add an inline assembly diagnostics handler.
2017-02-03 Sanne WoudaTest commit: remove a blank line.
2017-02-03 Alexey Bataev[SLP] Fix for PR31690: Allow using of extra values...
2017-02-03 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-03 Stanislav Mekhanoshin[AMDGPU] Unroll preferences improvements
2017-02-03 Ahmed Bougacha[Support] Accept macosx triple as 'darwin' in Host...
2017-02-03 Marcos Pividori[sanitizer coverage] Fix Instrumentation to work on...
2017-02-03 Matt ArsenaultAMDGPU: Fold fneg into fmin/fmax_legacy
2017-02-03 David BlaikieDebugInfo: ensure type and namespace names are included...
2017-02-03 Mehdi Amini[ThinLTO] Add an auto-hide feature
2017-02-03 Craig Topper[X86] Mark 256-bit and 512-bit INSERT_SUBVECTOR operati...
2017-02-03 Matt ArsenaultAMDGPU: Fold fneg into fminnum/fmaxnum
2017-02-02 Konstantin... llvm-readobj: fix next note entry calculation and print...
2017-02-02 Matt ArsenaultAMDGPU: Check if users of fneg can fold mods
2017-02-02 Mehdi AminiRevert "[ThinLTO] Add an auto-hide feature"
2017-02-02 Bob Haarman[lto] added getCOFFWeakExternalFallback
2017-02-02 Bob Haarman[lto] add getLinkerOpts()
2017-02-02 Eugene Zelenko[X86] Fix some Clang-tidy modernize and Include What...
2017-02-02 Rafael EspindolaRelax test so that it passes on OS X.
2017-02-02 Reid Kleckner[X86] Avoid sorted order check in release builds
2017-02-02 Craig Topper[X86] Move turning 256-bit INSERT_SUBVECTORS into BLEND...
2017-02-02 Reid Kleckner[CodeGen] Remove dead call-or-prologue enum from CCState
2017-02-02 Xinliang David Li[PGO] internal option cleanups
2017-02-02 Rafael EspindolaChange how we handle section symbols on ELF.
2017-02-02 Javed Absar[ARM] Classification Improvements to ARM Sched-Model...
2017-02-02 Quentin Colombet[LiveRangeEdit] Don't mess up with LiveInterval when...
2017-02-02 Krzysztof Parzyszek[Hexagon] Adding opExtentBits and opExtentAlign to...
2017-02-02 Michael Kuperstein[X86] Add costs for non-AVX512 single-source permutatio...
2017-02-02 Krzysztof Parzyszek[Hexagon] Fix relocation kind for extended predicated...
2017-02-02 Krzysztof Parzyszek[Hexagon] Remove A4_ext_* pseudo instructions
2017-02-02 Kostya Serebryany[libFuzzer] reorganize the tracing code to make it...
next