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
/
MCPureStreamer.cpp
Age
Commit message (
Expand
)
Author
2012-06-22
EmitZerofill should take a 64-bit size or else it's chopping off large zero-f...
Evan Cheng
2012-01-27
Better diagnostic for malformed .org assembly directive.
Jim Grosbach
2012-01-20
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-07
Split Finish into Finish and FinishImpl to have a common place to do end of
Rafael Espindola
2011-10-17
Add support for a new extension to the .file directive:
Nick Lewycky
2011-09-01
Don't drop alignment info on local common symbols.
Benjamin Kramer
2011-07-25
Rename TargetAsmBackend to MCAsmBackend; rename createAsmBackend to createMCA...
Evan Cheng
2011-02-25
Roll out r126425 and r126450 to see if it fixes the failures on the buildbots.
Cameron Zwarich
2011-02-24
Enable DebugInfo support for COFF object files.
Devang Patel
2011-02-16
Add support for pushsection and popsection. Patch by Joerg Sonnenberger.
Rafael Espindola
2010-12-07
Sorry for such a large commit. The summary is that only MachO cares about the
Rafael Espindola
2010-11-28
Forgot the MCPureStreamer::EmitValue in the previous commit.
Rafael Espindola
2010-11-28
Avoid code duplication in the many unsupported EmitGPRel32Value implementations.
Rafael Espindola
2010-11-28
Define generic 1, 2 and 4 byte pc relative relocations. They are common
Rafael Espindola
2010-11-17
MC-JIT: Stub out "pure" streamer.
Daniel Dunbar