Replace all weight-based interfaces in MBB with probability-based interfaces, and...
[oota-llvm.git] / lib / Target / Mips / MipsLongBranch.cpp
2015-12-01 Cong HouReplace all weight-based interfaces in MBB with probabi...
2015-10-20 Duncan P. N. Exon... Mips: Remove implicit ilist iterator conversions, NFC
2015-01-29 Eric ChristopherRemove most of the TargetMachine::getSubtarget/getSubta...
2015-01-26 Eric ChristopherMove the Mips target to storing the ABI in the TargetMa...
2015-01-12 Jozef Kolek[mips][microMIPS] Implement BEQZ16 and BNEZ16 instructions
2015-01-05 Craig TopperReplace several 'assert(false' with 'llvm_unreachable...
2014-11-21 Jozef Kolek[mips][microMIPS] This patch implements functionality...
2014-10-24 Daniel Sanders[mips] Replace MipsABIEnum with a MipsABIInfo class.
2014-09-02 Eric ChristopherReinstate "Nuke the old JIT."
2014-08-07 Eric ChristopherTemporarily Revert "Nuke the old JIT." as it's not...
2014-08-07 Rafael EspindolaNuke the old JIT.
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-07-18 Eric ChristopherMake non-module passes unconditionally added in the...
2014-06-13 Daniel Sanders[mips][mips64r6] b(ge|lt)zal are not available on MIPS3...
2014-06-05 Sasa Stankovic[mips] Modify long branch for NaCl:
2014-05-27 Sasa Stankovic[mips] Optimize long branch for MIPS64 by removing...
2014-04-30 Sasa Stankovic[mips] Fix MipsLongBranch pass to work when the offset...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
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.