aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/MC
Commit message (Expand)AuthorAgeFilesLines
* Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API asKevin Enderby2009-07-201-12/+0
* Add MCAsmLexer interface.Daniel Dunbar2009-07-202-4/+35
* Add MCAsmParser interface.Daniel Dunbar2009-07-201-0/+33
* 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
* Tweak MCSymbol doxyments.Daniel Dunbar2009-07-011-3/+5
* Rename MCValue::isConstant to isAbsolute.Daniel Dunbar2009-07-011-1/+2
* add comments, privatize interfaceChris Lattner2009-07-011-2/+13
* disable some ctors.Chris Lattner2009-07-011-0/+3
* add some comments to MCSymbol header, make the ctor private so that only MCCo...Chris Lattner2009-07-011-5/+28
* improve comments.Chris Lattner2009-07-011-1/+13
* Fill in some methods for the MCValue field of an MCOperand.Daniel Dunbar2009-06-301-2/+16
* llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form areDaniel Dunbar2009-06-301-4/+3
* llvm-mc: Evaluation for relocatable expressions.Daniel Dunbar2009-06-302-1/+20
* llvm-mc: Parse .{,b,p2}align{,w,l} directives.Daniel Dunbar2009-06-291-1/+1
* llvm-mc: Diagnose misuse (mix) of defined symbols and labels.Daniel Dunbar2009-06-292-1/+7
* Rename MCValue::getCst to getConstant and add MCValue::isConstant.Daniel Dunbar2009-06-291-2/+3
* 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-244-44/+11
* MCStreamer: Add a few more "symbol attributes".Daniel Dunbar2009-06-241-3/+15
* add trivial support for passing label definitions through the MCStreamer.Chris Lattner2009-06-241-0/+7
* Start MCAsmStreamer implementation.Daniel Dunbar2009-06-245-3/+11
* stub out a trivial constructor method.Chris Lattner2009-06-241-1/+1
* Update for MCImm -> MCValue rename.Daniel Dunbar2009-06-232-8/+11
* rename MCImm ->MCValue.Chris Lattner2009-06-232-16/+17
* Add comments for the MCStreamer interface.Daniel Dunbar2009-06-231-6/+77
* Start flushing out MCContext.Daniel Dunbar2009-06-234-5/+208
* Start sketching MCStreamer interface.Daniel Dunbar2009-06-232-0/+102
* Add include file to get the type for in64_t.Bill Wendling2009-06-231-0/+2
* add a simple MCImm class.Chris Lattner2009-06-232-2/+59
* add an accessor.Chris Lattner2009-06-231-0/+1
* implement support for lowering subregs when preparing to print Chris Lattner2009-06-201-1/+22
* make immediates be int64_t like machineoperand. Add some apisChris Lattner2009-06-201-4/+10
* stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner2009-06-191-0/+4
* Include DataTypes.h for 'uint64_t'.Zhongxing Xu2009-06-191-0/+1
* Add some scaffolding for a new experimental asmprinterChris Lattner2009-06-191-0/+93