OSDN Git Service

android-x86/external-llvm.git
2017-12-05 Hans WennborgRe-commit r319490 "XOR the frame pointer with the stack...
2017-12-05 Simon Pilgrim[X86][AVX512] Tag VPSLLDQ/VPSRLDQ instruction scheduler...
2017-12-05 Alina SbirleaModify ModRefInfo values using static inline method...
2017-12-05 Ulrich Weigand[SystemZ] Validate shifted compare value in adjustForTe...
2017-12-05 Simon Pilgrim[X86][AVX512] Tag VPTRUNC/VPMOVSX/VPMOVZX instruction...
2017-12-05 Dan Gohman[WebAssembly] Make stack-pointer imports mutable.
2017-12-05 Rafael EspindolaSimplify test.
2017-12-05 Matt ArsenaultAMDGPU: Fix infinite loop with dbg_value
2017-12-05 Joel Galenson[CVP] Remove some {s|u}sub.with.overflow checks.
2017-12-05 Joel Galenson[ConstantRange] Support subtraction in makeGuaranteedNo...
2017-12-05 Simon Pilgrim[X86][X87] Tag FCMOV instruction scheduler classes
2017-12-05 Joel GalensonTest commit.
2017-12-05 Craig Topper[SelectionDAG] Remove the code that handles SETCC with...
2017-12-05 Craig Topper[SelectionDAG] Remove unused method declaration.
2017-12-05 Dan Gohman[WebAssembly] Implement WASM_STACK_POINTER.
2017-12-05 Dan Gohman[WebAssembly] Don't emit .import_global for the wasm...
2017-12-05 Xinliang David Li[PGO] detect infinite loop and form MST properly
2017-12-05 Rafael EspindolaDelete temp file if rename fails.
2017-12-05 Simon Pilgrim[X86][AVX512] Tag VNNIW instruction scheduler classes
2017-12-05 Alexey Bataev[InstCombine] Additional test for PR35354, NFC.
2017-12-05 Simon Pilgrim[X86][AVX512] Drop some default NoItinerary arguments...
2017-12-05 Jina Nahias[x86][AVX512] Lowering kunpack intrinsics to LLVM IR
2017-12-05 Bjorn PetterssonAdd REQUIRES asserts in combine_loads_from_build_pair.ll
2017-12-05 Sam Parker[DAGCombine] Move AND nodes to multiple load leaves
2017-12-05 Simon Pilgrim[X86][AVX512] Tag VPMADD52/VPSADBW instruction schedule...
2017-12-05 Bjorn Pettersson[DAGCombine] Handle big endian correctly in CombineCons...
2017-12-05 Simon Pilgrim[X86][AVX512] Add missing scalar CMPSS/CMPSD logic...
2017-12-05 Mikael HolmenBail out of a SimplifyCFG switch table opt at undef...
2017-12-05 Simon Pilgrim[X86][AVX512] Cleanup bit logic scheduler classes
2017-12-05 Sam Parker[DAGCombine] isLegalNarrowLoad function (NFC)
2017-12-05 Simon Pilgrim[X86][AVX512] Tag scalar CVT and CMP instruction schedu...
2017-12-05 Dean Michael... [XRay][docs] Document xray_mode and log registration...
2017-12-05 Igor Laevsky[InstCombine] Don't crash on out of bounds shifts
2017-12-05 Simon Pilgrim[X86][AVX512] Tag VPCMP/VPCMPU instruction scheduler...
2017-12-05 Simon Pilgrim[X86][AVX512] Cleanup VPCMP scheduler classes
2017-12-05 Simon Pilgrim[X86][AVX512] Tag VFIXUPIMM instructions scheduler...
2017-12-05 Jonas Paulsson[SystemZ] set 'guessInstructionProperties = 0' and...
2017-12-05 Jonas Paulsson[Regalloc] Generate and store multiple regalloc hints.
2017-12-05 George RimarFix build bot after r319750 "[Support/TarWriter] -...
2017-12-05 Pavel LabathRe-commit "[cmake] Enable zlib support on windows"
2017-12-05 George Rimar[Support/TarWriter] - Don't allow TarWriter to add...
2017-12-05 Guy Blank[X86] Fix a bug in handling GRXX subclasses in Domain...
2017-12-05 Craig Topper[SelectionDAG] Use WidenTargetBoolean in WidenVecRes_ML...
2017-12-05 Michael TrentTest commit, as per the LLVM Developer Policy.
2017-12-05 Craig Topper[X86] Use vector widening to support sign extend from...
2017-12-05 Daniel SandersRevert r319691: [globalisel][tablegen] Split atomic...
2017-12-05 Kuba MracekDisable detect_leaks in the ASanified build of LLVM...
2017-12-05 Craig Topper[X86] Fix a crash if avx512bw and xop are both enabled...
2017-12-05 Matt ArsenaultAMDGPU: Fix missing subtarget feature initializer
2017-12-05 Matt ArsenaultAMDGPU: Fix crash when scheduling DBG_VALUE
2017-12-05 Craig Topper[X86] Use vector widening to support zero extend from...
2017-12-05 Craig Topper[X86] Don't use kunpck for vXi1 concat_vectors if the...
2017-12-05 Craig Topper[X86] Use getZeroVector and remove an unnecessary creat...
2017-12-05 Craig Topper[X86] Rearrange some of the code around AVX512 sign...
2017-12-05 Shoaib Meenai[cmake] Modernize some conditionals. NFC
2017-12-05 Matthias BraunMachineFrameInfo: Cleanup some parameter naming inconsi...
2017-12-05 Matthias BraunTwoAddressInstructionPass: Trigger -O0 behavior on...
2017-12-05 Petr Hosek[CMake] Don't use comma as an alternate separator
2017-12-04 Jan VeselyAMDGPU/EG: Add a new FeatureFMA and use it to selective...
2017-12-04 Jan VeselyAMDGPU: Disable fp64 support on pre GCN asics
2017-12-04 Evgeniy Stepanov[msan] Add a fixme note for a minor deficiency.
2017-12-04 Hans WennborgRevert r319490 "XOR the frame pointer with the stack...
2017-12-04 Matt ArsenaultAMDGPU: Fix creating invalid copy when adjusting dmask
2017-12-04 Matt ArsenaultAMDGPU: Use return value of MorphNodeTo
2017-12-04 Daniel SandersAllow similar TargetOpcodes to use inheritance to facto...
2017-12-04 Paul RobinsonRe-submit r289925 (Update .debug_line section version...
2017-12-04 Daniel Sanders[globalisel][tablegen] Tests for r319691
2017-12-04 Hans WennborgDAG: Follow-up to r319692 check the truncates inputs...
2017-12-04 Hans WennborgDAG: Match truncated rotation (PR35487)
2017-12-04 Daniel Sanders[globalisel][tablegen] Split atomic load/store into...
2017-12-04 Hiroshi YamauchiMove splitIndirectCriticalEdges() to BasicBlockUtils.h.
2017-12-04 Matthias BraunAdd missing triple args to tests
2017-12-04 Haicheng Wu[ConstantFold] Support vector index when factoring...
2017-12-04 Sanjoy Das[SCEV] Use a "Discovered" set instead of a "Visited...
2017-12-04 Sanjoy Das[SCEV] A different fix for PR33494
2017-12-04 Sanjoy Das[BypassSlowDivision] Improve our handling of divisions...
2017-12-04 Matthias BraunMachineVerifier: undef phi arg doesn't need to be live...
2017-12-04 Francis Visoiu... [CodeGen] Unify MBB reference format in both MIR and...
2017-12-04 Pablo BarrioFix function pointer tail calls in armv8-M.base
2017-12-04 Pavel LabathRevert "[cmake] Enable zlib support on windows"
2017-12-04 Sam Kolton[AMDGPU] SDWA: add support for PRESERVE into SDWA peephole.
2017-12-04 Sam Parker[ARM] CodeGen test
2017-12-04 Anna Thomas[Loop Predication] Teach LP about reverse loops
2017-12-04 Jonas Hahnfeld[NVPTX] Assign valid global names
2017-12-04 Jonas Devlieghere[NFC][lit] Use proper semantic versioning names for...
2017-12-04 Oliver StannardRevert r319649 - [Asm, ARM] Add fallback diag for multi...
2017-12-04 Sam McCallRevert "[ValueTracking] Pass only a single lambda to...
2017-12-04 Tim CorringhamAMDGPU: fix missing s_waitcnt
2017-12-04 Oliver Stannard[Asm, ARM] Add fallback diag for multiple invalid operands
2017-12-04 Jonas Paulsson[TwoAddressInstructionPass] Bugfix in handling of...
2017-12-04 Sam Parker[DAGCombine] Remove isAndLoadExtLoad arguments
2017-12-04 Martin Storsjo[AArch64] Allow using emulated tls on platforms other...
2017-12-04 Martin Storsjo[ARM] Allow using emulated tls on platforms other than ELF
2017-12-04 Craig Topper[X86] Allow VPMAXUQ/VPMAXSQ/VPMINUQ/VPMINSQ to be used...
2017-12-04 Craig Topper[X86] Don't turn UINT_TO_FP into SINT_TO_FP during...
2017-12-04 Craig Topper[SelectionDAG] Teach computeKnownBits some improvements...
2017-12-03 Simon Pilgrim[X86][AVX512] Tag PH2PS/PS2PH conversion instructions...
2017-12-03 Simon Pilgrim[X86][AVX512] Tag packed F2I/I2F/F2F conversion instruc...
2017-12-03 Simon Pilgrim[X86][AVX512] Regenerate schedule tests.
2017-12-03 Simon Pilgrim[X86][SSE] Remove unused IIC_SSE_CVT_PI2PS_RR/IIC_SSE_C...
next