aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/MipsLongBranch.cpp
Commit message (Expand)AuthorAgeFilesLines
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-191-3/+3
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-021-1/+1
* Use the new MIBundleBuilder class in the Mips target.Jakob Stoklund Olesen2012-12-071-14/+22
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-031-1/+1
* Add assertions in MipsLongBranch which check the size of basic blocks.Akira Hatanaka2012-11-151-1/+7
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-021-2/+0
* Follow-up patch to r162731.Akira Hatanaka2012-08-281-8/+9
* Fix mips' long branch pass.Akira Hatanaka2012-08-281-105/+128
* Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka2012-07-311-1/+1
* Fix Mips long branch pass.Akira Hatanaka2012-07-211-131/+132
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-191-4/+4
* MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi2012-06-141-5/+7
* Add file MipsLongBranch.cpp.Akira Hatanaka2012-06-141-0/+416