Fixed/added namespace ending comments using clang-tidy. NFC
[oota-llvm.git] / include / llvm / CodeGen / MachineInstrBuilder.h
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-04-29 Duncan P. N. Exon... IR: Give 'DI' prefix to debug info metadata
2015-04-21 Duncan P. N. Exon... DebugInfo: Drop rest of DIDescriptor subclasses
2015-04-06 Duncan P. N. Exon... CodeGen: Stop using DIDescriptor::is*() and auto-casting
2015-04-06 Duncan P. N. Exon... DebugInfo: Remove DIDescriptor::Verify()
2015-04-03 Duncan P. N. Exon... CodeGen: Assert that inlined-at locations agree
2015-03-16 Duncan P. N. Exon... IR: Take advantage of -verify checks for MDExpression
2014-10-31 Reid KlecknerWork around bugs in MSVC "14" CTP 3's conversion logic
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-10-01 Adrian PrantlRevert r218778 while investigating buldbot breakage.
2014-10-01 Adrian PrantlMove the complex address expression out of DIVariable...
2014-04-14 Craig Topper[C++11] More 'nullptr' conversion. In some cases just...
2014-03-07 Rafael EspindolaReplace PROLOG_LABEL with a new CFI_INSTRUCTION.
2013-07-09 Adrian PrantlReapply an improved version of r180816/180817.
2013-04-30 Adrian PrantlTemporarily revert "Change the informal convention...
2013-04-30 Adrian PrantlChange the informal convention of DBG_VALUE so that...
2013-01-09 Jakob Stoklund OlesenAdd a getBundleEnd() function to go with the existing...
2012-12-20 Jakob Stoklund OlesenAdd an MF argument to MI::copyImplicitOps().
2012-12-20 Jakob Stoklund OlesenUse MachineInstrBuilder in InstrEmitter.
2012-12-19 Jakob Stoklund OlesenAlways use addOperand(MF, MO) from MachineInstrBuilder.
2012-12-19 Jakob Stoklund OlesenRemove the explicit MachineInstrBuilder(MI) constructor.
2012-12-19 Jakob Stoklund OlesenAdd an MF argument to MachineInstr::addOperand().
2012-12-13 Jakob Stoklund OlesenExpress prepend and append in terms of a more generic...
2012-12-07 Jakob Stoklund OlesenAdd an MIBundleBuilder class.
2012-10-11 Evan ChengChange MachineInstrBuilder::addDisp to copy over target...
2012-08-07 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_TargetIndex.
2012-06-07 Pete CooperAdd internal read flags to MachineInstrBuilder and...
2012-03-04 Jakob Stoklund OlesenUse <def,undef> operands when spilling NEON bundles.
2012-01-16 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_RegisterMask.
2011-12-14 Evan Cheng- Add MachineInstrBundle.h and MachineInstrBundle.cpp...
2011-06-28 Evan Cheng- Rename TargetInstrDesc, TargetOperandInfo to MCInstrD...
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-05-17 Jim GrosbachFrame indices are signed. Update MachineOperand methods...
2011-04-29 Chris Lattneradd a missing operator that caused us to have to use...
2011-03-05 Anton KorobeynikovProvide hooks to set MI flags in MachineInstrBuilder
2010-10-12 Dan GohmanInitial va_arg support for x86-64. Patch by David Meyer!
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-13 Chris Lattneradd builder support for mcsymbol operands.
2010-02-26 Dale JohannesenFurther constify MDNode* references.
2010-02-06 Dale JohannesenAdd a Debug bit to MachineOperand, for uses that
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2009-10-30 Devang PatelRemove dead code.
2009-09-25 Dan GohmanImprove MachineMemOperand handling.
2009-09-20 Daniel DunbarA few more tabs -> spaces.
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-07-09 Chris Lattneradd default ctor.
2009-07-01 Devang PatelAdd machine operand for MDNodes. This will be used...
2009-06-30 Evan ChengAdd a bit IsUndef to MachineOperand. This indicates...
2009-06-25 Chris Lattnerjust eliminate the code entirely!
2009-06-25 Chris LattnerClone target flags when copying mbb operands.
2009-06-25 Sanjiv GuptaIdentify unconditional gotos and generate a page sel...
2009-06-25 Chris Lattnerad MachineInstrBuilder support for target flags on...
2009-05-13 Bill WendlingChange MachineInstrBuilder::addReg() to take a flag...
2009-02-18 Dan GohmanFactor out the code to add a MachineOperand to a Machin...
2009-02-13 Dale JohannesenRemove non-DebugLoc versions of BuildMI.
2009-02-12 Dale JohannesenEliminate a couple of non-DebugLoc BuildMI variants.
2009-02-03 Bill WendlingCreate DebugLoc information in FastISel. Several tempor...
2009-01-05 Dan GohmanTidy up #includes, deleting a bunch of unnecessary...
2008-12-03 Dan GohmanExtend X86's addFrameReference to add a MachineMemOpera...
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-08-26 Dan GohmanAdd a MachineInstrBuilder method for adding floating...
2008-07-07 Dan GohmanPool-allocation for MachineInstrs, MachineBasicBlocks...
2008-04-07 Dan GohmanRename MemOperand to MachineMemOperand. This was sugges...
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-02-06 Dan GohmanRe-apply the memory operand changes, with a fix for...
2008-01-31 Evan ChengRevert 46556 and 46585. Dan please fix the PseudoSource...
2008-01-31 Dan GohmanCreate a new class, MemOperand, for describing memory...
2008-01-07 Chris Lattnerrename TargetInstrDescriptor -> TargetInstrDesc.
2007-12-30 Chris LattnerShrinkify the machine operand creation method names.
2007-12-30 Chris Lattnerswitch MIBuilder over to use the simplified operand...
2007-12-29 Chris LattnerDon't attribute in file headers anymore. See llvmdev...
2007-11-14 Evan ChengClean up sub-register implementation by moving subReg...
2007-07-26 Christopher LambFix 80 col violation.
2007-07-26 Christopher LambRemove subreg index from MachineInstr's and also keep...
2007-03-23 Dan GohmanAdd the 'explicit' keyword to several constructors...
2007-02-15 Evan ChengShould pass isKill and isDead to addRegOperand() as...
2006-11-28 Evan ChengFix indentation.
2006-11-27 Evan ChengChange MachineInstr ctor's to take a TargetInstrDescrip...
2006-11-13 Evan ChengMatches MachineInstr changes.
2006-11-11 Evan ChengAdd methods to add implicit def use operands to a MI.
2006-11-10 Evan ChengAdd implicit def / use operands to MachineInstr.
2006-09-05 Chris LattnerCompletely eliminate def&use operands. Now a register...
2006-05-04 Chris LattnerRemove and simplify some more machineinstr/machineopera...
2006-05-04 Chris LattnerRename MO_VirtualRegister -> MO_Register. Clean up...
2006-05-04 Chris LattnerThere shalt be only one "immediate" operand type!
2006-05-04 Chris LattnerChange "value" in MachineOperand to be a GlobalValue...
2006-05-04 Chris LattnerRemove a bunch more SparcV9 specific stuff
2006-05-04 Chris LattnerRemove some more unused stuff from MachineInstr that...
2006-04-24 Evan ChengAdded addJumpTableIndex
2006-02-25 Evan ChengAdded an offset field to ConstantPoolSDNode.
2005-04-21 Misha BrukmanRemove trailing whitespace
2005-04-11 Duraid Madinarename addU64Imm() to addImm64()
2005-04-10 Duraid Madina* store immediate values as int64_t, not int. come...
2004-11-19 Chris LattnerInstead of storing std::string's for ExternalSymbol...
2004-10-15 Chris LattnerAllow machine operands to represent global variables...
2004-10-14 Misha BrukmanConvert tabs to spaces
2004-05-23 Brian GaekeFix a typo in the head-of-file comment.
2004-04-01 Chris LattnerAllow converting a builder to an iterator
next