aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/CellSPU/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* fix some inconsistent line endings, patch by Jakub Staszak!Chris Lattner2010-05-011-7/+7
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* 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-4/+3
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+5
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-6/+8
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-50/+49
* 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
* 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
* eliminate a now-useless class.Chris Lattner2010-01-281-13/+1
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-72/+3
* 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-32/+1
* 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
* make -fno-rtti the default unless a directory builds with REQUIRES_RTTI.Chris Lattner2010-01-241-1/+0
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-88/+0
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-50/+19
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-161-1/+1
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-39/+50
* remove two write-only sets.Chris Lattner2010-01-151-4/+0
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-151-6/+19
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+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-2/+2
* 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/+2
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-1/+1
* The AsmPrinter base class contains a DwarfWriter member, so there's no needBob Wilson2009-09-301-9/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-5/+3
* 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-3/+3
* 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/+4
* hoist the call to processDebugLoc out of the generatedChris Lattner2009-09-091-3/+2
* Normalize makefile comments and sort cmake file lists.Benjamin Kramer2009-08-311-1/+1
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-7/+7
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-9/+11
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-131-12/+2
* make printInstruction return void since its result is omitted. Make the Chris Lattner2009-08-081-1/+1