aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/MBlazeDelaySlotFiller.cpp
Commit message (Expand)AuthorAgeFilesLines
* Do not model all INLINEASM instructions as having unmodelled side effects.Evan Cheng2011-01-071-4/+3
* Fix a regression introduced into the MBlaze delay slot filler.Wesley Peck2010-12-221-6/+25
* Fix MBlaze backend call instructions so that arguments passed through registersWesley Peck2010-12-161-1/+2
* MBlaze delay slot filler was not capable of using ADDK and variants to fill d...Wesley Peck2010-12-121-1/+18
* Fix a 16-bit immediate value detection bug in the MBlaze delay slot filler.Wesley Peck2010-12-061-48/+86
* Fix an error in the MBlaze delay slot filler where instructions that alreadyWesley Peck2010-11-211-16/+29
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-28/+28
* Adding disassembler to the MicroBlaze backend.Wesley Peck2010-10-271-1/+2
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-211-1/+96
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-211-96/+1
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-211-1/+96
* Reapply r110396, with fixes to appease the Linux buildbot gods.Owen Anderson2010-08-061-1/+1
* Revert r110396 to fix buildbots.Owen Anderson2010-08-061-1/+1
* Don't use PassInfo* as a type identifier for passes. Instead, use the addres...Owen Anderson2010-08-051-1/+1
* Adding the MicroBlaze backend.Wesley Peck2010-02-231-0/+75