Age | Commit message (Expand) | Author |
2010-03-01 | remove all but one version of SelectionDAG::MorphNodeTo | Chris Lattner |
2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
2010-01-28 | Assign the ordering of SDNodes in a much less intrusive fashion. After the | Bill Wendling |
2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
2009-12-21 | - Add a bit more plumbing assigning an order to SDNodes. | Bill Wendling |
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-09 | Move isConsecutiveLoad to SelectionDAG. It's not target dependent and it's pr... | Evan Cheng |
2009-12-09 | Add const qualifier. | Evan Cheng |
2009-12-09 | Refactor InferAlignment out of DAGCombine. | Evan Cheng |
2009-12-05 | Remove the unused DisableLegalizeTypes option and related code. | Dan Gohman |
2009-11-30 | Added support to allow clients to custom widen. For X86, custom widen vectors... | Mon P Wang |
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-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
2009-10-13 | Introduce new convenience methods for sign extending or | Duncan Sands |
2009-10-10 | Make getMachineNode return a MachineSDNode* instead of a generic SDNode* | Dan Gohman |
2009-10-08 | Add a SelectionDAG getTargetInsertSubreg convenience function, | Bob Wilson |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-25 | Rename getTargetNode to getMachineNode, for consistency with the | Dan Gohman |
2009-09-23 | Rename several variables from EVT to more descriptive names, now that EVT | Dan Gohman |
2009-09-15 | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman |
2009-09-15 | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman |
2009-09-03 | Recognize more opportunities to use SSE min and max instructions, | Dan Gohman |
2009-08-28 | Reapply 79977. | Devang Patel |
2009-08-26 | Remove all the LLVM_COMPACTIFY_SENTINELS-related macro magic as discussed wit... | Gabor Greif |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | re-committing yesterday's r79938. | Gabor Greif |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-25 | --- Reverse-merging r79938 into '.': | Bill Wendling |
2009-08-24 | Resubmit an earlier patch of mine: | Gabor Greif |
2009-08-21 | Fix a comment. | Bob Wilson |
2009-08-19 | Add an x86 peep that narrows TEST instructions to forms that use | Dan Gohman |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-10 | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson |
2009-08-05 | Major calling convention code refactoring. | Dan Gohman |
2009-07-09 | As Chris pointed out, we don't actually need to pass the context around here. | Owen Anderson |
2009-07-09 | Thread LLVMContext through MVT and related parts of SDISel. | Owen Anderson |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-06-27 | Remove a redundant #include. | Dan Gohman |
2009-06-25 | add targetflags to jump tables and constant pool entries. | Chris Lattner |
2009-06-25 | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner |
2009-06-25 | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner |
2009-06-02 | Revert 72707 and 72709, for the moment. | Dale Johannesen |
2009-06-01 | Make the implicit inputs and outputs of target-independent | Dale Johannesen |
2009-05-23 | Add a new step to legalization to legalize vector math operations. This | Eli Friedman |
2009-05-13 | Indentation. | Evan Cheng |