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
/
Target
/
ARM
/
ARMInstrInfo.h
Age
Commit message (
Expand
)
Author
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-03-25
Add explicit keywords.
Dan Gohman
2008-02-10
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-08
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-01-07
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-04
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-01
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2007-12-31
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-29
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-10-18
Fix a misnamed parameter.
Christopher Lamb
2007-08-30
Instruction formats added used to generate multiply instructions of V5TE.
Raul Herbster
2007-08-07
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-07-10
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-06-26
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-19
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-15
Instructions with unique labels or embedded jumptables cannot be duplicated d...
Evan Cheng
2007-05-29
Add missing const qualifiers.
Evan Cheng
2007-05-23
Hooks for predication support.
Evan Cheng
2007-05-18
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-16
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
Removed isPredicable().
Evan Cheng
2007-05-16
Hooks for predication support.
Evan Cheng
2007-01-29
Factor GetInstSize() out of constpool island pass.
Evan Cheng
2007-01-26
Make LABEL a builtin opcode.
Jim Laskey
2007-01-19
ARM backend contribution from Apple.
Evan Cheng
2006-10-24
implement uncond branch insertion, mark branches with isBranch.
Chris Lattner
2006-08-08
change the addressing mode of the str instruction to reg+imm
Rafael Espindola
2006-07-10
create the raddr addressing mode that matches any register and the frame index
Rafael Espindola
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola