| Commit message (Expand) | Author | Age | Files | Lines |
* | Add support to SplitVectorOp for powi, where the second operand | Dan Gohman | 2007-10-12 | 1 | -0/+6 |
* | Mark vector ctpop, cttz, and ctlz as Expand on x86. | Dan Gohman | 2007-10-12 | 1 | -0/+3 |
* | Mark vector pow, ctpop, cttz, and ctlz as Expand on PowerPC. | Dan Gohman | 2007-10-12 | 1 | -1/+4 |
* | Restrict EXTRACT_SUBREG coalescing to avoid negative performance impact. | Evan Cheng | 2007-10-12 | 1 | -1/+6 |
* | Doh. | Evan Cheng | 2007-10-12 | 1 | -1/+1 |
* | EXTRACT_SUBREG test case. | Evan Cheng | 2007-10-12 | 1 | -0/+35 |
* | EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like | Evan Cheng | 2007-10-12 | 12 | -241/+415 |
* | Some clean up. | Evan Cheng | 2007-10-12 | 1 | -3/+0 |
* | Cosmetic. | Evan Cheng | 2007-10-12 | 1 | -1/+1 |
* | Fix typos. | Evan Cheng | 2007-10-12 | 1 | -5/+5 |
* | Fold load / store into MOV32to32_ and MOV16to16_. | Evan Cheng | 2007-10-12 | 1 | -0/+4 |
* | Flag MOV32to32_ with EXTRACT_SUBREG. They should not be scheduled apart. | Evan Cheng | 2007-10-12 | 1 | -7/+7 |
* | Added missing -march=x86 flag. | Arnold Schwaighofer | 2007-10-12 | 1 | -1/+1 |
* | eliminate warning | Gabor Greif | 2007-10-12 | 1 | -1/+1 |
* | Fix some 80 column violations. | Chris Lattner | 2007-10-12 | 1 | -35/+42 |
* | testcase for PR1728 | Chris Lattner | 2007-10-12 | 1 | -0/+26 |
* | make operator== work with non-equal sized bitvectors, as long as | Chris Lattner | 2007-10-12 | 1 | -4/+15 |
* | PPC long double. Implement a couple more conversions. | Dale Johannesen | 2007-10-12 | 1 | -0/+35 |
* | Add intrinsics for sin, cos, and pow. These use llvm_anyfloat_ty, and so | Dan Gohman | 2007-10-12 | 3 | -0/+47 |
* | Codegen support for vector intrinsics. | Dan Gohman | 2007-10-11 | 1 | -27/+114 |
* | Implement ppc long double->uint conversion. | Dale Johannesen | 2007-10-11 | 2 | -3/+58 |
* | Set ISD::FPOW to Expand. | Dan Gohman | 2007-10-11 | 6 | -4/+21 |
* | Add runtime library names for pow. | Dan Gohman | 2007-10-11 | 2 | -0/+8 |
* | Add an ISD::FPOW node type. | Dan Gohman | 2007-10-11 | 2 | -3/+4 |
* | Add an explicit target triple to make this test behave as expected on | Dan Gohman | 2007-10-11 | 1 | -1/+1 |
* | Provided accessors to internal allocator for ImutAVLTree and ImmutableSet. | Ted Kremenek | 2007-10-11 | 1 | -0/+7 |
* | Add missing argument to PALIGNR | Dale Johannesen | 2007-10-11 | 1 | -4/+4 |
* | Fix an assertion abort on sparc. malloc(0) is allowed to | Gabor Greif | 2007-10-11 | 1 | -1/+3 |
* | Added tail call optimization to the x86 back end. It can be | Arnold Schwaighofer | 2007-10-11 | 16 | -65/+928 |
* | Adding myself | Arnold Schwaighofer | 2007-10-11 | 1 | -0/+4 |
* | Next PPC long double bits. First cut at constants. | Dale Johannesen | 2007-10-11 | 10 | -18/+196 |
* | Lower memcpy if it makes sense. | Devang Patel | 2007-10-11 | 2 | -0/+64 |
* | make bitvector &= do the right thing if vectors have mismatched length. | Chris Lattner | 2007-10-11 | 1 | -2/+11 |
* | Add a new use_iterator::atEnd() method, which allows us to shrink | Chris Lattner | 2007-10-11 | 2 | -6/+8 |
* | Added iterators to ImmutableSet. | Ted Kremenek | 2007-10-11 | 1 | -3/+24 |
* | Added some doxygen comments to ImmutableSet. | Ted Kremenek | 2007-10-10 | 1 | -1/+18 |
* | Removed uninformative assertions that catch problems that will | Ted Kremenek | 2007-10-10 | 1 | -22/+5 |
* | Removed "height" of an AVL tree node from its Profile. This is | Ted Kremenek | 2007-10-10 | 1 | -7/+4 |
* | Removed spurious forward declaration to a structure that will no longer be used. | Ted Kremenek | 2007-10-10 | 1 | -1/+0 |
* | Added some doxygen comments to a few methods of ImutAVLTree. | Ted Kremenek | 2007-10-10 | 1 | -2/+41 |
* | Updated VC++ build system. | Hartmut Kaiser | 2007-10-10 | 7 | -111/+290 |
* | Added preliminary support for iterators in ImutAVLTree. | Ted Kremenek | 2007-10-10 | 1 | -4/+218 |
* | Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divrem | Chris Lattner | 2007-10-10 | 1 | -1/+3 |
* | Renamed internal method "Create" of ImutAVLTree to "CreateNode". | Ted Kremenek | 2007-10-10 | 1 | -13/+14 |
* | Correct swapped arguments to getConstant. | Duncan Sands | 2007-10-10 | 1 | -1/+1 |
* | Fix 80-column violations | Bill Wendling | 2007-10-10 | 1 | -29/+29 |
* | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 7 | -3/+207 |
* | Bad choice of variable name. | Evan Cheng | 2007-10-10 | 1 | -2/+2 |
* | Fix an extremely stupid bug that prevented first round of coalescing (physica... | Evan Cheng | 2007-10-09 | 1 | -1/+2 |
* | Modified XCode project to contain... | Ted Kremenek | 2007-10-09 | 1 | -0/+7 |