aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
AgeCommit message (Expand)Author
2013-01-02Move all of the header files which are involved in modelling the LLVM IRChandler Carruth
2012-12-03Use the new script to sort the includes of every file under lib.Chandler Carruth
2012-10-08Move TargetData to DataLayout.Micah Villmow
2012-06-26There are a number of generic inline asm operand modifiers thatJack Carter
2012-06-06Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer
2012-04-20Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper
2012-03-27Prune some includesCraig Topper
2011-12-07Add bundle aware API for querying instruction properties and switch the codeEvan Cheng
2011-11-07Simplify some uses of utohexstr.Benjamin Kramer
2011-08-24Move TargetRegistry and TargetSelect from Target to Support where they belong.Evan Cheng
2011-07-25Separate MCInstPrinter registration from AsmPrinter registration.Evan Cheng
2011-07-25Refactor MBlaze target to separate MC routines from Target routines.Evan Cheng
2011-07-06createMCInstPrinter doesn't need TargetMachine anymore.Evan Cheng
2011-03-21We need to pass the TargetMachine object to the InstPrinter if we are printingBill Wendling
2011-01-10Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a...Anton Korobeynikov
2010-12-09Reworking the stack layout generated by the MBlaze backend.Wesley Peck
2010-11-24Updating MBlaze .mask and .frame directives to match GCC's output and fixing ...Wesley Peck
2010-11-241. Fixing error where basic block labels were not being printed out when they...Wesley Peck
2010-11-21Make it a little bit more explicit that the MBlaze backend only supports uptoWesley Peck
2010-11-121. Finishing MBlaze MC asm parser test casesWesley Peck
2010-11-08Adding working version of assembly parser for the MBlaze backendWesley Peck
2010-10-21Adding initial AsmParser implementation for the MBlaze backend. It isWesley Peck
2010-10-21Recommit 116986 with capitalization typo fixed.Wesley Peck
2010-10-21Reverting the commit 116986. It was breaking the build on llvm-x86_64-linux t...Wesley Peck
2010-10-21Major update of the MicroBlaze backend. The new features are:Wesley Peck