OSDN Git Service

android-x86/external-llvm.git
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
2018-10-12 Sanjay Patel[x86] add and use fast horizontal vector math subtarget...
2018-10-12 Nick Desaulniers[MC][ELF] fix newly added test
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Zachary TurnerRevert "Make YAML quote forward slashes."
2018-10-12 Zachary TurnerMake YAML quote forward slashes.
2018-10-12 Simon PilgrimPull out repeated value types. NFCI.
2018-10-12 Simon PilgrimPull out repeated value types. NFCI.
2018-10-12 Sanjay Patel[AArch64][x86] add tests for trunc disguised as vector...
2018-10-12 Guillaume Chatelet[llvm-exegesis][NFC] Simplify code at the cost of small...
2018-10-12 Eric LiuFix unused variable warning after r344348
2018-10-12 Simon Pilgrim[SelectionDAG] Move VectorLegalizer::ExpandCTLZ codegen...
2018-10-12 Simon Pilgrim[X86][SSE] LowerVectorCTPOP - pull out repeated byte...
2018-10-12 Hiroshi Inoue[PowerPC] avoid masking already-zero bits in BitPermuta...
2018-10-12 Max Moroz[SanitizerCoverage] Make Inline8bit and TracePC counter...
2018-10-12 Simon Pilgrim[X86][AVX] Regenerate tzcnt tests
2018-10-12 Andrea Di Biagio[llvm-mca] Remove method RegisterFileStatistics::initia...
2018-10-12 Sam ParkerFix documentation of MachineInstr::getNumOperands
2018-10-12 Simon Pilgrim[X86][SSE] Add extract_subvector(PSHUFB) -> PSHUFB...
2018-10-12 Andrea Di Biagio[tblgen][llvm-mca] Add the ability to describe move...
2018-10-12 Simon Pilgrim[X86][AVX] Add examples of shuffles that can be reduced...
2018-10-12 Simon Pilgrim[X86] Ignore float/double non-temporal loads (PR39256)
2018-10-12 Tim NorthoverSCCP: avoid caching DenseMap entry that might be invali...
2018-10-12 Stefan Maksimovic[mips] Mark fmaxl as a long double emulation routine
2018-10-12 Eugene Leviant[ThinLTO] Don't import GV which contains blockaddress
2018-10-12 Jordan Rupprecht[llvm-objcopy] Add -F|--target compatibility
2018-10-11 Sanjay Patel[DAGCombiner] rearrange extract_element+bitcast fold...
2018-10-11 Matthias BraunRevert "DwarfDebug: Pick next location in case of missi...
2018-10-11 Tom StellardRevert "AMDGPU/GlobalISel: Implement select for G_INSERT"
2018-10-11 Matthias BraunX86/TargetTransformInfo: Report div/rem constant immedi...
2018-10-11 Kostya Serebryanymerge two near-identical functions createPrivateGlobalF...
2018-10-11 Tom StellardAMDGPU/GlobalISel: Implement select for G_INSERT
2018-10-11 Ana Pazos[RISCV] Fix disassembling of fence instruction with...
2018-10-11 Richard TrieuInline variable into assert to avoid unused variable...
2018-10-11 Alexander Shaposhnikov[llvm-objcopy] Factor out CopyConfig
2018-10-11 Aaron Smith[llvm-pdbutil] Add missing pdb for test
2018-10-11 Wei Mi[SampleFDO][NFC] Remove debugging log left over in...
2018-10-11 Sanjay Patel[x86] add tests for extract_element; NFC
2018-10-11 Sanjay Patel[x86] regenerate CHECKs; NFC
2018-10-11 Aaron Smith[llvm-pdbutil] Pretty print PDBSymbolUsingNamespace...
2018-10-11 Craig Topper[X86] Type legalize v2f32 loads by using an f64 load...
2018-10-11 Thomas Lively[WebAssembly][NFC] Remove repetition of Defs = [ARGUMEN...
2018-10-11 Warren RistowUpdate test of r344198 to work with release builds.
next