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
2011-12-14
- Add MachineInstrBundle.h and MachineInstrBundle.cpp. This includes a function
Evan Cheng
2011-12-08
Make MachineInstr instruction property queries more flexible. This change all
Evan Cheng
2011-12-07
Add bundle aware API for querying instruction properties and switch the code
Evan Cheng
2011-12-07
Add missing check.
Jakob Stoklund Olesen
2011-12-07
Add MachineOperand IsInternalRead flag.
Jakob Stoklund Olesen
2011-12-06
First chunk of MachineInstr bundle support.
Evan Cheng
2011-11-08
Added invariant field to the DAG.getLoad method and changed all calls.
Pete Cooper
2011-11-03
Reverted r143600 - selector reference change
Pete Cooper
2011-11-03
Treat objc selector reference globals as invariant so that MachineLICM can ho...
Pete Cooper
2011-10-13
Add missing braces to pacify GCC's -Wparentheses.
Nick Lewycky
2011-10-12
Add MachineInstr::getRegClassConstraint().
Jakob Stoklund Olesen
2011-10-12
Extract a method for finding the inline asm flag operand.
Jakob Stoklund Olesen
2011-10-12
Encode register class constreaints in inline asm instructions.
Jakob Stoklund Olesen
2011-09-29
Remove NumImplicitOps which is now unused.
Jakob Stoklund Olesen
2011-09-29
Rewrite MachineInstr::addOperand() to avoid NumImplicitOps.
Jakob Stoklund Olesen
2011-08-29
Thumb2 parsing and encoding for IT blocks.
Jim Grosbach
2011-08-24
Tidy up. Trailing whitespace.
Jim Grosbach
2011-08-19
Don't treat a partial <def,undef> operand as a read.
Jakob Stoklund Olesen
2011-08-04
Print DBG_VALUE variable's location info as a comment.
Devang Patel
2011-07-07
If known DebugLocs do not match then two DBG_VALUE machine instructions are n...
Devang Patel
2011-07-02
Include a source location when complaining about bad inline assembly.
Jakob Stoklund Olesen
2011-07-01
Take a stab at fixing the llvm-x86_64-linux-checks failure.
Cameron Zwarich
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-06-27
Distinguish early clobber output operands from clobbered registers.
Jakob Stoklund Olesen
2011-06-27
Decode and pretty print inline asm operand descriptors.
Jakob Stoklund Olesen
2011-06-24
Handle debug info for i128 constants.
Devang Patel
2011-05-12
Re-commit 131172 with fix. MachineInstr identity checks should check dead
Evan Cheng
2011-05-08
Remove an assertion to fix PR9872.
Jakob Stoklund Olesen
2011-04-29
Print out the 'nontemporal' info on a store.
Bill Wendling
2011-04-05
Ensure all defs referring to a virtual register are marked dead by addRegiste...
Jakob Stoklund Olesen
2011-03-05
Add FrameSetup MI flags
Anton Korobeynikov
2011-01-10
Simplify a bunch of isVirtualRegister() and isPhysicalRegister() logic.
Jakob Stoklund Olesen
2011-01-09
Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi...
Jakob Stoklund Olesen
2011-01-07
Do not model all INLINEASM instructions as having unmodelled side effects.
Evan Cheng
2011-01-07
DBG_VALUE does not have any side effects; it also makes no sense to mark it c...
Evan Cheng
2010-10-22
Unbreak build.
Evan Cheng
2010-10-20
Make CodeGen TBAA-aware.
Dan Gohman
2010-10-19
Shrink MachineOperand from 40 to 32 bytes on 64-bit hosts.
Jakob Stoklund Olesen
2010-09-21
convert a couple more places to use the new getStore()
Chris Lattner
2010-09-21
add some accessors
Chris Lattner
2010-09-21
it's more elegant to put the "getConstantPool" and
Chris Lattner
2010-09-21
add some helpful accessors.
Chris Lattner
2010-09-21
start pushing MachinePointerInfo out through the MachineMemOperand interface
Chris Lattner
2010-09-21
refactor the Value*/offset pair from MachineMemOperand out to a new
Chris Lattner
2010-08-02
Prefix `next' iterator operation with `llvm::'.
Oscar Fuentes
2010-07-28
Print out the regclass of any virtual registers used by a machine instruction.
Jakob Stoklund Olesen
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
[next]