aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/Mips/AsmPrinter/MipsAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-386/+0
* Fix PR7174, a couple o Mips fixes:Bruno Cardoso Lopes2010-07-201-0/+20
* 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
* Use MachineOperand::is* predicates.Devang Patel2010-04-271-1/+1
* Disambiguate else.Benjamin Kramer2010-04-051-1/+2
* prune some #includes.Chris Lattner2010-04-051-2/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-11/+4
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-27/+31
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-4/+6
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-2/+4
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-30/+32
* 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
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-1/+2
* print all the newlines at the end of instructions withChris Lattner2010-02-101-1/+1
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-1/+4
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-63/+24
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-16/+9
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* switch mips to use the shared EmitFunctionHeader() functionChris Lattner2010-01-271-41/+19
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-1/+1
* don't bother setting the AsmPrinter::MF ivar, now thatChris Lattner2010-01-261-2/+0
* eliminate redundant argument to EmitJumpTableInfoChris Lattner2010-01-251-1/+1
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-93/+0
* simplify the mips target to print .size and .type for c strings Chris Lattner2010-01-191-6/+2
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-48/+19
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-24/+51
* - Add sugregister logic to handle f64=(f32,f32).Bruno Cardoso Lopes2009-11-191-0/+2
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Remove VISIBILITY_HIDDEN from class/struct found inside anonymous namespaces.Nick Lewycky2009-10-251-1/+1
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-1/+0
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-2/+3
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-4/+2
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-9/+4
* the tblgen produced 'getRegisterName' method does not accessChris Lattner2009-09-131-1/+1
* make tblgen produce a function that returns the name for a physreg.Chris Lattner2009-09-131-0/+2
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-1/+1
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-1/+2
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+7
* Reapply 80278Bruno Cardoso Lopes2009-09-011-34/+17
* Revert 80278 for now, it caused a lot of MIPS tests to failBruno Cardoso Lopes2009-08-271-19/+34
* Revamp our friend Mips :)Bruno Cardoso Lopes2009-08-271-34/+19
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-8/+8
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-3/+5
* This void is implicit in C++.Dan Gohman2009-08-121-1/+1
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1