summaryrefslogtreecommitdiffstats
path: root/llvm/lib/Target/MSP430/AsmPrinter
Commit message (Expand)AuthorAgeFilesLines
* Re-apply r115363 and r115366 now that r115525 has removed the un-needed headerJim Grosbach2010-10-057-558/+0
* Remove unneeded headerJim Grosbach2010-10-041-1/+0
* Wind these directories back too. File adds and removes are properly representedNick Lewycky2010-10-024-0/+180
* Continue reverting r115363.Nick Lewycky2010-10-023-0/+379
* Now that the asmprinter itself isn't in the subdir, rename 'AsmPrinter' toJim Grosbach2010-10-014-180/+0
* Move the asmprinter and MC lowering out of the AsmPrinter (soon to beJim Grosbach2010-10-013-379/+0
* Clean up asm writer usage for x86 and msp430 to flag that the writer shouldJim Grosbach2010-09-301-2/+0
* I got tired of VISIBILITY_HIDDEN colliding with the gcc enum. Rename itDuncan Sands2010-05-111-1/+1
* Implement indirect branches on MSP430Anton Korobeynikov2010-05-012-0/+13
* prune some #includes.Chris Lattner2010-04-051-1/+0
* simplify various getAnalysisUsage implementations.Chris Lattner2010-04-051-5/+0
* Momentous day: remove the "O" member from AsmPrinter. Now all Chris Lattner2010-04-041-4/+3
* mcize a bunch more stuff, using EmitRawText for things weChris Lattner2010-04-041-28/+8
* fix PrintAsmOperand and PrintAsmMemoryOperand to pass down Chris Lattner2010-04-041-5/+6
* fix an ugly wart in the MCInstPrinter api where theChris Lattner2010-04-043-11/+7
* change a ton of code to not implicitly use the "O" raw_ostreamChris Lattner2010-04-043-11/+14
* Rip out the 'is temporary' nonsense from the MCContext interface toChris Lattner2010-03-301-2/+2
* eliminate the now-unneeded context argument of MBB::getSymbol()Chris Lattner2010-03-132-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-122-2/+4
* set the temporary bit on MCSymbols correctly.Chris Lattner2010-03-101-2/+2
* Do not use '&' prefix for globals when register base field is non-zero, other...Anton Korobeynikov2010-03-062-19/+27
* emit instructions through the streamer.Chris Lattner2010-02-031-2/+1
* rejigger the world so that EmitInstruction prints the \n atChris Lattner2010-02-031-0/+1
* sink handling of target-independent machine instrs (otherChris Lattner2010-02-032-20/+0
* 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-82/+11
* Remove the argument from EmitJumpTableInfo, because it doesn't need it.Chris Lattner2010-01-281-1/+1
* don't emit constant pools twice.Chris Lattner2010-01-281-1/+0
* Switch MSP430, CellSPU, SystemZ, Darwin/PPC, Alpha, and Sparc to Chris Lattner2010-01-271-35/+2
* call emitconstantpool and emitjumptable like other targets.Chris Lattner2010-01-261-0/+4
* add a new MachineBasicBlock::getSymbol method, replacingChris Lattner2010-01-262-2/+2
* 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-84/+0
* remove the MAI argument to MCExpr::print and switch overthing to use << when ...Chris Lattner2010-01-181-5/+3
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-44/+17
* eliminate uses of mangler and simplify code.Chris Lattner2010-01-161-12/+2
* MCize a bunch more stuff, eliminating a lot of uses of the manglerChris Lattner2010-01-161-27/+49
* Pass the error string directly to llvm_unreachable instead of the residualJohn McCall2009-12-181-1/+1
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-1/+1
* Initial support for addrmode handling. Tests by Brian Lucas!Anton Korobeynikov2009-11-072-32/+30
* Some preliminary variable asmprintingAnton Korobeynikov2009-11-071-4/+86
* Drop old asmprinter stuffAnton Korobeynikov2009-11-072-17/+14
* Factor out the printing of the leading tab into printInlineAsm.Dan Gohman2009-11-061-1/+0
* Print out an informative comment for KILL instructions.Jakob Stoklund Olesen2009-11-041-0/+1
* Update CMake files.Ted Kremenek2009-10-261-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-1/+1
OpenPOWER on IntegriCloud