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.cpp
Age
Commit message (
Expand
)
Author
2007-09-07
Add lengthof and endof templates that hide a lot of sizeof computations.
Owen Anderson
2007-07-12
ARM: make branch folder remove unconditional branches
Dale Johannesen
2007-07-10
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-06
Incorrect check.
Evan Cheng
2007-07-05
Reflects the chanegs made to PredicateOperand.
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-06-13
Handle blocks with 2 unconditional branches in AnalyzeBranch.
Dale Johannesen
2007-06-08
Add a utility routine to check for unpredicated terminator instruction.
Evan Cheng
2007-06-08
Fix ARM condition code subsumission check.
Evan Cheng
2007-06-07
Stupid cut-n-paste bug caused me soooo much grief. Why wasn't there a compila...
Evan Cheng
2007-05-29
Add missing const qualifiers.
Evan Cheng
2007-05-23
Hooks for predication support.
Evan Cheng
2007-05-21
Fix some -march=thumb regressions. tBR_JTr is not predicable.
Evan Cheng
2007-05-21
BlockHasNoFallThrough() now returns true if block ends with a return instruct...
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-05-15
Add PredicateOperand to all ARM instructions that have the condition field.
Evan Cheng
2007-04-29
Rewrite of Thumb constant islands handling (exact allowance for padding
Dale Johannesen
2007-04-26
Rename findRegisterUseOperand to findRegisterUseOperandIdx to avoid confusion.
Evan Cheng
2007-04-25
Relex assertions to account for additional implicit def / use operands.
Evan Cheng
2007-04-16
Removed tabs everywhere except autogenerated & external files. Add make
Anton Korobeynikov
2007-04-03
Inverted logic.
Evan Cheng
2007-03-26
findRegisterUseOperand() changed.
Evan Cheng
2007-03-19
Fix naming inconsistencies.
Evan Cheng
2007-02-07
Spill / restore should avoid modifying the condition register.
Evan Cheng
2007-01-30
Copy and paste bug.
Evan Cheng
2007-01-30
Misseed thumb jumptable branch.
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-11-27
Change MachineInstr ctor's to take a TargetInstrDescriptor reference instead
Evan Cheng
2006-10-24
fix warning about missing newline at end of file
Rafael Espindola
2006-10-24
implement uncond branch insertion, mark branches with isBranch.
Chris Lattner
2006-09-13
add shifts to addressing mode 1
Rafael Espindola
2006-09-11
partial implementation of the ARM Addressing Mode 1
Rafael Espindola
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-06-27
handle the "mov reg1, reg2" case in isMoveInstr
Rafael Espindola
2006-05-23
implement minimal versions of
Rafael Espindola
2006-05-14
added a skeleton of the ARM backend
Rafael Espindola