Use uint16_t to store register overlaps to reduce static data.
[oota-llvm.git] / lib / Target / Mips / MipsDelaySlotFiller.cpp
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2012-02-28 Jia Liuremove blanks, and some code format
2012-02-17 Jia Liuremove Emacs-tag form .cpp files in Mips Backend, and...
2012-02-17 Jia Liuadd Emacs tag and fix some comment error in file headers
2011-12-19 Akira HatanakaTidy up. Simplify logic. No functional change intended.
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-10-05 Akira HatanakaFix assertion string.
2011-10-05 Akira HatanakaMake sure candidate for delay slot filler is not a...
2011-10-05 Akira HatanakaAdd RA to the set of registers that are defined if...
2011-10-05 NAKAMURA TakumiMipsDelaySlotFiller.cpp: Appease msvc to specify llvm...
2011-10-05 Akira HatanakaInsert space.
2011-10-05 Akira HatanakaDo not examine variadic or implicit operands if instruc...
2011-10-05 Akira HatanakaClean up function Filler::delayHasHazard.
2011-10-05 Akira HatanakaRemove function Filler::insertCallUses.
2011-10-05 Akira HatanakaClean up Filler::findDelayInstr.
2011-10-05 Akira HatanakaRemove function Filler::isDelayFiller. Check if I is...
2011-10-05 Akira HatanakaClean up Filler::runOnMachineBasicBlock. Change interfa...
2011-10-05 Akira HatanakaDefine a statistic for the number of slots that were...
2011-10-05 Akira HatanakaRemove unnecessary check. isDelayFiller(MBB, I) will...
2011-10-05 Akira HatanakaAdd comments and move assignment statement. If sawStore...
2011-10-05 Akira HatanakaCorrect description string of enable-mips-delay-filler.
2011-09-29 Akira HatanakaFill delay slot with useful instructions. Modified...
2011-09-09 Akira HatanakaDrop support for Mips1 and Mips2.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-04-15 Akira HatanakaReverse unnecessary changes made in r129606 and r129608...
2011-04-15 Akira HatanakaFix lines that have incorrect indentation or exceed...
2010-12-09 Bruno Cardoso LopesFix delay slot filler for non mips1 targets. Patch...
2010-11-08 Bruno Cardoso LopesInitial support for Mips32 and Mips32r2. Patch contribu...
2010-08-06 Owen AndersonReapply r110396, with fixes to appease the Linux buildb...
2010-08-06 Owen AndersonRevert r110396 to fix buildbots.
2010-08-05 Owen AndersonDon't use PassInfo* as a type identifier for passes...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI from IA64,...
2008-09-04 Dan GohmanTidy up several unbeseeming casts from pointer to intptr_t.
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2008-01-07 Chris LattnerRename MachineInstr::getInstrDescriptor -> getDesc...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-08-18 Bruno Cardoso LopesA Pass to insert Nops on intructions with DelaySlot