aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/CodeGen/MachineInstrBuilder.h
Commit message (Expand)AuthorAgeFilesLines
* Update aosp/master LLVM for rebase to r235153Pirama Arumuga Nainar2015-05-181-5/+8
* Update aosp/master llvm for rebase to r233350Pirama Arumuga Nainar2015-04-091-2/+2
* Update aosp/master LLVM for rebase to r222494.Stephen Hines2014-12-021-21/+28
* Update LLVM for 3.5 rebase (r209712).Stephen Hines2014-05-291-1/+1
* Update to LLVM 3.5a.Stephen Hines2014-04-241-1/+6
* Reapply an improved version of r180816/180817.Adrian Prantl2013-07-091-0/+45
* Temporarily revert "Change the informal convention of DBG_VALUE so that we ca...Adrian Prantl2013-04-301-45/+0
* Change the informal convention of DBG_VALUE so that we can express aAdrian Prantl2013-04-301-0/+45
* Add a getBundleEnd() function to go with the existing getBundleStart().Jakob Stoklund Olesen2013-01-091-5/+2
* Add an MF argument to MI::copyImplicitOps().Jakob Stoklund Olesen2012-12-201-0/+6
* Use MachineInstrBuilder in InstrEmitter.Jakob Stoklund Olesen2012-12-201-0/+10
* Always use addOperand(MF, MO) from MachineInstrBuilder.Jakob Stoklund Olesen2012-12-191-25/+26
* Remove the explicit MachineInstrBuilder(MI) constructor.Jakob Stoklund Olesen2012-12-191-1/+0
* Add an MF argument to MachineInstr::addOperand().Jakob Stoklund Olesen2012-12-191-12/+21
* Express prepend and append in terms of a more generic insert().Jakob Stoklund Olesen2012-12-131-11/+36
* Add an MIBundleBuilder class.Jakob Stoklund Olesen2012-12-071-0/+64
* Change MachineInstrBuilder::addDisp to copy over target flags by default.Evan Cheng2012-10-111-4/+13
* Add a new kind of MachineOperand: MO_TargetIndex.Jakob Stoklund Olesen2012-08-071-0/+6
* Add internal read flags to MachineInstrBuilder and hook them into the Machine...Pete Cooper2012-06-071-1/+6
* Use <def,undef> operands when spilling NEON bundles.Jakob Stoklund Olesen2012-03-041-0/+1
* Add a new kind of MachineOperand: MO_RegisterMask.Jakob Stoklund Olesen2012-01-161-0/+5
* - Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a functionEvan Cheng2011-12-141-0/+46
* - Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo andEvan Cheng2011-06-281-13/+13
* Handle debug info for i128 constants.Devang Patel2011-06-241-0/+5
* Frame indices are signed. Update MachineOperand methods accordingly.Jim Grosbach2011-05-171-1/+1
* add a missing operator that caused us to have to use (*MIB).foo everywhere.Chris Lattner2011-04-291-0/+1
* Provide hooks to set MI flags in MachineInstrBuilderAnton Korobeynikov2011-03-051-0/+10
* Initial va_arg support for x86-64. Patch by David Meyer!Dan Gohman2010-10-121-0/+21
* Add const qualifiers to CodeGen's use of LLVM IR constructs.Dan Gohman2010-04-151-1/+1
* add builder support for mcsymbol operands.Chris Lattner2010-03-131-0/+5
* Further constify MDNode* references.Dale Johannesen2010-02-261-1/+1
* Add a Debug bit to MachineOperand, for uses thatDale Johannesen2010-02-061-1/+3
* Further progration of metadata operands. TheDale Johannesen2010-01-131-0/+6
* Remove dead code.Devang Patel2009-10-301-7/+0
* Improve MachineMemOperand handling.Dan Gohman2009-09-251-1/+1
* A few more tabs -> spaces.Daniel Dunbar2009-09-201-3/+3
* Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...Daniel Dunbar2009-09-011-2/+1
* add default ctor.Chris Lattner2009-07-091-0/+1
* Add machine operand for MDNodes. This will be used to communicate debug info.Devang Patel2009-07-011-0/+7
* Add a bit IsUndef to MachineOperand. This indicates the def / use register op...Evan Cheng2009-06-301-3/+8
* just eliminate the code entirely!Chris Lattner2009-06-251-28/+1
* Clone target flags when copying mbb operands.Chris Lattner2009-06-251-1/+1
* Identify unconditional gotos and generate a page sel instructions before them.Sanjiv Gupta2009-06-251-0/+2
* ad MachineInstrBuilder support for target flags on operands.Chris Lattner2009-06-251-14/+23
* Change MachineInstrBuilder::addReg() to take a flag instead of a list ofBill Wendling2009-05-131-11/+45
* Factor out the code to add a MachineOperand to a MachineInstrBuilder.Dan Gohman2009-02-181-2/+25
* Remove non-DebugLoc versions of BuildMI.Dale Johannesen2009-02-131-26/+0
* Eliminate a couple of non-DebugLoc BuildMI variants.Dale Johannesen2009-02-121-12/+0
* Create DebugLoc information in FastISel. Several temporary methods wereBill Wendling2009-02-031-7/+52
* Tidy up #includes, deleting a bunch of unnecessary #includes.Dan Gohman2009-01-051-1/+0