aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/MBlaze/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola2010-06-021-2/+3
* Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling2010-05-141-1/+1
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Use MachineOperand::is* predicates.Devang Patel2010-04-271-2/+2
* add newlines at end of files.Chris Lattner2010-04-071-1/+1
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-9/+3
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-23/+26
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-4/+7
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-2/+3
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-63/+64
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-1/+1
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin2010-03-121-1/+1
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-1/+2
* Adding the MicroBlaze backend.Wesley Peck2010-02-233-0/+328