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
2009-08-04
Remove ARM specific getInlineAsmLength. We'll rely on the simpler (and faster...
Evan Cheng
2009-08-02
Move the getInlineAsmLength virtual method from TAI to TII, where
Chris Lattner
2009-07-28
- More refactoring. This gets rid of all of the getOpcode calls.
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
Let callers decide the sub-register index on the def operand of rematerialize...
Evan Cheng
2009-07-08
Checkpoint Thumb2 Instr info work. Generalized base code so that it can be sh...
David Goodwin
2009-07-08
Add a Thumb2 instruction flag to that indicates whether the instruction can b...
Evan Cheng
2009-07-02
Checkpoint refactoring of ThumbInstrInfo and ThumbRegisterInfo into Thumb1Ins...
David Goodwin
2009-07-01
Add a new addressing mode for NEON load/store instructions.
Bob Wilson
2009-06-30
A few more load instructions.
Evan Cheng
2009-06-29
Implement Thumb2 ldr.
Evan Cheng
2009-06-27
ARM refactoring. Step 2: split RegisterInfo
Anton Korobeynikov
2009-06-26
Split thumb-related stuff into separate classes.
Anton Korobeynikov
2009-06-22
Add support for ARM's Advanced SIMD (NEON) instruction set.
Bob Wilson
2009-02-09
Turns out AnalyzeBranch can modify the mbb being analyzed. This is a nasty
Evan Cheng
2009-02-06
Move getPointerRegClass from TargetInstrInfo to TargetRegisterInfo.
Evan Cheng
2009-01-20
Change TargetInstrInfo::isMoveInstr to return source and destination sub-regi...
Evan Cheng
2008-12-03
Split foldMemoryOperand into public non-virtual and protected virtual
Dan Gohman
2008-11-18
Add more const qualifiers. This fixes build breakage from r59540.
Dan Gohman
2008-11-13
Handle the rest of pseudo instructions.
Evan Cheng
2008-11-13
Fix pre- and post-indexed load / store encoding bugs.
Evan Cheng
2008-11-12
Fix address mode 3 immediate offset mode encoding.
Evan Cheng
2008-11-12
Consolidate formats; fix FCMPED etc. encodings.
Evan Cheng
2008-11-12
Fix VFP conversion instruction encodings.
Evan Cheng
2008-11-11
Fix FMDRR encoding.
Evan Cheng
2008-11-11
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-07
Encode misc arithmetic instructions.
Evan Cheng
2008-11-06
Encode extend instructions; more clean up.
Evan Cheng
2008-11-06
- Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.
Evan Cheng
2008-11-06
Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...
Evan Cheng
2008-11-06
Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.
Evan Cheng
2008-11-06
Fix encoding of multiple instructions with 3 src operands; also handle smmul,...
Evan Cheng
2008-11-05
Restructure ARM code emitter to use instruction formats instead of addressing...
Evan Cheng
2008-11-03
Add binary encoding support for multiply instructions. Some blanks left to fi...
Jim Grosbach
2008-10-16
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-07
need ARM.h for ARMCC definition
Jim Grosbach
2008-10-07
Encode the conditional execution predicate when JITing.
Jim Grosbach
2008-09-13
Revert 56176. All those instruction formats are still needed.
Evan Cheng
2008-09-12
Eliminate unnecessary instruction formats.
Evan Cheng
2008-09-12
Rewrite address mode 1 code emission routines.
Evan Cheng
2008-08-26
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...
Owen Anderson
2008-08-14
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-07-02
Make LiveVariables even more optional, by making it optional in the call to T...
Owen Anderson
2008-05-14
Change target-specific classes to use more precise static types.
Dan Gohman
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
[next]