| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a testcase provided by Bill in which the node | Duncan Sands | 2008-10-28 | 1 | -0/+11 |
* | Fix a nasty miscompilation of 176.gcc on linux/x86 where we synthesized | Chris Lattner | 2008-10-28 | 1 | -0/+22 |
* | Avoid putting a split past the end of the live range; always shrink wrap live... | Evan Cheng | 2008-10-28 | 2 | -0/+73 |
* | Remove val# defined by a remat'ed def that is now dead. | Evan Cheng | 2008-10-27 | 1 | -0/+44 |
* | rename vec_spat -> vec_splat, pointed out by duncan | Chris Lattner | 2008-10-27 | 1 | -0/+0 |
* | Turn on LegalizeTypes, the new type legalization | Duncan Sands | 2008-10-27 | 25 | -33/+25 |
* | For now, don't split live intervals around x87 stack register barriers. FpGET... | Evan Cheng | 2008-10-27 | 1 | -0/+34 |
* | remove eh output from this test. | Chris Lattner | 2008-10-26 | 1 | -6/+6 |
* | Do not shrink wrap live interval in a mbb if it's livein any of its successor... | Evan Cheng | 2008-10-26 | 1 | -0/+36 |
* | Handle cases where there aren't uses in the barrier mbb. | Evan Cheng | 2008-10-25 | 1 | -0/+56 |
* | Related to PR2911, reject as invalid non-pointer GC roots. | Gordon Henriksen | 2008-10-25 | 1 | -0/+10 |
* | If val# def is ~0U, meaning it's defined by a PHI, and it's previously split,... | Evan Cheng | 2008-10-25 | 1 | -0/+24 |
* | Be kind to non-x86 hosts. | Dale Johannesen | 2008-10-24 | 2 | -2/+2 |
* | Fix translateX86CC: if SetCCOpcode is SETULE and | Duncan Sands | 2008-10-24 | 1 | -0/+17 |
* | Avoid splitting an interval multiple times; avoid splitting re-materializable... | Evan Cheng | 2008-10-24 | 3 | -0/+75 |
* | Fix PR2907 by digging through constant expressions to find FP constants that | Chris Lattner | 2008-10-22 | 1 | -0/+29 |
* | Fix SelectionDAGBuild lowering of Select instructions to | Dan Gohman | 2008-10-21 | 1 | -0/+24 |
* | really fix run line | Chris Lattner | 2008-10-21 | 1 | -8/+8 |
* | fix run line | Chris Lattner | 2008-10-21 | 1 | -1/+1 |
* | remove some unneeded eh generation | Chris Lattner | 2008-10-21 | 1 | -1/+1 |
* | Don't create TargetGlobalAddress nodes with offsets that don't fit | Dan Gohman | 2008-10-21 | 1 | -0/+14 |
* | Optimized FCMP_OEQ and FCMP_UNE for x86. | Dan Gohman | 2008-10-21 | 1 | -0/+31 |
* | When the coalescer is doing rematerializing, have it remove | Dan Gohman | 2008-10-21 | 1 | -0/+5 |
* | Fix gcc.c-torture/compile/920520-1.c by inserting bitconverts | Chris Lattner | 2008-10-21 | 1 | -0/+11 |
* | Reapply r57699 with a fix to not crash on asms with multiple results. Unlike | Chris Lattner | 2008-10-18 | 1 | -0/+10 |
* | Teach DAGCombine to fold constant offsets into GlobalAddress nodes, | Dan Gohman | 2008-10-18 | 1 | -0/+18 |
* | Revert r57699. It's causing regressions in | Dan Gohman | 2008-10-18 | 1 | -11/+0 |
* | Fix PR2898. Spiller delete a store for reuse before it knows for sure the reu... | Evan Cheng | 2008-10-17 | 1 | -0/+129 |
* | Fix a bug where the x86 backend would reject 64-bit r constraints when | Chris Lattner | 2008-10-17 | 1 | -0/+9 |
* | Fix PR2356 on PowerPC: if we have an input and output that are tied together | Chris Lattner | 2008-10-17 | 1 | -0/+11 |
* | remove an xfailed test. | Chris Lattner | 2008-10-17 | 1 | -26/+0 |
* | remove this test: it is xfailed anyway, and is failing for a reason | Chris Lattner | 2008-10-17 | 1 | -18/+0 |
* | Fix a very subtle spiller bug: UpdateKills should not forget to track defs of... | Evan Cheng | 2008-10-17 | 1 | -0/+155 |
* | Fun x86 encoding tricks: when adding an immediate value of 128, | Dan Gohman | 2008-10-17 | 2 | -0/+26 |
* | Define patterns for shld and shrd that match immediate | Dan Gohman | 2008-10-17 | 3 | -0/+219 |
* | Fix this test so it actually runs the grep lines. | Dan Gohman | 2008-10-16 | 1 | -3/+3 |
* | Testcase for PR2762. | Duncan Sands | 2008-10-16 | 1 | -0/+8 |
* | Testcase for PR1638. | Bill Wendling | 2008-10-15 | 1 | -0/+27 |
* | - Add target lowering hooks that specify which setcc conditions are illegal, | Evan Cheng | 2008-10-15 | 1 | -0/+11 |
* | When doing the very-late shift-and address-mode optimization, | Dan Gohman | 2008-10-13 | 1 | -0/+38 |
* | FIX PR2794. Make sure SIGN_EXTEND_INREG nodes introduced by LegalizeSetCCOper... | Evan Cheng | 2008-10-13 | 1 | -0/+29 |
* | Also update sub-register intervals after a trivial computation is rematt'ed f... | Evan Cheng | 2008-10-13 | 1 | -0/+42 |
* | Add a test case for _Complex passed as a FCA. | Evan Cheng | 2008-10-13 | 1 | -0/+14 |
* | Change CALLSEQ_BEGIN and CALLSEQ_END to take TargetConstant's as | Chris Lattner | 2008-10-11 | 1 | -0/+21 |
* | Add testcase for 'r' inline asm operand | Anton Korobeynikov | 2008-10-10 | 1 | -0/+14 |
* | This does not fail anymore | Anton Korobeynikov | 2008-10-10 | 1 | -2/+0 |
* | Add sparc test for memory operand used in inline asm | Anton Korobeynikov | 2008-10-10 | 1 | -0/+16 |
* | This is not failing anymore | Anton Korobeynikov | 2008-10-10 | 1 | -2/+0 |
* | get CodeGen/Alpha/mul128.ll to work. | Chris Lattner | 2008-10-09 | 1 | -1/+0 |
* | Remove -disable-fast-isel. Use cl::boolOrDefault with -fast-isel | Dan Gohman | 2008-10-07 | 1 | -1/+1 |