summaryrefslogtreecommitdiff
path: root/lib/MC
Commit message (Expand)AuthorAge
* Update CMake file.Ted Kremenek2009-07-17
* llvm-mc: Add -triple, and start fetching the target asm printer.Daniel Dunbar2009-07-17
* 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
* MC: Truncate values when printing, to keep 'as' happy.Daniel Dunbar2009-06-25
* Sketch streamer support for .align, .org functionality.Daniel Dunbar2009-06-24
* We decided to not worry about Atoms for now, it should be straightforward toDaniel Dunbar2009-06-24
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-24
* MCStreamer: Test printing values.Daniel Dunbar2009-06-24
* Add new files to cmake list.Duncan Sands2009-06-24
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-24
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-24
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-23
* Start flushing out MCContext.Daniel Dunbar2009-06-23