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
/
MCAsmStreamer.cpp
Age
Commit message (
Expand
)
Author
2010-12-19
Add missing standard headers. Patch by Joerg Sonnenberger!
Nick Lewycky
2010-12-16
MC: Move target specific fixup info descriptors to TargetAsmBackend instead of
Daniel Dunbar
2010-12-16
MC: Make TargetAsmBackend available to the AsmStreamer.
Daniel Dunbar
2010-12-10
Fixed version of 121434 with no new memory leaks.
Rafael Espindola
2010-12-10
Revert my previous patch to make the valgrind bots happy.
Rafael Espindola
2010-12-09
Initial support for the cfi directives. This is just enough to get
Rafael Espindola
2010-12-06
Second try at making direct object emission produce the same results
Rafael Espindola
2010-12-04
There are two reasons why we might want to use
Rafael Espindola
2010-12-04
Next step: Only pad debug_line when the target is darwin. Add a FIXME to avoid
Rafael Espindola
2010-12-03
Make EmitIntValue more efficient and more like what we do for leb128. The
Rafael Espindola
2010-12-03
Do with uleb the same trick we now do with dwarf line/address advances. This
Rafael Espindola
2010-12-03
Try to resolve symbol differences early, and if successful create a plain
Rafael Espindola
2010-12-03
It may not be an option to skip .debug_line if there are file reference in al...
Devang Patel
2010-12-02
Use set directive for StartMinusEndExpr.
Devang Patel
2010-12-02
If tehre are not any line entry then do not try to emit .debug_line section.
Devang Patel
2010-11-28
Make EmitIntValue non virtual.
Rafael Espindola
2010-11-22
Add basic CFI methods to the streamer interface.
Rafael Espindola
2010-11-19
Added support for the Mach-O .symbol_resolver directive. rdar://8673046
Kevin Enderby
2010-11-19
Fix llvm-gcc boostrap on OS X by avoiding printing sleb and uleb when
Rafael Espindola
2010-11-19
Change some methods in MCDwarf.cpp to be able to handle an arbitrary
Rafael Espindola
2010-11-16
Add .loc methods to the streamer.
Rafael Espindola
2010-11-15
correct the fixup comment printer to work on big endian platforms.
Chris Lattner
2010-11-13
Fix warning and add support for printing gnu_unique_object.
Rafael Espindola
2010-11-05
Add '.code 32' assembler directive to MC streamers.
Jim Grosbach
2010-11-05
MC'ize the '.code 16' and '.thumb_func' ARM directives.
Jim Grosbach
2010-11-04
Add 118023 back, but with proper spelling for .uleb128/.sleb128.
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
Tiny patch for proof-of-concept cleanup of ARMAsmPrinter::EmitStartOfAsmFile()
Jason W Kim
2010-09-22
allow target-specific label suffixes, patch by Yuri Gribov!
Chris Lattner
2010-09-22
grammar tweakage
Jim Grosbach
2010-09-22
remove trailing whitespace
Jim Grosbach
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-07-29
Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...
Benjamin Kramer
2010-07-08
Added the darwin .weak_def_can_be_hidden directive.
Kevin Enderby
2010-06-21
"This is just a cosmetic change in MCAsmStreamer.cpp/EmitSymbolAttribute: all...
Chris Lattner
2010-06-01
Don't call flush() at a library level which isn't checking for errors
Dan Gohman
2010-05-26
MC: Change MCInst::dump_pretty to not include a trailing newline.
Daniel Dunbar
2010-05-18
Make EmitTBSSSymbol take a section argument so that we can find it later.
Eric Christopher
2010-05-17
Assume that we'll handle mangling the symbols earlier and just put the
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-05-05
MC/Mach-O: Mark absolute variable's appropriately, and add Mach-O support for
Daniel Dunbar
2010-05-05
MC: Reject attempts to define a variable symbol.
Daniel Dunbar
2010-05-05
MC: Rename MCSymbol::{g,s}etValue -> MCSymbol::{g,s}etVariableValue.
Daniel Dunbar
2010-04-04
fix an ugly wart in the MCInstPrinter api where the
Chris Lattner
2010-04-03
allow attaching comments to raw text.
Chris Lattner
2010-04-03
add a new EmitInlineAsm function to asmprinter to handle inline asm.
Chris Lattner
2010-03-22
MCInst: Add ::dump_pretty.
Daniel Dunbar
[prev]
[next]