[LPM] Group the addPreserved template with the non-template variants,
[oota-llvm.git] / include / llvm / MC / MCInst.h
2015-06-04 Colin LeMahieu[MC] Allowing operands to be erased from MCInst.
2015-06-01 Jim GrosbachMC: Tidy up formatting a bit. NFC.
2015-05-13 Jim GrosbachMC: Modernize MCOperand API naming. NFC.
2015-05-02 Jim GrosbachMC: Tidy up comments and clean up formatting a bit...
2015-02-17 Colin LeMahieu[MC] Constifying MCInst::size()
2015-02-05 Sean Silva[MC] Remove various unused MCAsmInfo parameters.
2014-12-01 Pete CooperUse C++ typed enums instead of 'unsigned char' for...
2014-11-24 Colin LeMahieuAdding const iterator to MCInst. reviews.llvm.org/D6359
2014-04-13 Craig Topper[C++11] More 'nullptr' conversion or in some cases...
2013-04-15 Jim GrosbachSimplify the MCInst operator iterator declaration.
2012-09-14 Dmitri GribenkoFix Doxygen issues:
2012-01-26 Jim GrosbachAdd simple support for keeping MCFixup source information.
2012-01-19 Owen AndersonAdd a new form of MCOperand, for representing sub-instr...
2011-10-17 Benjamin KramerMCOperand is pod-like.
2011-09-15 Owen AndersonDon't attach annotations to MCInst's. Instead, have...
2011-09-15 Owen AndersonAdd support for stored annotations to MCInst, and provi...
2011-08-03 Owen AndersonAdd accessors for manipulating an MCInst's operands.
2011-08-01 Owen AndersonAdd a clear() operation to MCInst, to drop all of its...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-08 Jim GrosbachAllow << streaming of MCOperand.
2010-10-07 Jim GrosbachAdd output stream operator for MCInst.
2010-09-16 Jim Grosbachmake this non brain dead...
2010-09-16 Jim GrosbachRemove unnecessary by-reference return.
2010-09-16 Jim Grosbachstore MC FP immediates as a double instead of as an...
2010-09-15 Jim GrosbachAdd support for floating point immediates to MC instruc...
2010-09-15 Jim Grosbachtrailing whitespace and 80 column cleanup
2010-03-22 Daniel DunbarMCInst: Add ::dump_pretty.
2009-10-30 Dan GohmanRemove a redundant copy constructor.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-12 Chris Lattnereliminate the "MBBLabel" MCOperand type, and just use...
2009-09-11 Chris Lattnerdefault construct MCInst's ctor to 0, which is "PHI...
2009-09-09 Chris Lattnerremove DebugLoc from MCInst and eliminate "Comment...
2009-09-09 Chris Lattneradd a gross hack to get "SrcLine" comments to show...
2009-09-03 Chris LattnerThread an MCAsmInfo pointer through the various MC...
2009-08-31 Daniel Dunbarllvm-mc: Switch MCInst to storing an MCExpr* instead...
2009-08-27 Daniel DunbarAdd {MCInst,MCOperand}::{print,dump}
2009-08-02 Daniel DunbarChange MCOperand to use Create style instead of Make...
2009-06-30 Daniel DunbarFill in some methods for the MCValue field of an MCOperand.
2009-06-23 Chris Lattnerrename MCImm ->MCValue.
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