Added llvm-mc support for parsing the .lsym directive.
[oota-llvm.git] / include / llvm / MC /
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .lsym directive.
2009-07-14 Kevin EnderbyAdded llvm-mc support for parsing the .desc directive.
2009-07-13 Kevin EnderbyAdded llvm-mc support for parsing the .abort directive.
2009-07-13 Kevin Enderbyadd llvm-mc support for parsing the .subsections_via_sy...
2009-07-10 Chris Lattneradd support for .zerofill, patch by Kevin Enderby!
2009-07-09 Chris Lattneradd llvm-mc support for parsing the .lcomm directive...
2009-07-07 Chris LattnerImplement parsing support for the .comm directive....
2009-07-01 Daniel DunbarTweak MCSymbol doxyments.
2009-07-01 Daniel DunbarRename MCValue::isConstant to isAbsolute.
2009-07-01 Chris Lattneradd comments, privatize interface
2009-07-01 Chris Lattnerdisable some ctors.
2009-07-01 Chris Lattneradd some comments to MCSymbol header, make the ctor...
2009-07-01 Chris Lattnerimprove comments.
2009-06-30 Daniel DunbarFill in some methods for the MCValue field of an MCOperand.
2009-06-30 Daniel Dunbarllvm-mc: Symbols in a relocatable expression of the...
2009-06-30 Daniel Dunbarllvm-mc: Evaluation for relocatable expressions.
2009-06-29 Daniel Dunbarllvm-mc: Parse .{,b,p2}align{,w,l} directives.
2009-06-29 Daniel Dunbarllvm-mc: Diagnose misuse (mix) of defined symbols and...
2009-06-29 Daniel DunbarRename MCValue::getCst to getConstant and add MCValue...
2009-06-24 Daniel DunbarSketch streamer support for .align, .org functionality.
2009-06-24 Daniel DunbarWe decided to not worry about Atoms for now, it should...
2009-06-24 Daniel DunbarMCStreamer: Add a few more "symbol attributes".
2009-06-24 Chris Lattneradd trivial support for passing label definitions throu...
2009-06-24 Daniel DunbarStart MCAsmStreamer implementation.
2009-06-24 Chris Lattnerstub out a trivial constructor method.
2009-06-23 Daniel DunbarUpdate for MCImm -> MCValue rename.
2009-06-23 Chris Lattnerrename MCImm ->MCValue.
2009-06-23 Daniel DunbarAdd comments for the MCStreamer interface.
2009-06-23 Daniel DunbarStart flushing out MCContext.
2009-06-23 Daniel DunbarStart sketching MCStreamer interface.
2009-06-23 Bill WendlingAdd include file to get the type for in64_t.
2009-06-23 Chris Lattneradd a simple MCImm class.
2009-06-23 Chris Lattneradd an accessor.
2009-06-20 Chris Lattnerimplement support for lowering subregs when preparing...
2009-06-20 Chris Lattnermake immediates be int64_t like machineoperand. Add...
2009-06-19 Chris Lattnerstub out some hacky code for wiring up the new asmprint...
2009-06-19 Zhongxing XuInclude DataTypes.h for 'uint64_t'.
2009-06-19 Chris LattnerAdd some scaffolding for a new experimental asmprinter