[Sparc] Add support for leaf functions in sparc backend.
[oota-llvm.git] / lib / Target / Sparc / DelaySlotFiller.cpp
2013-05-29 Venkatraman Govind... [Sparc] Add support for leaf functions in sparc backend.
2013-05-16 Venkatraman Govind... [Sparc] Prevent instructions that defines or uses ...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2012-06-01 Jakob Stoklund OlesenSwitch some getAliasSet clients to MCRegAliasIterator.
2012-03-04 Craig TopperUse uint16_t to store register overlaps to reduce stati...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-02-21 Venkatraman Govind... Generate correct Sparc32 ABI compliant code for functio...
2011-02-12 Venkatraman Govind... Prevent IMPLICIT_DEF/KILL to become a delay filler...
2011-01-20 Venkatraman Govind... Sparc backend: Implements a delay slot filler that...
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...
2010-04-02 Chris Lattneruse DebugLoc default ctor instead of DebugLoc::getUnkno...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of buildMI from Sparc.
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-05-03 Devang PatelDrop 'const'
2007-05-02 Devang PatelUse 'static const char' instead of 'static const int'.
2007-05-01 Devang PatelDo not use typeinfo to identify pass in pass manager.
2006-12-19 Chris Lattnereliminate static ctors for Statistic objects.
2006-12-06 Chris LattnerDetemplatize the Statistic class. The only type it...
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-02-05 Chris LattnerRename SPARC V8 target to be the LLVM SPARC target.
2005-04-21 Misha BrukmanRemove trailing whitespace
2004-09-30 Brian GaekeUse TargetMachine::hasDelaySlot() instead of our old...
2004-09-02 Brian GaekeBack to compiling land for v8
2004-07-08 Brian GaekeAdd floating-point branches and compares. Compares...
2004-06-18 Brian GaekeJMPL has a delay slot.
2004-06-17 Brian GaekeRecognize more branches.
2004-04-07 Brian GaekeAdd in some things I forgot, which Chris helpfully...
2004-04-06 Brian GaekePrune unnecessary #includes
2004-04-06 Brian GaekeSimple delay slot filler pass.