| Commit message (Expand) | Author | Age | Files | Lines |
* | Use Other as a sentinel instead of iAny. | Chris Lattner | 2010-03-07 | 1 | -4/+4 |
* | Fix a typo Duncan noticed. | Dan Gohman | 2010-03-04 | 1 | -1/+1 |
* | Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where | Dan Gohman | 2010-03-03 | 1 | -4/+45 |
* | Remove dead parameter passing. | Bill Wendling | 2010-03-02 | 1 | -3/+3 |
* | remove all but one version of SelectionDAG::MorphNodeTo | Chris Lattner | 2010-03-01 | 1 | -81/+0 |
* | some trivial microoptimizations. | Chris Lattner | 2010-03-01 | 1 | -6/+8 |
* | enhance the new isel to handle the 'node already exists' | Chris Lattner | 2010-02-28 | 1 | -1/+1 |
* | clean up various VT manipulations, patch by Micah Villmow! PR6337 | Chris Lattner | 2010-02-24 | 1 | -9/+6 |
* | convert cycle checker to smallptrset, add comments and make it | Chris Lattner | 2010-02-24 | 1 | -20/+20 |
* | revert david's patch which does not even build. | Chris Lattner | 2010-02-24 | 1 | -4/+4 |
* | Use a SmallPtrSet as suggested by Chris. | David Greene | 2010-02-24 | 1 | -4/+4 |
* | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman | 2010-02-24 | 1 | -0/+23 |
* | add node #'s to debug dumps. | Chris Lattner | 2010-02-24 | 1 | -3/+3 |
* | make selectnodeto set the nodeid to -1. This makes it more akin to | Chris Lattner | 2010-02-23 | 1 | -1/+4 |
* | Print node ID's in dumps and views if set. | Chris Lattner | 2010-02-23 | 1 | -0/+3 |
* | Speed up cycle checking significantly by caching results. | David Greene | 2010-02-23 | 1 | -3/+9 |
* | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene | 2010-02-17 | 1 | -8/+17 |
* | There are two ways of checking for a given type, for example isa<PointerType>(T) | Duncan Sands | 2010-02-16 | 1 | -1/+1 |
* | Fix a memory leak. Patch by Nicolas Geoffray. | Evan Cheng | 2010-02-15 | 1 | -0/+1 |
* | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 1 | -15/+27 |
* | Only dump output in debug mode. | David Greene | 2010-02-09 | 1 | -4/+5 |
* | move target-independent opcodes out of TargetInstrInfo | Chris Lattner | 2010-02-09 | 1 | -4/+4 |
* | Improve EXTRACT_VECTOR_ELT patch based on comments from Duncan | Mon P Wang | 2010-02-01 | 1 | -6/+9 |
* | Fixed a couple of optimization with EXTRACT_VECTOR_ELT that assumes the result | Mon P Wang | 2010-02-01 | 1 | -1/+1 |
* | Change the SREM case to match the logic in the IR version ComputeMaskedBits. | Duncan Sands | 2010-01-29 | 1 | -8/+17 |
* | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling | 2010-01-28 | 1 | -1/+1 |
* | Remove the '-disable-scheduling' flag and replace it with the 'source' option of | Bill Wendling | 2010-01-23 | 1 | -8/+5 |
* | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene | 2010-01-20 | 1 | -1/+35 |
* | Add some asserts to check SelectionDAG problems earlier. | David Greene | 2010-01-20 | 1 | -0/+12 |
* | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene | 2010-01-19 | 1 | -28/+24 |
* | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene | 2010-01-15 | 1 | -0/+43 |
* | Revert an earlier change to SIGN_EXTEND_INREG for vectors. The VTSDNode | Dan Gohman | 2010-01-09 | 1 | -11/+28 |
* | Teach dag combine to fold the following transformation more aggressively: | Evan Cheng | 2010-01-06 | 1 | -0/+2 |
* | Change errs() to dbgs(). | David Greene | 2010-01-05 | 1 | -10/+11 |
* | Add more plumbing. This time in the LowerArguments and "get" functions which | Bill Wendling | 2009-12-22 | 1 | -3/+3 |
* | - Add a bit more plumbing assigning an order to SDNodes. | Bill Wendling | 2009-12-21 | 1 | -1/+17 |
* | Place SDNodeOrdering.h in the directory it's used. | Bill Wendling | 2009-12-21 | 1 | -1/+2 |
* | Use 4-arg getVTList) variant instead of generic one, when possible | Anton Korobeynikov | 2009-12-19 | 1 | -0/+1 |
* | Changes from review: | Bill Wendling | 2009-12-18 | 1 | -133/+54 |
* | Reapply r91392, it was only unmasking the bug, and since TOT is still broken ... | Daniel Dunbar | 2009-12-16 | 1 | -29/+146 |
* | Revert "Initial work on disabling the scheduler. This is a work in progress, and | Daniel Dunbar | 2009-12-16 | 1 | -146/+29 |
* | Initial work on disabling the scheduler. This is a work in progress, and this | Bill Wendling | 2009-12-15 | 1 | -29/+146 |
* | Fix integer cast code to handle vector types. | Dan Gohman | 2009-12-14 | 1 | -19/+44 |
* | Fix weird typo which leads to unallocated memory access for nodes with 4 resu... | Anton Korobeynikov | 2009-12-13 | 1 | -1/+1 |
* | Implement vector widening, splitting, and scalarizing for SIGN_EXTEND_INREG. | Dan Gohman | 2009-12-11 | 1 | -11/+21 |
* | Teach InferPtrAlignment to infer GV+cst alignment and use it to simplify x86 ... | Evan Cheng | 2009-12-09 | 1 | -0/+6 |
* | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng | 2009-12-09 | 1 | -0/+43 |
* | Infer alignment for non-fixed stack object. | Evan Cheng | 2009-12-09 | 1 | -3/+4 |
* | Add const qualifier. | Evan Cheng | 2009-12-09 | 1 | -1/+1 |
* | Refactor InferAlignment out of DAGCombine. | Evan Cheng | 2009-12-09 | 1 | -0/+44 |