summaryrefslogtreecommitdiff
path: root/lib/Target/Mips/MipsLongBranch.cpp
Commit message (Expand)AuthorAge
* [mips][mips64r6] b(ge|lt)zal are not available on MIPS32r6/MIPS64r6 and bal i...Daniel Sanders2014-06-13
* [mips] Modify long branch for NaCl:Sasa Stankovic2014-06-05
* [mips] Optimize long branch for MIPS64 by removing %higher and %highest.Sasa Stankovic2014-05-27
* [mips] Fix MipsLongBranch pass to work when the offset from the branch to theSasa Stankovic2014-04-30
* [C++11] Add 'override' keywords and remove 'virtual'. Additionally add 'final...Craig Topper2014-04-29
* [C++] Use 'nullptr'. Target edition.Craig Topper2014-04-25
* [Modules] Fix potential ODR violations by sinking the DEBUG_TYPEChandler Carruth2014-04-22
* [C++11] Replace llvm::next and llvm::prior with std::next and std::prev.Benjamin Kramer2014-03-02
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-30
* Revert revision 195965.Zoran Jovanovic2013-11-29
* Fixed issue with microMIPS long branch.Zoran Jovanovic2013-11-29
* [mips] Simplify and optimize code.Akira Hatanaka2013-10-08
* [mips] Fix a bug in MipsLongBranch::replaceBranch, which was erasingAkira Hatanaka2013-10-04
* Use SmallVectorImpl::iterator/const_iterator instead of SmallVector to avoid ...Craig Topper2013-07-04
* Don't cache the instruction and register info from the TargetMachine, becauseBill Wendling2013-06-07
* [mips] Rename functions. No functionality changes.Akira Hatanaka2013-05-13
* This patch enables llvm to switch between compiling for mips32/mips64 Reed Kotler2013-04-09
* This is a resubmittal. For some reason it broke the bots yesterdayJack Carter2013-01-19
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new MIBundleBuilder class in the Mips target.Jakob Stoklund Olesen2012-12-07
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add assertions in MipsLongBranch which check the size of basic blocks.Akira Hatanaka2012-11-15
* [mips] Delete MipsFunctionInfo::EmitNOAT. Unconditionally print directiveAkira Hatanaka2012-11-02
* Follow-up patch to r162731.Akira Hatanaka2012-08-28
* Fix mips' long branch pass.Akira Hatanaka2012-08-28
* Add definitions of two subclasses of MipsInstrInfo, MipsInstrInfo (for mips16),Akira Hatanaka2012-07-31
* Fix Mips long branch pass.Akira Hatanaka2012-07-21
* Make MipsLongBranch::runOnMachineFunction return true.Akira Hatanaka2012-06-19
* MipsLongBranch.cpp: Tweak llvm::next() to appease msvc.NAKAMURA Takumi2012-06-14
* Add file MipsLongBranch.cpp.Akira Hatanaka2012-06-14