OSDN Git Service

android-x86/external-llvm.git
2019-04-28 Nikita Popov[ConstantRange] Add makeExactNoWrapRegion()
2019-04-28 Simon Pilgrim[X86][AVX] Enabled AVX512F tests and add PR40815 test...
2019-04-28 Simon Pilgrim[X86][AVX] Combine non-lane crossing binary shuffles...
2019-04-28 Sanjay Patel[SelectionDAG] include FP min/max variants as binary...
2019-04-28 Sanjay Patel[DAGCombiner] try repeated fdiv divisor transform befor...
2019-04-28 Andrea Di Biagio[MCA] Fix typo in AVX2 gather tests. NFC
2019-04-28 Simon Pilgrim[X86][SSE] Optimize llvm.experimental.vector.reduce...
2019-04-28 Simon Pilgrim[X86][AVX] Add AVX512DQ coverage for masked memory...
2019-04-28 Craig Topper[X86] Remove (V)MOV64toSDrr/m and (V)MOVDI2SSrr/m....
2019-04-27 Simon PilgrimRevert rL359389: [X86][SSE] Add support for <64 x i1...
2019-04-27 Simon Pilgrim[X86][AVX] Add additional SSE/AVX expandload and compre...
2019-04-27 Simon Pilgrim[X86][SSE] Add support for <64 x i1> bool reduction
2019-04-27 Simon Pilgrim[X86][AVX] Cleanup and add additional expandload and...
2019-04-27 Simon Pilgrim[X86][AVX512] Improve vector bool reductions
2019-04-27 Simon Pilgrim[X86] Add vector boolean reduction tests (PR38840)
2019-04-27 Lang Hames[lli] Fix a typo in a cl::opt description.
2019-04-27 Fangrui Song[llvm-nm][llvm-readelf] Avoid single-dash -long-option...
2019-04-27 Simon PilgrimFix check-prefixes typo
2019-04-27 Fangrui Song[DJB] Fix variable case after D61178
2019-04-27 Fangrui Song[llvm-nm] Support section type 'u': STB_GNU_UNIQUE
2019-04-27 Simon Pilgrim[X86][SSE] Add initial test case for subvector insert...
2019-04-27 Simon Pilgrim[X86][AVX] Merge mask select with shuffles across extra...
2019-04-27 Andrea Di Biagio[MCA] Add field `IsEliminated` to class Instruction...
2019-04-27 Simon Atanasyan[cmake] Disable a GCC optimization when building LLVM...
2019-04-27 Craig Topper[X86] Use MOVQ for i64 atomic_stores when SSE2 is enabled
2019-04-27 Mark SearlesRevert "AMDGPU: Split block for si_end_cf"
2019-04-26 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOPC implementation
2019-04-26 Lang Hames[ORC] Add a 'plugin' interface to ObjectLinkingLayer...
2019-04-26 Jessica Paquette[GlobalISel][AArch64] Use getConstantVRegValWithLookThr...
2019-04-26 Nick Desaulniers[AsmPrinter] refactor to support %c w/ GlobalAddress'
2019-04-26 Simon Pilgrim[X86][AVX] Fold extract_subvector(broadcast(x)) ->...
2019-04-26 Jessica Paquette[AArch64][GlobalISel] Select G_BSWAP for vectors of...
2019-04-26 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOP3 and VOP3P implementation
2019-04-26 Simon Pilgrim[DAGCombine] Cleanup visitEXTRACT_SUBVECTOR. NFCI.
2019-04-26 Nikita Popov[ConstantRange] Add abs() support
2019-04-26 Craig Topper[X86] Sink NoRegister creation for unused Base/Index...
2019-04-26 Craig Topper[X86] Segment registers should have i16 type not i32.
2019-04-26 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOP2 changes
2019-04-26 Fangrui Song[llvm-nm] Revert inadvertently committed 'i' change...
2019-04-26 Fangrui Song[ThinLTO] Fix X86/strong_non_prevailing.ll after llvm...
2019-04-26 Roland Froese[PowerPC] Update P9 vector costs for insert/extract...
2019-04-26 Fangrui Song[llvm-nm] Generalize symbol types 'N', 'n' and '?'
2019-04-26 Fangrui Song[llvm-nm] Fix handling of symbol types 't' 'd' 'r'
2019-04-26 Don Hinton[docs] Put DefaultOption bullet in alphabetical order.
2019-04-26 Fangrui Song[llvm-nm][llvm-size] Use --double-dash options in tests
2019-04-26 Fangrui Songs/Dwarf 5/DWARF v5/ NFC
2019-04-26 Sanjay Patel[x86] add tests for fmin/fmax; NFC
2019-04-26 Alexandre GaneaFix llvm-objcopy/ELF/preserve-segment-contents test...
2019-04-26 George Rimar[yaml2obj] - Make implicitSectionNames() return std...
2019-04-26 George Rimar[yaml2obj] - Remove excessive variable. NFC.
2019-04-26 Simon PilgrimFix Wparentheses warning. NFCI.
2019-04-26 George Rimar[yaml2obj] - Make the code to match the LLVM style...
2019-04-26 George Rimar[yaml2elf] - Cleanup the initSectionHeaders(). NFCI.
2019-04-26 Simon Pilgrim[X86][SSE] Pull out OR(EXTRACTELT(X,0),OR(EXTRACTELT...
2019-04-26 Nico WeberMinor formatting tweak, no behavior change
2019-04-26 Fangrui SongcaseFoldingDjbHash: simplify and make the US-ASCII...
2019-04-26 Simon Pilgrim[X86][SSE] Disable shouldFoldConstantShiftPairToMask...
2019-04-26 Simon Pilgrim[X86][AVX] Combine shuffles extracted from a common...
2019-04-26 Sven van Haastregt[InferAddressSpaces] Add AS parameter to the pass factory
2019-04-26 Hans WennborgFix alignment in AArch64InstructionSelector::emitConsta...
2019-04-26 Marcello Maggioni[GlobalISel] Fix inserting copies in the right position...
2019-04-26 Fangrui SongFix typos: (re)?sor?uce -> (re)?source
2019-04-26 Dan Robertson[NFC] Add baseline tests for int isKnownNonZero
2019-04-26 Fangrui Song[llvm-objcopy] Accept --long-option but not -long-option
2019-04-26 Justin Bogner[GlobalOpt] Swap the expensive check for cold calls...
2019-04-25 Lang Hames[ORC] Remove symbols from dependency lists when failing...
2019-04-25 Artem Belevich[CUDA] Implemented _[bi]mma* builtins.
2019-04-25 Artem BelevichPTX 6.3 extends `wmma` instruction to support s8/u8...
2019-04-25 Artem Belevich[NVPTX] generate correct MMA instruction mnemonics...
2019-04-25 Artem Belevich[NVPTX] Refactor generation of MMA intrinsics and instr...
2019-04-25 Sean Fertile[Object][XCOFF] Add intial support for section header...
2019-04-25 Keno Fischer[CMake][PowerPC] Recognize LLVM_NATIVE_TARGET="ppc64le...
2019-04-25 Stanislav Mekhanoshin[AMDGPU] gfx1010 - fix ubsan failure
2019-04-25 Sanjay Patel[x86] add tests for vector fdiv reciprocal estimate...
2019-04-25 David BlaikieAssigning to a local object in a return statement preve...
2019-04-25 Jessica Paquette[GlobalISel][AArch64] Make G_EXTRACT_VECTOR_ELT legal...
2019-04-25 Akira Hatanaka[ObjC][ARC] Let ARC optimizer bail out if the number...
2019-04-25 Stanislav Mekhanoshin[AMDGPU] gfx1010 VOP1 instructions
2019-04-25 Stanislav Mekhanoshin[AMDGPU] gfx1010 utility functions
2019-04-25 Jessica Paquette[GlobalISel][AArch64] Add generic legalization rule...
2019-04-25 Craig Topper[SelectionDAG][X86] Use stack load/store in PromoteIntR...
2019-04-25 Robert Lougher[Evaluator] Walk initial elements when handling load...
2019-04-25 Jessica Paquette[GlobalISel][AArch64] Legalize G_FNEARBYINT
2019-04-25 Jessica Paquette[GlobalISel] Add IRTranslator support for G_FNEARBYINT
2019-04-25 Jessica Paquette[GlobalISel] Add a G_FNEARBYINT opcode
2019-04-25 Lang HamesRevert "[JITLink] Make the JITLink MachO/x86-64 eh...
2019-04-25 Nico Webergn build: Document llvm_enable_dia_sdk variable better
2019-04-25 Nico Webergn build: Make setting llvm_enable_dia_sdk=true work
2019-04-25 Simon Pilgrim[InstCombine][X86] Tweak generic expansion of PACKSS...
2019-04-25 Sam McCall[Support] json::OStream::flush(), which passes through...
2019-04-25 Nico Webergn build: Merge r359179
2019-04-25 Nico Webergn build: Merge r359174
2019-04-25 Nico Webergn build: Merge r359142
2019-04-25 Sam McCall[Support] Add JSON streaming output API, faster where...
2019-04-25 Simon Pilgrim[InstCombine][X86] Add PACKSS/PACKUS tests for truncati...
2019-04-25 Ilya Biryukov[Support] Try to unbreak windows buildbot
2019-04-25 Fangrui SongParallel: only allow the first TaskGroup to run tasks...
2019-04-25 Fangrui Song[llvm-objdump] Prep for adding newlines before and...
2019-04-25 Florian Hahn[ConstantRange] [a, b) udiv a full range is [0, umax...
2019-04-25 Ilya Biryukov[Testing] Move clangd::Annotations to llvm testing...
next