aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC/MCStreamer.h
Commit message (Expand)AuthorAgeFilesLines
...
* llvm-mc: Add const to EmitZeroFill section argument.Daniel Dunbar2009-08-281-1/+1
* llvm-mc/Mach-O: Add MCCodeEmitter support, for encoding instructions.Daniel Dunbar2009-08-271-1/+2
* Sketch TargetRegistry support for MCCodeEmitter abstract interface.Daniel Dunbar2009-08-271-3/+5
* rename TAI -> MAI, being careful not to make MAILJMP instructions :)Chris Lattner2009-08-221-1/+1
* Rename TargetAsmInfo (and its subclasses) to MCAsmInfo.Chris Lattner2009-08-221-2/+2
* Make AsmStreamer maintain a notion of the current section, pushing it up from...Chris Lattner2009-08-181-1/+9
* change AsmPrinter to switch sections using AsmStreamer instead ofChris Lattner2009-08-171-1/+1
* give MCAsmStreamer a TargetAsmInfo.Chris Lattner2009-08-171-1/+2
* Update llvm-mc / MCAsmStreamer to print the instruction using the actual targetDaniel Dunbar2009-08-141-1/+5
* llvm-mc: Add dummy MCStreamer implementation, (eventually) for use in profiling.Daniel Dunbar2009-08-131-0/+4
* llvm-mc: Implement .abort fully in the front endDaniel Dunbar2009-07-271-7/+0
* llvm-mc: Move AsmLexer::getCurStrVal to StringRef based API.Daniel Dunbar2009-07-271-3/+3
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-12/+0
* Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a genericKevin Enderby2009-07-161-4/+6
* implement .include in the lexer/parser instead of passing it into the streamer.Chris Lattner2009-07-161-6/+0
* Added llvm-mc support for parsing the .dump and .load directives.Kevin Enderby2009-07-151-0/+12
* Added llvm-mc support for parsing the .include directive.Kevin Enderby2009-07-141-0/+6
* Added llvm-mc support for parsing the .lsym directive.Kevin Enderby2009-07-141-0/+6
* Added llvm-mc support for parsing the .desc directive.Kevin Enderby2009-07-141-0/+6
* Added llvm-mc support for parsing the .abort directive.Kevin Enderby2009-07-131-0/+7
* add llvm-mc support for parsing the .subsections_via_symbols directive.Kevin Enderby2009-07-131-0/+5
* add support for .zerofill, patch by Kevin Enderby!Chris Lattner2009-07-101-0/+11
* add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby!Chris Lattner2009-07-091-3/+4
* Implement parsing support for the .comm directive. Patch byChris Lattner2009-07-071-0/+9
* improve comments.Chris Lattner2009-07-011-1/+13
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-1/+1
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-241-0/+45
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-241-1/+0
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-241-3/+15
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-241-2/+2
* stub out a trivial constructor method.Chris Lattner2009-06-241-1/+1
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-231-4/+7
* Add comments for the MCStreamer interface.Daniel Dunbar2009-06-231-6/+77
* Start sketching MCStreamer interface.Daniel Dunbar2009-06-231-0/+61