| Age | Commit message (Expand) | Author |
| 2009-12-23 | Remove node ordering from inline asm nodes. It's not needed. | Bill Wendling |
| 2009-12-23 | Remove node ordering from VA nodes. It's not needed. | Bill Wendling |
| 2009-12-23 | Revert r91949 r91942 and r91936. | Bill Wendling |
| 2009-12-23 | Finish up node ordering in ExpandNode. | Bill Wendling |
| 2009-12-22 | Assign ordering to nodes created in ExpandNode. Only roughly 1/2 of the function | Bill Wendling |
| 2009-12-22 | Assign ordering to SDNodes in PromoteNode. Also fixing a subtle bug where BSWAP | Bill Wendling |
| 2009-12-22 | Allow 0 as an order number. Don't assign an order to formal arguments. | Bill Wendling |
| 2009-12-22 | Report an error for bad inline assembly, where the value passed for an | Bob Wilson |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-12-22 | Add SDNode ordering to inlined asm and VA functions. | Bill Wendling |
| 2009-12-22 | Adding more assignment of ordering to SDNodes. This time in the "call" and | Bill Wendling |
| 2009-12-22 | Add ordering of SDNodes to LowerCallTo. | Bill Wendling |
| 2009-12-22 | Now add ordering to SDNodes created by the massive intrinsic lowering function. | Bill Wendling |
| 2009-12-22 | To make things interesting, I added MORE code to set the ordering of | Bill Wendling |
| 2009-12-21 | Add more plumbing to assign ordering to SDNodes. Have the "getValue" method | Bill Wendling |
| 2009-12-21 | More ordering plumbing. This time for GEP. I need to remember to assign | Bill Wendling |
| 2009-12-21 | Another incremental check-in for assigning ordering to SDNodes. This time for | Bill Wendling |
| 2009-12-21 | Assign ordering to more instructions. Incremental check-in. | Bill Wendling |
| 2009-12-21 | - Add a bit more plumbing assigning an order to SDNodes. | Bill Wendling |
| 2009-12-21 | First wave of plumbing for assigning an ordering to SDNodes. This takes care of | Bill Wendling |
| 2009-12-21 | Place SDNodeOrdering.h in the directory it's used. | Bill Wendling |
| 2009-12-19 | Use 4-arg getVTList) variant instead of generic one, when possible | Anton Korobeynikov |
| 2009-12-18 | Changes from review: | Bill Wendling |
| 2009-12-18 | Increase opportunities to optimize (brcond (srl (and c1), c2)). | Evan Cheng |
| 2009-12-18 | Handle ARM inline asm "w" constraints with 64-bit ("d") registers. | Bob Wilson |
| 2009-12-17 | Introduce EVT::getHalfSizedIntegerVT() for use in ExpandUnalignedStore() in | Ken Dyck |
| 2009-12-17 | Fix a comment grammaro. | Bob Wilson |
| 2009-12-17 | Revert this dag combine change: | Evan Cheng |
| 2009-12-16 | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar |
| 2009-12-16 | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar |
| 2009-12-15 | Make 91378 more conservative. | Evan Cheng |
| 2009-12-15 | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling |
| 2009-12-15 | Fold (zext (and x, cst)) -> (and (zext x), cst). | Evan Cheng |
| 2009-12-15 | Propagate zest through logical shift. | Evan Cheng |
| 2009-12-14 | Fix integer cast code to handle vector types. | Dan Gohman |
| 2009-12-14 | Fix this to properly clear the FastISel debug location. Thanks to | Dan Gohman |
| 2009-12-13 | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov |
| 2009-12-11 | Delete an unnecessary line. The VTSDNode on a SIGN_EXTEND_REG is never | Dan Gohman |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman |
| 2009-12-11 | Fix the result type of SELECT nodes lowered from Select instructions with | Dan Gohman |
| 2009-12-09 | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng |
| 2009-12-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
| 2009-12-09 | Infer alignment for non-fixed stack object. | Evan Cheng |
| 2009-12-09 | Add const qualifier. | Evan Cheng |
| 2009-12-09 | Refactor InferAlignment out of DAGCombine. | Evan Cheng |
| 2009-12-07 | Truncate the arguments of llvm.frameaddress / llvm.returnaddress intrinsics f... | Anton Korobeynikov |
| 2009-12-05 | Remove old DBG_LABEL code. | Dan Gohman |
| 2009-12-05 | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman |
| 2009-12-05 | Don't blindly set the debug location for PHI node copies. | Dan Gohman |
| 2009-12-05 | Make TargetSelectInstruction protected and called from FastISel.cpp | Dan Gohman |