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
/
TargetInstrInfoImpl.cpp
Age
Commit message (
Expand
)
Author
2008-10-03
Switch the MachineOperand accessors back to the short names like
Dan Gohman
2008-09-13
Remove isImm(), isReg(), and friends, in favor of
Dan Gohman
2008-09-11
Fix a 80 column violation.
Evan Cheng
2008-08-14
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-07-07
Pool-allocation for MachineInstrs, MachineBasicBlocks, and
Dan Gohman
2008-06-16
Add option to commuteInstruction() which forces it to create a new (commuted)...
Evan Cheng
2008-04-16
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-03-31
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-02-15
Added CommuteChangesDestination(). This returns true if commuting the specified
Evan Cheng
2008-02-13
Simplify.
Evan Cheng
2008-02-13
commuteInstr() can now commute non-ssa machine instrs.
Evan Cheng
2008-01-07
rename TargetInstrDescriptor -> TargetInstrDesc.
Chris Lattner
2008-01-07
Add predicates methods to TargetOperandInfo, and switch all clients
Chris Lattner
2008-01-07
Rename MachineInstr::getInstrDescriptor -> getDesc(), which reflects
Chris Lattner
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner