Age | Commit message (Expand) | Author |
---|---|---|
2009-08-13 | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner |
2009-08-13 | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner |
2009-07-31 | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner |
2009-07-31 | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner |
2009-07-27 | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar |
2009-06-24 | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar |
2009-06-24 | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner |
2009-06-24 | Start MCAsmStreamer implementation. | Daniel Dunbar |
2009-06-23 | Update for MCImm -> MCValue rename. | Daniel Dunbar |
2009-06-23 | Start flushing out MCContext. | Daniel Dunbar |