aboutsummaryrefslogtreecommitdiffstats
path: root/lib/Target/XCore/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Avoid isMoveInstr when printing XCore pseudo-moves.Jakob Stoklund Olesen2010-07-161-7/+5
* Implement the "linker_private_weak" linkage type. This will be used forBill Wendling2010-07-011-1/+0
* Revert r107205 and r107207.Bill Wendling2010-06-291-1/+0
* Introducing the "linker_weak" linkage type. This will be used for Objective-CBill Wendling2010-06-291-0/+1
* further simplify EmitAlignment by eliminating the Chris Lattner2010-04-281-1/+1
* rename llvm::llvm_report_error -> llvm::report_fatal_errorChris Lattner2010-04-071-1/+1
* implement EmitFunctionEntryLabel to emit the .cc_top directive,Chris Lattner2010-04-051-61/+7
* just have all targets create the DwarfWriter.Chris Lattner2010-04-051-5/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-2/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-6/+3
* mc'ize the remaining uses of O.Chris Lattner2010-04-041-13/+18
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-21/+16
* convert the non-MCInstPrinter'ized EmitInstruction Chris Lattner2010-04-041-2/+5
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-3/+4
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-041-15/+16
* 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
* 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-2/+3
* Lower BR_JT on the XCore to a jump into a series of jump instructions.Richard Osborne2010-02-231-0/+23
* print all the newlines at the end of instructions withChris Lattner2010-02-101-2/+3
* 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
* convert the last 3 targets to use EmitFunctionBody() now thatChris Lattner2010-01-281-43/+13
* Switch MSP430, SPU, Sparc, and SystemZ to use EmitFunctionBody().Chris Lattner2010-01-281-10/+2
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* Drop the argument to AsmPrinter::EmitConstantPool and make it virtual.Chris Lattner2010-01-281-1/+1
* Kill ModuleProvider and ghost linkage by inverting the relationship betweenJeffrey Yasskin2010-01-271-2/+0
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-3/+3
* Eliminate SetDirective, and replace it with HasSetDirective.Chris Lattner2010-01-261-1/+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-4/+1
* 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
* add missing break, PR6114, patch by M Wahab.Chris Lattner2010-01-221-0/+1
* Stop building RTTI information for *most* llvm libraries. NotableChris Lattner2010-01-221-0/+1
* reduce redundant are's.Chris Lattner2010-01-201-1/+1
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-191-7/+5
* Now that we have everything nicely factored (e.g. asmprinter is notChris Lattner2010-01-191-2/+2
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-57/+23
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-161-2/+1
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-42/+61
* Add XCore support for indirectbr / blockaddress.Richard Osborne2009-11-181-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-1/+3
* 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-10/+1
* remove all but one reference to TargetRegisterDesc::AsmName.Chris Lattner2009-09-131-6/+3