summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
Commit message (Expand)AuthorAge
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Move code into anonymous namespaces.Benjamin Kramer2011-11-26
* Rename a couple of options and fix some simple typos.Wesley Peck2011-11-26
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-28
* Fix an error in the MBlaze delay slot filler.Wesley Peck2011-04-11
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-07
* Fix a regression introduced into the MBlaze delay slot filler.Wesley Peck2010-12-22
* Fix MBlaze backend call instructions so that arguments passed through registersWesley Peck2010-12-16
* MBlaze delay slot filler was not capable of using ADDK and variants to fill d...Wesley Peck2010-12-12
* Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck2010-12-06
* Fix an error in the MBlaze delay slot filler where instructions that alreadyWesley Peck2010-11-21
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-08
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-27
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-21
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-21
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-21
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-06
* Revert r110396 to fix buildbots.Owen Anderson2010-08-06
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-05
* Adding the MicroBlaze backend.Wesley Peck2010-02-23