Age | Commit message (Expand) | Author |
2010-03-24 | Speculatively revert this to see if it fixes buildbot failures. | Bob Wilson |
2010-03-24 | Added the Advanced Encryption Standard (AES) Instructions. | Kevin Enderby |
2010-03-14 | Add DAG nodes to represent FP16 <-> FP32 intrinsics | Anton Korobeynikov |
2010-03-14 | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner |
2010-03-11 | Make sure HasDebugValue is initialized. This should fix | Dale Johannesen |
2010-03-06 | Add some new bits of debug info handling. No | Dale Johannesen |
2010-02-24 | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman |
2010-02-18 | getSplatIndex assumes that the first element of the mask contains the splat i... | Mon P Wang |
2010-02-17 | Make the non-temporal bit "significant" in MemSDNodes so they aren't | David Greene |
2010-02-15 | Add non-temporal flags and remove an assumption of default arguments. | David Greene |
2010-02-15 | give SDValue an operator->, allowing V->isTargetOpcode() and | Chris Lattner |
2010-02-15 | don't make insanely large node numbers for no reason, | Chris Lattner |
2010-01-20 | When XDEBUG is enabled, check for SelectionDAG cycles at some key | David Greene |
2010-01-19 | Add some new debugging APIs to print out "raw" SelectionDAGs to make | David Greene |
2010-01-15 | Add comments to the dump() and dumpr() routines. | Dan Gohman |
2010-01-15 | Add some debug routines to SelectionDAG to dump full DAGs. | David Greene |
2009-12-19 | Remove spurious semicolon. Thanks, Clang | Douglas Gregor |
2009-12-17 | BIT_CONVERT nodes are used for vector types, too. | Bob Wilson |
2009-12-15 | Remove isPod() from DenseMapInfo, splitting it out to its own | Chris Lattner |
2009-12-03 | improve portability to avoid conflicting with std::next in c++'0x. | Chris Lattner |
2009-12-01 | Add edge source labels to SelectionDAG graphs, now that the graph printing | Dan Gohman |
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-10-30 | Initial target-independent CodeGen support for BlockAddresses. | Dan Gohman |
2009-10-26 | Move DataTypes.h to include/llvm/System, update all users. This breaks the last | Chandler Carruth |
2009-10-07 | INTRINSIC_W_CHAIN and INTRINSIC_VOID do not use MemSDNode. They | Dan Gohman |
2009-09-25 | Improve MachineMemOperand handling. | Dan Gohman |
2009-09-25 | Add a version of dumpr() that has a SelectionDAG* argument. | 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-08-28 | Reapply 79977. | Devang Patel |
2009-08-27 | eliminate all 80-col violations that I have introduced in my recent checkins ... | Gabor Greif |
2009-08-27 | Clean up the minor mess I caused with removing iterator.h. I shall take care ... | Gabor Greif |
2009-08-26 | Revert 79977. It causes llvm-gcc bootstrap failures on some platforms. | Devang Patel |
2009-08-25 | Update DebugInfo interface to use metadata, instead of special named llvm.dbg... | Devang Patel |
2009-08-22 | Record variable debug info at ISel time directly. | Devang Patel |
2009-08-11 | Split EVT into MVT and EVT, the former representing _just_ a primitive type, ... | Owen Anderson |
2009-08-11 | SjLj based exception handling unwinding support. This patch is nasty, brutish | Jim Grosbach |
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-30 | I've changed the semantics of MERGE_VALUES a bit. It's now allowed to live un... | Evan Cheng |
2009-07-09 | Make EXTRACT_VECTOR_ELT a bit more flexible in terms of the returned | Eli Friedman |
2009-07-08 | dag combine sext(setcc) -> vsetcc before legalize. To make this safe, | Chris Lattner |
2009-07-03 | Add NumFixedArgs attribute to CallSDNode which indicates the number of fixed ... | Tilmann Scheller |
2009-06-26 | fix a really subtle bug in the cross section of aliases and TLS: | Chris Lattner |
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 |