summaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/MBlazeAsmPrinter.cpp
Commit message (Expand)AuthorAge
* Remove the mblaze backend from llvm.Rafael Espindola2013-07-25
* Move all of the header files which are involved in modelling the LLVM IRChandler Carruth2013-01-02
* Use the new script to sort the includes of every file under lib.Chandler Carruth2012-12-03
* Move TargetData to DataLayout.Micah Villmow2012-10-08
* There are a number of generic inline asm operand modifiers thatJack Carter2012-06-26
* Remove unused private fields found by clang's new -Wunused-private-field.Benjamin Kramer2012-06-06
* Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...Craig Topper2012-04-20
* Prune some includesCraig Topper2012-03-27
* 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