All MCSections are now required to have a SectionKind.
[oota-llvm.git] / include / llvm / MC / MCSection.h
2009-08-01 Chris LattnerAll MCSections are now required to have a SectionKind.
2009-07-31 Chris Lattnerswitch off of 'Section' onto MCSection. We're not...
2009-07-31 Chris Lattnersplit MCSection stuff out to its own .cpp file, add...
2009-07-31 Chris Lattnercreate sections with MCSection::Create instead of Conte...
2009-07-27 Daniel DunbarMove MCContext and friends to StringRef based APIs.
2009-07-01 Chris Lattneradd comments, privatize interface
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-23 Daniel DunbarStart flushing out MCContext.