projects
/
oota-llvm.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Fix a DAGCombiner crash when folding binary vector operations with constant
2010-12-17
Bob Wilson
Fix a DAGCombiner crash when folding binary vector...
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Combine several vector-related DAGCombiner tests.
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Avoid report_fatal_error in ARM's PrintAsmOperand method.
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Remove trailing whitespace.
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Fix crash compiling a QQQQ REG_SEQUENCE for a Neon...
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Use PairDRegs to implement ConcatVectors. No functionality...
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Fix a comment typo.
commit
|
commitdiff
|
tree
2010-12-17
Bob Wilson
Neon intrinsic tests need to be compiled for Cortex...
commit
|
commitdiff
|
tree
2010-12-15
Bob Wilson
Teach the Neon intrinsic generator to widen half-precision...
commit
|
commitdiff
|
tree
2010-12-15
Bob Wilson
Add Neon VCVT instructions for f32 <-> f16 conversions.
commit
|
commitdiff
|
tree
2010-12-15
Bob Wilson
Fix misspelled target triples in MC/ARM test commands.
commit
|
commitdiff
|
tree
2010-12-15
Bob Wilson
Add a Neon intrinsic test generator.
commit
|
commitdiff
|
tree
2010-12-15
Bob Wilson
Fix Neon intrinsic immediate range checking for some...
commit
|
commitdiff
|
tree
2010-12-13
Bob Wilson
Remove the rest of the *_sfp Neon instruction patterns.
commit
|
commitdiff
|
tree
2010-12-13
Bob Wilson
Simplify N2VSPat, removing some unnecessary type arguments.
commit
|
commitdiff
|
tree
2010-12-13
Bob Wilson
Delete a line that I forgot to revert previously.
commit
|
commitdiff
|
tree
2010-12-13
Bob Wilson
Use COPY_TO_REGCLASS instead of pseudo instructions...
commit
|
commitdiff
|
tree
2010-12-13
Bob Wilson
Use pseudo instructions for 2-register Neon instructions...
commit
|
commitdiff
|
tree
2010-12-13
Bob Wilson
Remove unused instruction class arguments.
commit
|
commitdiff
|
tree
2010-12-10
Bob Wilson
Add float patterns for Neon vld1-lane/dup and vst1...
commit
|
commitdiff
|
tree
2010-12-10
Bob Wilson
Remove unused arguments.
commit
|
commitdiff
|
tree
2010-12-10
Bob Wilson
Fix some invalid alignments for Neon vld-dup and vld...
commit
|
commitdiff
|
tree
2010-12-10
Bob Wilson
The Neon vqdmlsl_lane and vqdmlal_lane intrinsics have...
commit
|
commitdiff
|
tree
2010-12-09
Bob Wilson
80-column fixes.
commit
|
commitdiff
|
tree
2010-12-09
Bob Wilson
Add a license comment to the generated arm_neon.h header.
commit
|
commitdiff
|
tree
2010-12-08
Bob Wilson
Add operators for "_lane" variants of some saturating...
commit
|
commitdiff
|
tree
2010-12-08
Bob Wilson
Add operators for vabdl and vabal so they can be implemented...
commit
|
commitdiff
|
tree
2010-12-08
Bob Wilson
Remove unused function parameter.
commit
|
commitdiff
|
tree
2010-12-08
Bob Wilson
Add an operator for vaba so it can be implemented using...
commit
|
commitdiff
|
tree
2010-12-08
Bob Wilson
Add operators for vadd[lw] and vsub[lw]
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Add operators for vmlal{_n,_lane} and vmlsl{_n,_lane}
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Emit vmovl intrinsics first in the arm_neon.h header
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Add an operator for vdup_lane so it can be implemented...
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Add an operator for vmull_lane so it can be implemented...
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Add new built-in operations for vmull and vmull_n
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Add an OpReinterpret operation to TableGen's NeonEmitter.
commit
|
commitdiff
|
tree
2010-12-07
Bob Wilson
Fix whitespace.
commit
|
commitdiff
|
tree
2010-12-04
Bob Wilson
The Thumb tADDrSPi instruction is not valid when the...
commit
|
commitdiff
|
tree
2010-12-04
Bob Wilson
Remove trailing whitespace.
commit
|
commitdiff
|
tree
2010-12-03
Bob Wilson
Get Neon intrinsic names from the new "Name" field...
commit
|
commitdiff
|
tree
2010-12-03
Bob Wilson
Add support for "_lane" variants of VMUL, VMLA, and...
commit
|
commitdiff
|
tree
2010-12-03
Bob Wilson
Support using macros for Neon intrinsics implemented...
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Simplify code in Neon intrinsics. No functional changes...
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Assign arguments of Neon intrinsic macros to local...
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Use statement expressions in Neon intrinsics defined...
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Add casts for splatted scalars in calls to Neon builtins.
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Add a missing cast for Neon vsbl results.
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Add another missing cast for Neon vcombine results.
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Add casts in arm_neon.h for result values in inline...
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Avoid "char" for Neon vector elements; make it explicitly...
commit
|
commitdiff
|
tree
2010-12-02
Bob Wilson
Cast scalar results of Neon macros to the correct type.
commit
|
commitdiff
|
tree
2010-12-01
Bob Wilson
Add explicit casts for vector arguments to Neon builtins.
commit
|
commitdiff
|
tree
2010-12-01
Bob Wilson
Add some comments for TableGen's NeonEmitter.
commit
|
commitdiff
|
tree
2010-12-01
Bob Wilson
Cleanup: simplify checks for integers between 2 and 4.
commit
|
commitdiff
|
tree
2010-11-30
Bob Wilson
Fix the encoding of VLD4-dup alignment.
commit
|
commitdiff
|
tree
2010-11-30
Bob Wilson
Rename VLDnDUP instructions with double-spaced registers
commit
|
commitdiff
|
tree
2010-11-30
Bob Wilson
Add support for NEON VLD3-dup instructions.
commit
|
commitdiff
|
tree
2010-11-29
Bob Wilson
Add support for NEON VLD3-dup instructions.
commit
|
commitdiff
|
tree
2010-11-29
Bob Wilson
Fix copy-and-paste errors in VLD2-dup scheduling itineraries.
commit
|
commitdiff
|
tree
2010-11-28
Bob Wilson
Add support for NEON VLD2-dup instructions.
commit
|
commitdiff
|
tree
2010-11-28
Bob Wilson
Fix a comment typo.
commit
|
commitdiff
|
tree
2010-11-28
Bob Wilson
Another minor refactoring for VLD1DUP instructions.
commit
|
commitdiff
|
tree
2010-11-28
Bob Wilson
Add entry in getTargetNodeName() for ARMISD::VBICIMM.
commit
|
commitdiff
|
tree
2010-11-27
Bob Wilson
Refactor. Set alignment bit in VLD1-dup instruction...
commit
|
commitdiff
|
tree
2010-11-27
Bob Wilson
Add NEON VLD1-dup instructions (load 1 element to all...
commit
|
commitdiff
|
tree
2010-11-27
Bob Wilson
Fix incorrect scheduling itineraries for NEON vld1...
commit
|
commitdiff
|
tree
2010-11-23
Bob Wilson
Recognize sign/zero-extended constant BUILD_VECTORs...
commit
|
commitdiff
|
tree
2010-11-23
Bob Wilson
Fix copy-and-paste error in exception message.
commit
|
commitdiff
|
tree
2010-11-18
Bob Wilson
Change the 'x' type modifier for Neon intrinsics to...
commit
|
commitdiff
|
tree
2010-11-18
Bob Wilson
Split up ARM LowerShift function.
commit
|
commitdiff
|
tree
2010-11-17
Bob Wilson
Change ARMGlobalMerge to keep BSS globals in separate...
commit
|
commitdiff
|
tree
2010-11-17
Bob Wilson
Fix ARMGlobalMerge pass to check if globals are entirely...
commit
|
commitdiff
|
tree
2010-11-17
Bob Wilson
Change the symbol for merged globals from "merged"...
commit
|
commitdiff
|
tree
2010-11-17
Bob Wilson
Fix the ARMGlobalMerge pass to look at variable sizes...
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Use new neon_vector_type and neon_polyvector_type attributes...
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Change Neon polynomial types to be signed to match...
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Refactor to new GetNumElements function.
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Tidy up some things in <arm_neon.h>.
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Reapply "Stop using struct wrappers for Neon vector...
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Revert "Stop using struct wrappers for Neon vector...
commit
|
commitdiff
|
tree
2010-11-16
Bob Wilson
Stop using struct wrappers for Neon vector types in...
commit
|
commitdiff
|
tree
2010-11-09
Bob Wilson
Define the subtarget feature for the architecture version,
commit
|
commitdiff
|
tree
2010-11-09
Bob Wilson
Do not use MEMBARRIER_MCR for any Thumb code.
commit
|
commitdiff
|
tree
2010-11-03
Bob Wilson
Add codegen patterns for VST1-lane instructions. Radar...
commit
|
commitdiff
|
tree
2010-11-03
Bob Wilson
Check for extractelement with a variable operand for...
commit
|
commitdiff
|
tree
2010-11-02
Bob Wilson
Add NEON VST1-lane instructions. Partial fix for Radar...
commit
|
commitdiff
|
tree
2010-11-01
Bob Wilson
Add support for alignment operands on VLD1-lane instructions.
commit
|
commitdiff
|
tree
2010-11-01
Bob Wilson
Add VLD1-lane testcases for quad-register types.
commit
|
commitdiff
|
tree
2010-11-01
Bob Wilson
Add NEON VLD1-lane instructions. Partial fix for Radar...
commit
|
commitdiff
|
tree
2010-11-01
Bob Wilson
NEON does not support truncating vector stores. Radar...
commit
|
commitdiff
|
tree
2010-10-30
Bob Wilson
Overhaul memory barriers in the ARM backend. Radar...
commit
|
commitdiff
|
tree
2010-10-29
Bob Wilson
Clean up indentation and other whitespace.
commit
|
commitdiff
|
tree
2010-10-29
Bob Wilson
Remove trailing whitespace.
commit
|
commitdiff
|
tree
2010-10-29
Bob Wilson
Fix 80-column violation.
commit
|
commitdiff
|
tree
2010-10-29
Bob Wilson
Change instcombine's getShuffleMask to represent undef...
commit
|
commitdiff
|
tree
2010-10-29
Bob Wilson
Remove DAG combiner patch to fold vector splats. Instcombin...
commit
|
commitdiff
|
tree
2010-10-29
Bob Wilson
Make instcombine a little more aggressive in combining...
commit
|
commitdiff
|
tree
2010-10-28
Bob Wilson
Teach the DAG combiner to fold a splat of a splat....
commit
|
commitdiff
|
tree
2010-10-27
Bob Wilson
Fix compiler warnings about signed/unsigned comparisons.
commit
|
commitdiff
|
tree
2010-10-27
Bob Wilson
SelectionDAG shuffle nodes do not allow operands with...
commit
|
commitdiff
|
tree
next