index
:
emscripten-fastcomp
master
LLVM with the emscripten fastcomp javascript backend
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
llvm
/
CodeGen
/
MachineInstrBuilder.h
Age
Commit message (
Expand
)
Author
2013-01-30
Merge commit 'a662a9862501fc86904e90054f7c1519101d9126'
Derek Schuff
2013-01-11
Merge commit '1ad9253c9d34ccbce3e7e4ea5d87c266cbf93410'
Derek Schuff
2013-01-09
Add a getBundleEnd() function to go with the existing getBundleStart().
Jakob Stoklund Olesen
2012-12-20
Add an MF argument to MI::copyImplicitOps().
Jakob Stoklund Olesen
2012-12-20
Use MachineInstrBuilder in InstrEmitter.
Jakob Stoklund Olesen
2012-12-19
Always use addOperand(MF, MO) from MachineInstrBuilder.
Jakob Stoklund Olesen
2012-12-19
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-12-19
Add an MF argument to MachineInstr::addOperand().
Jakob Stoklund Olesen
2012-12-13
Express prepend and append in terms of a more generic insert().
Jakob Stoklund Olesen
2012-12-07
Add an MIBundleBuilder class.
Jakob Stoklund Olesen
2012-10-12
Merge commit '40573998821fde7ffeabe8507f4c9e8c7cf762f6'
Derek Schuff
2012-10-11
Change MachineInstrBuilder::addDisp to copy over target flags by default.
Evan Cheng
2012-08-21
Merge up to r162331, git commit bc363931085587bac42a40653962a3e5acd1ffce
Derek Schuff
2012-08-07
Add a new kind of MachineOperand: MO_TargetIndex.
Jakob Stoklund Olesen
2012-07-09
LOCALMODs from hg 0b098ca44de7 against r158408 (hg 90a87d6bfe45)
Derek Schuff
2012-06-07
Add internal read flags to MachineInstrBuilder and hook them into the Machine...
Pete Cooper
2012-03-04
Use <def,undef> operands when spilling NEON bundles.
Jakob Stoklund Olesen
2012-01-16
Add a new kind of MachineOperand: MO_RegisterMask.
Jakob Stoklund Olesen
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-05-17
Frame indices are signed. Update MachineOperand methods accordingly.
Jim Grosbach
2011-04-29
add a missing operator that caused us to have to use (*MIB).foo everywhere.
Chris Lattner
2011-03-05
Provide hooks to set MI flags in MachineInstrBuilder
Anton Korobeynikov
2010-10-12
Initial va_arg support for x86-64. Patch by David Meyer!
Dan Gohman
2010-04-15
Add const qualifiers to CodeGen's use of LLVM IR constructs.
Dan Gohman
2010-03-13
add builder support for mcsymbol operands.
Chris Lattner
2010-02-26
Further constify MDNode* references.
Dale Johannesen
2010-02-06
Add a Debug bit to MachineOperand, for uses that
Dale Johannesen
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2009-10-30
Remove dead code.
Devang Patel
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-20
A few more tabs -> spaces.
Daniel Dunbar
2009-09-01
Remove Offset from ExternalSybmol MachineOperands, this is unused (and at lea...
Daniel Dunbar
2009-07-09
add default ctor.
Chris Lattner
2009-07-01
Add machine operand for MDNodes. This will be used to communicate debug info.
Devang Patel
2009-06-30
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-25
just eliminate the code entirely!
Chris Lattner
2009-06-25
Clone target flags when copying mbb operands.
Chris Lattner
2009-06-25
Identify unconditional gotos and generate a page sel instructions before them.
Sanjiv Gupta
2009-06-25
ad MachineInstrBuilder support for target flags on operands.
Chris Lattner
2009-05-13
Change MachineInstrBuilder::addReg() to take a flag instead of a list of
Bill Wendling
2009-02-18
Factor out the code to add a MachineOperand to a MachineInstrBuilder.
Dan Gohman
2009-02-13
Remove non-DebugLoc versions of BuildMI.
Dale Johannesen
2009-02-12
Eliminate a couple of non-DebugLoc BuildMI variants.
Dale Johannesen
2009-02-03
Create DebugLoc information in FastISel. Several temporary methods were
Bill Wendling
2009-01-05
Tidy up #includes, deleting a bunch of unnecessary #includes.
Dan Gohman
2008-12-03
Extend X86's addFrameReference to add a MachineMemOperand for
Dan Gohman
2008-10-18
Teach DAGCombine to fold constant offsets into GlobalAddress nodes,
Dan Gohman
2008-09-12
Change ConstantSDNode and ConstantFPSDNode to use ConstantInt* and
Dan Gohman
[next]