summaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
Commit message (Expand)AuthorAge
* remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner2009-09-09
* Use the EOL that takes the encoding and translates it into DWARF-English.Bill Wendling2009-09-09
* Nuke moribund "std::string" version of EOL(..., Encoding).Bill Wendling2009-08-30
* Add a form of EOL which emits the text version of a DWARF format encoding. ThisBill Wendling2009-08-29
* Reapply 79977.Devang Patel2009-08-28
* Revert accidental commit.Bill Wendling2009-08-27
* --- Reverse-merging r80147 into '.':Bill Wendling2009-08-27
* Revert 79977. It causes llvm-gcc bootstrap failures on some platforms.Devang Patel2009-08-26
* Update DebugInfo interface to use metadata, instead of special named llvm.dbg...Devang Patel2009-08-25
* convert LoopInfo.h and GraphWriter.h to use raw_ostreamChris Lattner2009-08-23
* random code cleanups.Chris Lattner2009-08-23
* remove some random indentation stuff, yay for efficiency.Chris Lattner2009-08-23
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-22
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-22
* Record variable debug info at ISel time directly.Devang Patel2009-08-22
* Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar2009-08-19
* switch asmprinter to emit alignments through OutStreamer.Chris Lattner2009-08-19
* eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner2009-08-19
* Make various changes suggested by Chris.David Greene2009-08-18
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-18
* the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner2009-08-17
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-17
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-17
* Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar2009-08-14
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman2009-08-13
* Use WriteAsOperand to print BasicBlock names.Dan Gohman2009-08-12
* Fix a few more places to use PadToColumn instead of tabs. And fixDan Gohman2009-08-12
* Use PadToColumn instead of tabs for aligning comments. Fix one placeDan Gohman2009-08-12
* Change the asmprinter to print the comment character before theChris Lattner2009-08-11
* "TAI::JumpTableDirective" is always null for current arm targets, simplifyChris Lattner2009-08-11
* Add support for printing loop structure information in asm comments.David Greene2009-08-10
* 1. Make MCSection an abstract class.Chris Lattner2009-08-08
* eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner2009-08-08
* code cleanupChris Lattner2009-08-07
* remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner2009-08-07
* tidy upChris Lattner2009-08-07
* Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene2009-08-05
* remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner2009-08-05
* add a temporary hook to allow reuse of the asmprinter from the disassembler.Chris Lattner2009-08-05
* rip out SectionEndDirectiveSuffix support, only uses byChris Lattner2009-08-04
* eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner2009-08-03
* Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner2009-08-03
* make getObjFileLowering() return a non-const reference.Chris Lattner2009-08-03
* make SwitchToSection accept null sections for now.Chris Lattner2009-08-03
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-02
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-01
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-01
* loweringinfo is always non-null.Chris Lattner2009-08-01
* fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner2009-08-01