| Commit message (Expand) | Author | Age | Files | Lines |
| * | Add non-temporal flags and remove an assumption of default arguments. | David Greene | 2010-02-15 | 1 | -0/+1 |
| * | give SDValue an operator->, allowing V->isTargetOpcode() and | Chris Lattner | 2010-02-15 | 1 | -0/+2 |
| * | don't make insanely large node numbers for no reason, | Chris Lattner | 2010-02-15 | 1 | -1/+1 |
| * | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene | 2010-01-20 | 1 | -0/+8 |
| * | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene | 2010-01-19 | 1 | -15/+33 |
| * | Add comments to the dump() and dumpr() routines. | Dan Gohman | 2010-01-15 | 1 | -0/+8 |
| * | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene | 2010-01-15 | 1 | -0/+19 |
| * | Remove spurious semicolon. Thanks, Clang | Douglas Gregor | 2009-12-19 | 1 | -1/+1 |
| * | BIT_CONVERT nodes are used for vector types, too. | Bob Wilson | 2009-12-17 | 1 | -6/+7 |
| * | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner | 2009-12-15 | 1 | -1/+2 |
| * | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner | 2009-12-03 | 1 | -1/+1 |
| * | Add edge source labels to SelectionDAG graphs, now that the graph printing | Dan Gohman | 2009-12-01 | 1 | -0/+5 |
| * | Remove ISD::DEBUG_LOC and ISD::DBG_LABEL, which are no longer used. | Dan Gohman | 2009-11-23 | 1 | -14/+2 |
| * | We are not using DBG_STOPPOINT anymore. | Devang Patel | 2009-11-21 | 1 | -29/+0 |
| * | Target-independent support for TargetFlags on BlockAddress operands, | Dan Gohman | 2009-11-20 | 1 | -2/+6 |
| * | Adjust isConstantSplat to allow for big-endian targets. | Dale Johannesen | 2009-11-13 | 1 | -2/+2 |
| * | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman | 2009-10-30 | 1 | -2/+19 |
| * | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth | 2009-10-26 | 1 | -1/+1 |
| * | INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They | Dan Gohman | 2009-10-07 | 1 | -2/+0 |
| * | Improve MachineMemOperand handling. | Dan Gohman | 2009-09-25 | 1 | -85/+113 |
| * | Add a version of dumpr() that has a SelectionDAG* argument. | Dan Gohman | 2009-09-25 | 1 | -0/+1 |
| * | Better solution for tracking both the original alignment of the access, and t... | Nate Begeman | 2009-09-15 | 1 | -23/+19 |
| * | Add an "original alignment" field to load and store nodes. This enables the | Nate Begeman | 2009-09-15 | 1 | -11/+20 |
| * | Reapply 79977. | Devang Patel | 2009-08-28 | 1 | -3/+3 |
| * | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif | 2009-08-27 | 1 | -4/+7 |
| * | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif | 2009-08-27 | 1 | -5/+4 |
| * | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel | 2009-08-26 | 1 | -3/+3 |
| * | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel | 2009-08-25 | 1 | -3/+3 |
| * | Record variable debug info at ISel time directly. | Devang Patel | 2009-08-22 | 1 | -6/+0 |
| * | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson | 2009-08-11 | 1 | -11/+11 |
| * | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach | 2009-08-11 | 1 | -0/+4 |
| * | Rename MVT to EVT, in preparation for splitting SimpleValueType out into its ... | Owen Anderson | 2009-08-10 | 1 | -50/+50 |
| * | Major calling convention code refactoring. | Dan Gohman | 2009-08-05 | 1 | -112/+35 |
| * | I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live un... | Evan Cheng | 2009-07-30 | 1 | -3/+3 |
| * | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman | 2009-07-09 | 1 | -1/+3 |
| * | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner | 2009-07-08 | 1 | -6/+5 |
| * | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller | 2009-07-03 | 1 | -2/+9 |
| * | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner | 2009-06-26 | 1 | -1/+1 |
| * | add targetflags to jump tables and constant pool entries. | Chris Lattner | 2009-06-25 | 1 | -22/+12 |
| * | allow setting target operand flags on TargetGlobalAddress nodes. | Chris Lattner | 2009-06-25 | 1 | -1/+3 |
| * | start bringing targetoperand flags into isel, first up, ExternalSymbol. | Chris Lattner | 2009-06-25 | 1 | -2/+5 |
| * | mv CodeGen/DebugLoc.h Support/DebugLoc.h | Devang Patel | 2009-06-19 | 1 | -1/+1 |
| * | Revert 72707 and 72709, for the moment. | Dale Johannesen | 2009-06-02 | 1 | -4/+6 |
| * | Make the implicit inputs and outputs of target-independent | Dale Johannesen | 2009-06-01 | 1 | -6/+4 |
| * | Update comment, replace theoretically impossible check with an assert. | Nate Begeman | 2009-04-29 | 1 | -7/+7 |
| * | Implement review feedback for vector shuffle work. | Nate Begeman | 2009-04-29 | 1 | -2/+14 |
| * | Add a public method called getAddressSpace() to the GlobalAddressSDNode. | Sanjiv Gupta | 2009-04-29 | 1 | -0/+2 |
| * | 2nd attempt, fixing SSE4.1 issues and implementing feedback from duncan. | Nate Begeman | 2009-04-27 | 1 | -1/+37 |
| * | Revert 69952. Causes testsuite failures on linux x86-64. | Rafael Espindola | 2009-04-24 | 1 | -27/+1 |
| * | PR2957 | Nate Begeman | 2009-04-24 | 1 | -1/+27 |