| Age | Commit message (Expand) | Author |
| 2005-10-15 | Add a case we were missing that was causing us to fail CodeGen/PowerPC/rlwinm... | Chris Lattner |
| 2005-10-15 | Use getExtLoad here instead of getNode, as extloads produce two values. This | Chris Lattner |
| 2005-10-14 | fold sext_in_reg, sext_in_reg where both have the same VT. This was | Nate Begeman |
| 2005-10-14 | Relax the checking on zextload generation a bit, since as sabre pointed out | Nate Begeman |
| 2005-10-13 | Fix the trunc(load) case, finally allowing crafty and povray to pass | Chris Lattner |
| 2005-10-13 | Fix some bugs in (sext (load x)) | Chris Lattner |
| 2005-10-13 | When ExpandOp'ing a [SZ]EXTLOAD, make sure to remember that the chain | Chris Lattner |
| 2005-10-13 | Implement PromoteOp for *EXTLOAD, allowing MallocBench/gs to Legalize | Chris Lattner |
| 2005-10-13 | Fix the remaining DAGCombiner issues pointed out by sabre. This should fix | Nate Begeman |
| 2005-10-13 | Fix a minor bug in the dag combiner that broke pcompress2 and some other | Chris Lattner |
| 2005-10-13 | Add support to Legalize for expanding i64 sextload/zextload into hi and lo | Nate Begeman |
| 2005-10-13 | Inhibit instructions from being pushed before function calls. This will | Jim Laskey |
| 2005-10-13 | Move some Legalize functionality over to the DAGCombiner where it belongs. | Nate Begeman |
| 2005-10-12 | Fix a potential bug with two combine-to's back to back that chris pointed | Nate Begeman |
| 2005-10-12 | More cool stuff for the dag combiner. We can now finally handle things | Nate Begeman |
| 2005-10-12 | Finally committing to the new scheduler. Still -sched=none by default. | Jim Laskey |
| 2005-10-11 | Fix a powerpc crash on CodeGen/Generic/llvm-ct-intrinsics.ll | Chris Lattner |
| 2005-10-11 | Add a canonicalization that got lost, fixing PowerPC/fold-li.ll:SUB | Chris Lattner |
| 2005-10-10 | clean up some corner cases | Chris Lattner |
| 2005-10-10 | Implement trivial DSE. If two stores are neighbors and store to the same | Chris Lattner |
| 2005-10-10 | Add support for CombineTo, allowing the dag combiner to replace nodes with | Chris Lattner |
| 2005-10-10 | Teach the DAGCombiner several new tricks, teaching it how to turn | Nate Begeman |
| 2005-10-10 | Fix comment | Chris Lattner |
| 2005-10-10 | Add ISD::ADD to MaskedValueIsZero | Chris Lattner |
| 2005-10-10 | This function is now dead | Chris Lattner |
| 2005-10-10 | Enable Nate's excellent DAG combiner work by default. This allows the | Chris Lattner |
| 2005-10-09 | add a todo for something I noticed | Chris Lattner |
| 2005-10-09 | (X & Y) & C == 0 if either X&C or Y&C are zero | Chris Lattner |
| 2005-10-09 | When emiting a CopyFromReg and the source is already a vreg, do not bother | Chris Lattner |
| 2005-10-08 | Lo and behold, the last bits of SelectionDAG.cpp have been moved over. | Nate Begeman |
| 2005-10-07 | remove debugging code | Chris Lattner |
| 2005-10-07 | implement CodeGen/PowerPC/div-2.ll:test2-4 by propagating zero bits through | Chris Lattner |
| 2005-10-07 | fix indentation | Chris Lattner |
| 2005-10-07 | Turn sdivs into udivs when we can prove the sign bits are clear. This | Chris Lattner |
| 2005-10-06 | silence a bogus GCC warning | Chris Lattner |
| 2005-10-06 | Make the legalizer completely non-recursive | Chris Lattner |
| 2005-10-05 | Let the combiner handle more cases | Nate Begeman |
| 2005-10-05 | Remove some bad code from Legalize | Nate Begeman |
| 2005-10-05 | Check in some more DAGCombiner pieces | Nate Begeman |
| 2005-10-05 | implement visitBR_CC so that PowerPC/inverted-bool-compares.ll passes | Chris Lattner |
| 2005-10-05 | fix some pastos | Chris Lattner |
| 2005-10-05 | Add a new HandleNode class, which is used to handle (haha) cases in the | Chris Lattner |
| 2005-10-05 | Implement the code for PowerPC/inverted-bool-compares.ll, even though it | Chris Lattner |
| 2005-10-05 | make sure that -view-isel-dags is the input to the isel, not the input to | Chris Lattner |
| 2005-10-05 | Fix a crash compiling Olden/tsp | Chris Lattner |
| 2005-10-04 | Reverting to version - until problem isolated. | Jim Laskey |
| 2005-10-04 | Fix some faulty logic in the libcall inserter. | Nate Begeman |
| 2005-10-04 | Add back a workaround that fixes some breakages from chris's last change. | Nate Begeman |
| 2005-10-03 | Refactor gathering node info and emission. | Jim Laskey |
| 2005-10-02 | Fix a problem where the legalizer would run out of stack space on extremely | Chris Lattner |