aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter/AsmPrinter.cpp
AgeCommit message (Expand)Author
2009-08-19Switch to SmallString::str from SmallString::c_str, and removeDaniel Dunbar
2009-08-19switch asmprinter to emit alignments through OutStreamer.Chris Lattner
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-18Make various changes suggested by Chris.David Greene
2009-08-18Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner
2009-08-17the MinPad argument to PadToColumn only really makes sense to be 1,Chris Lattner
2009-08-17change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner
2009-08-17give MCAsmStreamer a TargetAsmInfo.Chris Lattner
2009-08-14Add virtual printMCInst method to AsmPrinter, as a quick way to expose the APIDaniel Dunbar
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-13Various AsmWriter output cleanups. Use WriteAsOperand instead ofDan Gohman
2009-08-12Use WriteAsOperand to print BasicBlock names.Dan Gohman
2009-08-12Fix a few more places to use PadToColumn instead of tabs. And fixDan Gohman
2009-08-12Use PadToColumn instead of tabs for aligning comments. Fix one placeDan Gohman
2009-08-11Change the asmprinter to print the comment character before theChris Lattner
2009-08-11"TAI::JumpTableDirective" is always null for current arm targets, simplifyChris Lattner
2009-08-10Add support for printing loop structure information in asm comments.David Greene
2009-08-081. Make MCSection an abstract class.Chris Lattner
2009-08-08eliminate TargetLoweringObjectFileSparc in favor of a TAI hook.Chris Lattner
2009-08-07code cleanupChris Lattner
2009-08-07remove a bunch of now-dead crud from the asmprinter and TAI interfaces.Chris Lattner
2009-08-07tidy upChris Lattner
2009-08-05Fix some column padding bugs, reorganize things as suggested by ChrisDavid Greene
2009-08-05remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs.Chris Lattner
2009-08-05add a temporary hook to allow reuse of the asmprinter from the disassembler.Chris Lattner
2009-08-04rip out SectionEndDirectiveSuffix support, only uses byChris Lattner
2009-08-03eliminate CurrentSection, rename CurrentSection_ -> CurrentSection, make it p...Chris Lattner
2009-08-03Kill off SwitchToDataSection and SwitchToTextSection, woo.Chris Lattner
2009-08-03make getObjFileLowering() return a non-const reference.Chris Lattner
2009-08-03make SwitchToSection accept null sections for now.Chris Lattner
2009-08-02convert ctors/dtors section to be in TLOF instead ofChris Lattner
2009-08-01(re)introduce new simpler apis for creation sectionkinds.Chris Lattner
2009-08-01Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner
2009-08-01loweringinfo is always non-null.Chris Lattner
2009-08-01fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner
2009-08-01Change SectionKind to be a property that is true of a *section*, itChris Lattner
2009-07-31Use setPreservesAll and setPreservesCFG in CodeGen passes.Dan Gohman
2009-07-31Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene
2009-07-31move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it toChris Lattner
2009-07-31switch off of 'Section' onto MCSection. We're not properly usingChris Lattner
2009-07-31refactor section construction in TLOF to be through an explicitChris Lattner
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner
2009-07-28Rip all of the global variable lowering logic out of TargetAsmInfo. SinceChris Lattner
2009-07-27hoist MCContext/MCStreamer up to AsmPrinter since we're going to start creatingChris Lattner
2009-07-27Eliminate SectionFlags, just embed a SectionKind into SectionChris Lattner
2009-07-26Remove Value::getName{Start,End}, the last of the old Name APIs.Daniel Dunbar
2009-07-26remove a densemap from TargetAsmInfo that was uniquing the targetflags strings,Chris Lattner
2009-07-26make SectionKind know whether a symbol is weak or not in additionChris Lattner
2009-07-26rename Mergable -> Mergeable and Writable -> WriteableChris Lattner
2009-07-26two files I missed in the last commit.Chris Lattner