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
/
MCNullStreamer.cpp
Age
Commit message (
Expand
)
Author
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-02
Add support for expressions in .sleb/.uleb directives.
Rafael Espindola
2010-11-01
Implement .weakref.
Rafael Espindola
2010-09-15
Add a InitSections method to the streamer interface.
Rafael Espindola
2010-09-02
Add AsmParser support for the ELF .previous directive. Patch by Roman Divacky.
Benjamin Kramer
2010-05-18
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-14
Add AsmParser support for darwin tbss directive.
Eric Christopher
2010-05-08
break coff symbol definition stuff out into proper MCStreamer callbacks,
Chris Lattner
2010-03-09
make the NullStreamer set the section on a label when emitted so that isDefin...
Chris Lattner
2010-02-23
This is the first patch to put the needed bits in place to eventually allow code
Kevin Enderby
2010-01-25
mcstreamerize gprel32 emission.
Chris Lattner
2010-01-25
mcstreamerize .file and .file. This also fixes an issue where the
Chris Lattner
2010-01-25
emit the .size directive for global variables on ELF through
Chris Lattner
2010-01-23
mcize lcomm, simplify .comm, extend both to support 64-bit sizes.
Chris Lattner
2010-01-23
move the various directive enums out of the MCStreamer class
Chris Lattner
2010-01-19
Generalize mcasmstreamer data emission APIs to take an address space
Chris Lattner
2009-11-06
Pass StringRef by value.
Daniel Dunbar
2009-08-31
llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.
Daniel Dunbar
2009-08-31
llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').
Daniel Dunbar
2009-08-30
llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...
Daniel Dunbar
2009-08-28
llvm-mc: Emit .lcomm as .zerofill.
Daniel Dunbar
2009-08-28
llvm-mc: Add const to EmitZeroFill section argument.
Daniel Dunbar
2009-08-18
null streamer needs to maintain the current section as well.
Chris Lattner
2009-08-17
change AsmPrinter to switch sections using AsmStreamer instead of
Chris Lattner
2009-08-13
llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.
Daniel Dunbar