| Commit message (Expand) | Author | Age | Files | Lines |
* | Retype from unsigned to CallingConv::ID accordingly. Approved by Bob Wilson. | Sandeep Patel | 2009-09-02 | 1 | -5/+5 |
* | Remove unneeded ARM-specific DAG nodes for VLD* and VST* Neon operations. | Bob Wilson | 2009-08-26 | 1 | -8/+0 |
* | Match VTRN, VZIP, and VUZP shuffles. Restore the tests for these operations, | Bob Wilson | 2009-08-21 | 1 | -3/+2 |
* | Fix some typos and use type-based isel for VZIP/VUZP/VTRN | Anton Korobeynikov | 2009-08-21 | 1 | -9/+3 |
* | Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu... | Anton Korobeynikov | 2009-08-21 | 1 | -1/+11 |
* | Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas... | Anton Korobeynikov | 2009-08-21 | 1 | -0/+1 |
* | Add support for Neon VEXT (vector extract) shuffles. | Bob Wilson | 2009-08-19 | 1 | -0/+1 |
* | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -0/+7 |
* | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -7/+0 |
* | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng | 2009-08-15 | 1 | -0/+7 |
* | Add Thumb2 lsr hooks. | Evan Cheng | 2009-08-14 | 1 | -0/+1 |
* | Create a new ARM-specific DAG node, VDUP, to represent a splat from a | Bob Wilson | 2009-08-14 | 1 | -1/+2 |
* | During legalization, change Neon vdup_lane operations from shuffles to | Bob Wilson | 2009-08-14 | 1 | -2/+2 |
* | Revert r78852 for now. I want to do this differently, but I don't have time | Bob Wilson | 2009-08-13 | 1 | -2/+1 |
* | Recognize Neon VDUP shuffles during legalization instead of selection. | Bob Wilson | 2009-08-12 | 1 | -1/+2 |
* | Recognize Neon VREV shuffles during legalization instead of selection. | Bob Wilson | 2009-08-12 | 1 | -6/+6 |
* | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -5/+5 |
* | It turns out most of the thumb2 instructions are not allowed to touch SP. The... | Evan Cheng | 2009-08-07 | 1 | -2/+5 |
* | Implement Neon VST[234] operations. | Bob Wilson | 2009-08-06 | 1 | -1/+4 |
* | Missed pieces for ARM HardFP ABI. | Anton Korobeynikov | 2009-08-05 | 1 | -1/+1 |
* | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -9/+32 |
* | Lower Neon VLD* intrinsics to custom DAG nodes, and manually allocate the | Bob Wilson | 2009-08-04 | 1 | -1/+7 |
* | Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /... | Evan Cheng | 2009-07-29 | 1 | -0/+1 |
* | In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un... | Evan Cheng | 2009-07-28 | 1 | -1/+0 |
* | Add support for ARM Neon VREV instructions. | Bob Wilson | 2009-07-26 | 1 | -0/+5 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -0/+1 |
* | Fix comment typos. | Bob Wilson | 2009-07-13 | 1 | -1/+1 |
* | Update comments to make it clear that the function alignment is the Log2 of the | Bill Wendling | 2009-07-01 | 1 | -1/+1 |
* | Add an "alignment" field to the MachineFunction object. It makes more sense to | Bill Wendling | 2009-06-30 | 1 | -0/+3 |
* | Rename ARMcmpNZ to ARMcmpZ and use it to represent comparisons that set only ... | David Goodwin | 2009-06-29 | 1 | -1/+1 |
* | Add support for ARM's Advanced SIMD (NEON) instruction set. | Bob Wilson | 2009-06-22 | 1 | -1/+71 |
* | Address review comments: add 3 ARM calling conventions. | Anton Korobeynikov | 2009-06-16 | 1 | -0/+1 |
* | Minor formatting fixes. | Bob Wilson | 2009-05-20 | 1 | -2/+2 |
* | Update the names of the exception handling sjlj instrinsics to | Jim Grosbach | 2009-05-14 | 1 | -2/+2 |
* | Spelling correction s/builting/builtin/ and remove trailing whitespace in a f... | Jim Grosbach | 2009-05-13 | 1 | -10/+10 |
* | Add support for GCC compatible builtin setjmp and longjmp intrinsics. This is | Jim Grosbach | 2009-05-12 | 1 | -0/+5 |
* | Clean up formatting, remove trailing whitespace, fix comment typos and | Bob Wilson | 2009-04-17 | 1 | -3/+2 |
* | Use CallConvLower.h and TableGen descriptions of the calling conventions | Bob Wilson | 2009-04-17 | 1 | -0/+8 |
* | Fix PR3862: Recognize some ARM-specific constraints for immediates in inline | Bob Wilson | 2009-04-01 | 1 | -0/+10 |
* | Constify TargetInstrInfo::EmitInstrWithCustomInserter, allowing | Dan Gohman | 2009-02-07 | 1 | -1/+1 |
* | Add some DL propagation to places that didn't | Dale Johannesen | 2009-02-03 | 1 | -1/+1 |
* | Const-qualify getPreIndexedAddressParts and friends. | Dan Gohman | 2009-01-15 | 1 | -2/+2 |
* | Change the interface to the type legalization method | Duncan Sands | 2008-12-01 | 1 | -2/+7 |
* | Fix these enums' starting values to reflect the way that | Dan Gohman | 2008-09-23 | 1 | -1/+1 |
* | Rename SDOperand to SDValue. | Dan Gohman | 2008-07-27 | 1 | -20/+20 |
* | Rather than having a different custom legalization | Duncan Sands | 2008-07-04 | 1 | -1/+1 |
* | Wrap MVT::ValueType in a struct to get type safety | Duncan Sands | 2008-06-06 | 1 | -2/+2 |
* | Fix the SVOffset values for loads and stores produced by | Dan Gohman | 2008-04-28 | 1 | -2/+2 |
* | Fix const-correctness issues with the SrcValue handling in the | Dan Gohman | 2008-04-14 | 1 | -2/+2 |
* | Drop ISD::MEMSET, ISD::MEMMOVE, and ISD::MEMCPY, which are not Legal | Dan Gohman | 2008-04-12 | 1 | -6/+9 |