OSDN Git Service

android-x86/external-llvm.git
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...
2019-04-25 George Rimar[yaml2obj] - Don't crash on invalid inputs.
2019-04-25 Simon PilgrimFix include order. NFCI.
2019-04-25 Simon Pilgrim[X86][SSE] combineBitcastvxi1 - add support for bitcast...
2019-04-25 Ilya Biryukov[Support] Add a GTest matcher for Optional<T>
2019-04-25 Roman Lebedev[NFC][LoopIdiomRecognize] Some basic baseline tests...
2019-04-25 Simon Atanasyan[MIPS] Use custom bitcast lowering to avoid excessive...
2019-04-25 Craig Topper[X86] Remove part of an if condition that should always...
2019-04-25 Lang Hames[JITLink] Make the JITLink MachO/x86-64 eh-frame test...
2019-04-25 Lang Hames[llvm-rtdyld] Add support for passing command line...
2019-04-25 Alina SbirleaEnable LoopVectorization by default.
2019-04-25 Fangrui Song[llvm-objdump] errorToErrorCode+message -> toString
2019-04-25 Philip ReamesConsolidate existing utilities for interpreting vector...
2019-04-25 Kit BartonFix unused variable warning in LoopFusion pass.
2019-04-25 Philip Reames[InstCombine] Be consistent w/handling of masked intrin...
2019-04-25 Davide Italiano[utils] Add a lldb data formatter for llvm::SmallString.
2019-04-24 Austin KerbowFix spelling error. NFC
2019-04-24 Nico Weberllvm-cvtres: Make new dupe resource error a bit friendlier
2019-04-24 JF Bastienposix_spawn should retry upon EINTR
2019-04-24 Reid KlecknerMark new jitlink test XFAIL for windows
2019-04-24 Amy HuangRecommitting r358783 and r358786 "[MS] Emit S_HEAPALLOC...
2019-04-24 Sanjay Patel[DAGCombiner] scale repeated FP divisor by splat factor
2019-04-24 Joerg Sonnenberger[PowerPC] Allow using initial-exec TLS with PIC
2019-04-24 Sean FertileAdd period at end of comment.
2019-04-24 Craig Topper[X86] Attempt to fix use-after-poison from r359121.
2019-04-24 Stanislav Mekhanoshin[AMDGPU] gfx1010 SOP instructions
2019-04-24 Alexey Bataev[SLP] Fix crash after r358519, by V. Porpodas.
2019-04-24 Reid KlecknerTry once more to ensure constant initializaton of Manag...
2019-04-24 Xinliang David LiAdd optional arg to profile count getters to filter
2019-04-24 Craig Topper[X86] Prevent folding a load into an AND if that AND...
2019-04-24 Nico Weberllvm-cvtres: Remove a default argument. No behavior...
2019-04-24 Adrian PrantlRevert using fcopyfile(3) to implement sys::fs::copy_fi...
2019-04-24 David BlaikieDebugInfo: Emit only declarations (not whole definition...
2019-04-24 Craig Topper[X86] Remove dead nodes left after ReplaceAllUsesWith...
2019-04-24 Stanislav Mekhanoshin[AMDGPU] gfx1010 sgpr register changes
2019-04-24 Simon Pilgrim[X86][SSE] Add tests for bitcasting vXi1 bool vectors...
2019-04-24 Lang Hames[JITLink] Add support for passing arguments to jit...
2019-04-24 Robert Widmann[LLVM-C] Deprecate the LLVMValueRef-returning metadata...
2019-04-24 Stanislav Mekhanoshin[AMDGPU] Add gfx1010 target definitions
2019-04-24 Simon Pilgrim[InstCombine][X86] Use generic expansion of PACKSS...
2019-04-24 JF BastienRevert "[llvm-objdump] errorToErrorCode+message ->...
2019-04-24 Nico Weberllvm-undname: Fix assert-on->4GiB-string-literal, found...
2019-04-24 Lang Hames[JITLink] Refer to FDE's CIE (not the most recent CIE...
2019-04-24 Fangrui Song[llvm-objdump] Delete redundant check
2019-04-24 George Rimar[obj2yamp] - Simplify and cleanup the code in ELFDumper...
2019-04-24 Fangrui Song[llvm-objdump] errorToErrorCode+message -> toString
2019-04-24 Dmitry Preobrazhensky[AMDGPU][MC] Parser cleanup and refactoring
2019-04-24 Sanjay Patel[x86] make sure horizontal op and broadcast types match...
2019-04-24 whitequark[LLVM-C] Use dyn_cast instead of unwrap in LLVMGetDebug...
2019-04-24 Fangrui Song[yaml2obj] Replace num_zeros with write_zeros
2019-04-24 George Rimar[yaml2elf] - Replace a loop with write_zeros(). NFC.
2019-04-24 Simon Pilgrim[X86] Add shouldFoldConstantShiftPairToMask override...
next