aboutsummaryrefslogtreecommitdiff
path: root/lib/Target/MBlaze/AsmPrinter
AgeCommit message (Expand)Author
2010-10-21Removing stale AsmPrinter directory from MicroBlaze backend.Wesley Peck
2010-10-21Deleted lib/Target/MBlaze/AsmPrinter/CMakeLists.txt. This way theOscar Fuentes
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
2010-08-18remove some dead code.Chris Lattner
2010-06-02Remove the TargetRegisterClass member from CalleeSavedInfoRafael Espindola
2010-05-14Rename "HasCalls" in MachineFrameInfo to "AdjustsStack" to better describe whatBill Wendling
2010-05-01fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner
2010-04-27Use MachineOperand::is* predicates.Devang Patel
2010-04-07add newlines at end of files.Chris Lattner
2010-04-04Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner
2010-04-04mcize a bunch more stuff, using EmitRawText for things weChris Lattner
2010-04-04convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner
2010-04-04fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner
2010-04-04change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner
2010-03-13eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner
2010-03-13rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner
2010-03-12Fix LLVM build when the user specifies CPPFLAGS on the make command line.Jeffrey Yasskin
2010-03-12inline GetGlobalValueSymbol into the rest its callers andChris Lattner
2010-02-23Adding the MicroBlaze backend.Wesley Peck