summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Lanai/LanaiInstrInfo.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix assertion failure in getMemOperandWithOffsetWidthKristof Beyls2019-12-171-2/+4
* Use MCRegister in copyPhysRegMatt Arsenault2019-11-111-2/+2
* Remove the AliasAnalysis argument in function areMemAccessesTriviallyDisjointChangpeng Fang2019-09-261-2/+1
* Apply llvm-prefer-register-over-unsigned from clang-tidy to LLVMDaniel Sanders2019-08-151-1/+1
* Finish moving TargetRegisterInfo::isVirtualRegister() and friends to llvm::Re...Daniel Sanders2019-08-011-2/+2
* Include what you use in LanaiInstrInfo.cppDmitri Gribenko2019-06-031-3/+3
* [CodeGen] Add "const" to MachineInstr::mayAliasBjorn Pettersson2019-04-191-5/+6
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [CodeGen][NFC] Make `TII::getMemOpBaseImmOfs` return a base operandFrancis Visoiu Mistrih2018-11-281-12/+15
* Remove FrameAccess struct from hasLoadFromStackSlotSander de Smalen2018-09-051-2/+4
* Extend hasStoreToStackSlot with list of FI accesses.Sander de Smalen2018-09-031-2/+5
* [DebugInfo] Examine all uses of isDebugValue() for debug instructions.Shiva Chen2018-05-091-3/+3
* [CodeGen] Rename MachineInstrBuilder::addOperand. NFCDiana Picus2017-01-131-2/+2
* Finish renaming remaining analyzeBranch functionsMatt Arsenault2016-09-141-3/+3
* Make analyzeBranch family of instruction names consistentMatt Arsenault2016-09-141-3/+3
* AArch64: Use TTI branch functions in branch relaxationMatt Arsenault2016-09-141-2/+7
* [lanai] Small cleanup: remove/comment out unused argsJacques Pienaar2016-07-151-14/+12
* Rename AnalyzeBranch* to analyzeBranch*.Jacques Pienaar2016-07-151-1/+1
* [lanai] Use peephole optimizer to generate more conditional ALU operations.Jacques Pienaar2016-07-071-2/+393
* CodeGen: Use MachineInstr& in TargetInstrInfo, NFCDuncan P. N. Exon Smith2016-06-301-31/+30
* Pass DebugLoc and SDLoc by const ref.Benjamin Kramer2016-06-121-2/+3
* [lanai] Add areMemAccessesTriviallyDisjoint, getMemOpBaseRegImmOfs and getMem...Jacques Pienaar2016-04-141-2/+92
* [lanai] Add Lanai backend.Jacques Pienaar2016-03-281-0/+324
OpenPOWER on IntegriCloud