| Age | Commit message (Expand) | Author |
| 2006-10-02 | Debugging kruft | Jim Laskey |
| 2006-10-02 | Add ability to annotate (color) nodes in a viewGraph. | Jim Laskey |
| 2006-09-28 | refactor critical edge breaking out into the SplitCritEdgesForPHIConstants me... | Chris Lattner |
| 2006-09-26 | Comments on JumpTableness | Andrew Lenharth |
| 2006-09-26 | Load chain check is not needed | Jim Laskey |
| 2006-09-26 | Chain can be any operand | Jim Laskey |
| 2006-09-26 | Wrong size for load | Jim Laskey |
| 2006-09-26 | Can't move a load node if it's chain is not used. | Jim Laskey |
| 2006-09-25 | Accidental enable of bad code | Jim Laskey |
| 2006-09-25 | Fix chain dropping in load and drop unused stores in ret blocks. | Jim Laskey |
| 2006-09-25 | Core antialiasing for load and store. | Jim Laskey |
| 2006-09-24 | Add support for other relocation bases to jump tables, as well as custom asm ... | Andrew Lenharth |
| 2006-09-24 | PIC jump table entries are always 32-bit. This fixes PIC jump table support o... | Evan Cheng |
| 2006-09-21 | Make it work for DAG combine of multi-value nodes. | Evan Cheng |
| 2006-09-21 | core corrections | Jim Laskey |
| 2006-09-21 | Basic "in frame" alias analysis. | Jim Laskey |
| 2006-09-21 | fold (aext (and (trunc x), cst)) -> (and x, cst). | Chris Lattner |
| 2006-09-21 | Check the right value type. This fixes 186.crafty on x86 | Chris Lattner |
| 2006-09-21 | Compile: | Chris Lattner |
| 2006-09-21 | Generalize (zext (truncate x)) and (sext (truncate x)) folding to work when | Chris Lattner |
| 2006-09-20 | Compile: | Chris Lattner |
| 2006-09-20 | Fold the full generality of (any_extend (truncate x)) | Chris Lattner |
| 2006-09-20 | Two things: | Chris Lattner |
| 2006-09-20 | Expand 64-bit shifts more optimally if we know that the high bit of the | Chris Lattner |
| 2006-09-19 | Fold extract_element(cst) to cst | Chris Lattner |
| 2006-09-19 | Minor speedup for legalize by avoiding some malloc traffic | Chris Lattner |
| 2006-09-18 | Fix a typo. | Evan Cheng |
| 2006-09-18 | Allow i32 UDIV, SDIV, UREM, SREM to be expanded into libcalls. | Evan Cheng |
| 2006-09-18 | absolute addresses must match pointer size | Andrew Lenharth |
| 2006-09-16 | Oh yeah, this is needed too | Chris Lattner |
| 2006-09-16 | simplify control flow, no functionality change | Chris Lattner |
| 2006-09-16 | Allow custom expand of mul | Chris Lattner |
| 2006-09-14 | Fold (X & C1) | (Y & C2) -> (X|Y) & C3 when possible. | Chris Lattner |
| 2006-09-14 | Split rotate matching code out to its own function. Make it stronger, by | Chris Lattner |
| 2006-09-13 | If LSR went through a lot of trouble to put constants (e.g. the addr of a global | Chris Lattner |
| 2006-09-13 | Compile X << 1 (where X is a long-long) to: | Chris Lattner |
| 2006-09-12 | Added support for machine specific constantpool values. These are useful for | Evan Cheng |
| 2006-09-10 | This code was trying too hard. By eliminating redundant edges in the CFG | Chris Lattner |
| 2006-09-09 | Implement the fpowi now by lowering to a libcall | Chris Lattner |
| 2006-09-09 | Allow targets to custom lower expanded BIT_CONVERT's | Chris Lattner |
| 2006-09-07 | Fix CodeGen/Generic/2006-09-06-SwitchLowering.ll, a bug where SDIsel inserted | Chris Lattner |
| 2006-09-05 | Change the default to 0, which means 'default'. | Chris Lattner |
| 2006-09-05 | Completely eliminate def&use operands. Now a register operand is EITHER a | Chris Lattner |
| 2006-09-04 | forgot this | Duraid Madina |
| 2006-09-01 | Allow legalizer to expand ISD::MUL using only MULHS in the rare case that is | Evan Cheng |
| 2006-08-31 | DAG combiner fix for rotates. Previously the outer-most condition checks | Evan Cheng |
| 2006-08-29 | Move isCommutativeBinOp from SelectionDAG.cpp and DAGCombiner.cpp out. Make i... | Evan Cheng |
| 2006-08-27 | s|llvm/Support/Visibility.h|llvm/Support/Compiler.h| | Chris Lattner |
| 2006-08-27 | Eliminate SelectNodeTo() and getTargetNode() variants which take more than | Evan Cheng |
| 2006-08-26 | SelectNodeTo now returns a SDNode*. | Evan Cheng |