| Commit message (Expand) | Author | Age | Files | Lines |
* | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner | 2009-08-22 | 1 | -42/+0 |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -0/+2 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 1 | -2/+0 |
* | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner | 2009-08-12 | 1 | -5/+5 |
* | eliminate template from arm TAI | Chris Lattner | 2009-08-11 | 1 | -1/+0 |
* | fix a bug I introduced in r78724 that caused failures in: | Chris Lattner | 2009-08-11 | 1 | -1/+1 |
* | eliminate the X86TargetAsmInfo template. | Chris Lattner | 2009-08-11 | 1 | -16/+6 |
* | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 1 | -1/+0 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
* | remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. | Chris Lattner | 2009-08-02 | 1 | -1/+0 |
* | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner | 2009-08-02 | 1 | -8/+1 |
* | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner | 2009-07-31 | 1 | -6/+3 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -3/+1 |
* | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner | 2009-07-27 | 1 | -8/+6 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -2/+2 |
* | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner | 2009-07-26 | 1 | -1/+3 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 1 | -1/+1 |
* | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner | 2009-07-24 | 1 | -2/+2 |
* | remove TargetAsmInfo::ExpandInlineAsm | Chris Lattner | 2009-07-20 | 1 | -10/+2 |
* | Fix bug 3202. | Rafael Espindola | 2008-12-19 | 1 | -1/+1 |
* | Refactor various TargetAsmInfo subclasses' TargetMachine members away | Dan Gohman | 2008-11-03 | 1 | -2/+0 |
* | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov | 2008-09-25 | 1 | -10/+22 |
* | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng | 2008-09-25 | 1 | -22/+10 |
* | Minor cleanup | Anton Korobeynikov | 2008-09-24 | 1 | -0/+3 |
* | Use crazy template-based inheritance instead of virtual one. | Anton Korobeynikov | 2008-09-24 | 1 | -10/+19 |
* | Reduce heap trashing due to std::string construction / concatenation via cach... | Anton Korobeynikov | 2008-08-16 | 1 | -1/+1 |
* | Remove dead forward decl | Anton Korobeynikov | 2008-08-07 | 1 | -1/+0 |
* | Use generic ELFTargetAsmInfo and DarwinTargetAsmInfo for X86 code | Anton Korobeynikov | 2008-07-19 | 1 | -20/+9 |
* | First sketch of special section objects | Anton Korobeynikov | 2008-07-09 | 1 | -12/+11 |
* | Add hacky way to distinguish named and named sections. This will be generaliz... | Anton Korobeynikov | 2008-07-09 | 1 | -0/+2 |
* | Drop dead member reference | Anton Korobeynikov | 2008-07-09 | 1 | -1/+0 |
* | Add funny darwin section selection logic | Anton Korobeynikov | 2008-07-09 | 1 | -0/+5 |
* | Handle ELF mergeable sections | Anton Korobeynikov | 2008-07-09 | 1 | -0/+5 |
* | Provide section selection for X86 ELF targets | Anton Korobeynikov | 2008-07-09 | 1 | -0/+2 |
* | Split PrintSectionFlags | Anton Korobeynikov | 2008-07-09 | 1 | -1/+2 |
* | Split UniqueSectionForGlobal() | Anton Korobeynikov | 2008-07-09 | 1 | -2/+4 |
* | Split PreferredEHDataFormat hook | Anton Korobeynikov | 2008-07-09 | 1 | -2/+6 |
* | Split X86TargetAsmInfo into 4 subtarget-specific classes | Anton Korobeynikov | 2008-07-09 | 1 | -1/+18 |
* | Move flag decoding stuff into special hook | Anton Korobeynikov | 2008-07-09 | 1 | -0/+1 |
* | Properly handle linkonce stuff | Anton Korobeynikov | 2008-07-09 | 1 | -0/+2 |
* | Provide skeletone code for calculation of section, where global should be emi... | Anton Korobeynikov | 2008-07-09 | 1 | -1/+2 |
* | Use enumeration for preffered EH dwarf encoding reason | Anton Korobeynikov | 2008-02-29 | 1 | -1/+2 |
* | Preparation step for some cleanup/generalization in EH information emission: | Anton Korobeynikov | 2008-02-27 | 1 | -0/+3 |
* | Remove attribution from file headers, per discussion on llvmdev. | Chris Lattner | 2007-12-29 | 1 | -2/+2 |
* | More explicit keywords. | Dan Gohman | 2007-09-25 | 1 | -1/+1 |
* | Fix for PR1095: | Bill Wendling | 2007-01-16 | 1 | -1/+1 |
* | Trivially lower 'bswap $0' into llvm.bswap. This fixes hexxagon with the | Chris Lattner | 2006-11-29 | 1 | -0/+4 |
* | Implement getSectionForFunction, use it when printing function body. | Chris Lattner | 2006-10-05 | 1 | -2/+0 |
* | Break out target asm info into separate files. | Jim Laskey | 2006-09-07 | 1 | -0/+31 |