summaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM
Commit message (Expand)AuthorAge
* Fix an unnecessary XFAILSandeep Patel2010-09-02
* Now that register allocation properly considers reserved regs, simplify theJim Grosbach2010-09-02
* Convert VLD1 and VLD2 instructions to use pseudo-instructions untilBob Wilson2010-09-02
* Remove NEON vmull, vmlal, and vmlsl intrinsics, replacing them with multiply,Bob Wilson2010-09-01
* temporarily revert r112664, it is causing a decoding conflict, and Chris Lattner2010-09-01
* We have a chance for an optimization. Consider this code:Bill Wendling2010-08-31
* Fix borken testAnton Korobeynikov2010-08-30
* Remove NEON vmovn intrinsic, replacing it with vector truncate operations.Bob Wilson2010-08-30
* Correct bogus module triple specifications.Duncan Sands2010-08-30
* Remove NEON vaddl, vaddw, vsubl, and vsubw intrinsics. Instead, use llvmBob Wilson2010-08-29
* Change ARM VFP VLDM/VSTM instructions to use addressing mode #4, just likeBob Wilson2010-08-27
* Add alignment arguments to all the NEON load/store intrinsics.Bob Wilson2010-08-27
* Revert svn 107892 (with changes to work with trunk). It caused a crash ifBob Wilson2010-08-26
* Add another basic test cribbed from the x86 fast-isel tests.Eric Christopher2010-08-25
* Run this on thumb and arm.Eric Christopher2010-08-25
* Make this testcase actually executed with fast-isel on arm.Eric Christopher2010-08-25
* Replace some NEON vmovl intrinsic that I missed earlier.Bob Wilson2010-08-20
* Replace the arm.neon.vmovls and vmovlu intrinsics with vector sign-extend andBob Wilson2010-08-20
* When sending stats output to stdout for grepping, don't emit normalDan Gohman2010-08-18
* Expand ZERO_EXTEND operations for NEON vector types.Bob Wilson2010-08-18
* Change ARM PKHTB and PKHBT instructions to use a shift_imm operand to avoidBob Wilson2010-08-17
* Allow more cases of undef shuffle indices and add tests for them.Bob Wilson2010-08-17
* PHI elimination should not break back edge. It can cause some significant cod...Evan Cheng2010-08-17
* Add a testcase for svn 111208.Bob Wilson2010-08-16
* Generalize a pattern for PKHTB: an SRL of 16-31 bits will guaranteeBob Wilson2010-08-16
* Convert a test to use FileCheck.Bob Wilson2010-08-16
* Temporarily disable tail calls on ARM to work around some linker problems.Bob Wilson2010-08-13
* Consider this code snippet:Bill Wendling2010-08-11
* Report error if codegen tries to instantiate a ARM target when the cpu does s...Evan Cheng2010-08-11
* Update test to match output of optimize compares for ARM.Bill Wendling2010-08-11
* The optimize comparisons pass removes the "cmp" instruction this is checking ...Bill Wendling2010-08-10
* Fix eabi calling convention when a 64 bit value shadows r3.Rafael Espindola2010-08-06
* Testcase for r110248.Bill Wendling2010-08-04
* Combine NEON VABD (absolute difference) intrinsics with ADDs to make VABABob Wilson2010-08-04
* Currently EH lowering code expects typeinfo to be global only.Anton Korobeynikov2010-07-26
* - Allow target to specify when is register pressure "too high". In most cases,Evan Cheng2010-07-23
* More register pressure aware scheduling work.Evan Cheng2010-07-21
* Baby steps towards ARM fast-isel.Eric Christopher2010-07-21
* Fix calling convention on ARM if vfp2+ is enabled.Rafael Espindola2010-07-21
* Add combiner patterns to more effectively utilize the BFI (bitfield insert)Jim Grosbach2010-07-17
* Add basic support to code-gen the ARM/Thumb2 bit-field insert (BFI) instructionJim Grosbach2010-07-16
* Split -enable-finite-only-fp-math to two options:Evan Cheng2010-07-15
* Improve 64-subtraction of immediates when parts of the immediate can fitJim Grosbach2010-07-14
* Add support for NEON VMVN immediate instructions.Bob Wilson2010-07-14
* Add an ARM-specific DAG combining to avoid redundant VDUPLANE nodes.Bob Wilson2010-07-14
* Use a target-specific VMOVIMM DAG node instead of BUILD_VECTOR to representBob Wilson2010-07-13
* Extend the r107852 optimization which turns some fp compare to code sequence ...Evan Cheng2010-07-13
* Fix va_arg for doubles. With this patch VAARG nodes always contain theRafael Espindola2010-07-11
* In the presence of variable sized objects, allocate an emergency spill slot.Jim Grosbach2010-07-09
* Fix test to be less sensitive of regalloc accidentsJakob Stoklund Olesen2010-07-09