Age | Commit message (Expand) | Author |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
2009-08-13 | Remove HasCrazyBSS and add a flag in TAI to indicate that '.section' | Bruno Cardoso Lopes |
2009-08-13 | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar |
2009-08-13 | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner |
2009-08-11 | fix CodeGen/PowerPC/2007-01-15-AsmDialect.ll, fallout from r78742 | Chris Lattner |
2009-08-11 | pass "is64Bit" flag into PPC TAI ctors instead of a whole targetmachine. | Chris Lattner |
2009-08-11 | eliminate asmflavor from subtarget, PPCTAI is the only client | Chris Lattner |
2009-08-11 | Change the asmprinter to print the comment character before the | Chris Lattner |
2009-08-11 | factorize more darwin TAI stuff. Note that this gives | Chris Lattner |
2009-08-11 | factorize darwin ProtectedDirective and SetDirective. | Chris Lattner |
2009-08-11 | all darwin targets have .space and .zerofill, pull up. | Chris Lattner |
2009-08-11 | move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate | Chris Lattner |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
2009-08-02 | move dwarf debug info section selection stuff from TAI to | Chris Lattner |
2009-08-02 | convert EHFrameSection to be managed by TLOF instead of TAI. | Chris Lattner |
2009-08-02 | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner |
2009-08-02 | remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. | Chris Lattner |
2009-08-02 | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner |
2009-08-02 | don't override the default of this, the only difference is \t instead of ' '. | Chris Lattner |
2009-08-01 | REmove dead fields of TAI. | Chris Lattner |
2009-07-31 | remove the PPCLinuxTargetAsmInfo implementation of PreferredEHDataFormat, | Chris Lattner |
2009-07-29 | Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > | Bill Wendling |
2009-07-28 | Output the correct format for Darwin. | Bill Wendling |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner |
2009-07-27 | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner |
2009-07-26 | untangle a TargetAsmInfo hack where ELFTargetAsmInfo would create a | Chris Lattner |
2009-07-25 | this is (unfortunately) several changes mixed together: | Chris Lattner |
2009-06-19 | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner |
2009-06-18 | move mangler quote handling from asm printers to TargetAsmInfo. | Chris Lattner |
2009-06-18 | simplify macro debug info directive handling. | Chris Lattner |
2009-06-18 | On Darwin, ams printer should output a second label before a jump table so th... | Evan Cheng |
2008-12-19 | Fix bug 3202. | Rafael Espindola |
2008-12-03 | Fix bug 3140. | Rafael Espindola |
2008-10-05 | Fix weird think-o and unbreak build on all gcc-3.4.x-based platforms (e.g. mi... | Anton Korobeynikov |
2008-09-25 | Reapply 56585:56589 with proper fix for some gcc versions | Anton Korobeynikov |
2008-09-25 | Temporarily backing out 56585:56589 to unbreak the build. | Evan Cheng |
2008-09-24 | Minor cleanup | Anton Korobeynikov |
2008-09-24 | Get rid of virtual inheritance for PPC TAI | Anton Korobeynikov |
2008-09-24 | Get rid of ReadOnlySection duplicate | Anton Korobeynikov |
2008-09-24 | Get rid of now unused {Four,Eight,Sixteen}ByteConstantSection | Anton Korobeynikov |
2008-09-09 | Fix logic for not emitting no-dead-strip for some | Dale Johannesen |
2008-08-16 | PPC/Linux normally uses named section for bss | Anton Korobeynikov |
2008-08-16 | Use proper strings section name for PPC | Anton Korobeynikov |
2008-08-08 | Convert PPC/Linux to new section printing stuff | Anton Korobeynikov |
2008-08-08 | Switch PPC/Darwin to new section handling stuff | Anton Korobeynikov |
2008-07-19 | Unbreak build: 'DarwinTargetAsmInfo' was already taken as PPC TAI flavour. | Anton Korobeynikov |
2008-07-04 | Linux also does not require exception handling | Duncan Sands |
2008-07-01 | Darwin doesn't need exception handling information for the "move" info when | Bill Wendling |
2008-06-03 | Add StringConstantPrefix to control what the | Dale Johannesen |