2015-06-26 |
Duncan P. N. Exon... | CodeGen: Push the ModuleSlotTracker through MachineOperands |
blob | commitdiff | raw |
2015-06-23 |
Rafael Espindola | Use MCSymbols for FastISel. |
blob | commitdiff | raw | diff to current |
2015-06-23 |
Alexander Kornienko | Revert r240137 (Fixed/added namespace ending comments... |
blob | commitdiff | raw | diff to current |
2015-06-22 |
Rafael Espindola | Avoid a Symbol -> Name -> Symbol conversion. |
blob | commitdiff | raw | diff to current |
2015-06-19 |
Alexander Kornienko | Fixed/added namespace ending comments using clang-tidy... |
blob | commitdiff | raw | diff to current |
2015-05-06 |
Matt Arsenault | Add ChangeTo* to MachineOperand for symbols |
blob | commitdiff | raw | diff to current |
2015-04-22 |
Pete Cooper | Change MachineOperand::OpKind from unsigned char to... |
blob | commitdiff | raw | diff to current |
2015-02-27 |
Eric Christopher | Rewrite MachineOperand::print and MachineInstr::print... |
blob | commitdiff | raw | diff to current |
2014-09-28 |
Matt Arsenault | Add MachineOperand::ChangeToFPImmediate and setFPImm |
blob | commitdiff | raw | diff to current |
2014-05-20 |
Eric Christopher | Clean up language and grammar. |
blob | commitdiff | raw | diff to current |
2014-05-16 |
Pete Cooper | Use a sized enum for MachineOperandType. No functional... |
blob | commitdiff | raw | diff to current |
2014-04-14 |
Craig Topper | [C++11] More 'nullptr' conversion. In some cases just... |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Rafael Espindola | Replace PROLOG_LABEL with a new CFI_INSTRUCTION. |
blob | commitdiff | raw | diff to current |
2014-03-07 |
Rafael Espindola | clang-format a bit of code to make the next patch easie... |
blob | commitdiff | raw | diff to current |
2013-12-14 |
Juergen Ributzka | [Stackmap] Liveness Analysis Pass |
blob | commitdiff | raw | diff to current |
2013-12-13 |
Andrew Trick | Revert "Liveness Analysis Pass" |
blob | commitdiff | raw | diff to current |
2013-12-13 |
Andrew Trick | Liveness Analysis Pass |
blob | commitdiff | raw | diff to current |
2013-11-22 |
Lang Hames | Fix a typo where we were creating <def,kill> operands... |
blob | commitdiff | raw | diff to current |
2013-06-16 |
David Blaikie | MachineOperand::setIsDebug should ensure the register... |
blob | commitdiff | raw | diff to current |
2013-01-07 |
Jakob Stoklund Olesen | Pack MachineOperand bitfields better. |
blob | commitdiff | raw | diff to current |
2013-01-05 |
Jakob Stoklund Olesen | Use ArrayRecycler for MachineInstr operand lists. |
blob | commitdiff | raw | diff to current |
2012-10-31 |
Rafael Espindola | Add extra declarations of hash_value needed to build... |
blob | commitdiff | raw | diff to current |
2012-09-12 |
Michael Liao | Fix PR11985 |
blob | commitdiff | raw | diff to current |
2012-09-05 |
Benjamin Kramer | Clean up includes. |
blob | commitdiff | raw | diff to current |
2012-09-04 |
Jakob Stoklund Olesen | Allow tied uses and defs in different orders. |
blob | commitdiff | raw | diff to current |
2012-08-31 |
Jakob Stoklund Olesen | Add MachineInstr::tieOperands, remove setIsTied(). |
blob | commitdiff | raw | diff to current |
2012-08-28 |
Jakob Stoklund Olesen | Add a MachineOperand::isTied() flag. |
blob | commitdiff | raw | diff to current |
2012-08-28 |
Jakob Stoklund Olesen | Don't allow TargetFlags on MO_Register MachineOperands. |
blob | commitdiff | raw | diff to current |
2012-08-24 |
Richard Smith | Fix integer undefined behavior due to signed left shift... |
blob | commitdiff | raw | diff to current |
2012-08-10 |
Jakob Stoklund Olesen | Reapply r161633-161634 "Partition use lists so defs... |
blob | commitdiff | raw | diff to current |
2012-08-10 |
Jakob Stoklund Olesen | Also update MRI use lists when changing a use to a... |
blob | commitdiff | raw | diff to current |
2012-08-09 |
Jakob Stoklund Olesen | Revert r161633-161634 "Partition use lists so defs... |
blob | commitdiff | raw | diff to current |
2012-08-09 |
Jakob Stoklund Olesen | Don't use pointer-pointers for the register use lists. |
blob | commitdiff | raw | diff to current |
2012-08-09 |
Jakob Stoklund Olesen | Move use list management into MachineRegisterInfo. |
blob | commitdiff | raw | diff to current |
2012-08-09 |
Matt Beaumont-Gay | MachineRegisterInfo was already a friend of MachineOper... |
blob | commitdiff | raw | diff to current |
2012-08-08 |
Jakob Stoklund Olesen | Move getNextOperandForReg() into MachineRegisterInfo. |
blob | commitdiff | raw | diff to current |
2012-08-07 |
Jakob Stoklund Olesen | Add a new kind of MachineOperand: MO_TargetIndex. |
blob | commitdiff | raw | diff to current |
2012-08-06 |
Jakob Stoklund Olesen | Put up warning signs around MO::getNextOperandForReg(). |
blob | commitdiff | raw | diff to current |
2012-07-05 |
Chandler Carruth | Finish fixing the MachineOperand hashing, providing... |
blob | commitdiff | raw | diff to current |
2012-06-07 |
Pete Cooper | Add internal read flags to MachineInstrBuilder and... |
blob | commitdiff | raw | diff to current |
2012-02-10 |
Jakob Stoklund Olesen | Clean up comment. |
blob | commitdiff | raw | diff to current |
2012-02-10 |
Jakob Stoklund Olesen | Add a static MachineOperand::clobbersPhysReg(). |
blob | commitdiff | raw | diff to current |
2012-02-02 |
Jakob Stoklund Olesen | Require non-NULL register masks. |
blob | commitdiff | raw | diff to current |
2012-01-16 |
Jakob Stoklund Olesen | Add a new kind of MachineOperand: MO_RegisterMask. |
blob | commitdiff | raw | diff to current |
2011-12-07 |
Jakob Stoklund Olesen | Add MachineOperand IsInternalRead flag. |
blob | commitdiff | raw | diff to current |
2011-10-04 |
Jakob Stoklund Olesen | Allow <undef> flags on def operands as well as uses. |
blob | commitdiff | raw | diff to current |
2011-06-24 |
Devang Patel | Handle debug info for i128 constants. |
blob | commitdiff | raw | diff to current |
2011-05-26 |
Eric Christopher | Comment cleanup. |
blob | commitdiff | raw | diff to current |
2011-05-17 |
Jim Grosbach | Frame indices are signed. Update MachineOperand methods... |
blob | commitdiff | raw | diff to current |
2011-01-09 |
Jakob Stoklund Olesen | Simplify LiveDebugVariables by storing MachineOperand... |
blob | commitdiff | raw | diff to current |
2010-11-29 |
Michael J. Spencer | Merge System into Support. |
blob | commitdiff | raw | diff to current |
2010-10-19 |
Jakob Stoklund Olesen | Shrink MachineOperand from 40 to 32 bytes on 64-bit... |
blob | commitdiff | raw | diff to current |
2010-09-15 |
Jim Grosbach | trailing whitespace |
blob | commitdiff | raw | diff to current |
2010-05-28 |
Jakob Stoklund Olesen | Add a TargetRegisterInfo::composeSubRegIndices hook... |
blob | commitdiff | raw | diff to current |
2010-04-15 |
Dan Gohman | Add const qualifiers to CodeGen's use of LLVM IR constr... |
blob | commitdiff | raw | diff to current |
2010-03-25 |
Evan Cheng | Change how dbg_value sdnodes are converted into machine... |
blob | commitdiff | raw | diff to current |
2010-03-13 |
Chris Lattner | add support for MCSymbols as operands to MachineInstrs. |
blob | commitdiff | raw | diff to current |
2010-03-03 |
Evan Cheng | Ordering forward declarations. |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Dale Johannesen | Further constify MDNode* references. |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dale Johannesen | Allow isDebug inquiry on any MO. |
blob | commitdiff | raw | diff to current |
2010-02-10 |
Dale Johannesen | Add isDebug argument to ChangeToRegister; this prevents |
blob | commitdiff | raw | diff to current |
2010-02-09 |
Dale Johannesen | Debug operands should not be def or kill. |
blob | commitdiff | raw | diff to current |
2010-02-06 |
Dale Johannesen | Add a Debug bit to MachineOperand, for uses that |
blob | commitdiff | raw | diff to current |
2010-01-15 |
Dale Johannesen | Remove unneeded argument per review. |
blob | commitdiff | raw | diff to current |
2010-01-13 |
Dale Johannesen | Further progration of metadata operands. The |
blob | commitdiff | raw | diff to current |
2010-01-12 |
Dale Johannesen | Add MO_Metadata as an operand kind. Not used yet. |
blob | commitdiff | raw | diff to current |
2009-11-20 |
Dan Gohman | Target-independent support for TargetFlags on BlockAddr... |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Dan Gohman | Add a BlockAddress MachineOperand kind. |
blob | commitdiff | raw | diff to current |
2009-10-26 |
Chandler Carruth | Move DataTypes.h to include/llvm/System, update all... |
blob | commitdiff | raw | diff to current |
2009-09-03 |
Chris Lattner | improve comments. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Daniel Dunbar | Remove Offset from ExternalSybmol MachineOperands,... |
blob | commitdiff | raw | diff to current |
2009-08-23 |
Chris Lattner | remove various std::ostream version of printing methods... |
blob | commitdiff | raw | diff to current |
2009-08-11 |
Dan Gohman | Use the default copy-ctor, copy-assignment, and destructor. |
blob | commitdiff | raw | diff to current |
2009-07-06 |
Devang Patel | Add isMetadata() to check metadata operand. |
blob | commitdiff | raw | diff to current |
2009-07-02 |
Devang Patel | Remove tabs. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Devang Patel | Add getMDNode() to access metadata node. |
blob | commitdiff | raw | diff to current |
2009-07-01 |
Devang Patel | Add machine operand for MDNodes. This will be used... |
blob | commitdiff | raw | diff to current |
2009-06-30 |
Evan Cheng | Add a bit IsUndef to MachineOperand. This indicates... |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Chris Lattner | ad MachineInstrBuilder support for target flags on... |
blob | commitdiff | raw | diff to current |
2009-06-24 |
Chris Lattner | Rearrange some stuff in MachineOperand and add a new... |
blob | commitdiff | raw | diff to current |
2009-06-21 |
Chris Lattner | fit in 80 cols |
blob | commitdiff | raw | diff to current |
2009-04-15 |
Dan Gohman | Give RemoveRegOperandFromRegInfo a comment and move the |
blob | commitdiff | raw | diff to current |
2008-12-23 |
Dan Gohman | Comment MO_FPImmediate and doxygenate surrounding comments. |
blob | commitdiff | raw | diff to current |
2008-10-18 |
Dan Gohman | Teach DAGCombine to fold constant offsets into GlobalAd... |
blob | commitdiff | raw | diff to current |
2008-10-03 |
Dan Gohman | Switch the MachineOperand accessors back to the short... |
blob | commitdiff | raw | diff to current |
2008-09-24 |
Dale Johannesen | Next round of earlyclobber handling. Approach the |
blob | commitdiff | raw | diff to current |
2008-09-21 |
Chris Lattner | explain what earlyclobber actually is. |
blob | commitdiff | raw | diff to current |
2008-09-17 |
Dale Johannesen | Add a bit to mark operands of asm's that conflict |
blob | commitdiff | raw | diff to current |
2008-09-14 |
Dale Johannesen | adjust last patch per review feedback |
blob | commitdiff | raw | diff to current |
2008-09-13 |
Dan Gohman | Remove isImm(), isReg(), and friends, in favor of |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Dan Gohman | Change ConstantSDNode and ConstantFPSDNode to use Const... |
blob | commitdiff | raw | diff to current |
2008-09-12 |
Dale Johannesen | Pass "earlyclobber" bit through to machine |
blob | commitdiff | raw | diff to current |
2008-08-21 |
Owen Anderson | Use raw_ostream throughout the AsmPrinter. |
blob | commitdiff | raw | diff to current |
2008-07-10 |
Dan Gohman | Fix a copy+pasto in an assertion string. |
blob | commitdiff | raw | diff to current |
2008-05-29 |
Dan Gohman | Prune and tidy #includes. |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Evan Cheng | Back out r48353. Not needed. |
blob | commitdiff | raw | diff to current |
2008-03-14 |
Evan Cheng | Add an MO_Undef MachineOperandType, intended for INSERT... |
blob | commitdiff | raw | diff to current |
2008-02-14 |
Nate Begeman | Support a new type of MachineOperand, MO_FPImmediate... |
blob | commitdiff | raw | diff to current |
2008-01-29 |
Dan Gohman | Add explicit keywords. |
blob | commitdiff | raw | diff to current |
next |