summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
* now that MCSymbol::print doesn't use it's MAI argument, we can Chris Lattner2010-01-171-50/+28
* now that mangler is in libtarget, it can use MCAsmInfo instead of clientsChris Lattner2010-01-171-2/+1
* Switch some functions to take Twines, eliminate uses of StringExtras.h.Benjamin Kramer2010-01-171-23/+10
* move the mangler into libtarget from vmcore.Chris Lattner2010-01-161-2/+2
* unbreak the build.Chris Lattner2010-01-161-6/+0
* rename GetPrivateGlobalValueSymbolStub -> GetSymbolWithGlobalValueBase,Chris Lattner2010-01-161-5/+6
* eliminate uses of getMangledName from AsmPrinter.cpp, last up is Chris Lattner2010-01-161-5/+9
* Replace DebugLocTuple with DILocation.Devang Patel2010-01-161-12/+12
* fix inverted conditionalChris Lattner2010-01-161-1/+1
* CurrentFnName is now dead, remove it.Chris Lattner2010-01-161-2/+1
* remove the string form of printVisibility.Chris Lattner2010-01-161-20/+18
* supplement CurrentFnName with CurrentFnSym, which will eventuallyChris Lattner2010-01-151-0/+1
* add a version of AsmPrinter::printVisibility that takes an MCSymbol.Chris Lattner2010-01-151-0/+17
* add another helperChris Lattner2010-01-151-0/+11
* add a AsmPrinter::GetGlobalValueSymbol and GetExternalSymbolSymbolChris Lattner2010-01-151-0/+16
* Fix a comment.Dale Johannesen2010-01-141-1/+1
* remove uses of deprecated functions, this generates slightlyChris Lattner2010-01-131-6/+7
* use the new form of getNameWithPrefix, not makeNameProper.Chris Lattner2010-01-131-1/+1
* change Mangler::makeNameProper to return its result in a SmallVectorChris Lattner2010-01-131-7/+8
* fix assert in AsmPrinter::EmitGlobalConstantLargeInt to match reality.Chris Lattner2010-01-131-2/+1
* reduce nesting and code duplication in AsmPrinter::EmitGlobalConstantLargeInt.Chris Lattner2010-01-131-31/+26
* reduce indentation and add a fast-path to EmitGlobalConstant for 8-byte Chris Lattner2010-01-131-5/+22
* reduce indentation and use early exits in AsmPrinter::EmitConstantValueOnlyChris Lattner2010-01-131-107/+122
* fix PR5930, allowing the asmprinter to emit difference betweenChris Lattner2010-01-031-2/+8
* Remove dead store.Bill Wendling2009-12-251-1/+0
* Fix a bunch of little errors that Clang complains about when its being pedanticDouglas Gregor2009-12-191-1/+1
* Print newlines after printing labels for debug info, so that the outputDan Gohman2009-12-051-0/+1
* Fix this code to use DIScope instead of DICompileUnit, as in r90181.Dan Gohman2009-12-051-8/+9
* Print a space between the comment character and the text.Dan Gohman2009-12-041-4/+6
* Use new interfaces to print spill size.David Greene2009-12-041-6/+9
* Use StringRef instead of std::string in DIEString.Devang Patel2009-11-241-1/+1
* Target-independent support for TargetFlags on BlockAddress operands,Dan Gohman2009-11-201-4/+7
* Support spill comments.David Greene2009-11-161-0/+52
* revert 88761 as it fails builds.Sanjiv Gupta2009-11-141-1/+1
* Fix debug info crashes for PIC16.Sanjiv Gupta2009-11-141-1/+1
* Use .data() instead of .c_str() when nul-termination is not needed.Dan Gohman2009-11-131-1/+1
* Move DebugInfo checks into EmitComments and remove them fromDavid Greene2009-11-131-15/+23
* Implement support to debug inlined functions.Devang Patel2009-11-101-19/+18
* Fix comment typos.Bob Wilson2009-11-061-3/+3
* Factor out the printing of the leading tab into printInlineAsm.Dan Gohman2009-11-061-0/+2
* Fix the label name generation for address-taken labels to avoid potentialDan Gohman2009-11-051-6/+10
* Print out an informative comment for KILL instructions.Jakob Stoklund Olesen2009-11-041-0/+11
* Fix a missing newline in the dwarf output code.Dan Gohman2009-10-311-0/+1
* Add support for BlockAddress static initializers.Dan Gohman2009-10-301-0/+2
* Add a FIXME comment.Dan Gohman2009-10-301-0/+2
* Add some comments.Dan Gohman2009-10-301-0/+8
* Initial target-independent CodeGen support for BlockAddresses.Dan Gohman2009-10-301-0/+27
* s/DebugLoc.CompileUnit/DebugLoc.Scope/gDevang Patel2009-10-131-5/+6
* Add support to handle debug info attached to an instruction.Devang Patel2009-10-061-5/+11
* Instead of printing unnecessary basic block labels as labels inDan Gohman2009-10-061-2/+10
OpenPOWER on IntegriCloud