aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* move getDwarfExceptionSection from TAI to TLOF and rename it to Chris Lattner2009-08-027-19/+21
* Fix a possible crash on delete of an uninitialized variable.Daniel Dunbar2009-08-022-1/+7
* Fix an ENABLE_EXPENSIVE_CHECKS error.Daniel Dunbar2009-08-021-2/+3
* Don't call SectionForGlobal for hasAvailableExternallyLinkage()Dan Gohman2009-08-021-1/+1
* don't call SectionForGlobal on declarations, you can't tell the section aChris Lattner2009-08-021-1/+3
* convert ctors/dtors section to be in TLOF instead ofChris Lattner2009-08-0210-42/+78
* switch to filecheck formatChris Lattner2009-08-021-12/+12
* Tweak svn:ignoreDaniel Dunbar2009-08-020-0/+0
* Tweak svn:ignoreDaniel Dunbar2009-08-020-0/+0
* don't override the default of this, the only difference is \t instead of ' '.Chris Lattner2009-08-021-2/+0
* Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar2009-08-024-24/+33
* make SectionKind::Kind completely private now.Chris Lattner2009-08-021-5/+1
* Make SectionKind::get() private.Chris Lattner2009-08-026-24/+25
* (re)introduce new simpler apis for creation sectionkinds.Chris Lattner2009-08-014-73/+83
* Remove "JumpTableDataSection" from TAI, instead, have AsmPrinterChris Lattner2009-08-019-46/+33
* give alpha its readonly section. This optimizes alpha, and prevents aChris Lattner2009-08-011-0/+2
* .rdata == .rodata on mips.Chris Lattner2009-08-011-1/+0
* no need to override the default with the default.Chris Lattner2009-08-011-1/+0
* one fewer license, yay. :)Chris Lattner2009-08-011-1/+0
* eXtensible Systems doesn't exist any more and Reid donated this to theChris Lattner2009-08-011-6/+0
* loweringinfo is always non-null.Chris Lattner2009-08-011-1/+1
* REmove dead fields of TAI.Chris Lattner2009-08-0112-51/+0
* fix a problem Eli noticed where we would compile the attached ptrtointChris Lattner2009-08-012-13/+21
* update for renameChris Lattner2009-08-011-3/+3
* fix a fixme by sinking various target-specific directives down into Chris Lattner2009-08-013-49/+44
* coff also doesn't have a ReadOnlySection yet, (!)Chris Lattner2009-08-011-3/+0
* coff doesn't set a .bss seciton, so this is dead.Chris Lattner2009-08-011-3/+0
* it turns out that isWeak() was basically dead anyway. Kill off SectionInfo :-/Chris Lattner2009-08-015-86/+57
* don't use isWeak anymore.Chris Lattner2009-08-011-4/+4
* fix a layering violation by moving SectionKind out to its own header.Chris Lattner2009-08-013-164/+186
* Minor whitespace tidiness.Dan Gohman2009-08-011-0/+1
* Fix typos in comments.Dan Gohman2009-08-012-2/+2
* with the previous refactoring, fixme fixed!Chris Lattner2009-08-011-3/+0
* update for API change.Chris Lattner2009-08-012-4/+5
* Change SectionKind to be a property that is true of a *section*, itChris Lattner2009-08-0111-191/+242
* add a note about the build botsChris Lattner2009-08-011-3/+6
* Minor code cleanups.Dan Gohman2009-08-011-8/+6
* Print the target flags as an int instead of a char, as they aren'tDan Gohman2009-08-011-4/+4
* Use the default copy ctor and copy-assignment operators.Dan Gohman2009-08-011-2/+0
* Add nounwind to this test.Dan Gohman2009-08-011-1/+1
* Add newline at end of file to remove gcc warning.Nick Lewycky2009-08-011-1/+1
* Remove now empty unit test directory.Benjamin Kramer2009-08-012-16/+1
* daniel says it's fine to nuke this.Chris Lattner2009-08-011-101/+0
* update for new apiChris Lattner2009-08-011-4/+4
* All MCSections are now required to have a SectionKind.Chris Lattner2009-08-015-33/+17
* Hack to make this test work on platforms which aren't Macs. Fixing this Eli Friedman2009-08-011-1/+1
* Workaround a couple of Darwin assembler bugs.Evan Cheng2009-08-014-32/+72
* Give MachineFunctionAnalysis a destructor so it can verify thatDan Gohman2009-08-012-1/+5
* Delete a redundant variable.Dan Gohman2009-08-011-1/+0
* Minor code simplifications.Dan Gohman2009-08-011-8/+8