aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Target/Mips/MipsLongBranch.cpp
AgeCommit message (Expand)AuthorFilesLines
2015-01-05Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper1-2/+1
2014-11-21[mips][microMIPS] This patch implements functionality in MIPS delay slotJozef Kolek1-5/+7
2014-10-24[mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders1-4/+4
2014-09-02Reinstate "Nuke the old JIT."Eric Christopher1-0/+1
2014-08-07Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher1-1/+0
2014-08-07Nuke the old JIT.Rafael Espindola1-0/+1
2014-08-04Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher1-4/+4
2014-07-18Make non-module passes unconditionally added in the passEric Christopher1-1/+2
2014-06-13[mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders1-8/+18
2014-06-05[mips] Modify long branch for NaCl:Sasa Stankovic1-6/+30
2014-05-27[mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic1-18/+18
2014-04-30[mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic1-32/+44
2014-04-29[C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper1-2/+2
2014-04-25[C++] Use 'nullptr'. Target edition.Craig Topper1-2/+2
2014-04-22[Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth1-2/+2
2014-03-02[C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer1-2/+2
2013-11-30Fixed issue with microMIPS long branch.Zoran Jovanovic1-1/+3
2013-11-29Revert revision 195965.Zoran Jovanovic1-3/+1
2013-11-29Fixed issue with microMIPS long branch.Zoran Jovanovic1-1/+3
2013-10-08[mips] Simplify and optimize code.Akira Hatanaka1-1/+1
2013-10-04[mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka1-0/+5
2013-07-04Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper1-1/+1
2013-06-07Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling1-2/+10
2013-05-13[mips] Rename functions. No functionality changes.Akira Hatanaka1-1/+1
2013-04-09This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler1-0/+2
2013-01-19This is a resubmittal. For some reason it broke the bots yesterdayJack Carter1-3/+3
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth1-1/+1
2012-12-07Use the new MIBundleBuilder class in the Mips target.Jakob Stoklund Olesen1-14/+22
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth1-1/+1
2012-11-15Add assertions in MipsLongBranch which check the size of basic blocks.Akira Hatanaka1-1/+7
2012-11-02[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka1-2/+0
2012-08-28Follow-up patch to r162731.Akira Hatanaka1-8/+9
2012-08-28Fix mips' long branch pass.Akira Hatanaka1-105/+128
2012-07-31Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka1-1/+1
2012-07-21Fix Mips long branch pass.Akira Hatanaka1-131/+132
2012-06-19Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka1-4/+4
2012-06-14MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi1-5/+7
2012-06-14Add file MipsLongBranch.cpp.Akira Hatanaka1-0/+416