| 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 |
* | EXTRACT_SUBREG coalescing support. The coalescer now treats EXTRACT_SUBREG like | Evan Cheng | 2007-10-12 | 7 | -231/+371 |
* | Some clean up. | Evan Cheng | 2007-10-12 | 1 | -3/+0 |
* | 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 |
* | eliminate warning | Gabor Greif | 2007-10-12 | 1 | -1/+1 |
* | Fix some 80 column violations. | Chris Lattner | 2007-10-12 | 1 | -35/+42 |
* | 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 | 1 | -0/+16 |
* | 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 | 1 | -0/+4 |
* | Add an ISD::FPOW node type. | Dan Gohman | 2007-10-11 | 1 | -0/+1 |
* | 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 | 11 | -65/+879 |
* | Next PPC long double bits. First cut at constants. | Dale Johannesen | 2007-10-11 | 9 | -16/+184 |
* | Lower memcpy if it makes sense. | Devang Patel | 2007-10-11 | 1 | -0/+46 |
* | Fix CodeGen/Generic/BasicInstrs.llx on sparc by marking divrem | Chris Lattner | 2007-10-10 | 1 | -1/+3 |
* | Correct swapped arguments to getConstant. | Duncan Sands | 2007-10-10 | 1 | -1/+1 |
* | Next PPC long double bits: ppcf128->i32 conversion. | Dale Johannesen | 2007-10-10 | 6 | -3/+205 |
* | 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 |
* | Add new MemoryBuffer::getMemBufferCopy method. | Chris Lattner | 2007-10-09 | 1 | -2/+15 |
* | Do not walk invalid iterator. | Devang Patel | 2007-10-09 | 1 | -2/+2 |
* | Pass argc by value, not by reference, since it isn't modified. | Dan Gohman | 2007-10-09 | 1 | -1/+1 |
* | LowerIntegerDivOrRem no longer exists. | Dan Gohman | 2007-10-09 | 1 | -1/+0 |
* | Fix grammar in a comment. | Dan Gohman | 2007-10-09 | 1 | -3/+3 |
* | This is done. | Dan Gohman | 2007-10-09 | 1 | -30/+0 |
* | Under 64-bit mode use LEA64_32r instead of LEA64r to save a byte. | Evan Cheng | 2007-10-09 | 1 | -6/+13 |
* | Change a #include into a forward declaration | Chris Lattner | 2007-10-09 | 1 | -0/+1 |
* | Position Independent Code (PIC) support [3] | Bruno Cardoso Lopes | 2007-10-09 | 3 | -20/+51 |
* | Position Independent Code (PIC) support [2] | Bruno Cardoso Lopes | 2007-10-09 | 3 | -10/+32 |
* | Position Independent Code (PIC) support [1] | Bruno Cardoso Lopes | 2007-10-09 | 2 | -18/+44 |
* | Bug fix. X86 was emitting redundant setcc and test instructions before a cond... | Evan Cheng | 2007-10-08 | 1 | -20/+13 |
* | Call getFunctionNumber() instead of referencing FunctionNumber directly, | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Migrate X86 and ARM from using X86ISD::{,I}DIV and ARMISD::MULHILO{U,S} to | Dan Gohman | 2007-10-08 | 8 | -222/+273 |
* | Allow x86 compare to be commutable by default. | Evan Cheng | 2007-10-08 | 1 | -9/+0 |
* | C and Objective Caml bindings for PHINode::addIncoming etc. | Gordon Henriksen | 2007-10-08 | 1 | -1/+21 |
* | DAGCombiner support for UDIVREM/SDIVREM and UMUL_LOHI/SMUL_LOHI. | Dan Gohman | 2007-10-08 | 1 | -17/+137 |
* | Remove debugging printf to get build going on x86-64. | Evan Cheng | 2007-10-08 | 1 | -2/+0 |
* | When we start enabling SMUL_LOHI/UMUL_LOHI or SDIVREM/UDIVREM in | Dan Gohman | 2007-10-08 | 1 | -0/+14 |
* | Add convenience overloads of SelectionDAG::getNode that take a SDVTList | Dan Gohman | 2007-10-08 | 1 | -0/+36 |
* | Move the space in overview output for commands out of each of the | Dan Gohman | 2007-10-08 | 1 | -1/+1 |
* | Simplify getIntPtrType, allowing it to work for arbitrary pointer sizes. | Dan Gohman | 2007-10-08 | 1 | -6/+1 |
* | Use correct parentheses with the '&& "..."' idiom in an assert. | Dan Gohman | 2007-10-08 | 1 | -2/+2 |