Move the getInlineAsmLength virtual method from TAI to TII, where
[oota-llvm.git] / include / llvm / Target / TargetAsmInfo.h
2009-08-02 Chris LattnerMove the getInlineAsmLength virtual method from TAI...
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-08-02 Chris Lattnermove getDwarfExceptionSection from TAI to TLOF and...
2009-08-02 Chris Lattnerconvert ctors/dtors section to be in TLOF instead of
2009-08-01 Chris LattnerRemove "JumpTableDataSection" from TAI, instead, have...
2009-08-01 Chris LattnerREmove dead fields of TAI.
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-31 Chris Lattnermove emitUsedDirectiveFor to TargetLoweringObjectFile...
2009-07-31 Benjamin KramerFix build.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnermove the sectionkind and section classes to TargetLower...
2009-07-28 Bill WendlingRemove unused parameter name.
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris LattnerSink getSectionPrefixForUniqueGlobal down into the TAI
2009-07-27 Chris LattnerEliminate getNamed/getUnnamedSection, adding a new...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattneruntangle a TargetAsmInfo hack where ELFTargetAsmInfo...
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-26 Chris Lattnermake SectionKind keep track of whether a global had...
2009-07-26 Chris Lattnermake SectionKind know whether a symbol is weak or not...
2009-07-26 Chris LattnerMake the kind actually be private.
2009-07-26 Chris Lattnerrename Mergable -> Mergeable and Writable -> Writeable
2009-07-26 Chris Lattnerremove a bunch of helper functions, just use SectionKin...
2009-07-26 Chris Lattnersimplify getSectionForMergableConstant to take a Sectio...
2009-07-26 Chris Lattnerintroduce specialized mergable const sectionkinds for...
2009-07-26 Chris LattnerRearrange all the SectionKinds and structure them into...
2009-07-26 Chris Lattnerfix isReadOnly predicate to not include data that has...
2009-07-26 Chris Lattnerremove a dead enum case.
2009-07-26 Chris Lattnerput normal data into .data instead of .data.rel on...
2009-07-26 Chris Lattnerfinish simplifying DarwinTargetAsmInfo::SelectSectionFo...
2009-07-26 Chris Lattnersimplify some predicates, add isMergableString()
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-25 Chris Lattnerthis is (unfortunately) several changes mixed together:
2009-07-25 Chris Lattnerdocument some invariants.
2009-07-24 Chris Lattnerfix some predicates
2009-07-24 Chris Lattnerchange SectionKindForGlobal from being a public (and
2009-07-24 Chris Lattnermake SectionKindForGlobal target independent, and there...
2009-07-24 Chris Lattnerwe already know the sectionkind when invoking SelectSec...
2009-07-24 Chris Lattnermake SectionForGlobal non-virtual, add a hook for pic16...
2009-07-24 Chris Lattnermove ELF-specific code into ELFTargetAsmInfo.
2009-07-24 Chris Lattnermake SectionFlagsForGlobal a private static function...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-24 Chris Lattnerdocument SectionFlags::Named better and make it more...
2009-07-24 Chris Lattneruse section flags more correctly.
2009-07-24 Chris Lattnerremove more bits of small section support.
2009-07-24 Chris LattnerRemove SectionKind::Small*. This was only used on...
2009-07-24 Dan GohmanRemove the IA-64 backend.
2009-07-22 Chris Lattnerremove SectionFlags::Small: it is only used on Xcore...
2009-07-22 Chris Lattnerremove the SelectSectionForMachineConst hook, replacing...
2009-07-21 Chris LattnerNow that RelocBehaviour() is never overloaded, it doesn...
2009-07-21 Chris Lattnerimprove comments.
2009-07-21 Chris LattnerRename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPr...
2009-07-20 David GreeneRe-apply 75490, 75806 and 76177 with fixes and tests...
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2009-07-20 Chris Lattneradd some fixme's and cleanups. TargetAsmInfo shouldn...
2009-07-20 Chris Lattnerrename TargetAsmInfo::getASDirective -> getDataASDirective
2009-07-18 Evan ChengRevert 76177 for now. It's messing up ARM asm printing...
2009-07-17 Chris LattnerUntangle a snarl that I discovered when updating the...
2009-07-17 David GreeneAdd logic to align instruction operands to columns...
2009-07-15 Duncan SandsRemove StringConstantPrefix now that the only user
2009-07-13 Dan GohmanDelete a spurious const.
2009-07-13 David GreeneAdd infrastructure to allow post instruction printing...
2009-06-19 Chris Lattnermerge the common darwin settings from the X86/PPC/ARM...
2009-06-18 Chris Lattnermove mangler quote handling from asm printers to Target...
2009-06-18 Chris Lattnersimplify macro debug info directive handling.
2009-04-29 Sanjiv GuptaAdd directive to declare external globals.
2009-04-13 Devang PatelReapply 68847.
2009-04-11 Dan GohmanRevert r68847. It breaks the build on non-Darwin target...
2009-04-11 Devang PatelKeep track of inlined functions and their locations...
2009-03-30 Anton KorobeynikovAdd data.rel stuff
2009-03-29 Anton KorobeynikovHonour relocation behaviour stuff for ro objects
2009-02-04 Chris Lattneradd a friend needed by a stringmap change.
2009-02-02 Sanjiv GuptaMade the common case of default address space directive...
2009-01-30 Sanjiv GuptaEnable emitting of constant values in non-default addre...
2009-01-26 Scott MichelMake the Dwarf macro information section optional;...
2009-01-05 Bill WendlingRevert r61415 and r61484. Duncan was correct that these...
2008-12-29 Bill WendlingLinux wants the FDE initial location and address range...
2008-12-24 Bill WendlingDarwin likes for the EH frame to be non-local.
2008-12-24 Bill WendlingGCC doesn't emit DW_EH_PE_sdata4 for the FDE encoding...
2008-12-19 Rafael EspindolaFix bug 3202.
2008-12-03 Rafael EspindolaFix bug 3140.
2008-11-03 Dan GohmanRefactor various TargetAsmInfo subclasses' TargetMachin...
2008-09-25 Anton KorobeynikovReapply 56585:56589 with proper fix for some gcc versions
2008-09-25 Evan ChengTemporarily backing out 56585:56589 to unbreak the...
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-09-24 Anton KorobeynikovGet rid of ReadOnlySection duplicate
2008-09-24 Anton KorobeynikovGet rid of now unused {Four,Eight,Sixteen}ByteConstantS...
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* stuff for TLS sections
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* DataSection
2008-09-24 Anton KorobeynikovGet rid of duplicate char*/Section* TextSection
2008-09-24 Anton KorobeynikovMove actual section printing stuff to AsmPrinter from...
2008-09-24 Anton KorobeynikovProvide direct function to switch to Section
2008-09-09 Dale JohannesenMove the uglier parts of deciding not to emit a
2008-09-09 Dale JohannesenFix logic for not emitting no-dead-strip for some
2008-08-16 Anton KorobeynikovAdd interface for section override. Use this for Sparc...
2008-08-16 Anton KorobeynikovMove SLEB/ULEB size calculation routines from AsmPrinte...
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-08 Evan ChengUndo most of r54519.
2008-08-08 Evan ChengIt's not legal to output a GV in a coalesced section...
next