index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
CodeGen
/
MachineInstr.cpp
Age
Commit message (
Expand
)
Author
2010-07-04
Print symbolic subreg indices on REG_SEQUENCE and INSERT_SUBREG.
Jakob Stoklund Olesen
2010-07-02
Propagate the AlignStack bit in InlineAsm's to the
Dale Johannesen
2010-06-29
Print InlinedAt location.
Devang Patel
2010-06-18
Teach regular and fast isel to set dead flags on unused implicit defs
Dan Gohman
2010-06-02
Slightly change the meaning of the reMaterialize target hook when the original
Jakob Stoklund Olesen
2010-06-01
Properly compose subregister indices when coalescing.
Jakob Stoklund Olesen
2010-05-28
Add a TargetRegisterInfo::composeSubRegIndices hook with a default
Jakob Stoklund Olesen
2010-05-25
Print symbolic SubRegIndex names on machine operands.
Jakob Stoklund Olesen
2010-05-21
- Change MachineInstr::findRegisterDefOperandIdx so it can also look for defs
Evan Cheng
2010-05-21
Add MachineInstr::readsWritesVirtualRegister() to determine if an instruction
Jakob Stoklund Olesen
2010-05-21
Revert "Use MachineInstr::readsWritesVirtualRegister to determine if a regist...
Jakob Stoklund Olesen
2010-05-21
Use MachineInstr::readsWritesVirtualRegister to determine if a register is read.
Jakob Stoklund Olesen
2010-05-21
If the first definition of a virtual register is a partial redef, add an
Jakob Stoklund Olesen
2010-05-19
Add MachineInstr::readsVirtualRegister() in preparation for proper handling of
Jakob Stoklund Olesen
2010-05-13
Teach MachineLICM and MachineSink how to clear kill flags conservatively
Dan Gohman
2010-04-28
Pretty print DBG_VALUE machine instructions.
Evan Cheng
2010-04-09
Use getNumImplicitDefs() and getNumImplicitUses().
Bob Wilson
2010-04-09
Fix up some comments.
Bob Wilson
2010-04-08
Coalescer should not delete copy instructions whose defs are partially dead. ...
Evan Cheng
2010-04-07
fix a latent bug my inline asm stuff exposed:
Chris Lattner
2010-04-02
stop using DebugLoc::getUnknownLoc()
Chris Lattner
2010-04-02
Switch the code generator (except the JIT) onto the new DebugLoc
Chris Lattner
2010-03-13
add support for MCSymbols as operands to MachineInstrs.
Chris Lattner
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-08
Revert r97947.
Devang Patel
2010-03-08
Avoid using DIDescriptor.isNull().
Devang Patel
2010-03-03
Move MachineInstrExpressionTrait::getHashValue() out of line so it can skip o...
Evan Cheng
2010-03-03
Fix funky indentation and add comments.
Evan Cheng
2010-03-03
- Change MachineInstr::isIdenticalTo to take a new option that determines whe...
Evan Cheng
2010-03-02
Swap parameters of isSafeToMove and isSafeToReMat for consistency.
Evan Cheng
2010-02-15
Add non-temporal flags to MachineMemOperand.
David Greene
2010-02-10
Fix "the the" and similar typos.
Dan Gohman
2010-02-10
Add isDebug argument to ChangeToRegister; this prevents
Dale Johannesen
2010-02-09
move target-independent opcodes out of TargetInstrInfo
Chris Lattner
2010-01-19
Identify predicate and optional-def operands when printing machine
Jakob Stoklund Olesen
2010-01-16
Replace DebugLocTuple with DILocation.
Devang Patel
2010-01-13
Further progration of metadata operands. The
Dale Johannesen
2010-01-06
Add <imp-def> and <imp-kill> operands when replacing virtual sub-register def...
Jakob Stoklund Olesen
2010-01-04
Change errs() to dbgs().
David Greene
2009-12-28
snip one more #include from Metadata.h
Chris Lattner
2009-12-25
Remove dead store.
Bill Wendling
2009-12-25
Remove dead store from copy-pasto.
Bill Wendling
2009-12-16
Add @earlyclobber TableGen constraint
Jim Grosbach
2009-12-07
Follow up to 90488. Turn a check into an assertion.
Evan Cheng
2009-12-05
Don't print the debug directory; it's often long and uninteresting. Omit
Dan Gohman
2009-12-03
Watch out for PHI instruction with no source operands.
Evan Cheng
2009-12-03
Fill out codegen SSA updater. It's not yet tested.
Evan Cheng
2009-12-01
Devang pointed out that this code should use DIScope instead of
Dan Gohman
2009-11-23
Print the debug info line and column in MachineInstr::print even when there's
Dan Gohman
2009-11-16
Initialize the new AsmPrinterFlags field to 0, fixing uses of
Dan Gohman
[next]