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.cpp
Age
Commit message (
Expand
)
Author
2012-12-19
Remove the explicit MachineInstrBuilder(MI) constructor.
Jakob Stoklund Olesen
2012-11-28
Remove all references to TargetInstrInfoImpl.
Jakob Stoklund Olesen
2012-08-13
Remove the TII::scheduleTwoAddrSource() hook.
Jakob Stoklund Olesen
2012-04-20
Convert more uses of XXXRegisterClass to &XXXRegClass. No functional change s...
Craig Topper
2012-03-27
Prune some includes
Craig Topper
2012-03-27
Remove unnecessary llvm:: qualifications
Craig Topper
2012-03-17
Reorder includes to match coding standards. Fix an issue or two exposed by that.
Craig Topper
2012-02-28
ARM implement TargetInstrInfo::getNoopForMachoTarget()
Jim Grosbach
2012-02-18
Emacs-tag and some comment fix for all ARM, CellSPU, Hexagon, MBlaze, MSP430,...
Jia Liu
2012-02-17
Handle regmask operands in ARMInstrInfo.
Jakob Stoklund Olesen
2011-11-15
Make use of MachinePointerInfo::getFixedStack. This removes all mention
Jay Foad
2011-08-24
Thumb1 ADD/SUB SP instructions are predicable in Thumb2 mode.
Jim Grosbach
2011-08-11
Handle new register classes in Thumb2 mode. Should fix the ARM buildbots.
Owen Anderson
2011-07-20
Sink ARMMCExpr and ARMAddressingModes into MC layer. First step to separate A...
Evan Cheng
2011-06-30
Refact ARM Thumb1 tMOVr instruction family.
Jim Grosbach
2011-06-30
Thumb1 register to register MOV instruction is predicable.
Jim Grosbach
2011-06-30
Kill dead code.
Jim Grosbach
2011-06-29
Remove redundant Thumb2 ADD/SUB SP instruction definitions.
Jim Grosbach
2011-06-28
Merge XXXGenRegisterNames.inc into XXXGenRegisterInfo.inc
Evan Cheng
2011-06-28
- Rename TargetInstrDesc, TargetOperandInfo to MCInstrDesc and MCOperandInfo and
Evan Cheng
2011-03-05
Preliminary support for ARM frame save directives emission via MI flags.
Anton Korobeynikov
2011-02-22
Guard against de-referencing MBB.end().
Evan Cheng
2011-02-21
Skipping over debugvalue instructions to determine whether the split spot is ...
Evan Cheng
2010-12-05
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
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-21
convert targets to the new MF.getMachineMemOperand interface.
Chris Lattner
2010-09-10
Teach if-converter to be more careful with predicating instructions that would
Evan Cheng
2010-07-30
Many Thumb2 instructions can reference the full ARM register set (i.e.,
Jim Grosbach
2010-07-11
Replace copyRegToReg with copyPhysReg for ARM.
Jakob Stoklund Olesen
2010-06-29
The t2MOVi16 and t2MOVTi16 instructions do not set CPSR. Trying to add
Bob Wilson
2010-06-29
Change if-cvt options to something that actually as useable.
Evan Cheng
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-15
Next round of tail call changes. Register used in a tail
Dale Johannesen
2010-06-09
Allow target to place 2-address pass inserted copies in better spots. Thumb2 ...
Evan Cheng
2010-06-02
Clean up 80 column violations. No functional change.
Jim Grosbach
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
2010-04-26
Handle register-to-register copies within the tGPR class.
Bob Wilson
2010-04-02
use DebugLoc default ctor instead of DebugLoc::getUnknownLoc()
Chris Lattner
2010-03-27
Thumb2 storeFrom/LoadToStackSlot() need to handle tGPR regs directly, not pass
Jim Grosbach
2010-03-08
Fix a crash compiling 254.gap for Thumb2. The Thumb2 add/sub with 12-bit
Bob Wilson
2010-02-06
Handle AddrMode6 (for NEON load/stores) in Thumb2's rewriteT2FrameIndex.
Bob Wilson
2010-01-19
Remove predicates when changing an add into an unpredicable mov.
Jakob Stoklund Olesen
2009-12-05
Remove the target hook TargetInstrInfo::BlockHasNoFallThrough in favor of
Dan Gohman
2009-11-08
Refactor code.
Evan Cheng
[next]