| Commit message (Expand) | Author | Age | Files | Lines |
* | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner | 2010-09-21 | 1 | -10/+0 |
* | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner | 2010-09-21 | 1 | -10/+0 |
* | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner | 2010-09-21 | 1 | -13/+0 |
* | fix the code that infers SV info to be correct when dealing | Chris Lattner | 2010-09-21 | 1 | -28/+53 |
* | propagate MachinePointerInfo through various uses of the old | Chris Lattner | 2010-09-21 | 1 | -10/+0 |
* | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner | 2010-09-21 | 1 | -10/+0 |
* | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 1 | -24/+47 |
* | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner | 2010-09-21 | 1 | -18/+47 |
* | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner | 2010-09-21 | 1 | -5/+4 |
* | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner | 2010-09-21 | 1 | -11/+3 |
* | force clients of MachineFunction::getMachineMemOperand to provide a | Chris Lattner | 2010-09-21 | 1 | -7/+8 |
* | Invert the logic of reachesChainWithoutSideEffects(). What we want to check ... | Owen Anderson | 2010-09-18 | 1 | -7/+7 |
* | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes | 2010-08-31 | 1 | -29/+0 |
* | Prefix `next' iterator operation with `llvm::'. | Oscar Fuentes | 2010-08-02 | 1 | -1/+1 |
* | Make SDNode::dump() print a newline at the end. | Dan Gohman | 2010-07-23 | 1 | -0/+1 |
* | keep in 80 cols | Gabor Greif | 2010-07-22 | 1 | -2/+4 |
* | Split -enable-finite-only-fp-math to two options: | Evan Cheng | 2010-07-15 | 1 | -1/+1 |
* | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng | 2010-07-07 | 1 | -10/+10 |
* | Propagate debug loc. | Devang Patel | 2010-07-06 | 1 | -4/+5 |
* | Infer alignments of fixed frame objects when they are constructed. This ensur... | Evan Cheng | 2010-07-04 | 1 | -17/+0 |
* | When splitting a VAARG, remember its alignment. | Rafael Espindola | 2010-06-26 | 1 | -3/+4 |
* | Remove variables which are assigned to but for which the value | Duncan Sands | 2010-06-25 | 1 | -1/+0 |
* | Eliminate the other half of the BRCOND optimization, and update | Dan Gohman | 2010-06-24 | 1 | -7/+0 |
* | Eliminate the first have of the optimization which eliminates BRCOND | Dan Gohman | 2010-06-24 | 1 | -3/+1 |
* | Reapply r106634, now that the bug it exposed is fixed. | Dan Gohman | 2010-06-24 | 1 | -0/+8 |
* | Revert r106263, "Fold the ShrinkDemandedOps pass into the regular DAGCombiner... | Daniel Dunbar | 2010-06-23 | 1 | -8/+0 |
* | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 1 | -3/+3 |
* | Don't replace the old Ordering object with a new one; just clear() | Dan Gohman | 2010-06-18 | 1 | -2/+1 |
* | Don't call clear() on DbgInfo when it's going to be deleted anyway. | Dan Gohman | 2010-06-18 | 1 | -3/+0 |
* | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman | 2010-06-18 | 1 | -23/+19 |
* | Fold the ShrinkDemandedOps pass into the regular DAGCombiner pass, | Dan Gohman | 2010-06-18 | 1 | -0/+8 |
* | Handle ext(ext(x)) -> ext(x) immediately, since it's simple. | Dan Gohman | 2010-06-18 | 1 | -1/+2 |
* | Fill in missing support for ISD::FEXP, ISD::FPOWI, and friends. | Dan Gohman | 2010-06-01 | 1 | -2/+7 |
* | fix PR6623: when optimizing for size, don't inline memcpy/memsets | Chris Lattner | 2010-05-31 | 1 | -0/+9 |
* | the 'limit' argument to FindOptimalMemOpLowering is unsigned, not uint64_t. | Chris Lattner | 2010-05-31 | 1 | -6/+3 |
* | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman | 2010-05-29 | 1 | -2/+1 |
* | Adjust eh.sjlj.setjmp to properly have a chain and to have an opcode entry in | Jim Grosbach | 2010-05-26 | 1 | -0/+2 |
* | Improve assertion messages. | Dale Johannesen | 2010-05-15 | 1 | -3/+8 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -4/+6 |
* | Add an assertion to catch attempts to access off the end of the array. | Duncan Sands | 2010-05-10 | 1 | -0/+2 |
* | Fix PR 7087, and probably other things, by extending | Dale Johannesen | 2010-05-07 | 1 | -1/+11 |
* | Print debug information for SDNodes. | Dan Gohman | 2010-05-07 | 1 | -0/+16 |
* | EXTRACT_VECTOR_ELT of an INSERT_VECTOR_ELT may have the same index, but the | Bill Wendling | 2010-04-30 | 1 | -8/+13 |
* | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen | 2010-04-26 | 1 | -2/+2 |
* | Add another variant of this test which found a place where | Dan Gohman | 2010-04-21 | 1 | -1/+2 |
* | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman | 2010-04-19 | 1 | -6/+2 |
* | Delete now-unnecessary const_casts. | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -1/+1 |
* | Commit this, which should have accompanied 101531. | Dan Gohman | 2010-04-16 | 1 | -1/+2 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -9/+9 |