aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/InstPrinter
Commit message (Expand)AuthorAgeFilesLines
* These do not need to be conditional on the presence of CommentStream, as they...Owen Anderson2011-09-211-1/+1
* In the disassembler C API, be careful not to confuse the comment streamer tha...Owen Anderson2011-09-211-1/+1
* Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson2011-09-152-2/+4
* Rewrite the CMake build to use explicit dependencies between libraries,Chandler Carruth2011-07-291-1/+6
* Clean up a pile of hacks in our CMake build relating to TableGen.Chandler Carruth2011-07-261-1/+1
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-061-2/+1
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-211-2/+3
* Make it a little bit more explicit that the MBlaze backend only supports uptoWesley Peck2010-11-211-1/+1
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-122-76/+2
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-081-1/+1
* Recommit 116986 with capitalization typo fixed.Wesley Peck2010-10-214-0/+210
* Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck2010-10-214-210/+0
* Major update of the MicroBlaze backend. The new features are:Wesley Peck2010-10-214-0/+210