| Commit message (Expand) | Author | Age | Files | Lines |
* | 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 |
* | Rip all of the global variable lowering logic out of TargetAsmInfo. Since | Chris Lattner | 2009-07-28 | 1 | -1/+8 |
* | Add support for ARM Neon VREV instructions. | Bob Wilson | 2009-07-26 | 1 | -0/+24 |
* | Change Thumb2 jumptable codegen to one that uses two level jumps: | Evan Cheng | 2009-07-25 | 1 | -6/+19 |
* | Get rid of the Pass+Context magic. | Owen Anderson | 2009-07-22 | 1 | -4/+4 |
* | fix an arm codegen bug (the same as PR4482 on ppc) where available_externally | Chris Lattner | 2009-07-15 | 1 | -4/+3 |
* | Remove an extra space. | Bob Wilson | 2009-07-14 | 1 | -1/+1 |
* | llvm_unreachable->llvm_unreachable(0), LLVM_UNREACHABLE->llvm_unreachable. | Edwin Török | 2009-07-14 | 1 | -21/+21 |
* | Fix comment typos. | Bob Wilson | 2009-07-13 | 1 | -1/+1 |
* | assert(0) -> LLVM_UNREACHABLE. | Edwin Török | 2009-07-11 | 1 | -16/+16 |
* | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson | 2009-07-09 | 1 | -4/+5 |
* | Use common code for both ARM and Thumb-2 instruction and register info. | David Goodwin | 2009-07-08 | 1 | -36/+58 |
* | Start converting to new error handling API. | Edwin Török | 2009-07-08 | 1 | -9/+6 |
* | Remove the vicmp and vfcmp instructions. Because we never had a release with | Nick Lewycky | 2009-07-08 | 1 | -1/+1 |
* | Add some more Thumb2 multiplication instructions. | Evan Cheng | 2009-07-07 | 1 | -4/+4 |
* | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -1/+1 |
* | Add thumb2 sign / zero extend with rotate instructions. | Evan Cheng | 2009-07-03 | 1 | -1/+1 |
* | Thumb2 pre/post indexed loads. | Evan Cheng | 2009-07-02 | 1 | -28/+67 |
* | 80 col violation. | Evan Cheng | 2009-07-02 | 1 | -2/+2 |