| Commit message (Expand) | Author | Age | Files | Lines |
* | Remove trailing whitespace | Misha Brukman | 2005-04-21 | 20 | -191/+191 |
* | Add a new helper method which returns the and that is equivalent to what | Chris Lattner | 2005-04-13 | 1 | -0/+4 |
* | Remove the ZERO_EXTEND_INREG node which is redundant with AND | Chris Lattner | 2005-04-13 | 1 | -7/+5 |
* | rename addU64Imm() to addImm64() | Duraid Madina | 2005-04-11 | 1 | -2/+2 |
* | Eliminate major source of VC++ "possible loss of data" warnings. | Jeff Cohen | 2005-04-11 | 1 | -2/+2 |
* | * store immediate values as int64_t, not int. come on, we should be happy | Duraid Madina | 2005-04-10 | 2 | -3/+22 |
* | add routines to track the livein/out set for a function | Chris Lattner | 2005-04-09 | 1 | -0/+21 |
* | Add a new node | Chris Lattner | 2005-04-09 | 1 | -0/+7 |
* | fix this method for 64-bit constants | Chris Lattner | 2005-04-08 | 1 | -1/+3 |
* | document these nodes, as they are nonobvious | Chris Lattner | 2005-04-06 | 1 | -1/+5 |
* | Add MULHU and MULHS nodes for the high part of an (un)signed 32x32=64b | Nate Begeman | 2005-04-05 | 1 | -1/+1 |
* | a wise man once said: | Duraid Madina | 2005-04-03 | 1 | -4/+4 |
* | add support for prefix/suffix strings to go around GlobalValue(s) | Duraid Madina | 2005-04-02 | 1 | -0/+19 |
* | Add two happy new nodes for FABS and FNEG | Chris Lattner | 2005-04-02 | 1 | -0/+4 |
* | fix a comment | Chris Lattner | 2005-04-02 | 1 | -1/+1 |
* | add some new nodes. | Chris Lattner | 2005-04-02 | 1 | -0/+6 |
* | Add ISD::UNDEF node | Nate Begeman | 2005-04-01 | 1 | -0/+3 |
* | Fix spelling of `corresponds' | Misha Brukman | 2005-03-31 | 1 | -1/+1 |
* | PCMarker support for DAG and Alpha | Andrew Lenharth | 2005-03-31 | 1 | -0/+2 |
* | dainty | Duraid Madina | 2005-03-17 | 1 | -1/+2 |
* | Allow the live interval analysis pass to be a bit more aggressive about | Chris Lattner | 2005-03-09 | 1 | -3/+9 |
* | Map doubles from integers, not the double itself. | Chris Lattner | 2005-02-17 | 1 | -1/+1 |
* | Improve spelling | Chris Lattner | 2005-01-30 | 2 | -4/+4 |
* | Adjust to ilist changes. | Chris Lattner | 2005-01-29 | 2 | -2/+4 |
* | Add an accessor. | Chris Lattner | 2005-01-23 | 1 | -1/+2 |
* | Expose more information from register allocation to passes that run after | Chris Lattner | 2005-01-23 | 1 | -0/+26 |
* | Give SelectionDAG a TargetLowering instance instead of TM instance. | Chris Lattner | 2005-01-23 | 1 | -4/+5 |
* | Keep track of node depth for each node | Chris Lattner | 2005-01-21 | 1 | -6/+39 |
* | Eliminate the unimplemented ADDC/SUBB operations, add ADD_PARTS/SUB_PARTS ins... | Chris Lattner | 2005-01-20 | 1 | -4/+6 |
* | Add an accessor for targets that pass args in regs | Chris Lattner | 2005-01-19 | 1 | -0/+14 |
* | Keep track of the returned value type as well. | Chris Lattner | 2005-01-18 | 1 | -1/+2 |
* | Allow setcc operations to have non-bool types. | Chris Lattner | 2005-01-18 | 2 | -2/+2 |
* | Make methods private, add a method. | Chris Lattner | 2005-01-17 | 1 | -0/+3 |
* | Add methods | Chris Lattner | 2005-01-17 | 1 | -0/+4 |
* | Add some helper methods. | Chris Lattner | 2005-01-15 | 1 | -0/+10 |
* | Add new SIGN_EXTEND_INREG, ZERO_EXTEND_INREG, and FP_ROUND_INREG operators. | Chris Lattner | 2005-01-15 | 2 | -2/+26 |
* | Change CopyFromReg to take and produce a chain node, allowing it to be used | Chris Lattner | 2005-01-14 | 2 | -17/+12 |
* | Start adding some new operators, give IMPLICIT_DEF a chain operand. | Chris Lattner | 2005-01-14 | 2 | -29/+110 |
* | Add a method | Chris Lattner | 2005-01-13 | 1 | -1/+7 |
* | Add new ImplicitDef node, rename CopyRegSDNode class to RegSDNode. | Chris Lattner | 2005-01-13 | 2 | -12/+26 |
* | Add a new node type, add comments. | Chris Lattner | 2005-01-13 | 2 | -4/+13 |
* | New method. | Chris Lattner | 2005-01-12 | 1 | -0/+5 |
* | Update comments to indicate CopyFrom/ToReg take physregs as well as vregs. | Chris Lattner | 2005-01-12 | 2 | -7/+7 |
* | Add MEMSET/MEMCPY/MEMMOVE operations. Fix a really bad bug in the vector | Chris Lattner | 2005-01-11 | 1 | -2/+10 |
* | Add a helper method. | Chris Lattner | 2005-01-10 | 1 | -0/+3 |
* | Add support for graph operations, and add a viewGraph method to SelectionDAG. | Chris Lattner | 2005-01-10 | 2 | -0/+77 |
* | Adjust prototype | Chris Lattner | 2005-01-08 | 1 | -1/+2 |
* | Silence VS warnings. | Chris Lattner | 2005-01-08 | 1 | -2/+3 |
* | Add operators for FP -> INT conversions and back. | Chris Lattner | 2005-01-08 | 1 | -0/+10 |
* | Add a new SelectionDAG::RemoveDeadNodes method | Chris Lattner | 2005-01-07 | 2 | -1/+20 |