index
:
external_llvm.git
replicant-6.0
Android's llvm
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
lib
/
Target
/
ARM
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Convert some VTBL and VTBX instructions to use pseudo instructions prior to
Bob Wilson
2010-09-13
1
-14
/
+7
*
Switch all the NEON vld-lane and vst-lane instructions over to the new
Bob Wilson
2010-09-13
1
-171
/
+60
*
remove some dead code. t2addrmode_imm8s4 is never used in a
Chris Lattner
2010-09-05
1
-30
/
+0
*
Finish converting the rest of the NEON VLD instructions to use pseudo-
Bob Wilson
2010-09-03
1
-93
/
+52
*
Convert VLD1 and VLD2 instructions to use pseudo-instructions until
Bob Wilson
2010-09-02
1
-35
/
+46
*
temporarily revert r112664, it is causing a decoding conflict, and
Chris Lattner
2010-09-01
1
-97
/
+0
*
We have a chance for an optimization. Consider this code:
Bill Wendling
2010-08-31
1
-0
/
+97
*
Use pseudo instructions for VST1 and VST2.
Bob Wilson
2010-08-28
1
-97
/
+33
*
We don't need to custom-select VLDMQ and VSTMQ anymore.
Bob Wilson
2010-08-28
1
-38
/
+1
*
Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just like
Bob Wilson
2010-08-27
1
-8
/
+8
*
Use pseudo instructions for VST3.
Bob Wilson
2010-08-26
1
-9
/
+9
*
Use pseudo instructions for VST1d64Q.
Bob Wilson
2010-08-26
1
-3
/
+2
*
Start converting NEON load/stores to use pseudo instructions, beginning here
Bob Wilson
2010-08-25
1
-13
/
+31
*
Don't call tablegen'ed Predicate_* functions in the ARM target.
Jakob Stoklund Olesen
2010-08-17
1
-3
/
+13
*
Add -disable-shifter-op to disable isel of shifter ops. On Cortex-a9 the shif...
Evan Cheng
2010-07-30
1
-0
/
+11
*
Also use REG_SEQUENCE for VTBX instructions.
Bob Wilson
2010-07-07
1
-15
/
+26
*
Use REG_SEQUENCE nodes to make the table registers for VTBL instructions be
Bob Wilson
2010-07-06
1
-1
/
+58
*
Remove an unused and a pointless variable.
Duncan Sands
2010-06-29
1
-3
/
+0
*
Eliminate unnecessary uses of getZExtValue().
Dan Gohman
2010-06-18
1
-1
/
+1
*
Remove the hidden "neon-reg-sequence" option. The reg sequences are working
Bob Wilson
2010-06-16
1
-262
/
+155
*
For NEON vectors with 32- or 64-bit elements, select BUILD_VECTORs and
Bob Wilson
2010-06-04
1
-12
/
+52
*
Early implementation of tail call for ARM.
Dale Johannesen
2010-06-03
1
-0
/
+1
*
Clean up 80 column violations. No functional change.
Jim Grosbach
2010-06-02
1
-6
/
+8
*
Add the cc_out operand for t2RSBrs instructions. I missed this when I changed
Bob Wilson
2010-05-28
1
-2
/
+2
*
Fix a few places that depended on the numeric value of subreg indices.
Jakob Stoklund Olesen
2010-05-24
1
-0
/
+5
*
Switch ARMRegisterInfo.td to use SubRegIndex and eliminate the parallel enums
Jakob Stoklund Olesen
2010-05-24
1
-49
/
+49
*
Target instruction selection should copy memoperands.
Evan Cheng
2010-05-19
1
-3
/
+11
*
Turn on -neon-reg-sequence by default.
Evan Cheng
2010-05-17
1
-1
/
+2
*
Model vst lane instructions with REG_SEQUENCE.
Evan Cheng
2010-05-16
1
-7
/
+75
*
Model 128-bit vld lane with REG_SEQUENCE.
Evan Cheng
2010-05-15
1
-19
/
+44
*
Model 64-bit lane vld with REG_SEQUENCE.
Evan Cheng
2010-05-15
1
-6
/
+28
*
Model VST*_UPD and VST*oddUPD pair with REG_SEQUENCE.
Evan Cheng
2010-05-14
1
-25
/
+68
*
Model VLD*_UPD and VLD*odd_UPD pair with REG_SEQUENCE.
Evan Cheng
2010-05-14
1
-16
/
+59
*
Fix comments.
Evan Cheng
2010-05-14
1
-2
/
+2
*
Model some vst3 and vst4 with reg_sequence.
Evan Cheng
2010-05-11
1
-5
/
+39
*
Model some vld3 instructions with REG_SEQUENCE.
Evan Cheng
2010-05-10
1
-1
/
+34
*
Model vld2 / vst2 with reg_sequence.
Evan Cheng
2010-05-10
1
-15
/
+84
*
Add a missing break statement to fix unintentional fall-through
Bob Wilson
2010-05-06
1
-4
/
+3
*
Fix unintentional fallthrough. Patch by Edmund Grimley-Evans <Edmund.Grimley-...
Jim Grosbach
2010-05-06
1
-1
/
+2
*
Model CONCAT_VECTORS of two 64-bit values as a REG_SEQUENCE.
Evan Cheng
2010-05-05
1
-1
/
+28
*
With -neon-reg-sequence, models forming a Q register from a pair of consecuti...
Evan Cheng
2010-05-04
1
-2
/
+11
*
Update ARM DAGtoDAG for matching UBFX instruction for unsigned bitfield
Jim Grosbach
2010-04-22
1
-6
/
+40
*
Use const qualifiers with TargetLowering. This eliminates several
Dan Gohman
2010-04-17
1
-1
/
+0
*
Use getAL() rather than a major constant.
Evan Cheng
2010-04-16
1
-9
/
+9
*
Use default lowering of DYNAMIC_STACKALLOC. As far as I can tell, ARM isle is...
Evan Cheng
2010-04-15
1
-58
/
+0
*
ARM SelectDYN_ALLOC should emit a copy from SP rather than referencing SP dir...
Evan Cheng
2010-04-15
1
-1
/
+1
*
Fix VLDMQ and VSTMQ instructions to use the correct encoding and address modes.
Bob Wilson
2010-03-23
1
-0
/
+29
*
Change VST1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
1
-9
/
+21
*
Change VLD1 instructions for loading Q register values to operate on pairs
Bob Wilson
2010-03-23
1
-10
/
+21
*
Rename some VLD1/VST1 instructions to match the implementation, i.e., the
Bob Wilson
2010-03-22
1
-4
/
+4
[next]