aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAgeFilesLines
* MC: Add default value for AddrSpace argument to EmitValue.Daniel Dunbar2010-08-061-3/+4
* Add relax all support to the COFF object streamer.Michael J. Spencer2010-07-311-1/+2
* Plug the remaining MC leaks by giving MCObjectStreamer/MCAsmStreamer ownershi...Benjamin Kramer2010-07-291-1/+5
* introduce WinCOFFStreamer.cpp, patch by Michael Spencer!Chris Lattner2010-07-111-0/+6
* Don't call flush() at a library level which isn't checking for errorsDan Gohman2010-06-011-1/+1
* Fix a typo in a comment.Dan Gohman2010-06-011-1/+1
* MC: Add an MCLoggingStreamer, for use in debugging integrated-as mismatches.Daniel Dunbar2010-05-231-1/+7
* Fix comment and whitespace.Eric Christopher2010-05-211-2/+2
* Make EmitTBSSSymbol take a section argument so that we can find it later.Eric Christopher2010-05-181-2/+3
* Add AsmParser support for darwin tbss directive.Eric Christopher2010-05-141-0/+8
* break coff symbol definition stuff out into proper MCStreamer callbacks,Chris Lattner2010-05-081-2/+19
* add a twine form of MCStreamer::EmitRawText, and mc'izeChris Lattner2010-04-031-0/+1
* add a new EmitInlineAsm function to asmprinter to handle inline asm.Chris Lattner2010-04-031-2/+11
* llvm-mc: Add a -mc-relax-all option, which relaxes every fixup. We always needDaniel Dunbar2010-03-251-1/+2
* Docuemntation corrections from John Myers.Dan Gohman2010-03-251-1/+1
* fix an MCInstPrinter leak that jyasskin pointed out:Chris Lattner2010-03-191-1/+2
* remove MAI argument from createAsmStreamer since itChris Lattner2010-03-121-2/+1
* MC: Provide MCAssembler with a TargetAsmBackend.Daniel Dunbar2010-03-111-10/+3
* add a EmitSymbolValue convenience method to MCStreamer.Chris Lattner2010-03-091-0/+5
* This is the first patch to put the needed bits in place to eventually allow codeKevin Enderby2010-02-231-0/+14
* Fix various doxygen warnings.Dan Gohman2010-02-221-17/+17
* llvm-mc: Remove --show-fixups and always show as part of --show-encoding.Daniel Dunbar2010-02-101-4/+1
* llvm-mc: Add --show-fixups option, for displaying the instruction fixup infor...Daniel Dunbar2010-02-091-1/+4
* llvm-mc: Add --show-inst option, for showing the MCInst inline with the assemblyDaniel Dunbar2010-02-031-1/+11
* Hook up -filetype=obj through the MachO streamer. Here's a demo:Chris Lattner2010-02-021-1/+1
* refactor code so that LLVMTargetMachine creates the asmstreamer and Chris Lattner2010-02-021-0/+4
* mcstreamerize gprel32 emission.Chris Lattner2010-01-251-0/+7
* mcstreamerize .file and .file. This also fixes an issue where theChris Lattner2010-01-251-0/+9
* emit the .size directive for global variables on ELF throughChris Lattner2010-01-251-0/+8
* mcize lcomm, simplify .comm, extend both to support 64-bit sizes.Chris Lattner2010-01-231-3/+9
* move the various directive enums out of the MCStreamer classChris Lattner2010-01-231-27/+3
* mcize jump table and constant pool entry labels, .local on elf,Chris Lattner2010-01-231-0/+1
* Convert some more random-comment-printing stuff to use Chris Lattner2010-01-221-0/+8
* add a new MCAsmStreamer::GetCommentOS method to simplify stuffChris Lattner2010-01-221-0/+5
* rename addComment -> AddComment for consistency.Chris Lattner2010-01-221-2/+2
* Add the ability for MCStreamer to emit comments on the same line as directives.Chris Lattner2010-01-221-1/+12
* pass "-fasm-verbose" into createAsmStreamer.Chris Lattner2010-01-221-0/+1
* give createAsmStreamer an 'isLittleEndian' argument.Chris Lattner2010-01-201-1/+1
* add a new EmitIntValue method that MCStreamer impls can optionally defineChris Lattner2010-01-191-0/+4
* eliminate AsmPrinter::EmitZeros: just use MCStreamer directly.Chris Lattner2010-01-191-0/+6
* Generalize mcasmstreamer data emission APIs to take an address spaceChris Lattner2010-01-191-3/+5
* add a "MCStreamer::EmitFill" method, and move the default implementationChris Lattner2010-01-191-0/+5
* Pass StringRef by value.Daniel Dunbar2009-11-061-1/+1
* Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth2009-10-261-1/+1
* Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner2009-09-141-4/+3
* llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar2009-08-311-4/+4
* llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar2009-08-311-5/+1
* Tweak comment.Daniel Dunbar2009-08-301-3/+1
* llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar2009-08-301-30/+15
* llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar2009-08-281-2/+1