RegAllocGreedy comment.
[oota-llvm.git] / lib / Target / MBlaze / MBlazeDelaySlotFiller.cpp
2013-06-07 Bill WendlingDon't cache the instruction and register info from...
2012-12-03 Chandler CarruthUse the new script to sort the includes of every file...
2011-12-07 Evan ChengAdd bundle aware API for querying instruction propertie...
2011-11-26 Benjamin KramerMove code into anonymous namespaces.
2011-11-26 Wesley PeckRename a couple of options and fix some simple typos.
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-04-11 Wesley PeckFix an error in the MBlaze delay slot filler.
2011-01-07 Evan ChengDo not model all INLINEASM instructions as having unmod...
2010-12-22 Wesley PeckFix a regression introduced into the MBlaze delay slot...
2010-12-16 Wesley PeckFix MBlaze backend call instructions so that arguments...
2010-12-12 Wesley PeckMBlaze delay slot filler was not capable of using ADDK...
2010-12-06 Wesley PeckFix a 16-bit immediate value detection bug in the MBlaz...
2010-11-21 Wesley PeckFix an error in the MBlaze delay slot filler where...
2010-11-08 Wesley PeckAdding working version of assembly parser for the MBlaz...
2010-10-27 Wesley PeckAdding disassembler to the MicroBlaze backend.
2010-10-21 Wesley PeckRecommit 116986 with capitalization typo fixed.
2010-10-21 Wesley PeckReverting the commit 116986. It was breaking the build...
2010-10-21 Wesley PeckMajor update of the MicroBlaze backend. The new feature...
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-02-23 Wesley PeckAdding the MicroBlaze backend.