Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | _[A-Z] identifiers are reserved for the implementation. | Michael J. Spencer | 2010-07-19 | 1 | -1/+1 |
| | | | | llvm-svn: 108682 | ||||
* | Grammar fix. This is a test commit. | Matt Fleming | 2010-05-20 | 1 | -1/+1 |
| | | | | llvm-svn: 104264 | ||||
* | add a twine form of MCStreamer::EmitRawText, and mc'ize | Chris Lattner | 2010-04-03 | 1 | -0/+8 |
| | | | | | | a few more things in AsmPrinter.cpp. llvm-svn: 100294 | ||||
* | add <cstdlib> header for abort() on linux builders. | Chris Lattner | 2010-04-03 | 1 | -0/+1 |
| | | | | llvm-svn: 100290 | ||||
* | add a new EmitInlineAsm function to asmprinter to handle inline asm. | Chris Lattner | 2010-04-03 | 1 | -0/+9 |
| | | | | | | | If we have an MCAsmStreamer, we continue to emit asm textually, otherwise we (currently) emit an error to errs and ignore it. llvm-svn: 100289 | ||||
* | add a EmitSymbolValue convenience method to MCStreamer. | Chris Lattner | 2010-03-09 | 1 | -0/+5 |
| | | | | llvm-svn: 98017 | ||||
* | add a new MCAsmStreamer::GetCommentOS method to simplify stuff | Chris Lattner | 2010-01-22 | 1 | -1/+7 |
| | | | | | | that doesn't want to use twines. llvm-svn: 94199 | ||||
* | add a new EmitIntValue method that MCStreamer impls can optionally define | Chris Lattner | 2010-01-19 | 1 | -0/+7 |
| | | | | | | and that clients can use. llvm-svn: 93923 | ||||
* | Generalize mcasmstreamer data emission APIs to take an address space | Chris Lattner | 2010-01-19 | 1 | -2/+3 |
| | | | | | | identifier. There is no way to work around it. llvm-svn: 93896 | ||||
* | add a "MCStreamer::EmitFill" method, and move the default implementation | Chris Lattner | 2010-01-19 | 1 | -0/+9 |
| | | | | | | (which just iteratively emits bytes) to MCStreamer. llvm-svn: 93888 | ||||
* | Make AsmStreamer maintain a notion of the current section, pushing it up ↵ | Chris Lattner | 2009-08-18 | 1 | -1/+1 |
| | | | | | | | | | | | | from the MCAsmStreamer. Based on this, eliminate the current section from AsmPrinter. While I'm at it, clean up the last of the horrible "switch to null section" stuff and add an assert. This change is in preparation for completely eliminating asmprinter::switchtosection. llvm-svn: 79324 | ||||
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 1 | -0/+18 |
llvm-svn: 74044 |