aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/SystemZ/AsmPrinter/SystemZAsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* move all the target's asmprinters into the main target. The piece Chris Lattner2010-11-141-217/+0
* Merge the SystemZ subreg_even32 SubRegIndex into subreg_32bit. The SubRegIndicesJakob Stoklund Olesen2010-05-281-1/+1
* Use SubRegIndex in SystemZ.Jakob Stoklund Olesen2010-05-241-2/+2
* prune some #includes.Chris Lattner2010-04-051-1/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-5/+0
* remove TargetMachine.h #include, also, TRI isn't used frequently Chris Lattner2010-04-041-2/+2
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-8/+4
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-3/+5
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-17/+20
* asmstreamerize the .size directive for function bodies, force clientsChris Lattner2010-04-031-3/+3
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-131-2/+2
* rearrange MCContext ownership. Before LLVMTargetMachine created it Chris Lattner2010-03-131-3/+2
* inline GetGlobalValueSymbol into the rest its callers andChris Lattner2010-03-121-2/+3
* 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-0/+1
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-2/+3
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-48/+2
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-34/+1
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-261-2/+2
* 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-82/+0
* introduce a section kind for common linkage. Use this to slightlyChris Lattner2010-01-191-1/+1
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-47/+20
* remove the string form of printVisibility.Chris Lattner2010-01-161-13/+4
* switch more stuff onto MCSymbolsChris Lattner2010-01-161-12/+26
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-7/+19
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* add some missing #includesChris Lattner2009-11-071-0/+1
* Remove includes of Support/Compiler.h that are no longer needed after theNick Lewycky2009-10-251-1/+0
* 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-7/+1
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-1/+3
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-1/+1
* 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-3/+4
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-0/+6
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-13/+13
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-2/+4
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-12/+3
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1
* don't check the result of printInstruction anymore.Chris Lattner2009-08-081-4/+1
* Don't flush the raw_ostream between each MachineFunction. These flushDan Gohman2009-08-051-2/+0
* pass the mangler down into the various SectionForGlobal methods.Chris Lattner2009-07-291-2/+2
* Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner2009-07-281-2/+3
* Eliminate some uses of DOUT, cerr, and getNameStart().Daniel Dunbar2009-07-261-5/+6