2012-06-07 |
Pete Cooper | Add internal read flags to MachineInstrBuilder and... |
blob | commitdiff | raw |
2012-03-04 |
Jakob Stoklund Olesen | Use <def,undef> operands when spilling NEON bundles. |
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-14 |
Evan Cheng | - Add MachineInstrBundle.h and MachineInstrBundle.cpp... |
blob | commitdiff | raw | diff to current |
2011-06-28 |
Evan Cheng | - Rename TargetInstrDesc, TargetOperandInfo to MCInstrD... |
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-17 |
Jim Grosbach | Frame indices are signed. Update MachineOperand methods... |
blob | commitdiff | raw | diff to current |
2011-04-29 |
Chris Lattner | add a missing operator that caused us to have to use... |
blob | commitdiff | raw | diff to current |
2011-03-05 |
Anton Korobeynikov | Provide hooks to set MI flags in MachineInstrBuilder |
blob | commitdiff | raw | diff to current |
2010-10-12 |
Dan Gohman | Initial va_arg support for x86-64. Patch by David Meyer! |
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-13 |
Chris Lattner | add builder support for mcsymbol operands. |
blob | commitdiff | raw | diff to current |
2010-02-26 |
Dale Johannesen | Further constify MDNode* references. |
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-13 |
Dale Johannesen | Further progration of metadata operands. The |
blob | commitdiff | raw | diff to current |
2009-10-30 |
Devang Patel | Remove dead code. |
blob | commitdiff | raw | diff to current |
2009-09-25 |
Dan Gohman | Improve MachineMemOperand handling. |
blob | commitdiff | raw | diff to current |
2009-09-20 |
Daniel Dunbar | A few more tabs -> spaces. |
blob | commitdiff | raw | diff to current |
2009-09-01 |
Daniel Dunbar | Remove Offset from ExternalSybmol MachineOperands,... |
blob | commitdiff | raw | diff to current |
2009-07-09 |
Chris Lattner | add default ctor. |
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 | just eliminate the code entirely! |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Chris Lattner | Clone target flags when copying mbb operands. |
blob | commitdiff | raw | diff to current |
2009-06-25 |
Sanjiv Gupta | Identify unconditional gotos and generate a page sel... |
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-05-13 |
Bill Wendling | Change MachineInstrBuilder::addReg() to take a flag... |
blob | commitdiff | raw | diff to current |
2009-02-18 |
Dan Gohman | Factor out the code to add a MachineOperand to a Machin... |
blob | commitdiff | raw | diff to current |
2009-02-13 |
Dale Johannesen | Remove non-DebugLoc versions of BuildMI. |
blob | commitdiff | raw | diff to current |
2009-02-12 |
Dale Johannesen | Eliminate a couple of non-DebugLoc BuildMI variants. |
blob | commitdiff | raw | diff to current |
2009-02-03 |
Bill Wendling | Create DebugLoc information in FastISel. Several tempor... |
blob | commitdiff | raw | diff to current |
2009-01-05 |
Dan Gohman | Tidy up #includes, deleting a bunch of unnecessary... |
blob | commitdiff | raw | diff to current |
2008-12-03 |
Dan Gohman | Extend X86's addFrameReference to add a MachineMemOpera... |
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-09-12 |
Dan Gohman | Change ConstantSDNode and ConstantFPSDNode to use Const... |
blob | commitdiff | raw | diff to current |
2008-08-26 |
Dan Gohman | Add a MachineInstrBuilder method for adding floating... |
blob | commitdiff | raw | diff to current |
2008-07-07 |
Dan Gohman | Pool-allocation for MachineInstrs, MachineBasicBlocks... |
blob | commitdiff | raw | diff to current |
2008-04-07 |
Dan Gohman | Rename MemOperand to MachineMemOperand. This was sugges... |
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-06 |
Dan Gohman | Re-apply the memory operand changes, with a fix for... |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Evan Cheng | Revert 46556 and 46585. Dan please fix the PseudoSource... |
blob | commitdiff | raw | diff to current |
2008-01-31 |
Dan Gohman | Create a new class, MemOperand, for describing memory... |
blob | commitdiff | raw | diff to current |
2008-01-07 |
Chris Lattner | rename TargetInstrDescriptor -> TargetInstrDesc. |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Chris Lattner | Shrinkify the machine operand creation method names. |
blob | commitdiff | raw | diff to current |
2007-12-30 |
Chris Lattner | switch MIBuilder over to use the simplified operand... |
blob | commitdiff | raw | diff to current |
2007-12-29 |
Chris Lattner | Don't attribute in file headers anymore. See llvmdev... |
blob | commitdiff | raw | diff to current |
2007-11-14 |
Evan Cheng | Clean up sub-register implementation by moving subReg... |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Christopher Lamb | Fix 80 col violation. |
blob | commitdiff | raw | diff to current |
2007-07-26 |
Christopher Lamb | Remove subreg index from MachineInstr's and also keep... |
blob | commitdiff | raw | diff to current |
2007-03-23 |
Dan Gohman | Add the 'explicit' keyword to several constructors... |
blob | commitdiff | raw | diff to current |
2007-02-15 |
Evan Cheng | Should pass isKill and isDead to addRegOperand() as... |
blob | commitdiff | raw | diff to current |
2006-11-28 |
Evan Cheng | Fix indentation. |
blob | commitdiff | raw | diff to current |
2006-11-27 |
Evan Cheng | Change MachineInstr ctor's to take a TargetInstrDescrip... |
blob | commitdiff | raw | diff to current |
2006-11-13 |
Evan Cheng | Matches MachineInstr changes. |
blob | commitdiff | raw | diff to current |
2006-11-11 |
Evan Cheng | Add methods to add implicit def use operands to a MI. |
blob | commitdiff | raw | diff to current |
2006-11-10 |
Evan Cheng | Add implicit def / use operands to MachineInstr. |
blob | commitdiff | raw | diff to current |
2006-09-05 |
Chris Lattner | Completely eliminate def&use operands. Now a register... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Remove and simplify some more machineinstr/machineopera... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Rename MO_VirtualRegister -> MO_Register. Clean up... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | There shalt be only one "immediate" operand type! |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Change "value" in MachineOperand to be a GlobalValue... |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Remove a bunch more SparcV9 specific stuff |
blob | commitdiff | raw | diff to current |
2006-05-04 |
Chris Lattner | Remove some more unused stuff from MachineInstr that... |
blob | commitdiff | raw | diff to current |
2006-04-24 |
Evan Cheng | Added addJumpTableIndex |
blob | commitdiff | raw | diff to current |
2006-02-25 |
Evan Cheng | Added an offset field to ConstantPoolSDNode. |
blob | commitdiff | raw | diff to current |
2005-04-21 |
Misha Brukman | Remove trailing whitespace |
blob | commitdiff | raw | diff to current |
2005-04-11 |
Duraid Madina | rename addU64Imm() to addImm64() |
blob | commitdiff | raw | diff to current |
2005-04-10 |
Duraid Madina | * store immediate values as int64_t, not int. come... |
blob | commitdiff | raw | diff to current |
2004-11-19 |
Chris Lattner | Instead of storing std::string's for ExternalSymbol... |
blob | commitdiff | raw | diff to current |
2004-10-15 |
Chris Lattner | Allow machine operands to represent global variables... |
blob | commitdiff | raw | diff to current |
2004-10-14 |
Misha Brukman | Convert tabs to spaces |
blob | commitdiff | raw | diff to current |
2004-05-23 |
Brian Gaeke | Fix a typo in the head-of-file comment. |
blob | commitdiff | raw | diff to current |
2004-04-01 |
Chris Lattner | Allow converting a builder to an iterator |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Chris Lattner | Continue Alkis's int64_t cleanup. This makes all of... |
blob | commitdiff | raw | diff to current |
2004-02-29 |
Chris Lattner | Add BuildMI variants that take a MBB::iterator |
blob | commitdiff | raw | diff to current |
2004-02-22 |
Alkis Evlogimenos | Move MOTy::UseType enum into MachineOperand. This elimi... |
blob | commitdiff | raw | diff to current |
2004-02-04 |
Alkis Evlogimenos | Modify the two address instruction pass to remove the... |
blob | commitdiff | raw | diff to current |
2003-11-11 |
Brian Gaeke | Put all LLVM code into the llvm namespace, as per bug... |
blob | commitdiff | raw | diff to current |
2003-10-20 |
John Criswell | Added LLVM copyright header (for lack of a better term). |
blob | commitdiff | raw | diff to current |
2003-06-03 |
Chris Lattner | Remove use of enum |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Chris Lattner | ADd support for CC registers for Sparc BE |
blob | commitdiff | raw | diff to current |
2003-01-15 |
Chris Lattner | Add new helper method addRegDef |
blob | commitdiff | raw | diff to current |
2003-01-13 |
Chris Lattner | * Add support for new types of operands |
blob | commitdiff | raw | diff to current |
2002-12-25 |
Chris Lattner | Add abstract frame index capability |
blob | commitdiff | raw | diff to current |
2002-12-15 |
Chris Lattner | Add capability to have a MachineBasicBlock as an operan... |
blob | commitdiff | raw | diff to current |
2002-12-13 |
Chris Lattner | Final version of BuildMI for symmetry and because I... |
blob | commitdiff | raw | diff to current |
2002-11-17 |
Chris Lattner | Convert to use an enum to access def/use/use&def inform... |
blob | commitdiff | raw | diff to current |
2002-11-17 |
Chris Lattner | Return const refefrences to enable default construction |
blob | commitdiff | raw | diff to current |
2002-11-14 |
Brian Gaeke | include/llvm/CodeGen/MachineInstrBuilder.h: Add addClob... |
blob | commitdiff | raw | diff to current |
2002-10-30 |
Chris Lattner | Allow BuildMI that helps automate construction of SSA... |
blob | commitdiff | raw | diff to current |
2002-10-29 |
Chris Lattner | Add capability to have machine instruction autoinsert... |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Chris Lattner | Minor comment updates |
blob | commitdiff | raw | diff to current |
2002-10-28 |
Chris Lattner | Initial checkin of MachineInstrBuilder class |
blob | commitdiff | raw | diff to current |
|