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
*
Zap a couple now-unused functions.
Eli Friedman
2011-04-29
1
-10
/
+0
*
This patch combines several changes from Evan Cheng for rdar://8659675.
Bob Wilson
2011-04-19
1
-1
/
+1
*
Do not lose mem_operands while lowering VLD / VST intrinsics.
Evan Cheng
2011-04-19
1
-4
/
+29
*
Reduce code duplication.
Owen Anderson
2011-03-18
1
-31
/
+13
*
Generate a VTBL instruction instead of a series of loads and stores when we
Bill Wendling
2011-03-14
1
-0
/
+29
*
Remove dead code. These ARM instruction definitions no longer exist.
Jim Grosbach
2011-03-11
1
-1
/
+1
*
Remove unused conditional negate operations.
Bob Wilson
2011-03-05
1
-28
/
+0
*
Add patterns to use post-increment addressing for Neon VST1-lane instructions.
Bob Wilson
2011-02-25
1
-0
/
+15
*
Enhance ComputeMaskedBits to know that aligned frameindexes
Chris Lattner
2011-02-13
1
-40
/
+51
*
Add codegen support for using post-increment NEON load/store instructions.
Bob Wilson
2011-02-07
1
-144
/
+348
*
Change VLD3/4 and VST3/4 for quad registers to not update the address register.
Bob Wilson
2011-02-07
1
-60
/
+44
*
Sorry, several patches in one.
Evan Cheng
2011-01-20
1
-2
/
+2
*
ARM/ISel: Factor out isScaledConstantInRange() helper.
Daniel Dunbar
2011-01-19
1
-122
/
+110
*
Materialize GA addresses with movw + movt pairs for Darwin in PIC mode. e.g.
Evan Cheng
2011-01-17
1
-2
/
+1
*
Model operand restrictions of mul-like instructions on ARMv5 via
Anton Korobeynikov
2011-01-01
1
-2
/
+6
*
whitespace
Andrew Trick
2010-12-24
1
-1
/
+1
*
rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for
Chris Lattner
2010-12-21
1
-1
/
+1
*
Use PairDRegs to implement ConcatVectors. No functionality change.
Bob Wilson
2010-12-17
1
-7
/
+1
*
Thumb1 had two patterns for the same load-from-constant-pool instruction.
Jim Grosbach
2010-12-15
1
-1
/
+1
*
Reapply r121808 now that the missing patterns have been supplied.
Bill Wendling
2010-12-15
1
-16
/
+21
*
Revert r121808 until I can fix the build.
Bill Wendling
2010-12-15
1
-21
/
+16
*
Make the ISel selections for LDR/STR the same as before the LDRr/LDRi split. In
Bill Wendling
2010-12-14
1
-16
/
+21
*
The tLDR et al instructions were emitting either a reg/reg or reg/imm
Bill Wendling
2010-12-14
1
-31
/
+111
*
Fix some invalid alignments for Neon vld-dup and vld/st-lane instructions.
Bob Wilson
2010-12-10
1
-0
/
+4
*
Making use of VFP / NEON floating point multiply-accumulate / subtraction is
Evan Cheng
2010-12-05
1
-1
/
+55
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-30
1
-0
/
+6
*
Add support for NEON VLD3-dup instructions.
Bob Wilson
2010-11-29
1
-0
/
+6
*
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
[next]