summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-11-16Resubmit "Refactor debuginfo-tests"Zachary Turner
2017-11-16Add ELF dynamic symbol support to yaml2obj/obj2yamlDave Lee
2017-11-16[InstCombine] add tests for pow(); NFCSanjay Patel
2017-11-16make exitDsymutil static.Rafael Espindola
2017-11-16Allow empty mappings for optional YAML inputDave Lee
2017-11-16Convert another use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16[DebugInfo/PDB] Exclude the PDB/DIA files added in my previous commit from mo...Aaron Smith
2017-11-16[InstCombine] add tests for 'afn' FMF; NFCSanjay Patel
2017-11-16[asan] Fix small X86_64 ShadowOffset for non-default shadow scaleWalter Lee
2017-11-16[InstCombine] regenerate test checks; NFCSanjay Patel
2017-11-16Revert "[Support][CachePruning] Fix regression in pruning interval"Rafael Espindola
2017-11-16[InstCombine] regenerate test checks; NFCSanjay Patel
2017-11-16[InstCombine] regenerate test checks; NFCSanjay Patel
2017-11-16[InstCombine] regenerate test checks; NFCSanjay Patel
2017-11-16Let llvm.invariant.group.barrier accepts pointer to any address spaceYaxun Liu
2017-11-16[FuzzMutate] Fix windows build after rL318407.Igor Laevsky
2017-11-16[InstSimplify] add tests for fcmp ord/uno; NFCSanjay Patel
2017-11-16[FuzzMutate] NFC. Move parseModule and writeModule from llvm-isel-fuzzer into...Igor Laevsky
2017-11-16Remove stray comma in sink-addrmode testJohn Brawn
2017-11-16[InstCombine] include 'sub' in the list of narrow-able binopsSanjay Patel
2017-11-16[DebugInfo/PDB] Adding getUndecoratedNameEx and IPDB interfaces for IDiaEnumT...Aaron Smith
2017-11-16[X86] Add scheduling tests for SHLD/SHRDSimon Pilgrim
2017-11-16[SCEV] simplify loop. NFC.Javed Absar
2017-11-16Test commit. Add a missing dash to the standard llvm file header; NFC.Aaron Smith
2017-11-16[ARM GlobalISel] Add tests for BIC. NFCDiana Picus
2017-11-16[Support][CachePruning] Fix regression in pruning intervalBen Dunbobbin
2017-11-16[asan] Fix size/alignment issues with non-default shadow scaleWalter Lee
2017-11-16[ARM GlobalISel] Add tests for REVSH patterns. NFCDiana Picus
2017-11-16Fix pointer EVT in SelectionDAGBuilder::visitAllocaYaxun Liu
2017-11-16[DAGCombine] Enable more srl -> load combinesSam Parker
2017-11-16[mips][mt] Add missing test cases from r318207Simon Dardis
2017-11-16Assert correct removal of SUnit in LatencyPriorityQueueBenjamin Kramer
2017-11-16[TTI][X86] update costs of interleaved load\store of i64\doubleMohammed Agabaria
2017-11-16[MachineRegisterInfo] Avoid having dbg.values affect code generationMikael Holmen
2017-11-16[IRCE] Fix SCEVExpander's usage in IRCEMax Kazantsev
2017-11-16[X86] Update TTI to report that v1iX/v1fX types aren't legal for masked gathe...Craig Topper
2017-11-16[SelectionDAG] Use report_fatal_error instead of llvm_unreachable in some cod...Craig Topper
2017-11-16[SCEV][NFC] Introduce isSafeToExpandAt function to SCEVExpanderMax Kazantsev
2017-11-16Fix thinko in last commit.Eric Christopher
2017-11-16Add NDEBUG checks around LLVM_DUMP_METHOD functions for Wunused-function warn...Eric Christopher
2017-11-16Need to work around the gcc Wunused-function bug as far back as gcc 6.1, upda...Eric Christopher
2017-11-16Fix APInt bit size in processDbgDeclaresYaxun Liu
2017-11-16[asan] Fallback to non-ifunc dynamic shadow on android<22.Evgeniy Stepanov
2017-11-16[X86] Custom type legalize v2f32 masked gathers instead of trying to cleanup ...Craig Topper
2017-11-16LTO: clarify why we need to gracefully handle sys::fs::rename failuresBob Haarman
2017-11-16Convert a use of createUniqueFile to TempFile::create.Rafael Espindola
2017-11-16bpf: enable llvm-objdump to print out symbolized jmp targetYonghong Song
2017-11-16[globalisel][tablegen] Generate rule coverage and use it to identify untested...Daniel Sanders
2017-11-16Try to fix WebAssembly build after r318352Reid Kleckner
2017-11-16[GVNHoist] Fix a signed/unsigned comparison warning that occurs in 32-bit bui...Craig Topper