| Age | Commit message (Expand) | Author |
| 2010-02-24 | clean up various VT manipulations, patch by Micah Villmow! PR6337 | Chris Lattner |
| 2010-02-24 | convert cycle checker to smallptrset, add comments and make it | Chris Lattner |
| 2010-02-24 | revert david's patch which does not even build. | Chris Lattner |
| 2010-02-24 | Use a SmallPtrSet as suggested by Chris. | David Greene |
| 2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
| 2010-02-24 | add node #'s to debug dumps. | Chris Lattner |
| 2010-02-23 | make selectnodeto set the nodeid to -1. This makes it more akin to | Chris Lattner |
| 2010-02-23 | Print node ID's in dumps and views if set. | Chris Lattner |
| 2010-02-23 | Speed up cycle checking significantly by caching results. | David Greene |
| 2010-02-17 | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene |
| 2010-02-16 | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands |
| 2010-02-15 | Fix a memory leak. Patch by Nicolas Geoffray. | Evan Cheng |
| 2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
| 2010-02-09 | Only dump output in debug mode. | David Greene |
| 2010-02-09 | move target-independent opcodes out of TargetInstrInfo | Chris Lattner |
| 2010-02-01 | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang |
| 2010-02-01 | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang |
| 2010-01-29 | Change the SREM case to match the logic in the IR version ComputeMaskedBits. | Duncan Sands |
| 2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
| 2010-01-23 | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling |
| 2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
| 2010-01-20 | Add some asserts to check SelectionDAG problems earlier. | David Greene |
| 2010-01-19 | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene |
| 2010-01-15 | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene |
| 2010-01-09 | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman |
| 2010-01-06 | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng |
| 2010-01-05 | Change errs() to dbgs(). | David Greene |
| 2009-12-22 | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling |
| 2009-12-21 | - Add a bit more plumbing assigning an order to SDNodes. | 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-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 | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling |
| 2009-12-14 | Fix integer cast code to handle vector types. | Dan Gohman |
| 2009-12-13 | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov |
| 2009-12-11 | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | 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-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
| 2009-11-23 | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman |
| 2009-11-21 | We are not using DBG_STOPPOINT anymore. | Devang Patel |
| 2009-11-20 | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman |
| 2009-11-13 | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen |
| 2009-11-12 | Add a bool flag to StackObjects telling whether they reference spill | David Greene |
| 2009-11-07 | Fix memoizing of CvtRndSatSDNode | Mon P Wang |