summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-12-08Avoid constructing an out-of-range value for an enumeration (which results in...Richard Smith
2017-12-08[AArch64] Rename AArch64VecorByElementOpt.cpp into AArch64SIMDInstrOpt.cpp to...Abderrazek Zaafrani
2017-12-08Generalize llvm::replaceDbgDeclare and actually support the use-case thatAdrian Prantl
2017-12-08[Debugify] Add a pass to test debug info preservationVedant Kumar
2017-12-08[CodeExtractor] Add debug locations for new call and branch instrs.Florian Hahn
2017-12-08[WebAssembly] Reapply r319186: "Support bitcasted function addresses with var...Dan Gohman
2017-12-08[WebAssemby] Re-apply r320041: "Support main functions with alternate signatu...Dan Gohman
2017-12-08[AArch64] Add Exynos to host detectionEvandro Menezes
2017-12-08AMDGPU/GCN: Bring processors in sync with AMDGPUUsageKonstantin Zhuravlyov
2017-12-08[X86] CMOV pseudo instructions shouldn't need scheduling info as they should ...Simon Pilgrim
2017-12-08[X86][X87] Tag x87 load/store instructions scheduler classesSimon Pilgrim
2017-12-08[X86] Teach lowering to only let through (insert_subvector (vXi1 zeros), subv...Craig Topper
2017-12-08[X86][X87] Tag x87 float compare instructions scheduler classesSimon Pilgrim
2017-12-08AMDGPU: Set IntrReadMem on memtime intrinsicsMatt Arsenault
2017-12-08AMDGPU: image_getlod and image_getresinfo do not read memoryMatt Arsenault
2017-12-08AMDGPU: Preserve MMO in adjustWritemaskMatt Arsenault
2017-12-08[llvm] Add install-distribution-strippedShoaib Meenai
2017-12-08[cmake] Only pass CMAKE_SYSROOT if non-emptyShoaib Meenai
2017-12-08[runtimes] Add install-*-stripped targetsShoaib Meenai
2017-12-08Revert r320104: infinite loop profiling bug fixXinliang David Li
2017-12-08[JumpThreading] Minor comment cleanup. NFC. (test commit)Brian M. Rzycki
2017-12-08[X86][MPX] Tag TSX/HLE/SGX instructions scheduler classesSimon Pilgrim
2017-12-08AMDGPU: Report Arg's Value name in metadata if kernel_arg_name metadata is no...Konstantin Zhuravlyov
2017-12-08Reverting r320166 to fix test failures.Michael Trent
2017-12-08[X86][MPX] Tag MPX instructions scheduler classesSimon Pilgrim
2017-12-08[x86] use hasAVX2() rather than hasInt256(); NFCSanjay Patel
2017-12-08[X86] Tag move immediate instructions scheduler classesSimon Pilgrim
2017-12-08Updated llvm-objdump to display local relocations in Mach-O binariesMichael Trent
2017-12-08[DebugInfo] Use llc instead of llc_dwarf to fix this test.Davide Italiano
2017-12-08[X86][SHA] Tag SHA instructions scheduler classesSimon Pilgrim
2017-12-08[X86] Tag VIA PadLock crypto instructions scheduler classesSimon Pilgrim
2017-12-08[X86] Tag PKU/INVPCID/RDPID/SMAP/SMX/PTWRITE system instructions scheduler cl...Simon Pilgrim
2017-12-08[InstCombine] PR35354: Convert store(bitcast, load bitcast (select (Cond, &V1...Alexey Bataev
2017-12-08[X86][AVX512] Tag CLWB instruction to CLFLUSH/PREFETCH scheduler classSimon Pilgrim
2017-12-08[PatternMatch] Add matcher for LoadInst, NFC.Alexey Bataev
2017-12-08[X86][AVX512] Tag AVX512_512_SEXT_MASK_* instructions scheduler classesSimon Pilgrim
2017-12-08[AMDGPU] add labels to +DumpCode outputTim Renouf
2017-12-08[NFC] Rename variable from Cond to Pred to make it more soundMax Kazantsev
2017-12-08[SCEV] Fix predicate usage in computeExitLimitFromICmpMax Kazantsev
2017-12-08[CodeGen] Move printing MO_MachineBasicBlock operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-08[CodeGen] Move printing MO_CImmediate operands to MachineOperand::printFrancis Visoiu Mistrih
2017-12-08[cmake] Make setting of CMAKE_C(XX)_COMPILER flags overridable for cross-buildsPavel Labath
2017-12-08[X86][Haswell]: Updating the scheduling information for the Haswell subtarget.Gadi Haber
2017-12-08[FuzzMutate] Correctly insert sinks and sources around invoke instructionsIgor Laevsky
2017-12-08[X86] Always consider inserting a vXi1 vector into the lsbs of a zero vector ...Craig Topper
2017-12-08[AArch64] Avoid SIMD interleaved store instruction for Exynos.Abderrazek Zaafrani
2017-12-08Revert "[WebAssemby] Support main functions with alternate signatures."Derek Schuff
2017-12-08[X86] Handle alls version of vXi1 insert_vector_elt with a constant index wit...Craig Topper
2017-12-08[X86] Fix indentation. NFCCraig Topper
2017-12-07[ORC] Mark SymbolStringPool methods as inline to avoid linkage errors, add aLang Hames