| Commit message (Expand) | Author | Age | Files | Lines |
* | Removed the DumpSymbolsandMacros and LoadSymbolsandMacros MCStreamer API as | Kevin Enderby | 2009-07-20 | 1 | -12/+0 |
* | Add MCAsmLexer interface. | Daniel Dunbar | 2009-07-20 | 2 | -4/+35 |
* | Add MCAsmParser interface. | Daniel Dunbar | 2009-07-20 | 1 | -0/+33 |
* | Removed the SubsectionsViaSymbols MCStreamer API and replaced it with a generic | Kevin Enderby | 2009-07-16 | 1 | -4/+6 |
* | implement .include in the lexer/parser instead of passing it into the streamer. | Chris Lattner | 2009-07-16 | 1 | -6/+0 |
* | Added llvm-mc support for parsing the .dump and .load directives. | Kevin Enderby | 2009-07-15 | 1 | -0/+12 |
* | Added llvm-mc support for parsing the .include directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | Added llvm-mc support for parsing the .lsym directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | Added llvm-mc support for parsing the .desc directive. | Kevin Enderby | 2009-07-14 | 1 | -0/+6 |
* | Added llvm-mc support for parsing the .abort directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+7 |
* | add llvm-mc support for parsing the .subsections_via_symbols directive. | Kevin Enderby | 2009-07-13 | 1 | -0/+5 |
* | add support for .zerofill, patch by Kevin Enderby! | Chris Lattner | 2009-07-10 | 1 | -0/+11 |
* | add llvm-mc support for parsing the .lcomm directive, patch by Kevin Enderby! | Chris Lattner | 2009-07-09 | 1 | -3/+4 |
* | Implement parsing support for the .comm directive. Patch by | Chris Lattner | 2009-07-07 | 1 | -0/+9 |
* | Tweak MCSymbol doxyments. | Daniel Dunbar | 2009-07-01 | 1 | -3/+5 |
* | Rename MCValue::isConstant to isAbsolute. | Daniel Dunbar | 2009-07-01 | 1 | -1/+2 |
* | add comments, privatize interface | Chris Lattner | 2009-07-01 | 1 | -2/+13 |
* | disable some ctors. | Chris Lattner | 2009-07-01 | 1 | -0/+3 |
* | add some comments to MCSymbol header, make the ctor private so that only MCCo... | Chris Lattner | 2009-07-01 | 1 | -5/+28 |
* | improve comments. | Chris Lattner | 2009-07-01 | 1 | -1/+13 |
* | Fill in some methods for the MCValue field of an MCOperand. | Daniel Dunbar | 2009-06-30 | 1 | -2/+16 |
* | llvm-mc: Symbols in a relocatable expression of the (a - b + cst) form are | Daniel Dunbar | 2009-06-30 | 1 | -4/+3 |
* | llvm-mc: Evaluation for relocatable expressions. | Daniel Dunbar | 2009-06-30 | 2 | -1/+20 |
* | llvm-mc: Parse .{,b,p2}align{,w,l} directives. | Daniel Dunbar | 2009-06-29 | 1 | -1/+1 |
* | llvm-mc: Diagnose misuse (mix) of defined symbols and labels. | Daniel Dunbar | 2009-06-29 | 2 | -1/+7 |
* | Rename MCValue::getCst to getConstant and add MCValue::isConstant. | Daniel Dunbar | 2009-06-29 | 1 | -2/+3 |
* | Sketch streamer support for .align, .org functionality. | Daniel Dunbar | 2009-06-24 | 1 | -0/+45 |
* | We decided to not worry about Atoms for now, it should be straightforward to | Daniel Dunbar | 2009-06-24 | 4 | -44/+11 |
* | MCStreamer: Add a few more "symbol attributes". | Daniel Dunbar | 2009-06-24 | 1 | -3/+15 |
* | add trivial support for passing label definitions through the MCStreamer. | Chris Lattner | 2009-06-24 | 1 | -0/+7 |
* | Start MCAsmStreamer implementation. | Daniel Dunbar | 2009-06-24 | 5 | -3/+11 |
* | stub out a trivial constructor method. | Chris Lattner | 2009-06-24 | 1 | -1/+1 |
* | Update for MCImm -> MCValue rename. | Daniel Dunbar | 2009-06-23 | 2 | -8/+11 |
* | rename MCImm ->MCValue. | Chris Lattner | 2009-06-23 | 2 | -16/+17 |
* | Add comments for the MCStreamer interface. | Daniel Dunbar | 2009-06-23 | 1 | -6/+77 |
* | Start flushing out MCContext. | Daniel Dunbar | 2009-06-23 | 4 | -5/+208 |
* | Start sketching MCStreamer interface. | Daniel Dunbar | 2009-06-23 | 2 | -0/+102 |
* | Add include file to get the type for in64_t. | Bill Wendling | 2009-06-23 | 1 | -0/+2 |
* | add a simple MCImm class. | Chris Lattner | 2009-06-23 | 2 | -2/+59 |
* | add an accessor. | Chris Lattner | 2009-06-23 | 1 | -0/+1 |
* | implement support for lowering subregs when preparing to print | Chris Lattner | 2009-06-20 | 1 | -1/+22 |
* | make immediates be int64_t like machineoperand. Add some apis | Chris Lattner | 2009-06-20 | 1 | -4/+10 |
* | stub out some hacky code for wiring up the new asmprinter interfaces | Chris Lattner | 2009-06-19 | 1 | -0/+4 |
* | Include DataTypes.h for 'uint64_t'. | Zhongxing Xu | 2009-06-19 | 1 | -0/+1 |
* | Add some scaffolding for a new experimental asmprinter | Chris Lattner | 2009-06-19 | 1 | -0/+93 |