| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Pass StringRef by value. | Daniel Dunbar | 2009-11-06 | 1 | -4/+4 |
* | add a twine version of MCContext::GetOrCreateSymbol. | Chris Lattner | 2009-10-19 | 1 | -1/+9 |
* | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar | 2009-10-16 | 1 | -17/+0 |
* | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar | 2009-08-26 | 1 | -1/+0 |
* | llvm-mc: Change MCContext value table to take const MCSymbol*s. | Daniel Dunbar | 2009-08-26 | 1 | -4/+4 |
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF imple... | Chris Lattner | 2009-08-13 | 1 | -5/+0 |
* | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner | 2009-08-13 | 1 | -0/+2 |
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 1 | -12/+0 |
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 1 | -8/+15 |
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 1 | -6/+6 |
* | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar | 2009-06-24 | 1 | -17/+6 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 1 | -0/+14 |
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 1 | -5/+5 |
* | Update for MCImm -> MCValue rename. | Daniel Dunbar | 2009-06-23 | 1 | -5/+5 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 1 | -0/+77 |