summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* Make x86 test actually test x86 code generation. Fix the Eli Friedman2009-08-22
* Use CHECK-NEXT to make sure we're only getting one copy of each shuffleBob Wilson2009-08-22
* Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations,Bob Wilson2009-08-21
* Add some tests for vext.16 and vext.32.Bob Wilson2009-08-21
* Remove Neon intrinsics for VZIP, VUZP, and VTRN. We will represent these asBob Wilson2009-08-21
* Add support for Neon VEXT (vector extract) shuffles.Bob Wilson2009-08-19
* Reapply r79127. It was fixed by d0k.Bill Wendling2009-08-15
* Revert r79127. It was causing compilation errors.Bill Wendling2009-08-15
* Change allowsUnalignedMemoryAccesses to take type argument since some targetsEvan Cheng2009-08-15
* Refine EarlyClobber assert in register scavenger.Jakob Stoklund Olesen2009-08-15
* Don't setCalleeSavedInfoValid() until spills are interted.Jakob Stoklund Olesen2009-08-15
* Generate Neon VTBL and VTBX instructions from the corresponding intrinsics.Bob Wilson2009-08-12
* now that these are in file-check format, we can merge them togetherChris Lattner2009-08-11
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-11
* Use vAny type to get rid of Neon intrinsics that differed only in whetherBob Wilson2009-08-11
* Use new EVT::vAny type to combine Neon intrinsics for VPADD.Bob Wilson2009-08-11
* Use FileCheck.David Goodwin2009-08-10
* Use FileCheck... its good for you...David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Fix test.David Goodwin2009-08-10
* Use NEON for single-precision int<->FP conversions.David Goodwin2009-08-10
* Add nounwind keywords.Dan Gohman2009-08-10
* Make the big switch: Change MCSectionMachO to represent a section *semantically*Chris Lattner2009-08-10
* Add tests for Neon VZIP and VUZP instructions.Bob Wilson2009-08-09
* Add a test for Neon VTRN instructions.Bob Wilson2009-08-09
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-07
* Make NEON single-precision FP support the default for cortex-a8 (again).David Goodwin2009-08-07
* 2 more vdup.32 casesAnton Korobeynikov2009-08-07
* Implement Neon VST[234] operations.Bob Wilson2009-08-06
* Fix incorrect intrinsic declarations.Bob Wilson2009-08-06
* Add tests for new NEON vld instructions.Bob Wilson2009-08-06
* Convert more Neon tests to FileCheck.Bob Wilson2009-08-05
* Missed pieces for ARM HardFP ABI.Anton Korobeynikov2009-08-05
* Convert more Neon tests to use FileCheck.Bob Wilson2009-08-04
* Convert a few Neon tests to use FileCheck.Bob Wilson2009-08-04
* Clean up the handling of two-address operands in RegScavenger.Jakob Stoklund Olesen2009-08-04
* Add NEON single-precision FP support for fabs and fneg.David Goodwin2009-08-04
* Match common pattern for FNMAC. Add NEON SP support.David Goodwin2009-08-04
* Improve tests.David Goodwin2009-08-04
* Initial support for single-precision FP using NEON. Added "neonfp" attribute ...David Goodwin2009-08-04
* Fix PR4528. This scavenger assertion is too strict. The two-address value isEvan Cheng2009-08-04
* Lower CONCAT_VECTOR during legalization instead of matching it during isel.Bob Wilson2009-08-03
* Fix Bug 4657: register scavenger asserts with subreg loweringJakob Stoklund Olesen2009-08-03
* switch to filecheck formatChris Lattner2009-08-02
* Add VFP3 D registers to the DPR register class.Evan Cheng2009-07-29
* Change Neon VLDn intrinsics to return multiple values instead of reallyBob Wilson2009-07-29
* Add support for ARM Neon VREV instructions.Bob Wilson2009-07-26
* Use getTargetConstant instead of getConstant since it's meant as an constant ...Evan Cheng2009-07-22
* Ignore undef uses.Evan Cheng2009-07-22
* Fix ARM isle code that optimize multiply by constants which are power-of-2 +/...Evan Cheng2009-07-21