| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Move the getInlineAsmLength virtual method from TAI to TII, where | Chris Lattner | 2009-08-02 | 14 | -218/+236 |
* | move a virtual method body to its .cpp file to avoid a #include | Chris Lattner | 2009-08-02 | 2 | -7/+11 |
* | turn some templated inline functions into static functions. | Chris Lattner | 2009-08-02 | 2 | -14/+11 |
* | alpha TAI doesn't need TM. | Chris Lattner | 2009-08-02 | 3 | -8/+3 |
* | MSP430 TAI doesn't need TM. | Chris Lattner | 2009-08-02 | 3 | -4/+3 |
* | simplify SPULinuxTargetAsmInfo, remove use of TM. | Chris Lattner | 2009-08-02 | 3 | -44/+16 |
* | xcore TAI doesn't need TM. | Chris Lattner | 2009-08-02 | 3 | -4/+3 |
* | PIC16 TAI doesn't need TM | Chris Lattner | 2009-08-02 | 3 | -12/+7 |
* | remove the dead ELFTargetAsmInfo.h/cpp file. TargetAsmInfo | Chris Lattner | 2009-08-02 | 7 | -48/+1 |
* | eliminate the TM argument to the TAI class, remove comment about supporting | Chris Lattner | 2009-08-02 | 3 | -8/+4 |
* | eliminate TargetMAchine argument to sparc TAI | Chris Lattner | 2009-08-02 | 3 | -7/+4 |
* | remove TargetAsmInfo::TM, which is now dead. The basic TAI class now | Chris Lattner | 2009-08-02 | 28 | -71/+37 |
* | remove the x86/ppc impls of getEHGlobalPrefix, which is already dead. | Chris Lattner | 2009-08-02 | 4 | -17/+0 |
* | Add missing flush(). | Daniel Dunbar | 2009-08-02 | 1 | -0/+3 |
* | clean up #includes of TargetAsmInfo.cpp | Chris Lattner | 2009-08-02 | 1 | -11/+0 |
* | move an enum from TM -> TargetOptions. This makes TargetOptions.h | Chris Lattner | 2009-08-02 | 2 | -9/+9 |
* | remove the dead PreferredEHDataFormat TAI hook: its now dead | Chris Lattner | 2009-08-02 | 5 | -91/+3 |
* | Fix some fixme's in #if 0'd code by making it dependent on the structural | Chris Lattner | 2009-08-02 | 1 | -29/+34 |
* | Test both darwin and linux. | Evan Cheng | 2009-08-02 | 1 | -5/+12 |
* | move getDwarfExceptionSection from TAI to TLOF and rename it to | Chris Lattner | 2009-08-02 | 7 | -19/+21 |
* | Fix a possible crash on delete of an uninitialized variable. | Daniel Dunbar | 2009-08-02 | 2 | -1/+7 |
* | Fix an ENABLE_EXPENSIVE_CHECKS error. | Daniel Dunbar | 2009-08-02 | 1 | -2/+3 |
* | Don't call SectionForGlobal for hasAvailableExternallyLinkage() | Dan Gohman | 2009-08-02 | 1 | -1/+1 |
* | don't call SectionForGlobal on declarations, you can't tell the section a | Chris Lattner | 2009-08-02 | 1 | -1/+3 |
* | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 10 | -42/+78 |
* | switch to filecheck format | Chris Lattner | 2009-08-02 | 1 | -12/+12 |
* | Tweak svn:ignore | Daniel Dunbar | 2009-08-02 | 0 | -0/+0 |
* | Tweak svn:ignore | Daniel Dunbar | 2009-08-02 | 0 | -0/+0 |
* | don't override the default of this, the only difference is \t instead of ' '. | Chris Lattner | 2009-08-02 | 1 | -2/+0 |
* | Change MCOperand to use Create style instead of Make style for constructing | Daniel Dunbar | 2009-08-02 | 4 | -24/+33 |
* | make SectionKind::Kind completely private now. | Chris Lattner | 2009-08-02 | 1 | -5/+1 |
* | Make SectionKind::get() private. | Chris Lattner | 2009-08-02 | 6 | -24/+25 |
* | (re)introduce new simpler apis for creation sectionkinds. | Chris Lattner | 2009-08-01 | 4 | -73/+83 |
* | Remove "JumpTableDataSection" from TAI, instead, have AsmPrinter | Chris Lattner | 2009-08-01 | 9 | -46/+33 |
* | give alpha its readonly section. This optimizes alpha, and prevents a | Chris Lattner | 2009-08-01 | 1 | -0/+2 |
* | .rdata == .rodata on mips. | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | no need to override the default with the default. | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | one fewer license, yay. :) | Chris Lattner | 2009-08-01 | 1 | -1/+0 |
* | eXtensible Systems doesn't exist any more and Reid donated this to the | Chris Lattner | 2009-08-01 | 1 | -6/+0 |
* | loweringinfo is always non-null. | Chris Lattner | 2009-08-01 | 1 | -1/+1 |
* | REmove dead fields of TAI. | Chris Lattner | 2009-08-01 | 12 | -51/+0 |
* | fix a problem Eli noticed where we would compile the attached ptrtoint | Chris Lattner | 2009-08-01 | 2 | -13/+21 |
* | update for rename | Chris Lattner | 2009-08-01 | 1 | -3/+3 |
* | fix a fixme by sinking various target-specific directives down into | Chris Lattner | 2009-08-01 | 3 | -49/+44 |
* | coff also doesn't have a ReadOnlySection yet, (!) | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
* | coff doesn't set a .bss seciton, so this is dead. | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
* | it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/ | Chris Lattner | 2009-08-01 | 5 | -86/+57 |
* | don't use isWeak anymore. | Chris Lattner | 2009-08-01 | 1 | -4/+4 |
* | fix a layering violation by moving SectionKind out to its own header. | Chris Lattner | 2009-08-01 | 3 | -164/+186 |
* | Minor whitespace tidiness. | Dan Gohman | 2009-08-01 | 1 | -0/+1 |