index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
MC
/
MCStreamer.cpp
Age
Commit message (
Expand
)
Author
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-02
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-01
Implement .weakref.
Rafael Espindola
2010-09-30
This is the last major patch to implement support for the .loc directive
Kevin Enderby
2010-09-02
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-07-19
_[A-Z] identifiers are reserved for the implementation.
Michael J. Spencer
2010-05-20
Grammar fix. This is a test commit.
Matt Fleming
2010-04-03
add a twine form of MCStreamer::EmitRawText, and mc'ize
Chris Lattner
2010-04-03
add <cstdlib> header for abort() on linux builders.
Chris Lattner
2010-04-03
add a new EmitInlineAsm function to asmprinter to handle inline asm.
Chris Lattner
2010-03-09
add a EmitSymbolValue convenience method to MCStreamer.
Chris Lattner
2010-01-22
add a new MCAsmStreamer::GetCommentOS method to simplify stuff
Chris Lattner
2010-01-19
add a new EmitIntValue method that MCStreamer impls can optionally define
Chris Lattner
2010-01-19
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2010-01-19
add a "MCStreamer::EmitFill" method, and move the default implementation
Chris Lattner
2009-08-18
Make AsmStreamer maintain a notion of the current section, pushing it up from...
Chris Lattner
2009-06-24
Start MCAsmStreamer implementation.
Daniel Dunbar