Age | Commit message (Expand) | Author |
2009-08-22 | Rename TargetAsmInfo (and its subclasses) to MCAsmInfo. | Chris Lattner |
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-12 | Change TargetAsmInfo to be constructed via TargetRegistry from a Target+Triple | Chris Lattner |
2009-08-11 | prune #includage. | Chris Lattner |
2009-08-11 | change the -x86-asm-syntax=intel/att flag to be in X86TAI | 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 | eliminate the X86TargetAsmInfo template. | Chris Lattner |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
2009-08-05 | remove the 'DataSectionStartSuffix' and 'TextSectionStartSuffix' knobs. | Chris Lattner |
2009-08-04 | rip out SectionEndDirectiveSuffix support, only uses by | Chris Lattner |
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 | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner |
2009-08-02 | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner |
2009-08-01 | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner |
2009-08-01 | REmove dead fields of TAI. | Chris Lattner |
2009-07-31 | PreferredEHDataFormat is always call with data and global, but this whole | Chris Lattner |
2009-07-29 | Change the "PreferredEHDataFormat" from "absptr" if we're on a Darwin system > | Bill Wendling |
2009-07-28 | Darwin outputs (DW_EH_PE_pcrel | DW_EH_PE_indirect | DW_EH_PE_sdata4) when we're | Bill Wendling |
2009-07-28 | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner |
2009-07-27 | make COFF work like ELF and macho, by splitting out into its own | Chris Lattner |
2009-07-27 | apparently we have "windows" and "coff", which are different(?) | Chris Lattner |
2009-07-27 | 32-bit darwin targets support .literal16 too. | 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-26 | remove a densemap from TargetAsmInfo that was uniquing the targetflags strings, | Chris Lattner |
2009-07-26 | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner |
2009-07-26 | Rearrange all the SectionKinds and structure them into a hierarchical | Chris Lattner |
2009-07-25 | make SectionKind be a first-class pod struct instead of just | Chris Lattner |
2009-07-25 | this is (unfortunately) several changes mixed together: | Chris Lattner |
2009-07-24 | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner |
2009-07-24 | Switch to getNameStr(). | Daniel Dunbar |
2009-07-24 | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner |
2009-07-20 | remove TargetAsmInfo::ExpandInlineAsm | Chris Lattner |
2009-07-17 | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner |
2009-07-14 | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin |
2009-07-13 | Reverted r75484. It was causing a failure with Apple-style builds. | Bill Wendling |
2009-07-13 | More standard way of specifying greater than Leopard. | Bill Wendling |
2009-07-13 | On greater than Leopard systems, place exception tables in the __TEXT section. | Bill Wendling |
2009-07-11 | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin |
2009-06-19 | Misc tweaks to Intel asm printing to make it more compatible with MASM. | Eli Friedman |
2009-06-19 | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner |