Whitespace cleanup. Remove trailing whitespace.
[oota-llvm.git] / lib / Target / X86 / X86TargetAsmInfo.h
2009-08-02 Chris Lattnerremove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo
2009-08-02 Chris Lattnerremove TargetAsmInfo::TM, which is now dead. The basic...
2009-08-02 Chris Lattnerremove the x86/ppc impls of getEHGlobalPrefix, which...
2009-08-02 Chris Lattnerremove the dead PreferredEHDataFormat TAI hook: its...
2009-07-31 Chris LattnerPreferredEHDataFormat is always call with data and...
2009-07-28 Chris LattnerRip all of the global variable lowering logic out of...
2009-07-27 Chris Lattnermake COFF work like ELF and macho, by splitting out...
2009-07-27 Chris LattnerEliminate SectionFlags, just embed a SectionKind into...
2009-07-26 Chris Lattnerremove a densemap from TargetAsmInfo that was uniquing...
2009-07-25 Chris Lattnermake SectionKind be a first-class pod struct instead...
2009-07-24 Chris LattnerReplace UniqueSectionForGlobal with getSectionPrefixFor...
2009-07-20 Chris Lattnerremove TargetAsmInfo::ExpandInlineAsm
2008-12-19 Rafael EspindolaFix bug 3202.
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 KorobeynikovMinor cleanup
2008-09-24 Anton KorobeynikovUse crazy template-based inheritance instead of virtual...
2008-08-16 Anton KorobeynikovReduce heap trashing due to std::string construction...
2008-08-07 Anton KorobeynikovRemove dead forward decl
2008-07-19 Anton KorobeynikovUse generic ELFTargetAsmInfo and DarwinTargetAsmInfo...
2008-07-09 Anton KorobeynikovFirst sketch of special section objects
2008-07-09 Anton KorobeynikovAdd hacky way to distinguish named and named sections...
2008-07-09 Anton KorobeynikovDrop dead member reference
2008-07-09 Anton KorobeynikovAdd funny darwin section selection logic
2008-07-09 Anton KorobeynikovHandle ELF mergeable sections
2008-07-09 Anton KorobeynikovProvide section selection for X86 ELF targets
2008-07-09 Anton KorobeynikovSplit PrintSectionFlags
2008-07-09 Anton KorobeynikovSplit UniqueSectionForGlobal()
2008-07-09 Anton KorobeynikovSplit PreferredEHDataFormat hook
2008-07-09 Anton KorobeynikovSplit X86TargetAsmInfo into 4 subtarget-specific classes
2008-07-09 Anton KorobeynikovMove flag decoding stuff into special hook
2008-07-09 Anton KorobeynikovProperly handle linkonce stuff
2008-07-09 Anton KorobeynikovProvide skeletone code for calculation of section,...
2008-02-29 Anton KorobeynikovUse enumeration for preffered EH dwarf encoding reason
2008-02-27 Anton KorobeynikovPreparation step for some cleanup/generalization in...
2007-12-29 Chris LattnerRemove attribution from file headers, per discussion...
2007-09-25 Dan GohmanMore explicit keywords.
2007-01-16 Bill WendlingFix for PR1095:
2006-11-29 Chris LattnerTrivially lower 'bswap $0' into llvm.bswap. This fixes...
2006-10-05 Chris LattnerImplement getSectionForFunction, use it when printing...
2006-09-07 Jim LaskeyBreak out target asm info into separate files.