summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-15[LLVMgold] Don't set undefined symbol as prevailingEugene Leviant
2017-12-15[PowerPC] Convert r+r instructions to r+i (pre and post RA)Nemanja Ivanovic
2017-12-15[X86] Fix a couple bugs in my recent changes to vXi1 insert_subvector lowering.Craig Topper
2017-12-15[SCEV] Fix the movement of insertion point in expander. PR35406.Serguei Katkov
2017-12-15Recommit CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-15Disabling r312514 as it causes miscompiles that show up on bootstrapNemanja Ivanovic
2017-12-15[cmake] Fix clang-cl cross-compilation on macOSShoaib Meenai
2017-12-15[X86] Add a TODO about v8i1 CONCAT_VECTORS.Craig Topper
2017-12-15[SelectionDAG] Make getNode calls that take an ArrayRef of SDValue for operan...Craig Topper
2017-12-15[X86] Further rearrange the setOperationAction calls to separate the ones tha...Craig Topper
2017-12-15[X86] Group setOperationActions related to vXi1 masks together. NFCICraig Topper
2017-12-15[X86] Make ISD::INSERT_SUBVECTOR v8i1 legal with AVX512F because we should be...Craig Topper
2017-12-15[X86] Move some of the hasVLX qualified code out of the main hasAVX512 block ...Craig Topper
2017-12-15FastISel: support no-PLT PIC calls on ELF x86_64Saleem Abdulrasool
2017-12-15Don't crash in llvm-pdbutil when dumping TypeIndexes with high bit set.Zachary Turner
2017-12-15[WebAssembly] Implement @llvm.global_ctors and @llvm.global_dtorsSam Clegg
2017-12-15[debuginfo] Remove obsolete test_debuginfo.pl that was moved to debuginfo-tests.Don Hinton
2017-12-14Remove a non-modular header (& inline it into its one use)David Blaikie
2017-12-14[TableGen][GlobalISel] Add a common class for all PredicateMatcherQuentin Colombet
2017-12-14[ProfileData] Use a different data structure to save memory.George Burgess IV
2017-12-14[Unit][AArch64] Additional tests for target parsingEvandro Menezes
2017-12-14[AArch64] Test patchEvandro Menezes
2017-12-14EmitFuncArgumentDbgValue: Prefer stack slots over registers for stack argumentsAdrian Prantl
2017-12-14[X86] Remove an unnecessary SmallVector that was collecting chains for two SD...Craig Topper
2017-12-14TLI: Allow using PSV for intrinsic mem operandsMatt Arsenault
2017-12-14Fix many -Wsign-compare and -Wtautological-constant-compare warnings.Zachary Turner
2017-12-14[SimplifyCFG] don't sink common insts too soon (PR34603)Sanjay Patel
2017-12-14DAG: Expose all MMO flags in getTgtMemIntrinsicMatt Arsenault
2017-12-14[Hexagon] Generate HVX code for comparisons and selectsKrzysztof Parzyszek
2017-12-14[WebAssembly] Add support for init functions linking metadataSam Clegg
2017-12-14Revert "Fix isPodLike for MSVC and use it in TypeHashing."Zachary Turner
2017-12-14Fix isPodLike for MSVC and use it in TypeHashing.Zachary Turner
2017-12-14[SLPVectorizer] Don't ignore scalar extraction instructions of aggregate valueGuozhi Wei
2017-12-14Only use is_trivially_copyable if we know it's safe to do so.Zachary Turner
2017-12-14Add MVT::v128i1, NFCKrzysztof Parzyszek
2017-12-14[opt-viewer] Render utf-8 characters properly in the generated HTMLAdam Nemet
2017-12-14[MC] Allow .file directives to be out-of-orderPaul Robinson
2017-12-14[opt-viewer] Support unicode characters in function namesAdam Nemet
2017-12-14[cmake] Only attempt to install MSVC system libraries on WindowsShoaib Meenai
2017-12-14[X86] Don't zero the upper bits of the k-register before extracting a single ...Craig Topper
2017-12-14[Hexagon] Remove vectors of i64 from valid HVX typesKrzysztof Parzyszek
2017-12-14Fix error due to missing includes.Zachary Turner
2017-12-14[COFF] Teach LLD to use the COFF .debug$H section.Zachary Turner
2017-12-14[ARM] Fix isRenamable flag setting on expanded VSTMDIA opcode.Geoff Berry
2017-12-14[X86][AVX][AVX2]: Adding full coverage of MC encoding for the AVX, AVX2 isa s...Gadi Haber
2017-12-14[mips] Update some tests before posting a patch, NFC.Simon Dardis
2017-12-14Revert CodeGen: Fix assertion in machine inst sheduler due to llvm.dbg.valueYaxun Liu
2017-12-14Re-commit: [TableGen] AsmMatcher: Fix bug with reported diagnostic for operand.Sander de Smalen
2017-12-14[LLVMgold] Use platform dependent extension in testsEugene Leviant
2017-12-14[mips] Add partial support for R6 in the long branch passSimon Dardis