summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Update processDebugLoc() so that it can be used to process debug info before ...Devang Patel2009-10-061-6/+8
* strength reduce a ton of type equality tests to check the typeid (ThroughChris Lattner2009-10-051-4/+10
* Add another MDNode into DebugLocTuple. This will be used to keep track of inl...Devang Patel2009-10-011-1/+1
* Use MachineInstr as an processDebugLoc() argument.Devang Patel2009-09-301-2/+2
* Use MDNode * directly as an RecordSourceLine() argument.Devang Patel2009-09-301-2/+2
* Add a new virtual EmitStartOfAsmFile method to the AsmPrinter and use thisBob Wilson2009-09-301-2/+4
* Fix a comment.Bob Wilson2009-09-301-1/+1
* Remove std::string uses from DebugInfo interface.Devang Patel2009-09-291-2/+1
* unconditionally compute MMI even if the target doesn't support EH or Debug in...Chris Lattner2009-09-241-9/+6
* add a new hook to allow targets to splat stuff at the end of the file.Chris Lattner2009-09-181-0/+5
* Allow symbols to start from the digit if target requests it. This allows, e.g...Anton Korobeynikov2009-09-181-0/+3
* remove the AsmPrinter::printMCInst hook hack now thatChris Lattner2009-09-161-4/+0
* inline AsmPrinter::getCurrentFunctionEHName into its only caller.Chris Lattner2009-09-161-9/+1
* Eliminate AsmPrinter::EmitExternalGlobal, inlining its (now)Chris Lattner2009-09-161-7/+0
* eliminate the horrid AsmPrinter::getGlobalLinkName method, inliningChris Lattner2009-09-161-11/+1
* remove some horrible MAI hooks which fortunately turn out to be always empty.Chris Lattner2009-09-151-22/+3
* PIC16 does allow colon after MBB labels, simplify EmitBasicBlockStart.Chris Lattner2009-09-141-5/+2
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-141-1/+2
* eliminate an extraneous use of TRI::getAsmName in a comment.Chris Lattner2009-09-131-1/+1
* remove MAI::JumpTableSpecialLabelPrefix now that MAI Chris Lattner2009-09-131-4/+4
* replace printBasicBlockLabel with EmitBasicBlockStart,Chris Lattner2009-09-131-14/+11
* convert some uses of printBasicBlockLabel to use GetMBBSymbolChris Lattner2009-09-131-8/+7
* devirtualize AsmPrinter::printBasicBlockLabel since it is never overridden.Chris Lattner2009-09-121-2/+12
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-091-32/+10
* Use the EOL that takes the encoding and translates it into DWARF-English.Bill Wendling2009-09-091-0/+8
* Nuke moribund "std::string" version of EOL(..., Encoding).Bill Wendling2009-08-301-8/+0
* Add a form of EOL which emits the text version of a DWARF format encoding. ThisBill Wendling2009-08-291-0/+50
* Reapply 79977.Devang Patel2009-08-281-10/+8
* Revert accidental commit.Bill Wendling2009-08-271-180/+0
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-271-0/+180
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-261-8/+10
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-251-10/+8
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-231-1/+1
* random code cleanups.Chris Lattner2009-08-231-19/+17
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-231-15/+2
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-209/+209
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-3/+3
* Record variable debug info at ISel time directly.Devang Patel2009-08-221-10/+0
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-191-2/+2
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-191-8/+5
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-191-12/+6
OpenPOWER on IntegriCloud