OSDN Git Service

android-x86/external-llvm.git
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
2018-10-13 Sanjay Patel[InstCombine] fix complexity canonicalization with...
2018-10-13 Simon Pilgrim[X86][SSE] Remove most of vector CTTZ custom lowering...
2018-10-13 Sanjay Patel[InstCombine] add tests for operand complexity canonica...
2018-10-13 David Bolvansky[NFC] Fixed duplicated test file
2018-10-13 David Bolvansky[InstCombine] Fixed crash with aliased functions
2018-10-13 Simon Pilgrim[X86][SSE] Begin removing vector CTTZ custom lowering...
2018-10-13 Simon Pilgrim[X86][SSE] combineIncDecVector - use isConstantSplat
2018-10-13 Simon Pilgrim[X86] Pull out target constant splat helper function...
2018-10-13 Simon PilgrimPull out repeated getOperand(). NFCI.
2018-10-13 Simon PilgrimRemove unused variable. NFCI.
2018-10-13 Simon Pilgrim[X86][SSE] Improve CTTZ lowering when CTLZ is legal
2018-10-13 Simon Pilgrim[X86][SSE] Change CTTZ vector lowering to cttz(x) ...
2018-10-13 Simon Pilgrim[X86][AVX] Add lowerVectorShuffleAsLanePermuteAndPermut...
2018-10-13 Arnaud A. de... [AArch64] Swap comparison operands if that enables...
2018-10-13 Thomas Lively[WebAssembly] SIMD min and max
2018-10-13 Thomas Lively[Intrinsic] Add llvm.minimum and llvm.maximum instrinsi...
2018-10-13 Thomas Lively[WebAssembly][NFC] Unify ARGUMENT classes
2018-10-12 Kostya Serebryanymove GetOrCreateFunctionComdat to Instrumentation.cpp...
2018-10-12 Alex Bradbury[RISCV] Eliminate unnecessary masking of promoted shift...
2018-10-12 Fangrui Song[llvm-readobj] Fix an error message about .llvm.call...
2018-10-12 Craig Topper[LegalizeVectorTypes] Use TLI.getVectorIdxTy instead...
2018-10-12 Craig Topper[X86] Improve type legalization of (v2i32/v4i16/v8i16...
2018-10-12 Craig Topper[X86] Simplify the end of custom type legalization...
2018-10-12 Craig Topper[X86] Skip (v2i32/v4i16/v8i8 (bitcast (f64))) handling...
2018-10-12 Craig Topper[LegalizeVectorTypes] When widening the result of a...
2018-10-12 Eli FriedmanRevert BTF commit series.
2018-10-12 Craig Topper[LegalizeVectorTypes] When widening the operands to...
2018-10-12 Craig Topper[LegalizeVectorTypes] When unrolling in WidenVecRes_Con...
2018-10-12 Simon PilgrimFix Wdocumentation warning. NFCI.
2018-10-12 Simon PilgrimRegenerate test. NFCI.
2018-10-12 Rui UeyamaReplace assert() with llvm_unreachable because it's...
2018-10-12 Reid Kleckner[codeview] Emit S_BUILDINFO and LF_BUILDINFO with cwd...
2018-10-12 Andrea Di Biagio[llvm-mca] Correctly set aliases for register writes...
2018-10-12 Jonathan Metzman[SanitizerCoverage] Prevent /OPT:REF from stripping...
2018-10-12 Simon PilgrimFix MCBTF string array initialization so its MSVC frien...
2018-10-12 Fangrui Song[BPF] Use cstdint {,u}int*_t instead of linux/types...
2018-10-12 Eric LiuDisambiguate: s/make_unique/llvm::make_unique/. NFC
2018-10-12 Fangrui Song[BPF] Don't include linux/types.h and fix style
2018-10-12 Zachary TurnerBetter support for POSIX paths in PDBs.
2018-10-12 Fangrui Song[BPF] Some fixes after rL344366
2018-10-12 Nick Desaulniers[Support] exit with custom return code for SIGPIPE
2018-10-12 Yonghong Song[BPF] Add BTF generation for BPF target
next