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