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-09-12
Merge 80404 from mainline.
Tanya Lattner
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
2009-08-04
Match common pattern for FNMAC. Add NEON SP support.
David Goodwin
2009-08-04
Improve tests.
David Goodwin
2009-08-04
Initial support for single-precision FP using NEON. Added "neonfp" attribute ...
David Goodwin
2009-08-04
Fix PR4528. This scavenger assertion is too strict. The two-address value is
Evan Cheng
2009-08-03
Lower CONCAT_VECTOR during legalization instead of matching it during isel.
Bob Wilson
2009-08-03
Fix Bug 4657: register scavenger asserts with subreg lowering
Jakob Stoklund Olesen
2009-08-02
switch to filecheck format
Chris Lattner
2009-07-29
Add VFP3 D registers to the DPR register class.
Evan Cheng
2009-07-29
Change Neon VLDn intrinsics to return multiple values instead of really
Bob Wilson
2009-07-26
Add support for ARM Neon VREV instructions.
Bob Wilson
2009-07-22
Use getTargetConstant instead of getConstant since it's meant as an constant ...
Evan Cheng
2009-07-22
Ignore undef uses.
Evan Cheng
[next]