Age | Commit message (Expand) | Author |
2010-03-18 | Define placement new wrappers for BumpPtrAllocator and | Dan Gohman |
2010-03-15 | SIGN_EXTEND from the same type as the dest is valid. | Chris Lattner |
2010-03-15 | sink the call to VT.getSizeInBits() down into its uses, | Chris Lattner |
2010-03-14 | Rename SDDbgValue.h to SDNodeDbgValue.h for consistency. | Evan Cheng |
2010-03-14 | Make default expansion for FP16 <-> FP32 nodes into libcalls | Anton Korobeynikov |
2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
2010-03-10 | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen |
2010-03-07 | Use Other as a sentinel instead of iAny. | Chris Lattner |
2010-03-04 | Fix a typo Duncan noticed. | Dan Gohman |
2010-03-03 | Fix a bug in SelectionDAG's ReplaceAllUsesWith in the case where | Dan Gohman |
2010-03-02 | Remove dead parameter passing. | Bill Wendling |
2010-03-01 | remove all but one version of SelectionDAG::MorphNodeTo | Chris Lattner |
2010-03-01 | some trivial microoptimizations. | Chris Lattner |
2010-02-28 | enhance the new isel to handle the 'node already exists' | Chris Lattner |
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 |