| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix some typos and use type-based isel for VZIP/VUZP/VTRN | Anton Korobeynikov | 2009-08-21 | 1 | -17/+8 |
| * | Add lowering of ARM 4-element shuffles to multiple instructios via perfectshu... | Anton Korobeynikov | 2009-08-21 | 1 | -8/+123 |
| * | Add nodes & dummy matchers for some v{zip,uzp,trn} instructions | Anton Korobeynikov | 2009-08-21 | 1 | -0/+9 |
| * | Expand EXTRACT_SUBVECTOR | Anton Korobeynikov | 2009-08-21 | 1 | -0/+1 |
| * | Provide vext.{16,32} | Anton Korobeynikov | 2009-08-21 | 1 | -3/+0 |
| * | Use masks not nodes for vector shuffle predicates. Provide set of 'legal' mas... | Anton Korobeynikov | 2009-08-21 | 1 | -15/+33 |
| * | Add support for Neon VEXT (vector extract) shuffles. | Bob Wilson | 2009-08-19 | 1 | -1/+49 |
| * | Reapply r79127. It was fixed by d0k. | Bill Wendling | 2009-08-15 | 1 | -0/+21 |
| * | Revert r79127. It was causing compilation errors. | Bill Wendling | 2009-08-15 | 1 | -21/+0 |
| * | Change allowsUnalignedMemoryAccesses to take type argument since some targets | Evan Cheng | 2009-08-15 | 1 | -0/+21 |
| * | Turn on if-conversion for thumb2. | Evan Cheng | 2009-08-15 | 1 | -20/+13 |
| * | Allow targets to specify their choice of calling conventions per | Anton Korobeynikov | 2009-08-14 | 1 | -0/+9 |
| * | Add Thumb2 lsr hooks. | Evan Cheng | 2009-08-14 | 1 | -36/+105 |
| * | 80 col violation. | Evan Cheng | 2009-08-14 | 1 | -1/+2 |
| * | Now that all the legal Neon shuffles (or at least the ones that have been | Bob Wilson | 2009-08-14 | 1 | -1/+1 |
| * | Create a new ARM-specific DAG node, VDUP, to represent a splat from a | Bob Wilson | 2009-08-14 | 1 | -3/+7 |
| * | During legalization, change Neon vdup_lane operations from shuffles to | Bob Wilson | 2009-08-14 | 1 | -1/+7 |
| * | Push LLVMContexts through the IntegerType APIs. | Owen Anderson | 2009-08-13 | 1 | -5/+8 |
| * | Add a fixme message about canonicalizing floating-point vector types. | Bob Wilson | 2009-08-13 | 1 | -0/+2 |
| * | Revert r78852 for now. I want to do this differently, but I don't have time | Bob Wilson | 2009-08-13 | 1 | -3/+0 |
| * | Add a comment to describe why vector shuffles are legalized to custom DAG nodes. | Bob Wilson | 2009-08-13 | 1 | -0/+4 |
| * | Use cast<> instead of dyn_cast<> in places where the type is known. | Bob Wilson | 2009-08-13 | 1 | -5/+3 |
| * | Recognize Neon VDUP shuffles during legalization instead of selection. | Bob Wilson | 2009-08-12 | 1 | -0/+3 |
| * | Recognize Neon VREV shuffles during legalization instead of selection. | Bob Wilson | 2009-08-12 | 1 | -1/+16 |
| * | Add catch block handling to SjLj exception handling. | Jim Grosbach | 2009-08-12 | 1 | -0/+4 |
| * | Shrink Thumb2 movcc instructions. | Evan Cheng | 2009-08-12 | 1 | -1/+1 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -305/+305 |
| * | Whitespace cleanup. Remove trailing whitespace. | Jim Grosbach | 2009-08-11 | 1 | -5/+5 |
| * | Use vAny type to get rid of Neon intrinsics that differed only in whether | Bob Wilson | 2009-08-11 | 1 | -12/+6 |
| * | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -0/+31 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -361/+361 |
| * | SimpleValueType-ify a few more methods on TargetLowering. | Owen Anderson | 2009-08-10 | 1 | -5/+10 |
| * | Continue the SimpleValueType-ification. | Owen Anderson | 2009-08-10 | 1 | -14/+14 |
| * | It turns out most of the thumb2 instructions are not allowed to touch SP. The... | Evan Cheng | 2009-08-07 | 1 | -2/+128 |
| * | Implement Neon VST[234] operations. | Bob Wilson | 2009-08-06 | 1 | -0/+25 |
| * | Remove redundand checks: the only way to have, e.g. f32 RegVT is exactly | Anton Korobeynikov | 2009-08-05 | 1 | -11/+7 |
| * | Unbreak the stuff, this is ugly, but we cannot do better for now with 'plain'... | Anton Korobeynikov | 2009-08-05 | 1 | -5/+4 |
| * | Missed pieces for ARM HardFP ABI. | Anton Korobeynikov | 2009-08-05 | 1 | -23/+33 |
| * | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -99/+80 |
| * | Change DAG nodes for Neon VLD2/3/4 operations to return multiple results. | Bob Wilson | 2009-08-05 | 1 | -23/+6 |
| * | Lower Neon VLD* intrinsics to custom DAG nodes, and manually allocate the | Bob Wilson | 2009-08-04 | 1 | -0/+59 |
| * | Minor cleanup. No functional changes intended. | Bob Wilson | 2009-08-04 | 1 | -6/+5 |
| * | Lower CONCAT_VECTOR during legalization instead of matching it during isel. | Bob Wilson | 2009-08-03 | 1 | -5/+19 |
| * | convert ctors/dtors section to be in TLOF instead of | Chris Lattner | 2009-08-02 | 1 | -2/+2 |
| * | Fix Thumb2 function call isel. Thumb1 and Thumb2 should share the same | Evan Cheng | 2009-08-01 | 1 | -3/+3 |
| * | refactor section construction in TLOF to be through an explicit | Chris Lattner | 2009-07-31 | 1 | -1/+1 |
| * | Lower a 128-bit BUILD_VECTOR with 2 elements to a pair of INSERT_VECTOR_ELTs. | Bob Wilson | 2009-07-30 | 1 | -1/+19 |
| * | Optimize Thumb2 jumptable to use tbb / tbh when all the offsets fit in byte /... | Evan Cheng | 2009-07-29 | 1 | -1/+3 |
| * | In thumb2 mode, add pc is unpredictable. Use add + mov pc instead (that is un... | Evan Cheng | 2009-07-28 | 1 | -6/+3 |
| * | the apple "ld_classic" linker doesn't support .literal16 in 32-bit | Chris Lattner | 2009-07-28 | 1 | -1/+1 |