summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Add bundle aware API for querying instruction properties and switch the codeEvan Cheng2011-12-07
* Simplify some uses of utohexstr.Benjamin Kramer2011-11-07
* Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng2011-08-24
* Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng2011-07-25
* Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng2011-07-25
* createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng2011-07-06
* We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling2011-03-21
* Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov2011-01-10
* Reworking the stack layout generated by the MBlaze backend.Wesley Peck2010-12-09
* Updating MBlaze .mask and .frame directives to match GCC's output and fixing ...Wesley Peck2010-11-24
* 1. Fixing error where basic block labels were not being printed out when they...Wesley Peck2010-11-24
* Make it a little bit more explicit that the MBlaze backend only supports uptoWesley Peck2010-11-21
* 1. Finishing MBlaze MC asm parser test casesWesley Peck2010-11-12
* Adding working version of assembly parser for the MBlaze backendWesley Peck2010-11-08
* Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck2010-10-21
* 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