aboutsummaryrefslogtreecommitdiff
path: root/lib/MC/MCAsmStreamer.cpp
AgeCommit message (Expand)Author
2009-11-06Pass StringRef by value.Daniel Dunbar
2009-10-16Minor formatting tweaks.Daniel Dunbar
2009-10-16MC: Tweak variable assignment diagnostics, and make reassignment of non-absoluteDaniel Dunbar
2009-10-16MC: When parsing a variable reference, substitute absolute variables immediatelyDaniel Dunbar
2009-09-14Change MCAsmStreamer to take an MCInstPrinter instead of a Chris Lattner
2009-09-13'printMCInst' doesn't print newlines after instructions anymore.Chris Lattner
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-09-03inline insertion operators.Chris Lattner
2009-09-03output alignment value in hex so that we get:Chris Lattner
2009-08-31llvm-mc: Pass values to MCStreamer as MCExprs, not MCValues.Daniel Dunbar
2009-08-31llvm-mc: Simplify EmitAssignment ('.set' is identical to '=').Daniel Dunbar
2009-08-31llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar
2009-08-30llvm-mc: MCStreamer cleanups. - Remove EmitLocalSymbol, this is unsupported f...Daniel Dunbar
2009-08-28llvm-mc: Emit .lcomm as .zerofill.Daniel Dunbar
2009-08-28llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar
2009-08-27llvm-mc: Print encodings after the instruction, and only when we have an asmDaniel Dunbar
2009-08-27Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar
2009-08-22rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner
2009-08-22Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner
2009-08-22llvm-mc: Clean up some handling of symbol/section association to be more correctDaniel Dunbar
2009-08-19fix asmstreaming of 2/4 byte elements with pow-2 alignments.Chris Lattner
2009-08-19switch asmprinter to emit alignments through OutStreamer.Chris Lattner
2009-08-19eliminate AsmPrinter::SwitchToSection and just have clientsChris Lattner
2009-08-18Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner
2009-08-17change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner
2009-08-17give MCAsmStreamer a TargetAsmInfo.Chris Lattner
2009-08-17formatting cleanups, no functionality change.Chris Lattner
2009-08-14llvm-mc: Fix bugs where bytes were unintentionally being printed as signed.Daniel Dunbar
2009-08-14llvm-mc: When handling a .set, make sure to print subsequent references to theDaniel Dunbar
2009-08-14llvm-mc: zerofill shouldn't print quotes around the section,segment.Daniel Dunbar
2009-08-14Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar
2009-08-13llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar
2009-08-10split MachO section handling stuff out to its out .h/.cpp file.Chris Lattner
2009-08-10Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner
2009-08-08sink the 'name' and 'isdirective' state out of MCSection into its derived cla...Chris Lattner
2009-07-31llvm-mc: Fix .s output to quote section & symbol names when necessary.Daniel Dunbar
2009-07-27llvm-mc: Implement .abort fully in the front endDaniel Dunbar
2009-07-27llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar
2009-07-20Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby
2009-07-16Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby
2009-07-16implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner
2009-07-15Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .include directive.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .lsym directive.Kevin Enderby
2009-07-14Added llvm-mc support for parsing the .desc directive.Kevin Enderby
2009-07-14llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.Torok Edwin
2009-07-13Added llvm-mc support for parsing the .abort directive.Kevin Enderby
2009-07-13add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby
2009-07-11assert(0) -> LLVM_UNREACHABLE.Torok Edwin
2009-07-10add support for .zerofill, patch by Kevin Enderby!Chris Lattner