| Age | Commit message (Expand) | Author |
| 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 |
| 2005-10-02 | silence a bogus warning | Chris Lattner |
| 2005-10-02 | Add assertions to the trivial scheduler to check that the value types match | Chris Lattner |
| 2005-10-02 | Codegen CopyFromReg using the regclass that matches the valuetype of the | Chris Lattner |
| 2005-10-01 | Add some very paranoid checking for operand/result reg class matchup | Chris Lattner |
| 2005-10-01 | Fix VC++ warnings. | Jeff Cohen |
| 2005-10-01 | add a method | Chris Lattner |
| 2005-10-01 | typo | Jim Laskey |
| 2005-10-01 | 1. Simplify the gathering of node groups. | Jim Laskey |
| 2005-09-30 | 1. Made things node-centric (from operand). | Jim Laskey |
| 2005-09-29 | Fix two bugs in my patch earlier today that broke int->fp conversion on X86. | Chris Lattner |
| 2005-09-29 | Silence VC++ redeclaration warnings. | Jeff Cohen |
| 2005-09-28 | Add FP versions of the binary operators, keeping the int and fp worlds seperate. | Chris Lattner |
| 2005-09-27 | If the target prefers it, use _setjmp/_longjmp should be used instead of setj... | Chris Lattner |
| 2005-09-27 | initialize new flag | Chris Lattner |
| 2005-09-27 | Remove some redundancies. | Jim Laskey |
| 2005-09-26 | Addition of a simple two pass scheduler. This version is currently hacked up | Jim Laskey |
| 2005-09-23 | Turn (X^C1) == C2 into X == C1^C2 iff X&~C1 = 0 (and move a function) | Chris Lattner |
| 2005-09-19 | Stub out the rest of the DAG Combiner. Just need to fill in the | Nate Begeman |
| 2005-09-16 | More DAG combining. Still need the branch instructions, and select_cc | Nate Begeman |
| 2005-09-13 | If a function has liveins, and if the target requested that they be plopped | Chris Lattner |
| 2005-09-10 | Allow targets to say they don't support truncstore i1 (which includes a mask | Chris Lattner |
| 2005-09-09 | Add a missing #include, patch courtesy of Baptiste Lepilleur. | Chris Lattner |
| 2005-09-09 | Fix a problem duraid encountered on itanium where this folding: | Chris Lattner |