aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
2009-08-17Remove a bit more cruft from the sjlj moving to a backend pass.Jim Grosbach
2009-08-17Move the sjlj exception handling conversions to a back-end pass where theyJim Grosbach
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-14Do not completely skip subrange info for a zero sized array.Devang Patel
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-12Add catch block handling to SjLj exception handling.Jim Grosbach
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-11SjLj based exception handling unwinding support. This patch is nasty, brutishJim Grosbach
2009-08-10Add support for printing loop structure information in asm comments.David Greene
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
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-02move dwarf debug info section selection stuff from TAI toChris Lattner
2009-08-02convert EHFrameSection to be managed by TLOF instead of TAI.Chris Lattner
2009-08-02Fix some fixme's in #if 0'd code by making it dependent on the structuralChris Lattner
2009-08-02move getDwarfExceptionSection from TAI to TLOF and rename it to 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-31add some comments on how this is *supposed* to work. We don'tChris Lattner
2009-07-31rearrange a conditional. Even if this weren't #if 0'd out, this wouldChris Lattner
2009-07-31Simplify operand padding by keying off tabs in the asm stream. IfDavid Greene
2009-07-31PreferredEHDataFormat is always call with data and global, but this wholeChris Lattner
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-30Start using DebugInfoFinder.Devang Patel