OSDN Git Service

android-x86/external-llvm.git
2017-12-27 Craig Topper[X86] Add CLWB to icelake.
2017-12-27 Sanjay Patel[InstCombine] add tests for min/max folds (PR35717...
2017-12-27 Petr Hosek[llvm-readobj] Support -needed-libs option for COFF...
2017-12-27 Andrew V. TischenkoA special test to demonstrate debug logging for asm...
2017-12-27 Craig Topper[X86] Reimplement r321437 using custom lowering instead...
2017-12-27 Matthew Simpson[AArch64] Change order of candidate FMLS patterns
2017-12-27 Benjamin Kramer[X86] Fix vmul combine for AVX1 targets.
2017-12-27 Simon Pilgrim[InstCombine] Gracefully handle out of range extractele...
2017-12-27 Simon Pilgrim[DAGCombine] foldBinOpIntoSelect can fail to constant...
2017-12-27 Rui UeyamaImprove performance TokenizeWindowsCommandLine
2017-12-27 Mikael Holmen[Lint] Don't warn about noalias argument aliasing if...
2017-12-27 Gadi Haber[X86][RD]: Adding full coverage of MC encoding for...
2017-12-27 Serguei Katkov[SCEV] Be careful with nuw/nsw/exact in InsertBinop
2017-12-27 Serguei Katkov[SCEV] Do not insert if it is already in cache
2017-12-27 Philip Reames[instcombine] add powi(x, 2) -> x * x
2017-12-27 Philip ReamesSink a couple of transforms from instcombine into insts...
2017-12-27 Philip Reames[NFC] Extract out a helper function for SimplifyCall...
2017-12-26 Zhaoshi Zheng[Unroll][DebugInfo] Propagate loop body's debug locatio...
2017-12-26 Simon Pilgrim[DAGCombine] visitANDLike - ensure APInt is is in range...
2017-12-26 Craig Topper[X86] Return SDValue(N, 0) instead of an SDValue()...
2017-12-26 Craig Topper[X86] Regenerate test using update_llc_test_checks.py.
2017-12-26 Sanjay Patel[InstCombine] fix miscompile of frem with 0.0 operand...
2017-12-26 Sanjay Patel[InstCombine] add test for frem with 0.0 (PR34870)...
2017-12-26 Andrew V. TischenkoIt's a fix for Bug 35741 - can't use comments after...
2017-12-26 Sanjay Patel[ValueTracking] ignore FP signed-zero when detecting...
2017-12-26 Simon Pilgrim[DAGCombine] Don't combine (and (setne X, 0), (setne...
2017-12-26 Simon Pilgrim[InstSimplify] Check for in range extraction index...
2017-12-26 Craig Topper[X86] Pass itins.rr/itins.rm through properly for some...
2017-12-26 Craig Topper[X86] Use SSE_INTMUL_ITINS_P for the AVX-512 MUL instru...
2017-12-26 Craig Topper[X86] Fix typo in assert message.
2017-12-25 Martell MaloneCOFF: fix IMAGE_FILE_MACHINE_AM33
2017-12-25 Jonas Devlieghere[docs] Use dbgs() instead of errs() for DEBUG()
2017-12-25 Eugene Leviant[ThinLTO] Don't import functions with noinline attribute
2017-12-25 George Rimar[MC] - Disallow invalid section groups declarations.
2017-12-25 Max Kazantsev[SafepointIRVerifier] Allow non-dereferencing uses...
2017-12-25 Craig Topper[X86] Add a DAG combines to turn vXi64 muls into VPMULD...
2017-12-25 Craig Topper[X86] Add avx512vl and avx512dq command lines to combin...
2017-12-25 Don Hinton[cmake] Always respect existing CMAKE_REQUIRED_FLAGS...
2017-12-25 Craig Topper[X86] Make some helper methods static functions instead...
2017-12-25 Craig Topper[X86] Use SelectionDAG::getFPExtendOrRound to simplify...
2017-12-24 Simon Pilgrim[X86][AVX] Add AVX1/AVX2 vmul tests
2017-12-24 Benjamin KramerMake helpers static. No functionality change.
2017-12-24 Simon Pilgrim[X86][X87] Mark pseudo memory fold instructions as...
2017-12-24 Simon Pilgrim[X86][X87] Renamed CHECK prefix, its not actually broke...
2017-12-24 Simon Pilgrim[X86][X87] Add another test case mentioned on PR34080
2017-12-24 Craig Topper[X86] Fix (v2f64 (s/uint_to_fp (v2i1))) to avoid scalar...
2017-12-24 George Rimar[MC] - Teach llvm-mc to handle comdats whose names...
2017-12-24 Craig Topper[DAGCombiners] Don't turn ANDs to shuffles with zero...
2017-12-24 Craig Topper[X86] Add assembler predicates to BITALG/VBMI2/VNNI...
2017-12-24 Craig Topper[X86] Teach WidenMaskArithmetic to handle any constant...
2017-12-23 Craig Topper[SelectionDAG] Teach SelectionDAG::getNode to constant...
2017-12-23 Florian Hahn[CallSiteSplitting] Remove isOrHeader restriction.
2017-12-23 Craig Topper[X86] Remove type restrictions from WidenMaskArithmetic.
2017-12-23 Craig Topper[X86] In WidenMaskArithmetic, make sure we check the...
2017-12-23 Craig Topper[X86] Remove unneeded EVT variable. NFC
2017-12-23 Simon Pilgrim[X86][X87] Wrap FpI_ pseudo to use PseudoI. NFCI.
2017-12-23 Davide Italiano[SCCP] Manually fold branches on undef.
2017-12-23 Simon Pilgrim[X86] Add default InstrItinClass to PseudoI
2017-12-23 Craig Topper[X86] Pass the right VT to the getZeroExtendInReg intro...
2017-12-23 Craig Topper[X86] Use SelectionDAG::getZeroExtendInReg instead...
2017-12-23 Craig Topper[SelectionDAG][X86] Don't use ->getValueType(0) after...
2017-12-22 Nirav Dave[DAG] Add missing case check from findbaseoffset merge...
2017-12-22 Nirav DaveIntegrate findBaseOffset address analyses to BaseIndexO...
2017-12-22 Walter Lee[git-llvm] Handle files ignored by svn correctly
2017-12-22 Benjamin KramerUnbreak the build. Combining chrono with Optional is...
2017-12-22 Sam Clegg[WebAssembly] MC: Fix for address taken aliases
2017-12-22 Alina Sbirlea[MemorySSA] Allow reordering of loads that alias in...
2017-12-22 Nirav DaveRevert "[DAG] Integrate findBaseOffset address analyses...
2017-12-22 Guozhi Wei[SimplifyCFG] Don't do if-conversion if there is a...
2017-12-22 Ben Dunbobbin[ThinLTO][CachePruning] explicitly disable pruning
2017-12-22 Sanjoy Das(Re-landing) Expose a TargetMachine::getTargetTransform...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected handling of negative expressions
2017-12-22 Craig Topper[SelectionDAG] Reverse the order of operands in the...
2017-12-22 Craig Topper[X86] When lowering insert_vector_elt/extract_vector_el...
2017-12-22 Craig Topper[X86] Improve the printing of address mode during isel...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Corrected parsing of optional operands...
2017-12-22 Haicheng Wu[InlineCost] Find more free binary operations
2017-12-22 Nirav Dave[DAG] Integrate findBaseOffset address analyses to...
2017-12-22 Dmitry Preobrazhensky[AMDGPU][MC] Added support of 256- and 512-bit tuples...
2017-12-22 Simon Atanasyan[mips] Add test case to check that calls to mcount...
2017-12-22 Diana Picus[ARM GlobalISel] Support G_INTTOPTR and G_PTRTOINT...
2017-12-22 Diana Picus[ARM GlobalISel] Support pointer constants
2017-12-22 Sam Parker[DAGCombine] Revert r321259
2017-12-22 Chandler CarruthRewrite the cached map used for locating the most preci...
2017-12-22 Craig Topper[X86] Add missing initialization for the HasPREFETCHWT1...
2017-12-22 Craig Topper[X86] Enable PRFCHW feature on KNL/KNM and all CPUs...
2017-12-22 Craig Topper[X86] Add prefetchwt1 instruction and overhaul prioriti...
2017-12-22 Craig Topper[X86] Use SIGN_EXTEND to implement ANY_EXTEND from...
2017-12-22 Eli Friedmaninline-fp.ll was moved in r321332; delete it properly.
2017-12-22 Eli Friedman[Inliner] Restrict soft-float inlining penalty.
2017-12-22 Easwaran RamanAdd hasProfileData() to check if a function has profile...
2017-12-22 Wolfgang Pieb[DWARF] Fix formatting bug with r321295. This fixes...
2017-12-21 Craig Topper[X86] Use SIGN_EXTEND rather than ZERO_EXTEND for lower...
2017-12-21 Alina Sbirlea[ModRefInfo] Add must alias info to ModRefInfo.
2017-12-21 Craig Topper[X86] When lowering truncates to vXi1, don't sign exten...
2017-12-21 Wolfgang Pieb[DWARF v5] Rework of string offsets table reader
2017-12-21 Craig Topper[X86] Promote v8i1 shuffles to v8i32 instead of v8i64...
2017-12-21 Simon Pilgrim[X86][SSE] Split large PAVGB/PAVGW vectors to legal...
2017-12-21 Francis Visoiu... [YAML] Refactor escaping unittests
2017-12-21 Francis Visoiu... [YAML] Fix UTF-8 handling
next