summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2017-12-08dwarfdump: Add support for the --diff option.Adrian Prantl
2017-12-08[X86][Mips] Remove unused method declaration from the X86 and Mips AsmPrinters.Craig Topper
2017-12-08[CodeGen] Move printing MO_Immediate operands to MachineOperand::printFrancis Visoiu Mistrih
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[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-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[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[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[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[PowerPC][asan] Update asan to handle changed memory layouts in newer kernelsBill Seurer
2017-12-07[DebugInfo] Fix register variables not showing up in pdb.Zachary Turner
2017-12-07[ModRefInfo] Make enum ModRefInfo an enum class [NFC].Alina Sbirlea
2017-12-07Temporarily revert "[PowerPC] Allow tail calls of fastcc functions from C Cal...Eric Christopher
2017-12-07[PGO] detect infinite loop and form MST properlyXinliang David Li
2017-12-07[MachineOutliner] Fix offset overflow checkJessica Paquette