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
/
Thumb2InstrInfo.h
Age
Commit message (
Expand
)
Author
2010-11-03
Two sets of changes. Sorry they are intermingled.
Evan Cheng
2010-10-01
Thread the determination of branch prediction hit rates back through the if-c...
Owen Anderson
2010-10-01
Provide an option to restore old-style if-conversion heuristics for Thumb2.
Owen Anderson
2010-09-28
Part one of switching to using a more sane heuristic for determining if-conve...
Owen Anderson
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-07-11
Replace copyRegToReg with copyPhysReg for ARM.
Jakob Stoklund Olesen
2010-06-25
Change if-conversion block size limit checks to add some flexibility.
Evan Cheng
2010-06-22
Tail merging pass shall not break up IT blocks. rdar://8115404
Evan Cheng
2010-06-18
Allow ARM if-converter to be run after post allocation scheduling.
Evan Cheng
2010-06-09
Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...
Evan Cheng
2010-05-06
Add a DebugLoc argument to TargetInstrInfo::copyRegToReg, so that it
Dan Gohman
2010-05-06
Add argument TargetRegisterInfo to loadRegFromStackSlot and storeRegToStackSlot.
Evan Cheng
2009-12-05
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-11-08
Refactor code.
Evan Cheng
2009-11-07
80-column cleanup of file header comments
Jim Grosbach
2009-11-07
Refactor code. Fix a potential missing check. Teach isIdentical() about tLDRp...
Evan Cheng
2009-11-07
- Add TargetInstrInfo::isIdentical(). It's similar to MachineInstr::isIdentical
Evan Cheng
2009-11-07
80-columns
Jim Grosbach
2009-11-06
- Add pseudo instructions tLDRpci_pic and t2LDRpci_pic which does a pc-relative
Evan Cheng
2009-07-28
- More refactoring. This gets rid of all of the getOpcode calls.
Evan Cheng
2009-07-27
Use t2LDRi12 and t2STRi12 to load / store to / from stack frames. Eliminate m...
Evan Cheng
2009-07-24
Correctly handle the Thumb-2 imm8 addrmode. Specialize frame index eliminatio...
David Goodwin
2009-07-23
Fix frame index elimination to correctly handle thumb-2 addressing modes that...
David Goodwin
2009-07-16
Emit cross regclass register moves for thumb2.
Anton Korobeynikov
2009-07-08
Use common code for both ARM and Thumb-2 instruction and register info.
David Goodwin
2009-07-08
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-02
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin