summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/Mips/MipsLongBranch.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace several 'assert(false' with 'llvm_unreachable' or fold a condition in...Craig Topper2015-01-051-2/+1
* [mips][microMIPS] This patch implements functionality in MIPS delay slotJozef Kolek2014-11-211-5/+7
* [mips] Replace MipsABIEnum with a MipsABIInfo class.Daniel Sanders2014-10-241-4/+4
* Reinstate "Nuke the old JIT."Eric Christopher2014-09-021-0/+1
* Temporarily Revert "Nuke the old JIT." as it's not quite ready toEric Christopher2014-08-071-1/+0
* Nuke the old JIT.Rafael Espindola2014-08-071-0/+1
* Remove the TargetMachine forwards for TargetSubtargetInfo basedEric Christopher2014-08-041-4/+4
* Make non-module passes unconditionally added in the passEric Christopher2014-07-181-1/+2
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-131-8/+18
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-051-6/+30
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-271-18/+18
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-301-32/+44
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-291-2/+2
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-251-2/+2
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-221-2/+2
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-021-2/+2
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-301-1/+3
* Revert revision 195965.Zoran Jovanovic2013-11-291-3/+1
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-291-1/+3
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-081-1/+1
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-041-0/+5
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-041-1/+1
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-071-2/+10
* [mips] Rename functions. No functionality changes.Akira Hatanaka2013-05-131-1/+1
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-091-0/+2
* 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
OpenPOWER on IntegriCloud