aboutsummaryrefslogtreecommitdiff
path: root/include/llvm/MC/MCInst.h
AgeCommit message (Expand)Author
2013-09-16Work around a gcc 4.6.3 / 4.7 bug.Jim Stichnoth
2013-04-15Simplify the MCInst operator iterator declaration.Jim Grosbach
2012-09-14Fix Doxygen issues:Dmitri Gribenko
2012-01-26Add simple support for keeping MCFixup source information.Jim Grosbach
2012-01-19Add a new form of MCOperand, for representing sub-instructions. This is inte...Owen Anderson
2011-10-17MCOperand is pod-like.Benjamin Kramer
2011-09-15Don't attach annotations to MCInst's. Instead, have the disassembler return,...Owen Anderson
2011-09-15Add support for stored annotations to MCInst, and provide facilities for MC-b...Owen Anderson
2011-08-03Add accessors for manipulating an MCInst's operands.Owen Anderson
2011-08-01Add a clear() operation to MCInst, to drop all of its operands. Useful for t...Owen Anderson
2010-11-29Merge System into Support.Michael J. Spencer
2010-10-08Allow << streaming of MCOperand.Jim Grosbach
2010-10-07Add output stream operator for MCInst.Jim Grosbach
2010-09-16make this non brain dead... Jim Grosbach
2010-09-16Remove unnecessary by-reference return.Jim Grosbach
2010-09-16store MC FP immediates as a double instead of as an APFloat, thus avoiding anJim Grosbach
2010-09-15Add support for floating point immediates to MC instruction printing. ARMJim Grosbach
2010-09-15trailing whitespace and 80 column cleanupJim Grosbach
2010-03-22MCInst: Add ::dump_pretty.Daniel Dunbar
2009-10-30Remove a redundant copy constructor.Dan Gohman
2009-10-26Move DataTypes.h to include/llvm/System, update all users. This breaks the lastChandler Carruth
2009-09-12eliminate the "MBBLabel" MCOperand type, and just use a MCSymbol forChris Lattner
2009-09-11default construct MCInst's ctor to 0, which is "PHI" which is invalid for MCI...Chris Lattner
2009-09-09remove DebugLoc from MCInst and eliminate "Comment printing" fromChris Lattner
2009-09-09add a gross hack to get "SrcLine" comments to show up with theChris Lattner
2009-09-03Thread an MCAsmInfo pointer through the various MC printing APIs, Chris Lattner
2009-08-31llvm-mc: Switch MCInst to storing an MCExpr* instead of an MCValue.Daniel Dunbar
2009-08-27Add {MCInst,MCOperand}::{print,dump}Daniel Dunbar
2009-08-02Change MCOperand to use Create style instead of Make style for constructingDaniel Dunbar
2009-06-30Fill in some methods for the MCValue field of an MCOperand.Daniel Dunbar
2009-06-23rename MCImm ->MCValue.Chris Lattner
2009-06-23add a simple MCImm class.Chris Lattner
2009-06-23add an accessor.Chris Lattner
2009-06-20implement support for lowering subregs when preparing to print Chris Lattner
2009-06-20make immediates be int64_t like machineoperand. Add some apisChris Lattner
2009-06-19stub out some hacky code for wiring up the new asmprinter interfacesChris Lattner
2009-06-19Include DataTypes.h for 'uint64_t'.Zhongxing Xu
2009-06-19Add some scaffolding for a new experimental asmprinterChris Lattner