OSDN Git Service

android-x86/external-llvm.git
2018-10-16 Teresa Johnson[LTO] Call InitLLVM from llvm-lto2
2018-10-16 Leonard Chan[Intrinsic] Signed Saturation Addition Intrinsic
2018-10-16 Evandro Menezes[NFC][ARM] Refactor macro fusion
2018-10-16 Evandro Menezes[NFC][AArch64] Refactor macro fusion
2018-10-16 Chris Lattnerfix an out of date paragraph noticed by Bryce Lelbach
2018-10-16 Anna Thomas[LV] Teach vectorizer about variant value store into...
2018-10-16 Sanjay Patelrevert rL344609: [InstCombine] try harder to form selec...
2018-10-16 Sanjay Patel[InstCombine] make sure type is integer before calling...
2018-10-16 Sanjay Patel[InstCombine] try harder to form select from logic ops
2018-10-16 Ayal Zaks[LV] Add test checks when vectorizing loops under opt...
2018-10-16 Simon Pilgrim[LegalizeDAG] ExpandLegalINT_TO_FP - cleanup UINT_TO_FP...
2018-10-16 Max Kazantsev[NFC] Introduce ICFLoopSafetyInfo
2018-10-16 Simon Pilgrim[X86] Fix Skylake ReadAfterLd for PADDrm etc.
2018-10-16 Renato Golin[VPlan] Script to extract VPlan digraphs from log
2018-10-16 Max Kazantsev[NFC] Remove obsolete method headerMayThrow
2018-10-16 Max Kazantsev[NFC] Make LoopSafetyInfo abstract to allow alternative...
2018-10-16 Aleksandar... [mips][micromips] Fix how values in .gcc_except_table...
2018-10-16 Max Kazantsev[NFC] Encapsulate work with BlockColors in LoopSafetyInfo
2018-10-16 David Stenberg[DebugInfo][LCSSA] Rewrite pre-existing debug values...
2018-10-16 Max Kazantsev[NFC] Move block throw check inside allLoopPathsLeadToBlock
2018-10-16 Max Kazantsev[NFC] Turn isGuaranteedToExecute into a method
2018-10-16 Alexander Shaposhnikov[llvm-objcopy] Factor out Buffer
2018-10-16 Max Kazantsev[SCEV] Limit AddRec "simplifications" to avoid combinat...
2018-10-16 Sebastian Pop[hot-cold-split] fix failing testcases
2018-10-16 Heejin Ahn[WebAssembly] LSDA info generation
2018-10-15 Craig Topper[X86] Remove some isel patterns that shouldn't be possible.
2018-10-15 Lang Hames[ORC] Rename ORC layers to make the "new" ORC layers...
2018-10-15 Nicolai HaehnleStructurizeCFG,AMDGPU: Test case of a redundant phi...
2018-10-15 Chris Bieneman[CMake] Fix a missing LLVM_ENABLE_IDE from r344555
2018-10-15 Lang Hames[ORC] Rename MultiThreadedSimpleCompiler to ConcurrentI...
2018-10-15 Lang HamesChange a TerminatorInst* to an Instruction* in HotColdS...
2018-10-15 Lang Hames[ORC] Switch to DenseMap/DenseSet for ORC symbol map...
2018-10-15 Erik PilkingtonNFC: Fix a -Wsign-conversion warning
2018-10-15 Craig Topper[X86] Fix a bad bitcast in the load form of vXi16 unifo...
2018-10-15 Craig Topper[X86] Add test cases showing failure to fold load into...
2018-10-15 Craig Topper[X86] Disable the peephole pass on avx2-intrinsics...
2018-10-15 Craig Topper[X86] Regenerate avx2-intrinsics-x86.ll to compress...
2018-10-15 Sanjay Patel[InstCombine] add tests for bitwise logic --> select...
2018-10-15 Sebastian Pop[hot-cold-split] fix static analysis of cold regions
2018-10-15 Chris Bieneman[CMake] Use LLVM_ENABLE_IDE instead of CMAKE_CONFIGURAT...
2018-10-15 Simon Pilgrim[AARCH64] Improve vector popcnt lowering with ADDLP
2018-10-15 Chris Bieneman[CMake] Change the default value of LLVM_ENABLE_IDE
2018-10-15 Konstantin... AMDGPU: Generate .amdgcn_target for object code v3
2018-10-15 Jordan Rupprecht[llvm-objcopy] NFC: update TODO test comment
2018-10-15 Vedant Kumar[CodeExtractor] Erase debug intrinsics in outlined...
2018-10-15 Lang Hames[ADT] Fix a bug in DenseSet's initializer_list constructor.
2018-10-15 Sanjay Patel[SelectionDAG] allow FP binops in SimplifyDemandedVecto...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fmul matching
2018-10-15 Sanjay Patel[DAGCombiner] refactor folds for fadd (fmul X, -2.0...
2018-10-15 Sanjay Patel[AArch64] add tests for fmul x, -2.0 with undef elts...
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fma matching
2018-10-15 Sanjay Patel[x86] add tests for fma with undef elts; NFC
2018-10-15 Sanjay Patel[DAGCombiner] allow undef elts in vector fma matching
2018-10-15 Fedor SergeevRevert "[NewPM] teach -passes= to emit meaningful error...
2018-10-15 Sanjay Patel[x86] add tests for fma with undef elts; NFC
2018-10-15 Lang Hames[ADT] Adds equality operators for DenseMap and DenseSet...
2018-10-15 Fedor Sergeev[NewPM] teach -passes= to emit meaningful error messages
2018-10-15 Aleksandar... [mips][micromips] Fix overlaping FDEs error
2018-10-15 Aleksandar... [mips][micromips] Revert "Fix overlaping FDEs error"
2018-10-15 Simon Pilgrim[ARM][NEON] Improve vector popcnt lowering with PADDL...
2018-10-15 Aleksandar... [mips][micromips] Fix overlaping FDEs error
2018-10-15 Nicolai HaehnleAMDGPU: Test showing a scalar buffer load deficiency
2018-10-15 Fedor Sergeev[NewPM] implement SCC printing for -print-before-all...
2018-10-15 Chandler Carruth[TI removal] Make `getTerminator()` return a generic...
2018-10-15 Chandler Carruth[TI removal] Rework `InstVisitor` to support visiting...
2018-10-15 Chandler Carruth[TI removal] Make variables declared as `TerminatorInst...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from GVN.h and...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from SparsePropaga...
2018-10-15 Chandler Carruth[TI removal] Remove a dead forward declaration of Termi...
2018-10-15 Chandler Carruth[TI removal] Remove `TerminatorInst` from BasicBlockUtils.h
2018-10-15 Chandler Carruth[TI removal] Just use Instruction in the CFG printer...
2018-10-15 Guillaume Chatelet[llvm-exegesis] Fix missing std::move.
2018-10-15 Chandler Carruth[TI removal] Remove a unnecessary use of `TerminatorIns...
2018-10-15 Chandler Carruth[TI removal] Remove TerminatorInst as an input paramete...
2018-10-15 Guillaume Chatelet[llvm-exegesis][NFC] Return many CodeTemplates instead...
2018-10-15 Bjorn Pettersson[TwoAddressInstructionPass] Replace subregister uses...
2018-10-15 Craig Topper[X86] Autogenerate checks. NFC
2018-10-15 Lang Hames[ORC] Simplify naming for JITDylib definition generators.
2018-10-15 Craig Topper[X86] Move promotion of vector and/or/xor from legaliza...
2018-10-15 Craig Topper[X86] Add 128 MOVDDUP to the constant pool printing...
2018-10-15 Craig Topper[X86] Autogenerate complete checks. NFC
2018-10-14 Simon Pilgrim[InstCombine] Add PR27343 test cases
2018-10-14 Ayal Zaks[LV] Fix comments reported when not vectorizing single...
2018-10-14 Simon Pilgrim[X86][AVX] Enable lowerVectorShuffleAsLanePermuteAndPer...
2018-10-14 Simon Pilgrim[ARM] Regenerate cttz tests
2018-10-14 Lang Hames[ORC] Remove XXLayer::add methods that default to using...
2018-10-14 Simon Pilgrim[LegalizeDAG] Don't bother with final MUL+SRL stage...
2018-10-14 Sanjay Patel[InstCombine] combine a shuffle and an extract subvecto...
2018-10-14 Dorit Nuzmanrecommit 344472 after fixing build failure on ARM and...
2018-10-14 Dorit Nuzmanrevert 344472 due to failures.
2018-10-14 Dorit Nuzman[IAI,LV] Add support for vectorizing predicated strided...
2018-10-14 Craig Topper[X86] Fix bad indentation. NFC
2018-10-14 Craig Topper[X86] Type legalize v2f32 stores by widening to v4f32...
2018-10-13 Benjamin KramerMove some helpers from the global namespace into anonym...
2018-10-13 Lang Hames[ORC] During lookup, do not match against hidden symbol...
2018-10-13 Simon Pilgrim[AARCH64] Regenerate popcnt tests
2018-10-13 Simon Pilgrim[ARM] Regenerate popcnt tests
2018-10-13 Simon PilgrimPull out repeated variables from SelectionDAGLegalize...
2018-10-13 Craig Topper[LegalizeTypes] Prevent an assertion from PromoteIntRes...
2018-10-13 Thomas Lively[WebAssembly][NFC] Fix signed/unsigned comparison warning
next