[C++] Use 'nullptr'. Target edition.
[oota-llvm.git] / lib / Target / Mips / MipsLongBranch.cpp
2014-04-25 Craig Topper[C++] Use 'nullptr'. Target edition.
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2013-11-30 Zoran JovanovicFixed issue with microMIPS long branch.
2013-11-29 Zoran JovanovicRevert revision 195965.
2013-11-29 Zoran JovanovicFixed issue with microMIPS long branch.
2013-10-08 Akira Hatanaka[mips] Simplify and optimize code.
2013-10-04 Akira Hatanaka[mips] Fix a bug in MipsLongBranch::replaceBranch,...
2013-07-04 Craig TopperUse SmallVectorImpl::iterator/const_iterator instead...
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-05-13 Akira Hatanaka[mips] Rename functions. No functionality changes.
2013-04-09 Reed KotlerThis patch enables llvm to switch between compiling...
2013-01-19 Jack CarterThis is a resubmittal. For some reason it broke the...
2013-01-02 Chandler CarruthMove all of the header files which are involved in...
2012-12-07 Jakob Stoklund OlesenUse the new MIBundleBuilder class in the Mips target.
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-11-15 Akira HatanakaAdd assertions in MipsLongBranch which check the size...
2012-11-02 Akira Hatanaka[mips] Delete MipsFunctionInfo::EmitNOAT. Unconditional...
2012-08-28 Akira HatanakaFollow-up patch to r162731.
2012-08-28 Akira HatanakaFix mips' long branch pass.
2012-07-31 Akira HatanakaAdd definitions of two subclasses of MipsInstrInfo...
2012-07-21 Akira HatanakaFix Mips long branch pass.
2012-06-19 Akira HatanakaMake MipsLongBranch::runOnMachineFunction return true.
2012-06-14 NAKAMURA TakumiMipsLongBranch.cpp: Tweak llvm::next() to appease msvc.
2012-06-14 Akira HatanakaAdd file MipsLongBranch.cpp.