| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert 78892 and 78895, these break generating working executables on | Daniel Dunbar | 2009-08-13 | 1 | -11/+7 |
* | fix typo, add 10.6 version of test for my previous patch. | Chris Lattner | 2009-08-13 | 1 | -2/+2 |
* | fix a minor fixme. When building with SL and later tools, the ".eh" symbols | Chris Lattner | 2009-08-13 | 1 | -7/+11 |
* | Change the asmprinter to print the comment character before the | Chris Lattner | 2009-08-11 | 1 | -0/+2 |
* | factorize more darwin TAI stuff. Note that this gives | Chris Lattner | 2009-08-11 | 1 | -0/+7 |
* | factorize darwin ProtectedDirective and SetDirective. | Chris Lattner | 2009-08-11 | 1 | -0/+2 |
* | all darwin targets have .space and .zerofill, pull up. | Chris Lattner | 2009-08-11 | 1 | -0/+2 |
* | move LCOMMDirective = "\t.lcomm\t" up to DarwinTAI, eliminate | Chris Lattner | 2009-08-11 | 1 | -1/+2 |
* | move dwarf debug info section selection stuff from TAI to | Chris Lattner | 2009-08-02 | 1 | -12/+0 |
* | I need Triple information, 10.6 shouldn't set this, it bloats | Chris Lattner | 2009-08-02 | 1 | -1/+2 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 1 | -13/+1 |
* | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 1 | -9/+0 |
* | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 1 | -2/+0 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 1 | -2/+0 |
* | move emitUsedDirectiveFor to TargetLoweringObjectFile and rename it to | Chris Lattner | 2009-07-31 | 1 | -20/+0 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -102/+1 |
* | sink text/data section creation down into the target-specific places that | Chris Lattner | 2009-07-27 | 1 | -1/+2 |
* | 32-bit darwin targets support .literal16 too. | Chris Lattner | 2009-07-27 | 1 | -6/+4 |
* | Eliminate getNamed/getUnnamedSection, adding a new and unified getOrCreateSec... | Chris Lattner | 2009-07-27 | 1 | -17/+17 |
* | Eliminate SectionFlags, just embed a SectionKind into Section | Chris Lattner | 2009-07-27 | 1 | -9/+10 |
* | simplify this code now that SectionKind knows if a global is weak or not. | Chris Lattner | 2009-07-26 | 1 | -5/+2 |
* | rename Mergable -> Mergeable and Writable -> Writeable | Chris Lattner | 2009-07-26 | 1 | -10/+10 |
* | simplify getSectionForMergableConstant to take a SectionKind. | Chris Lattner | 2009-07-26 | 1 | -13/+6 |
* | introduce specialized mergable const sectionkinds for elements of size 4/8/16 to | Chris Lattner | 2009-07-26 | 1 | -3/+7 |
* | Rearrange all the SectionKinds and structure them into a hierarchical | Chris Lattner | 2009-07-26 | 1 | -9/+9 |
* | finish simplifying DarwinTargetAsmInfo::SelectSectionForGlobal | Chris Lattner | 2009-07-26 | 1 | -23/+16 |
* | simplify DarwinTargetAsmInfo::SelectSectionForGlobal a bit | Chris Lattner | 2009-07-26 | 1 | -16/+20 |
* | make SectionKind be a first-class pod struct instead of just | Chris Lattner | 2009-07-25 | 1 | -2/+2 |
* | this is (unfortunately) several changes mixed together: | Chris Lattner | 2009-07-25 | 1 | -1/+2 |
* | make SectionKindForGlobal target independent, and therefore non-virtual. | Chris Lattner | 2009-07-24 | 1 | -2/+7 |
* | we already know the sectionkind when invoking SelectSectionForGlobal, | Chris Lattner | 2009-07-24 | 1 | -2/+2 |
* | hoist section name uniquing logic up to the top-level SectionForGlobal | Chris Lattner | 2009-07-24 | 1 | -5/+4 |
* | Replace UniqueSectionForGlobal with getSectionPrefixForUniqueGlobal. | Chris Lattner | 2009-07-24 | 1 | -6/+0 |
* | inline the two MergeableConstSection implementations into their | Chris Lattner | 2009-07-22 | 1 | -17/+13 |
* | remove the SelectSectionForMachineConst hook, replacing it with | Chris Lattner | 2009-07-22 | 1 | -20/+22 |
* | simplify based on the fact that darwin always uses L/l. | Chris Lattner | 2009-07-21 | 1 | -8/+4 |
* | make some stuff private. | Chris Lattner | 2009-07-21 | 1 | -10/+3 |
* | Rename LessPrivateGlobalPrefix -> LinkerPrivateGlobalPrefix to match the | Chris Lattner | 2009-07-21 | 1 | -4/+5 |
* | Simplify the code in DarwinTargetAsmInfo::emitUsedDirectiveFor so that humans... | Bill Wendling | 2009-07-20 | 1 | -16/+16 |
* | Untangle a snarl that I discovered when updating the mangler, | Chris Lattner | 2009-07-17 | 1 | -0/+5 |
* | Remove StringConstantPrefix now that the only user | Duncan Sands | 2009-07-15 | 1 | -1/+0 |
* | Reapply my previous asmprinter changes now with more testing and two | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Torok Edwin | 2009-07-14 | 1 | -2/+2 |
* | Revert r7561{9,8,7,6}, which depend on r75610. | Daniel Dunbar | 2009-07-14 | 1 | -6/+3 |
* | rename getValueName -> getMangledName. These two files have very | Chris Lattner | 2009-07-14 | 1 | -3/+6 |
* | assert(0) -> LLVM_UNREACHABLE. | Torok Edwin | 2009-07-11 | 1 | -2/+3 |
* | merge the common darwin settings from the X86/PPC/ARM targets | Chris Lattner | 2009-06-19 | 1 | -0/+47 |
* | Rename PaddedSize to AllocSize, in the hope that this | Duncan Sands | 2009-05-09 | 1 | -2/+2 |
* | Do not propagate ELF-specific stuff (data.rel) into other targets. This simpl... | Anton Korobeynikov | 2009-03-30 | 1 | -3/+0 |
* | Add data.rel stuff | Anton Korobeynikov | 2009-03-30 | 1 | -0/+3 |