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