OSDN Git Service

android-x86/external-llvm.git
2018-02-09 Dan Gohman[WebAssembly] Add an LLVM_FALLTHROUGH to address a...
2018-02-09 Daniel Neilson[AMDGPUPromoteAlloca] Replace deprecated memory intrins...
2018-02-09 Daniel Neilson[AArch64FastISel] Replace deprecated calls to MemoryInt...
2018-02-09 Francis Visoiu... [X86][MC] Fix assembling rip-relative addressing +...
2018-02-09 Matt Davis[CodeGen] Add lifetime markers to the list of meta...
2018-02-09 Sam Clegg[WebAssebmly] Report undefined symbols correctly in...
2018-02-09 Francis Visoiu... [CodeGen] Print predecessors as MIR comments in -debug...
2018-02-09 Kevin Enderbyllvm-objdump when printing the Objective-C meta data...
2018-02-09 Evandro Menezes[AArch64] Adjust the cost model for Exynos M3
2018-02-09 Vedant Kumar[Utils] Salvage debug info from dead 'or' instructions
2018-02-09 Krzysztof Parzyszek[Hexagon] Add code to select QTRUE and QFALSE
2018-02-09 Matt ArsenaultDeclare PostDominatorTree as a class
2018-02-09 Artem Belevich[tablegen] Fixed few !foreach evaluation issues.
2018-02-09 Steven Wu[ThinLTO] Teach ThinLTO about auto hide symbols
2018-02-09 Sanjay Patel[x86] remove duplicate undef tests; NFC
2018-02-09 Simon Pilgrim[InstCombine] Add vector xor tests
2018-02-09 Matt ArsenaultAMDGPU: Remove tied operand from si_else
2018-02-09 Rafael EspindolaEmit smaller exception tables for non-SJLJ mode.
2018-02-09 Rafael EspindolaUse assembler expressions to lay out the EH LSDA.
2018-02-09 Matt ArsenaultReapply "AMDGPU: Add 32-bit constant address space"
2018-02-09 Matt ArsenaultAMDGPU: Fix layering issue
2018-02-09 Evandro Menezes[AArch64] Refactor stand alone methods (NFC)
2018-02-09 David BlaikiePre-emptively fix test case for windows path separators
2018-02-09 David BlaikieRemove some unnecessary REQUIRES: shell from a couple...
2018-02-09 Krzysztof Parzyszek[Hexagon] Express calling conventions via .td file...
2018-02-09 Stefan Maksimovic[DebugInfo] Don't insert DEBUG_VALUE after terminators
2018-02-09 Stefan Maksimovic[SelectionDAG] Provide adequate register class for...
2018-02-09 Oliver Stannard[ELF] Print the .type assembly directive correctly...
2018-02-09 Simon Dardis[mips] UnXFAIL gprestore.ll test.
2018-02-09 Simon Pilgrim[InstCombine] Add constant vector support for X udiv...
2018-02-09 Clement Courbet[TargetSchedule] Fix r324582.
2018-02-09 Pavel Labath[CodeGen] Optimize AccelTable
2018-02-09 Jonas Paulsson[AArch64] Return true in enableMultipleCopyHints().
2018-02-09 Serguei KatkovRename and move utility function getLatchPredicateForGu...
2018-02-09 Vedant Kumar[bugpoint] Report non-existent opt binary
2018-02-09 Stanislav Mekhanoshin[AMDGPU] More descriptive names in the memory legalizer
2018-02-09 Peter CollingbourneLTO: Include live bit in ThinLTO cache key.
2018-02-09 Craig Topper[X86] Simplify some code in lowerV4X128VectorShuffle...
2018-02-09 Craig Topper[X86] Teach shuffle lowering to recognize 128/256 bit...
2018-02-09 Craig Topper[X86] Add 512-bit shuffle test cases for concatenating...
2018-02-09 Victor Leschuk[lit] Pass CLANG env var to testing configuration
2018-02-09 Vedant Kumar[bugpoint] Simplify reducers which can fail verificatio...
2018-02-09 Vedant Kumar[bugpoint] Delete a dead cl::opt (-child-output)
2018-02-09 Vedant Kumar[bugpoint] Avoid noisy errors by passing a valid opt...
2018-02-09 David BlaikieDebugInfo/llvm-symbolizer: Test symbolizing Split DWARF...
2018-02-09 Lang Hames[ORC] Remove Layer handles from the layer concept.
2018-02-09 Douglas YungMake test changes added in r324584 more robust by using...
2018-02-09 Aditya Nandakumar[GISel]: Verify COPIES involving generic registers.
2018-02-09 Francis Visoiu... [CodeGen] Unify the syntax of MBB liveins in MIR and...
2018-02-09 Craig Topper[x86] Add test cases to demonstrate some dumb mask...
2018-02-09 Evgeniy Stepanov[hwasan] Fix kernel instrumentation of stack.
2018-02-09 Francis Visoiu... [CodeGen] Don't compute BranchProbability for MBB:...
2018-02-09 Francis Visoiu... [CodeGen] Only print successors when the list is not...
2018-02-09 Francis Visoiu... [CodeGen] Unify the syntax of MBB successors in MIR...
2018-02-08 Francis Visoiu... [CodeGen] Move printing '\n' from MachineInstr::print...
2018-02-08 Jacques Pienaar[Lanai] Code model dictates section selection.
2018-02-08 Sanjay Patel[x86] consolidate and add tests for undef binop folds...
2018-02-08 Adrian PrantlUse a stable topological sort in DwarfCompileUnit:...
2018-02-08 Dmitry MikulinMinor tweak to test case.
2018-02-08 Paul Robinson[DWARFv5] Fix dumper to show the file table starts...
2018-02-08 Matt ArsenaultAMDGPU: Process SDWA block at a time
2018-02-08 Matt ArsenaultAMDGPU: Minor cleanups
2018-02-08 Alexander Ivchenko[GlobalISel][X86] Fixing failures after https://reviews...
2018-02-08 Alexander Ivchenko[GlobalIsel][X86] Making {G_IMPLICIT_DEF, s128} legal
2018-02-08 Craig Topper[X86] Improve combineCastedMaskArithmetic to fold ...
2018-02-08 Craig Topper[X86] Add DAG combine to constant fold a bitcast of...
2018-02-08 Justin BognerCMake: Explicitly #undef LLVM_REVISION rather than...
2018-02-08 Dmitry Mikulin[ThinLTO] Skip BlockAddresses while replacing uses...
2018-02-08 Paul RobinsonParameterize a test.
2018-02-08 Daniel Neilson[DSan] Update uses of memory intrinsic get/setAlignment...
2018-02-08 Daniel Neilson[ASan] Update uses of IRBuilder::CreateMemCpy to new...
2018-02-08 Vedant KumarRevert "WIP: [DAGCombiner] Assert that debug info is...
2018-02-08 Vedant Kumar[bugpoint] Simplify the global initializer reducer...
2018-02-08 Vedant KumarWIP: [DAGCombiner] Assert that debug info is preserved
2018-02-08 Craig Topper[X86] Remove kortest intrinsics and replace with native IR.
2018-02-08 David Woodhouse[X86] Support 'V' register operand modifier
2018-02-08 David BlaikieFix missing field initializer warning in TableGen Subta...
2018-02-08 Daniel Neilson[MSan] Update uses of IRBuilder::CreateMemCpy to new...
2018-02-08 Simon PilgrimRegenerate test
2018-02-08 Simon Pilgrim[X86] Add common CHECK prefix to shift combine tests
2018-02-08 Simon Pilgrim[X86] Add shift undef, %X tests
2018-02-08 Simon Pilgrim[InstCombine] visitSRem - use m_Negative(APInt) helper...
2018-02-08 Simon Pilgrim[InstCombine] Add vector udiv tests
2018-02-08 Craig Topper[SelectionDAG] Add a helper function for creating a...
2018-02-08 Vedant KumarSimplify function prototypes in bugpoint, NFC
2018-02-08 Douglas YungChange "UNSUPPORTED: windows" to be "UNSUPPORTED: syste...
2018-02-08 Simon Pilgrim[InstCombine] Add m_Negative pattern matching
2018-02-08 Craig Topper[X86] Add a few new test cases for shrunkblend combine
2018-02-08 Simon Pilgrim[InstCombine] Add vector urem tests.
2018-02-08 Vedant KumarUse ranged for loops in TypeFinder.cpp, NFC
2018-02-08 Simon Pilgrim[InstCombine] Regenerate vector mul tests.
2018-02-08 Daniel Neilson[LoopIdiom] Be more aggressive when setting alignment...
2018-02-08 Erich KeaneFix signed/unsigned compare warning I introduced
2018-02-08 Erich Keane[ARM] Add 'fillValidCPUArchList' to ARM targets
2018-02-08 Jonas Devlieghere[dsymutil] Use llvm::sys::path to join bundle path.
2018-02-08 Jonas Devlieghere[dwarfdump] Normalize input path.
2018-02-08 Yaxun Liu[AMDGPU] Updae documentation about address space
2018-02-08 Sanjay Patel[SLPVectorizer] auto-generate complete checks; NFC
2018-02-08 Sanjay Patel[SLPVectorizer] auto-generate complete checks; NFC
2018-02-08 Sanjay Patel[SLPVectorizer] move RUN line to top-of-file; NFC
next