| Commit message (Expand) | Author | Age | Files | Lines |
| * | 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 |
| * | Fix typos in comments. | Dan Gohman | 2009-08-01 | 2 | -2/+2 |
| * | with the previous refactoring, fixme fixed! | Chris Lattner | 2009-08-01 | 1 | -3/+0 |
| * | update for API change. | Chris Lattner | 2009-08-01 | 2 | -4/+5 |
| * | Change SectionKind to be a property that is true of a *section*, it | Chris Lattner | 2009-08-01 | 11 | -191/+242 |
| * | add a note about the build bots | Chris Lattner | 2009-08-01 | 1 | -3/+6 |
| * | Minor code cleanups. | Dan Gohman | 2009-08-01 | 1 | -8/+6 |
| * | Print the target flags as an int instead of a char, as they aren't | Dan Gohman | 2009-08-01 | 1 | -4/+4 |
| * | Use the default copy ctor and copy-assignment operators. | Dan Gohman | 2009-08-01 | 1 | -2/+0 |
| * | Add nounwind to this test. | Dan Gohman | 2009-08-01 | 1 | -1/+1 |
| * | Add newline at end of file to remove gcc warning. | Nick Lewycky | 2009-08-01 | 1 | -1/+1 |
| * | Remove now empty unit test directory. | Benjamin Kramer | 2009-08-01 | 2 | -16/+1 |
| * | daniel says it's fine to nuke this. | Chris Lattner | 2009-08-01 | 1 | -101/+0 |
| * | update for new api | Chris Lattner | 2009-08-01 | 1 | -4/+4 |
| * | All MCSections are now required to have a SectionKind. | Chris Lattner | 2009-08-01 | 5 | -33/+17 |
| * | Hack to make this test work on platforms which aren't Macs. Fixing this | Eli Friedman | 2009-08-01 | 1 | -1/+1 |
| * | Workaround a couple of Darwin assembler bugs. | Evan Cheng | 2009-08-01 | 4 | -32/+72 |
| * | Give MachineFunctionAnalysis a destructor so it can verify that | Dan Gohman | 2009-08-01 | 2 | -1/+5 |
| * | Delete a redundant variable. | Dan Gohman | 2009-08-01 | 1 | -1/+0 |
| * | Minor code simplifications. | Dan Gohman | 2009-08-01 | 1 | -8/+8 |