summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-28Avoid int to string conversion in Twine or raw_ostream contexts.Benjamin Kramer
2017-12-28[X86][PREFETCH]: Adding full coverage of MC encoding for the PREFETCH isa set...Gadi Haber
2017-12-28[dsymutil][NFC] Replace calls to CoreFoundation with LLVM equivalent.Jonas Devlieghere
2017-12-28[RewriteStatepoints] Fix incorrect assertionMax Kazantsev
2017-12-28[X86][SSE] Use PMADDWD for v4i32 multiplies with 17 or more leading zerosSimon Pilgrim
2017-12-28[InstCombine] Check for isa<Instruction> before using cast<>Simon Pilgrim
2017-12-28Revert "[memcpyopt] Teach memcpyopt to optimize across basic blocks"Reid Kleckner
2017-12-28[bindings/go] fix vet errorsAndrew Wilkins
2017-12-28AMDGPU: Add MMO to atomic_inc/decMatt Arsenault
2017-12-27[X86] Add CLWB to icelake.Craig Topper
2017-12-27[InstCombine] add tests for min/max folds (PR35717); NFCSanjay Patel
2017-12-27[llvm-readobj] Support -needed-libs option for COFF filesPetr Hosek
2017-12-27A special test to demonstrate debug logging for asm matcher.Andrew V. Tischenko
2017-12-27[X86] Reimplement r321437 using custom lowering instead of as a DAG combine.Craig Topper
2017-12-27[AArch64] Change order of candidate FMLS patternsMatthew Simpson
2017-12-27[X86] Fix vmul combine for AVX1 targets.Benjamin Kramer
2017-12-27[InstCombine] Gracefully handle out of range extractelement indicesSimon Pilgrim
2017-12-27[DAGCombine] foldBinOpIntoSelect can fail to constant fold in some cases.Simon Pilgrim
2017-12-27Improve performance TokenizeWindowsCommandLineRui Ueyama
2017-12-27[Lint] Don't warn about noalias argument aliasing if other argument is byvalMikael Holmen
2017-12-27[X86][RD]: Adding full coverage of MC encoding for RD isa sets.<NFC>Gadi Haber
2017-12-27[SCEV] Be careful with nuw/nsw/exact in InsertBinopSerguei Katkov
2017-12-27[SCEV] Do not insert if it is already in cacheSerguei Katkov
2017-12-27[instcombine] add powi(x, 2) -> x * xPhilip Reames
2017-12-27Sink a couple of transforms from instcombine into instsimplify.Philip Reames
2017-12-27[NFC] Extract out a helper function for SimplifyCall(CS, Q)Philip Reames
2017-12-26[Unroll][DebugInfo] Propagate loop body's debug location to epilog preheaderZhaoshi Zheng
2017-12-26[DAGCombine] visitANDLike - ensure APInt is is in range for getSExtValue/getZ...Simon Pilgrim
2017-12-26[X86] Return SDValue(N, 0) instead of an SDValue() after a successful combine.Craig Topper
2017-12-26[X86] Regenerate test using update_llc_test_checks.py.Craig Topper
2017-12-26[InstCombine] fix miscompile of frem with 0.0 operand (PR34870)Sanjay Patel
2017-12-26[InstCombine] add test for frem with 0.0 (PR34870); NFCSanjay Patel
2017-12-26It's a fix for Bug 35741 - can't use comments after x86 prefixes.Andrew V. Tischenko
2017-12-26[ValueTracking] ignore FP signed-zero when detecting a casted-to-integer fmin...Sanjay Patel
2017-12-26[DAGCombine] Don't combine (and (setne X, 0), (setne X, -1)) --> (setuge (add...Simon Pilgrim
2017-12-26[InstSimplify] Check for in range extraction index before calling APInt::getZ...Simon Pilgrim
2017-12-26[X86] Pass itins.rr/itins.rm through properly for some instructions.Craig Topper
2017-12-26[X86] Use SSE_INTMUL_ITINS_P for the AVX-512 MUL instructions to match their ...Craig Topper
2017-12-26[X86] Fix typo in assert message.Craig Topper
2017-12-25COFF: fix IMAGE_FILE_MACHINE_AM33Martell Malone
2017-12-25[docs] Use dbgs() instead of errs() for DEBUG()Jonas Devlieghere
2017-12-25[ThinLTO] Don't import functions with noinline attributeEugene Leviant
2017-12-25[MC] - Disallow invalid section groups declarations.George Rimar
2017-12-25[SafepointIRVerifier] Allow non-dereferencing uses of unrelocated or poisoned...Max Kazantsev
2017-12-25[X86] Add a DAG combines to turn vXi64 muls into VPMULDQ/VPMULUDQ if the uppe...Craig Topper
2017-12-25[X86] Add avx512vl and avx512dq command lines to combine-pmuldq.ll to demonst...Craig Topper
2017-12-25[cmake] Always respect existing CMAKE_REQUIRED_FLAGS when adding additional o...Don Hinton
2017-12-25[X86] Make some helper methods static functions instead. NFCCraig Topper
2017-12-25[X86] Use SelectionDAG::getFPExtendOrRound to simplify some code.Craig Topper
2017-12-24[X86][AVX] Add AVX1/AVX2 vmul testsSimon Pilgrim