Revert r240137 (Fixed/added namespace ending comments using clang-tidy. NFC)
[oota-llvm.git] / include / llvm / CodeGen / MachineOperand.h
2015-06-23 Alexander KornienkoRevert r240137 (Fixed/added namespace ending comments...
2015-06-22 Rafael EspindolaAvoid a Symbol -> Name -> Symbol conversion.
2015-06-19 Alexander KornienkoFixed/added namespace ending comments using clang-tidy...
2015-05-06 Matt ArsenaultAdd ChangeTo* to MachineOperand for symbols
2015-04-22 Pete CooperChange MachineOperand::OpKind from unsigned char to...
2015-02-27 Eric ChristopherRewrite MachineOperand::print and MachineInstr::print...
2014-09-28 Matt ArsenaultAdd MachineOperand::ChangeToFPImmediate and setFPImm
2014-05-20 Eric ChristopherClean up language and grammar.
2014-05-16 Pete CooperUse a sized enum for MachineOperandType. No functional...
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.
2014-03-07 Rafael Espindolaclang-format a bit of code to make the next patch easie...
2013-12-14 Juergen Ributzka[Stackmap] Liveness Analysis Pass
2013-12-13 Andrew TrickRevert "Liveness Analysis Pass"
2013-12-13 Andrew TrickLiveness Analysis Pass
2013-11-22 Lang HamesFix a typo where we were creating <def,kill> operands...
2013-06-16 David BlaikieMachineOperand::setIsDebug should ensure the register...
2013-01-07 Jakob Stoklund OlesenPack MachineOperand bitfields better.
2013-01-05 Jakob Stoklund OlesenUse ArrayRecycler for MachineInstr operand lists.
2012-10-31 Rafael EspindolaAdd extra declarations of hash_value needed to build...
2012-09-12 Michael LiaoFix PR11985
2012-09-05 Benjamin KramerClean up includes.
2012-09-04 Jakob Stoklund OlesenAllow tied uses and defs in different orders.
2012-08-31 Jakob Stoklund OlesenAdd MachineInstr::tieOperands, remove setIsTied().
2012-08-28 Jakob Stoklund OlesenAdd a MachineOperand::isTied() flag.
2012-08-28 Jakob Stoklund OlesenDon't allow TargetFlags on MO_Register MachineOperands.
2012-08-24 Richard SmithFix integer undefined behavior due to signed left shift...
2012-08-10 Jakob Stoklund OlesenReapply r161633-161634 "Partition use lists so defs...
2012-08-10 Jakob Stoklund OlesenAlso update MRI use lists when changing a use to a...
2012-08-09 Jakob Stoklund OlesenRevert r161633-161634 "Partition use lists so defs...
2012-08-09 Jakob Stoklund OlesenDon't use pointer-pointers for the register use lists.
2012-08-09 Jakob Stoklund OlesenMove use list management into MachineRegisterInfo.
2012-08-09 Matt Beaumont-GayMachineRegisterInfo was already a friend of MachineOper...
2012-08-08 Jakob Stoklund OlesenMove getNextOperandForReg() into MachineRegisterInfo.
2012-08-07 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_TargetIndex.
2012-08-06 Jakob Stoklund OlesenPut up warning signs around MO::getNextOperandForReg().
2012-07-05 Chandler CarruthFinish fixing the MachineOperand hashing, providing...
2012-06-07 Pete CooperAdd internal read flags to MachineInstrBuilder and...
2012-02-10 Jakob Stoklund OlesenClean up comment.
2012-02-10 Jakob Stoklund OlesenAdd a static MachineOperand::clobbersPhysReg().
2012-02-02 Jakob Stoklund OlesenRequire non-NULL register masks.
2012-01-16 Jakob Stoklund OlesenAdd a new kind of MachineOperand: MO_RegisterMask.
2011-12-07 Jakob Stoklund OlesenAdd MachineOperand IsInternalRead flag.
2011-10-04 Jakob Stoklund OlesenAllow <undef> flags on def operands as well as uses.
2011-06-24 Devang PatelHandle debug info for i128 constants.
2011-05-26 Eric ChristopherComment cleanup.
2011-05-17 Jim GrosbachFrame indices are signed. Update MachineOperand methods...
2011-01-09 Jakob Stoklund OlesenSimplify LiveDebugVariables by storing MachineOperand...
2010-11-29 Michael J. SpencerMerge System into Support.
2010-10-19 Jakob Stoklund OlesenShrink MachineOperand from 40 to 32 bytes on 64-bit...
2010-09-15 Jim Grosbachtrailing whitespace
2010-05-28 Jakob Stoklund OlesenAdd a TargetRegisterInfo::composeSubRegIndices hook...
2010-04-15 Dan GohmanAdd const qualifiers to CodeGen's use of LLVM IR constr...
2010-03-25 Evan ChengChange how dbg_value sdnodes are converted into machine...
2010-03-13 Chris Lattneradd support for MCSymbols as operands to MachineInstrs.
2010-03-03 Evan ChengOrdering forward declarations.
2010-02-26 Dale JohannesenFurther constify MDNode* references.
2010-02-10 Dale JohannesenAllow isDebug inquiry on any MO.
2010-02-10 Dale JohannesenAdd isDebug argument to ChangeToRegister; this prevents
2010-02-09 Dale JohannesenDebug operands should not be def or kill.
2010-02-06 Dale JohannesenAdd a Debug bit to MachineOperand, for uses that
2010-01-15 Dale JohannesenRemove unneeded argument per review.
2010-01-13 Dale JohannesenFurther progration of metadata operands. The
2010-01-12 Dale JohannesenAdd MO_Metadata as an operand kind. Not used yet.
2009-11-20 Dan GohmanTarget-independent support for TargetFlags on BlockAddr...
2009-10-30 Devang PatelRemove dead code.
2009-10-30 Dan GohmanAdd a BlockAddress MachineOperand kind.
2009-10-26 Chandler CarruthMove DataTypes.h to include/llvm/System, update all...
2009-09-03 Chris Lattnerimprove comments.
2009-09-01 Daniel DunbarRemove Offset from ExternalSybmol MachineOperands,...
2009-08-23 Chris Lattnerremove various std::ostream version of printing methods...
2009-08-11 Dan GohmanUse the default copy-ctor, copy-assignment, and destructor.
2009-07-06 Devang PatelAdd isMetadata() to check metadata operand.
2009-07-02 Devang PatelRemove tabs.
2009-07-01 Devang PatelAdd getMDNode() to access metadata node.
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 Lattnerad MachineInstrBuilder support for target flags on...
2009-06-24 Chris LattnerRearrange some stuff in MachineOperand and add a new...
2009-06-21 Chris Lattnerfit in 80 cols
2009-04-15 Dan GohmanGive RemoveRegOperandFromRegInfo a comment and move the
2008-12-23 Dan GohmanComment MO_FPImmediate and doxygenate surrounding comments.
2008-10-18 Dan GohmanTeach DAGCombine to fold constant offsets into GlobalAd...
2008-10-03 Dan GohmanSwitch the MachineOperand accessors back to the short...
2008-09-24 Dale JohannesenNext round of earlyclobber handling. Approach the
2008-09-21 Chris Lattnerexplain what earlyclobber actually is.
2008-09-17 Dale JohannesenAdd a bit to mark operands of asm's that conflict
2008-09-14 Dale Johannesenadjust last patch per review feedback
2008-09-13 Dan GohmanRemove isImm(), isReg(), and friends, in favor of
2008-09-12 Dan GohmanChange ConstantSDNode and ConstantFPSDNode to use Const...
2008-09-12 Dale JohannesenPass "earlyclobber" bit through to machine
2008-08-21 Owen AndersonUse raw_ostream throughout the AsmPrinter.
2008-07-10 Dan GohmanFix a copy+pasto in an assertion string.
2008-05-29 Dan GohmanPrune and tidy #includes.
2008-03-14 Evan ChengBack out r48353. Not needed.
2008-03-14 Evan ChengAdd an MO_Undef MachineOperandType, intended for INSERT...
2008-02-14 Nate BegemanSupport a new type of MachineOperand, MO_FPImmediate...
2008-01-29 Dan GohmanAdd explicit keywords.
2008-01-01 Chris Lattneradd efficient iteration support for register use/def's
2008-01-01 Chris LattnerImplement automatically updated def/use lists for all...
next