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
/
ARMISelDAGToDAG.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add support for NEON VLD2-dup instructions.
Bob Wilson
2010-11-28
1
-0
/
+67
*
Fix a cut-n-paste-error.
Evan Cheng
2010-11-19
1
-1
/
+1
*
Avoid isel movcc of large immediates when the large immediate is available in...
Evan Cheng
2010-11-17
1
-10
/
+14
*
Add conditional move of large immediate.
Evan Cheng
2010-11-13
1
-14
/
+26
*
Fix an obvious typo which inverted an immediate.
Evan Cheng
2010-11-13
1
-1
/
+1
*
Add conditional mvn instructions.
Evan Cheng
2010-11-12
1
-5
/
+31
*
Simplify uses of MVT and EVT. An MVT can be compared directly
Duncan Sands
2010-11-03
1
-3
/
+2
*
Break ARM addrmode4 (load/store multiple base address) into its constituent
Jim Grosbach
2010-11-03
1
-7
/
+0
*
Add support for alignment operands on VLD1-lane instructions.
Bob Wilson
2010-11-01
1
-24
/
+45
*
Shifter ops are not always free. Do not fold them (especially to form
Evan Cheng
2010-10-27
1
-14
/
+109
*
First part of refactoring ARM addrmode2 (load/store) instructions to be more
Jim Grosbach
2010-10-26
1
-2
/
+137
*
trailing whitespace
Jim Grosbach
2010-10-21
1
-4
/
+4
*
Support alignment for NEON vld-lane and vst-lane instructions.
Bob Wilson
2010-10-19
1
-0
/
+11
*
Allow use of the 16-bit literal move instruction in CMOVs for Thumb2 mode.
Jim Grosbach
2010-10-07
1
-7
/
+9
*
Allow use of the 16-bit literal move instruction in CMOVs for ARM mode.
Jim Grosbach
2010-10-07
1
-8
/
+10
*
Add specializations of addrmode2 that allow differentiating those forms
Jim Grosbach
2010-09-29
1
-9
/
+33
*
Add braces for legibility.
Jim Grosbach
2010-09-29
1
-1
/
+2
*
Set alignment operand for NEON VST instructions.
Bob Wilson
2010-09-23
1
-14
/
+22
*
Set alignment operand for NEON VLD instructions.
Bob Wilson
2010-09-23
1
-0
/
+16
*
fix a long standing wart: all the ComplexPattern's were being
Chris Lattner
2010-09-21
1
-53
/
+45
*
Fix QOpcode assignment to Opc.
Eric Christopher
2010-09-14
1
-2
/
+2
*
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
[next]