index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
llvm
/
lib
/
Target
/
ARM
/
ARMInstrInfo.h
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Encode VFP load / store instructions.
Evan Cheng
2008-11-11
1
-22
/
+24
*
Encode VFP conversion instructions.
Evan Cheng
2008-11-11
1
-4
/
+4
*
Encode VFP arithmetic instructions.
Evan Cheng
2008-11-11
1
-4
/
+11
*
Encode misc arithmetic instructions.
Evan Cheng
2008-11-07
1
-0
/
+1
*
Encode extend instructions; more clean up.
Evan Cheng
2008-11-06
1
-14
/
+20
*
- Improve naming consistency: Branch -> BrFrm, BranchMisc -> BrMiscFrm.
Evan Cheng
2008-11-06
1
-2
/
+2
*
Remove opcode from instruction TS flags; add MOVCC support; fix addrmode3 enc...
Evan Cheng
2008-11-06
1
-6
/
+2
*
Handle smul<x><y>, smulw<y>, smla<x><y>, smlaw<y>.
Evan Cheng
2008-11-06
1
-18
/
+14
*
Fix encoding of multiple instructions with 3 src operands; also handle smmul,...
Evan Cheng
2008-11-06
1
-19
/
+18
*
Restructure ARM code emitter to use instruction formats instead of addressing...
Evan Cheng
2008-11-05
1
-37
/
+37
*
Add binary encoding support for multiply instructions. Some blanks left to fi...
Jim Grosbach
2008-11-03
1
-15
/
+17
*
Const-ify several TargetInstrInfo methods.
Dan Gohman
2008-10-16
1
-5
/
+5
*
need ARM.h for ARMCC definition
Jim Grosbach
2008-10-07
1
-0
/
+1
*
Encode the conditional execution predicate when JITing.
Jim Grosbach
2008-10-07
1
-0
/
+6
*
Revert 56176. All those instruction formats are still needed.
Evan Cheng
2008-09-13
1
-7
/
+23
*
Eliminate unnecessary instruction formats.
Evan Cheng
2008-09-12
1
-23
/
+7
*
Rewrite address mode 1 code emission routines.
Evan Cheng
2008-09-12
1
-0
/
+1
*
Make TargetInstrInfo::copyRegToReg return a bool indicating whether the copy ...
Owen Anderson
2008-08-26
1
-1
/
+1
*
Convert uses of std::vector in TargetInstrInfo to SmallVector. This change h...
Owen Anderson
2008-08-14
1
-6
/
+7
*
Make LiveVariables even more optional, by making it optional in the call to T...
Owen Anderson
2008-07-02
1
-1
/
+1
*
Change target-specific classes to use more precise static types.
Dan Gohman
2008-05-14
1
-1
/
+1
*
Infrastructure for getting the machine code size of a function and an instruc...
Nicolas Geoffray
2008-04-16
1
-10
/
+4
*
Move reMaterialize() from TargetRegisterInfo to TargetInstrInfo.
Evan Cheng
2008-03-31
1
-0
/
+3
*
Add explicit keywords.
Dan Gohman
2008-03-25
1
-1
/
+1
*
Rename MRegisterInfo to TargetRegisterInfo.
Dan Gohman
2008-02-10
1
-1
/
+1
*
It's not always safe to fold movsd into xorpd, etc. Check the alignment of th...
Evan Cheng
2008-02-08
1
-2
/
+4
*
Move even more functionality from MRegisterInfo into TargetInstrInfo.
Owen Anderson
2008-01-07
1
-0
/
+14
*
Move some more functionality from MRegisterInfo to TargetInstrInfo.
Owen Anderson
2008-01-04
1
-0
/
+6
*
Move some more instruction creation methods from RegisterInfo into InstrInfo.
Owen Anderson
2008-01-01
1
-0
/
+19
*
Fix a problem where lib/Target/TargetInstrInfo.h would include and use
Chris Lattner
2008-01-01
1
-1
/
+1
*
Move copyRegToReg from MRegisterInfo to TargetInstrInfo. This is part of the
Owen Anderson
2007-12-31
1
-0
/
+5
*
Remove attribution from file headers, per discussion on llvmdev.
Chris Lattner
2007-12-29
1
-2
/
+1
*
Fix a misnamed parameter.
Christopher Lamb
2007-10-18
1
-1
/
+1
*
Instruction formats added used to generate multiply instructions of V5TE.
Raul Herbster
2007-08-30
1
-39
/
+52
*
Initial JIT support for ARM by Raul Fernandes Herbster.
Evan Cheng
2007-08-07
1
-1
/
+49
*
Remove clobbersPred. Add an OptionalDefOperand to instructions which have the...
Evan Cheng
2007-07-10
1
-0
/
+3
*
Revert the earlier change that removed the M_REMATERIALIZABLE machine
Dan Gohman
2007-06-26
1
-1
/
+0
*
Replace M_REMATERIALIZIBLE and the newly-added isOtherReMaterializableLoad
Dan Gohman
2007-06-19
1
-0
/
+1
*
Replace TargetInstrInfo::CanBeDuplicated() with a M_NOT_DUPLICABLE bit.
Evan Cheng
2007-06-19
1
-2
/
+0
*
Instructions with unique labels or embedded jumptables cannot be duplicated d...
Evan Cheng
2007-06-15
1
-0
/
+2
*
Add missing const qualifiers.
Evan Cheng
2007-05-29
1
-5
/
+7
*
Hooks for predication support.
Evan Cheng
2007-05-23
1
-1
/
+6
*
RemoveBranch() and InsertBranch() now returns number of instructions deleted ...
Evan Cheng
2007-05-18
1
-4
/
+4
*
PredicateInstruction returns true if the operation was successful.
Evan Cheng
2007-05-16
1
-1
/
+1
*
Removed isPredicable().
Evan Cheng
2007-05-16
1
-1
/
+0
*
Hooks for predication support.
Evan Cheng
2007-05-16
1
-0
/
+5
*
Factor GetInstSize() out of constpool island pass.
Evan Cheng
2007-01-29
1
-0
/
+10
*
Make LABEL a builtin opcode.
Jim Laskey
2007-01-26
1
-5
/
+0
*
ARM backend contribution from Apple.
Evan Cheng
2007-01-19
1
-2
/
+65
*
implement uncond branch insertion, mark branches with isBranch.
Chris Lattner
2006-10-24
1
-0
/
+4
[prev]
[next]