Age | Commit message (Expand) | Author |
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-12 | Added graphviz/gv support for MF. | Jim Laskey |
2005-10-11 | Fix (hopefully the last) issue where LSR is nondeterminstic. When pulling | Chris Lattner |
2005-10-11 | Fix another problem where LSR was being nondeterminstic. Also remove elements | Chris Lattner |
2005-10-11 | Fix another lsr-is-nondeterministic case | Chris Lattner |
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-10 | These definitions have been moved to common code. | Chris Lattner |
2005-10-10 | Pull DAG ISel generation nodes out of the PowerPC backend to where they | 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 | Make MaskedValueIsZero a bit more aggressive | Chris Lattner |
2005-10-09 | This seems useful from the original patch that added the function. If there ... | Andrew Lenharth |
2005-10-09 | Fix funky xcode indentation | Chris Lattner |
2005-10-09 | Hrm, you didn't see this. | Chris Lattner |
2005-10-09 | Fix a source of non-determinism in the backend: the order of processing | Chris Lattner |
2005-10-09 | When emiting a CopyFromReg and the source is already a vreg, do not bother | Chris Lattner |
2005-10-09 | Disable formation of rlwinm instructions from SRA bases. This fixes | Chris Lattner |
2005-10-08 | Remove another unused file. Preparing for the great "enable i64 on ppc32" | Nate Begeman |
2005-10-08 | Remove a file that is no longer used | Nate Begeman |
2005-10-08 | Lo and behold, the last bits of SelectionDAG.cpp have been moved over. | Nate Begeman |
2005-10-07 | When preselecting, favor things that have low depth to select first. This | Chris Lattner |
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-07 | Remove useless variable. | Jeff Cohen |
2005-10-07 | add a hack to work around broken VC++ scoping rules. Thx to JeffC for pointing | Chris Lattner |
2005-10-07 | Fix a CQ regression from my patch to split F32/F64 into seperate register | Chris Lattner |
2005-10-07 | Fix CodeGen/Generic/bool-to-double.ll | Chris Lattner |
2005-10-06 | Pull out Call, reducing stack frame size from 6032 bytes to 5184 bytes. | Chris Lattner |
2005-10-06 | Pull out setcc, this reduces stack frame size from 7520 to 6032 bytes | Chris Lattner |
2005-10-06 | Pull two more methods out, reducing stack frame size from 8224 -> 7520 bytes | Chris Lattner |
2005-10-06 | Add a recursive-iterative hybrid stage to attempt to reduce stack space, this | Chris Lattner |
2005-10-06 | silence a bogus GCC warning | Chris Lattner |
2005-10-06 | Fix the LLC regressions on X86 last night. In particular, when undoing | Chris Lattner |
2005-10-06 | This is suppose to work now | Andrew Lenharth |
2005-10-06 | remove VAX compatibility instruction, we will never use this | Andrew Lenharth |
2005-10-06 | Make the legalizer completely non-recursive | Chris Lattner |