Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | null streamer needs to maintain the current section as well. | Chris Lattner | 2009-08-18 | 1 | -1/+3 | |
| | | | | llvm-svn: 79343 | |||||
* | change AsmPrinter to switch sections using AsmStreamer instead of | Chris Lattner | 2009-08-17 | 1 | -1/+1 | |
| | | | | | | | | | doing it directly. This requires const'izing a bunch of stuff that took sections, but this seems like the right semantic thing to do: emitting a label to a section shouldn't mutate the MCSection object itself, for example. llvm-svn: 79227 | |||||
* | llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling. | Daniel Dunbar | 2009-08-13 | 1 | -0/+72 | |
- Currently unused. - A few other random comment fixes lumped in. llvm-svn: 78960 |