Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | MC: Switch MCContext value table to storing MCExprs. | Daniel Dunbar | 2009-10-16 | 1 | -17/+0 | |
| | | | | llvm-svn: 84228 | |||||
* | llvm-mc/Mach-O: Don't put assembler temporary labels in the symbol table. | Daniel Dunbar | 2009-08-26 | 1 | -1/+0 | |
| | | | | | | | | - I moved section creation back into AsmParser. I think policy decisions like this should be pushed higher, not lower, when possible (in addition the assembler has flags which change this behavior, for example). llvm-svn: 80162 | |||||
* | llvm-mc: Change MCContext value table to take const MCSymbol*s. | Daniel Dunbar | 2009-08-26 | 1 | -4/+4 | |
| | | | | llvm-svn: 80079 | |||||
* | sink uniquing of sections out of MCContext into the ELF and PECOFF TLOF ↵ | Chris Lattner | 2009-08-13 | 1 | -5/+0 | |
| | | | | | | | | implementations. MCContext no longer maintains a string -> section map. llvm-svn: 78874 | |||||
* | add some comments: MCContext owns the MCSections, but it bump pointer allocates | Chris Lattner | 2009-08-13 | 1 | -0/+2 | |
| | | | | | | them, so it doesn't have to explicitly free them. llvm-svn: 78870 | |||||
* | split MCSection stuff out to its own .cpp file, add a new | Chris Lattner | 2009-07-31 | 1 | -12/+0 | |
| | | | | | | MCSectionWithKind subclass of MCSection. llvm-svn: 77684 | |||||
* | create sections with MCSection::Create instead of Context->getOrCreateSection. | Chris Lattner | 2009-07-31 | 1 | -8/+15 | |
| | | | | | | This is needed to allow polymorphic sections. llvm-svn: 77680 | |||||
* | Move MCContext and friends to StringRef based APIs. | Daniel Dunbar | 2009-07-27 | 1 | -6/+6 | |
| | | | | llvm-svn: 77251 | |||||
* | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar | 2009-06-24 | 1 | -17/+6 | |
| | | | | | | | | reintroduce them later. Also, don't require MCSection* when creating a symbol. llvm-svn: 74081 | |||||
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 1 | -0/+14 | |
| | | | | | | | This is suboptimal in several aspects, see the commented out assertion. I need to talk to Daniel about this. llvm-svn: 74057 | |||||
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 1 | -5/+5 | |
| | | | | llvm-svn: 74044 | |||||
* | Update for MCImm -> MCValue rename. | Daniel Dunbar | 2009-06-23 | 1 | -5/+5 | |
| | | | | llvm-svn: 74024 | |||||
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 1 | -0/+77 | |
- Lives inside new library lib/MC (LLVMMC.a) llvm-svn: 74013 |