aboutsummaryrefslogtreecommitdiff
path: root/lib/CodeGen/AsmPrinter
AgeCommit message (Expand)Author
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
2009-07-29Forgot to output the base offset.Bill Wendling
2009-07-29pass the mangler down into the various SectionForGlobal methods.Chris Lattner
2009-07-29Move comment to above method.Bill Wendling
2009-07-29- Temporarily unbreak the build by forcing the TType "absptr", which isn'tBill Wendling
2009-07-28Cleanup code to use iterators instead of ".size()".Bill Wendling
2009-07-28Doxygenify comments.Bill Wendling
2009-07-28Split out large loop into it's very own method. No intended functionality cha...Bill Wendling
2009-07-28Output the EH TType format and base offset only if there are types that we'reBill Wendling
2009-07-28Use the preferred EH data format for the preferred EH data format.Bill Wendling
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