[SPARC] Revamp AnalyzeBranch and add ReverseBranchCondition.
[oota-llvm.git] / lib / Target / Sparc / DelaySlotFiller.cpp
2015-12-03 Joerg SonnenbergerAdd a TODO item that the nop handling before FP conditi...
2015-01-30 Eric ChristopherReuse a bunch of cached subtargets and remove getSubtar...
2014-08-04 Eric ChristopherRemove the TargetMachine forwards for TargetSubtargetIn...
2014-04-29 Craig Topper[C++11] Add 'override' keywords and remove 'virtual...
2014-04-22 Chandler Carruth[Modules] Fix potential ODR violations by sinking the...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2014-03-02 Benjamin Kramer[C++11] Replace llvm::next and llvm::prior with std...
2014-01-11 Venkatraman Govind... [Sparc] Bundle instruction with delay slow and its...
2014-01-10 Venkatraman Govind... [Sparc] Add support for parsing jmpl instruction and...
2013-10-08 Venkatraman Govind... [Sparc] Do not hardcode nop in the delay slot of TLS_CA...
2013-10-06 Venkatraman Govind... [Sparc] Do not emit nop after fcmp* instruction with V9.
2013-07-30 Venkatraman Govind... [Sparc] Use call's debugloc for the unimp instruction.
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2013-06-04 Venkatraman Govind... Sparc: No functionality change. Cleanup whitespaces...
2013-06-02 Venkatraman Govind... Sparc: Combine add/or/sethi instruction with restore...
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.