index
:
llvm
master
release_1
release_16
release_20
release_21
release_22
release_23
release_24
release_25
release_26
release_27
release_28
release_29
release_30
release_31
release_32
release_33
stable
svn-tags/RELEASE_1
svn-tags/RELEASE_20
svn-tags/RELEASE_21
svn-tags/RELEASE_22
svn-tags/RELEASE_23
svn-tags/RELEASE_24
svn-tags/RELEASE_25
svn-tags/RELEASE_26
svn-tags/RELEASE_27
svn-tags/RELEASE_28
svn-tags/RELEASE_29
svn-tags/RELEASE_30
svn-tags/RELEASE_31
svn-tags/RELEASE_32
testing
http://llvm.org
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
CodeGen
/
ARM
Age
Commit message (
Expand
)
Author
2009-08-30
EXTRACT_VECTOR_ELEMENT can have result type different from element type.
Anton Korobeynikov
2009-08-29
Do not assert on too wide splats we don't support.
Anton Korobeynikov
2009-08-28
Add missed extract_element pattern
Anton Korobeynikov
2009-08-28
Let Darwin linker auto-synthesize stubs and lazy-pointers. This deletes a bun...
Evan Cheng
2009-08-28
v4, v5 does not support sxtb / sxth.
Evan Cheng
2009-08-27
scalar_to_vector is fully legal now (implemented as subreg accesses)
Anton Korobeynikov
2009-08-27
Ok, sometimes it's profitable to turn scalar_to_vector stuff into subreg access.
Anton Korobeynikov
2009-08-27
Fix PR4789. Teach eliminateFrameIndex how to handle VLDRQ and VSTRQ which can...
Evan Cheng
2009-08-26
Convert some more Neon tests to FileCheck.
Bob Wilson
2009-08-26
Expand scalar_to_vector - we don't have any isel logic for it now
Anton Korobeynikov
2009-08-25
Fixup register kills after scheduling.
David Goodwin
2009-08-25
Remove obsolete -f flags.
Dan Gohman
2009-08-24
Split test into 3.
Dale Johannesen
2009-08-22
Make x86 test actually test x86 code generation. Fix the
Eli Friedman
2009-08-22
Use CHECK-NEXT to make sure we're only getting one copy of each shuffle
Bob Wilson
2009-08-21
Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,
Bob Wilson
2009-08-21
Add some tests for vext.16 and vext.32.
Bob Wilson
2009-08-21
Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these as
Bob Wilson
2009-08-19
Add support for Neon VEXT (vector extract) shuffles.
Bob Wilson
2009-08-15
Reapply r79127. It was fixed by d0k.
Bill Wendling
2009-08-15
Revert r79127. It was causing compilation errors.
Bill Wendling
2009-08-15
Change allowsUnalignedMemoryAccesses to take type argument since some targets
Evan Cheng
2009-08-15
Refine EarlyClobber assert in register scavenger.
Jakob Stoklund Olesen
2009-08-15
Don't setCalleeSavedInfoValid() until spills are interted.
Jakob Stoklund Olesen
2009-08-12
Generate Neon VTBL and VTBX instructions from the corresponding intrinsics.
Bob Wilson
2009-08-11
now that these are in file-check format, we can merge them together
Chris Lattner
2009-08-11
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-11
Use vAny type to get rid of Neon intrinsics that differed only in whether
Bob Wilson
2009-08-11
Use new EVT::vAny type to combine Neon intrinsics for VPADD.
Bob Wilson
2009-08-10
Use FileCheck.
David Goodwin
2009-08-10
Use FileCheck... its good for you...
David Goodwin
2009-08-10
Fix test.
David Goodwin
2009-08-10
Fix test.
David Goodwin
2009-08-10
Use NEON for single-precision int<->FP conversions.
David Goodwin
2009-08-10
Add nounwind keywords.
Dan Gohman
2009-08-10
Make the big switch: Change MCSectionMachO to represent a section *semantically*
Chris Lattner
2009-08-09
Add tests for Neon VZIP and VUZP instructions.
Bob Wilson
2009-08-09
Add a test for Neon VTRN instructions.
Bob Wilson
2009-08-07
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-07
Make NEON single-precision FP support the default for cortex-a8 (again).
David Goodwin
2009-08-07
2 more vdup.32 cases
Anton Korobeynikov
2009-08-06
Implement Neon VST[234] operations.
Bob Wilson
2009-08-06
Fix incorrect intrinsic declarations.
Bob Wilson
2009-08-06
Add tests for new NEON vld instructions.
Bob Wilson
2009-08-05
Convert more Neon tests to FileCheck.
Bob Wilson
2009-08-05
Missed pieces for ARM HardFP ABI.
Anton Korobeynikov
2009-08-04
Convert more Neon tests to use FileCheck.
Bob Wilson
2009-08-04
Convert a few Neon tests to use FileCheck.
Bob Wilson
2009-08-04
Clean up the handling of two-address operands in RegScavenger.
Jakob Stoklund Olesen
2009-08-04
Add NEON single-precision FP support for fabs and fneg.
David Goodwin
[prev]
[next]