| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix PR2029 | Chris Lattner | 2008-02-14 | 1 | -0/+11 |
* | Fix a miscompilation from Dan's recent apintification. | Chris Lattner | 2008-02-14 | 1 | -3/+1 |
* | Fix single precision FP constants on SPU. They are actually legal, | Nate Begeman | 2008-02-14 | 3 | -20/+9 |
* | In TargetLowering::LowerCallTo, don't assert that | Duncan Sands | 2008-02-14 | 10 | -36/+60 |
* | Change how FP immediates are handled. | Nate Begeman | 2008-02-14 | 11 | -44/+49 |
* | Support a new type of MachineOperand, MO_FPImmediate, used for holding | Nate Begeman | 2008-02-14 | 1 | -0/+10 |
* | simplify code, no functionality change. | Chris Lattner | 2008-02-14 | 1 | -7/+9 |
* | Move some useful operands up into the all-targets .td | Nate Begeman | 2008-02-14 | 2 | -3/+3 |
* | Fix PR2032. Inform the alias analysis of changes to the underlying program. | Nick Lewycky | 2008-02-14 | 1 | -0/+2 |
* | upgrade some entries, remove stuff that is done. | Chris Lattner | 2008-02-14 | 2 | -134/+46 |
* | the mid-level optimizer removes this stuff. | Chris Lattner | 2008-02-14 | 1 | -26/+0 |
* | this one is easy. | Chris Lattner | 2008-02-14 | 1 | -1/+1 |
* | This readme entry is done, testcase here: CodeGen/X86/zero-remat.ll | Chris Lattner | 2008-02-14 | 1 | -14/+0 |
* | Allow the APInt form of ComputeMaskedBits to operate on i128 types. | Dan Gohman | 2008-02-13 | 1 | -4/+7 |
* | Assigning an APInt to 0 with plain assignment gives it a one-bit | Dan Gohman | 2008-02-13 | 1 | -1/+1 |
* | Avoid setting bits that aren't demanded. | Dan Gohman | 2008-02-13 | 1 | -3/+3 |
* | Simplify some logic in ComputeMaskedBits. And change ComputeMaskedBits | Dan Gohman | 2008-02-13 | 11 | -54/+62 |
* | A loop latch phi node may have uses inside loop, not just in loop header. | Devang Patel | 2008-02-13 | 1 | -4/+5 |
* | Rename APInt's isPositive to isNonNegative, to reflect what it | Dan Gohman | 2008-02-13 | 1 | -6/+6 |
* | While moving exit condition, do not drop loop latch on the floor. | Devang Patel | 2008-02-13 | 1 | -4/+9 |
* | Add countTrailingOnes member functions to APInt. | Dan Gohman | 2008-02-13 | 1 | -0/+12 |
* | Keep track of exit value operand number when operands are swapped. | Devang Patel | 2008-02-13 | 1 | -1/+6 |
* | Enable exception handling int JIT | Nicolas Geoffray | 2008-02-13 | 10 | -8/+856 |
* | Teach LegalizeTypes how to expand and promote CTLZ, | Duncan Sands | 2008-02-13 | 3 | -18/+108 |
* | Fix the PPC JIT regressions by encoding zeroreg as 0 for BLR. | Chris Lattner | 2008-02-13 | 1 | -0/+1 |
* | remove some dead code. | Chris Lattner | 2008-02-13 | 1 | -4/+0 |
* | Remove use of ltdl | Devang Patel | 2008-02-13 | 3 | -4958/+17 |
* | Fix typo. Thanks to Duncan for noticing. | Wojciech Matyjewicz | 2008-02-13 | 1 | -1/+1 |
* | Add comments as per review feedback. | Wojciech Matyjewicz | 2008-02-13 | 1 | -5/+13 |
* | Some code clean up. | Evan Cheng | 2008-02-13 | 1 | -33/+34 |
* | Simplify. | Evan Cheng | 2008-02-13 | 1 | -3/+1 |
* | Fix a potential serious problem where kills belonging to the val# defined by ... | Evan Cheng | 2008-02-13 | 1 | -3/+2 |
* | * Cannot safely commute an instruction there are other defs which can reach i... | Evan Cheng | 2008-02-13 | 1 | -1/+5 |
* | In SDISel, for targets that support FORMAL_ARGUMENTS nodes, lower this | Chris Lattner | 2008-02-13 | 1 | -1/+15 |
* | don't try to avoid inserting loads when lowering FORMAL_ARGUMENTS. | Chris Lattner | 2008-02-13 | 3 | -39/+17 |
* | teach dag combiner how to eliminate MERGE_VALUES nodes. | Chris Lattner | 2008-02-13 | 1 | -0/+14 |
* | readme updates | Nate Begeman | 2008-02-13 | 2 | -0/+20 |
* | Support legalizing insert_vector_elt on targets where the element | Nate Begeman | 2008-02-13 | 1 | -27/+40 |
* | Initial support for copy elimination by commuting its definition MI. | Evan Cheng | 2008-02-13 | 2 | -17/+243 |
* | Make register scavenging happy by not using a reg (CR0) that isn't defined | Nate Begeman | 2008-02-13 | 1 | -1/+1 |
* | - Added removeValNo() to remove all live ranges of a particular value#. | Evan Cheng | 2008-02-13 | 1 | -7/+61 |
* | commuteInstr() can now commute non-ssa machine instrs. | Evan Cheng | 2008-02-13 | 3 | -0/+28 |
* | Added debugging routine dumpUses. | Evan Cheng | 2008-02-13 | 1 | -0/+8 |
* | Convert SelectionDAG::ComputeMaskedBits to use APInt instead of uint64_t. | Dan Gohman | 2008-02-13 | 11 | -129/+157 |
* | __DATA not __DATA__ is the right segment name on darwin. | Dale Johannesen | 2008-02-12 | 2 | -2/+2 |
* | Remove some dead code | Nate Begeman | 2008-02-12 | 1 | -7/+3 |
* | SSE4.1 64b integer insert/extract pattern support | Nate Begeman | 2008-02-12 | 4 | -41/+73 |
* | Re-apply the patch to improve the optimizations of memcpy's, with several | Owen Anderson | 2008-02-12 | 2 | -2/+120 |
* | Generalize getCopyFromParts and getCopyToParts to | Duncan Sands | 2008-02-12 | 1 | -113/+215 |
* | Revert r46916 PPCTargetAsmInfo.cpp. | Evan Cheng | 2008-02-12 | 1 | -2/+2 |