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
2009-10-21
Need a comma after imp-use.
Evan Cheng
2009-10-14
Print earlyclobber for implicit-defs as well.
Evan Cheng
2009-10-13
s/DebugLoc.CompileUnit/DebugLoc.Scope/g
Devang Patel
2009-10-09
Factor out LiveIntervalAnalysis' code to determine whether an instruction
Dan Gohman
2009-10-09
isTriviallyReMaterializable checks the
Dan Gohman
2009-10-07
Replace TargetInstrInfo::isInvariantLoad and its target-specific
Dan Gohman
2009-10-05
strength reduce a ton of type equality tests to check the typeid (Through
Chris Lattner
2009-09-29
Remove std::string uses from DebugInfo interface.
Devang Patel
2009-09-25
Move MachineMemOperand::getAlignment out of line, to avoid needing
Dan Gohman
2009-09-25
Improve MachineMemOperand handling.
Dan Gohman
2009-09-23
Give MachineMemOperand an operator<<, factoring out code from
Dan Gohman
2009-09-21
Change MachineMemOperand's alignment value to be the alignment of
Dan Gohman
2009-09-17
grammar
Jim Grosbach
2009-08-23
remove some uses of llvm/Support/Streams.h
Chris Lattner
2009-08-23
remove various std::ostream version of printing methods from
Chris Lattner
2009-08-13
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-04
Don't tamper with <undef> operands in MachineInstr::addRegisterKilled.
Jakob Stoklund Olesen
2009-08-03
Fix Bug 4657: register scavenger asserts with subreg lowering
Jakob Stoklund Olesen
2009-08-02
Never add a kill flag to a constrained physical register in a two-addr instru...
Jakob Stoklund Olesen
2009-07-28
Fix a typo.
Evan Cheng
2009-07-19
Fix http://llvm.org/bugs/show_bug.cgi?id=4583
Jakob Stoklund Olesen
2009-07-16
Teach MachineInstr::isRegTiedToDefOperand() to correctly parse inline asm ope...
Jakob Stoklund Olesen
2009-07-14
llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable.
Torok Edwin
2009-07-11
assert(0) -> LLVM_UNREACHABLE.
Torok Edwin
2009-06-30
Add a bit IsUndef to MachineOperand. This indicates the def / use register op...
Evan Cheng
2009-06-24
Rearrange some stuff in MachineOperand and add a new TargetFlags field.
Chris Lattner
2009-06-24
Fix support for inline asm input / output operand tying when operand spans ac...
Evan Cheng
2009-06-05
Remove some unnecessary #includes.
Dan Gohman
2009-04-30
Make DebugLoc independent of DwarfWriter.
Argyrios Kyrtzidis
2009-04-29
MachineInstr::isRegTiedTo{Use,Def}Operand can safely be made const.
Jakob Stoklund Olesen
2009-04-15
Fix MachineInstr::getNumExplicitOperands to count
Dan Gohman
2009-04-15
Give RemoveRegOperandFromRegInfo a comment and move the
Dan Gohman
2009-04-09
ignore register zero in isRegTiedToUseOperand, following the example of
Chris Lattner
2009-04-09
Fix pr3954. The register scavenger asserts for inline assembly with
Bob Wilson
2009-04-09
reg0 references are not real registers. This fixes a crash on the
Chris Lattner
2009-03-23
Model inline asm constraint which ties an input to an output register as mach...
Evan Cheng
2009-03-19
Added MachineInstr::isRegTiedToDefOperand to check for two-addressness.
Evan Cheng
2009-02-19
Print out debug info when printing the machine instruction.
Bill Wendling
2009-01-27
Add a DebugLoc field and some simple accessors.
Dale Johannesen
2008-12-23
Use isTerminator() instead of isBranch()||isReturn() in
Dan Gohman
2008-12-18
Print subreg information in MachineInstr::dump.
Dan Gohman
2008-12-09
Minor code simplification.
Dan Gohman
2008-12-05
Drop the reg argument to isRegReDefinedByTwoAddr, which was redundant.
Dan Gohman
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-18
Make some methods const.
Dan Gohman
2008-10-10
Added missing print functions that take a raw_ostream
Mon P Wang
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-10-02
Fix a think-o in isSafeToMove. This fixes it from thinking that
Dan Gohman
2008-09-24
Next round of earlyclobber handling. Approach the
Dale Johannesen
2008-09-24
Add a method to MachineInstr for testing whether it makes
Dan Gohman
[next]