| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | Roll out r125794 to help diagnose the llvm-gcc-i386-linux-selfhost failure. | Cameron Zwarich | 2011-02-18 | 1 | -0/+4 |
* | Do not lose debug info of an inlined function argument even if the argument i... | Devang Patel | 2011-02-17 | 1 | -4/+0 |
* | Swap VT and DebugLoc operands of getExtLoad() for consistency with | Stuart Hastings | 2011-02-16 | 1 | -1/+1 |
* | fix two comment thinkos | Chris Lattner | 2011-02-14 | 1 | -1/+1 |
* | missed a header | Chris Lattner | 2011-02-13 | 1 | -0/+7 |
* | Provide an interface to transfer SDDbgValue from one SDNode to another. | Devang Patel | 2011-01-25 | 1 | -0/+7 |
* | flags -> glue for selectiondag | Chris Lattner | 2010-12-23 | 1 | -18/+18 |
* | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -5/+5 |
* | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics, | Duncan Sands | 2010-11-20 | 1 | -3/+0 |
* | Make CodeGen TBAA-aware. | Dan Gohman | 2010-10-20 | 1 | -5/+10 |
* | finish pushing MachinePointerInfo through selectiondags. At this point, | Chris Lattner | 2010-09-21 | 1 | -3/+0 |
* | eliminate an old SelectionDAG::getTruncStore method, propagating | Chris Lattner | 2010-09-21 | 1 | -4/+0 |
* | eliminate last SelectionDAG::getLoad old entrypoint, on to stores. | Chris Lattner | 2010-09-21 | 1 | -5/+0 |
* | fix the code that infers SV info to be correct when dealing | Chris Lattner | 2010-09-21 | 1 | -4/+0 |
* | propagate MachinePointerInfo through various uses of the old | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | continue MachinePointerInfo'izing, eliminating use of one of the old | Chris Lattner | 2010-09-21 | 1 | -3/+0 |
* | reimplement memcpy/memmove/memset lowering to use MachinePointerInfo | Chris Lattner | 2010-09-21 | 1 | -5/+12 |
* | add overloads for SelectionDAG::getLoad, getStore, getTruncStore that take a | Chris Lattner | 2010-09-21 | 1 | -1/+13 |
* | simplify interface to SelectionDAG::getMemIntrinsicNode, making it take a Mac... | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | chagne interface to SelectionDAG::getAtomic to take a MachinePointerInfo, | Chris Lattner | 2010-09-21 | 1 | -2/+2 |
* | zap unused method. x86 is the only user and already has a more powerfull version | Bruno Cardoso Lopes | 2010-08-31 | 1 | -4/+0 |
* | Fix va_arg for doubles. With this patch VAARG nodes always contain the | Rafael Espindola | 2010-07-11 | 1 | -1/+1 |
* | Move getExtLoad() and (some) getLoad() DebugLoc argument after EVT argument f... | Evan Cheng | 2010-07-07 | 1 | -6/+8 |
* | Propagate debug loc. | Devang Patel | 2010-07-06 | 1 | -3/+3 |
* | When splitting a VAARG, remember its alignment. | Rafael Espindola | 2010-06-26 | 1 | -1/+1 |
* | Change UpdateNodeOperands' operand and return value from SDValue to | Dan Gohman | 2010-06-18 | 1 | -6/+6 |
* | SelectionDAG shouldn't have a FunctionLoweringInfo member. RegsForValue | Dan Gohman | 2010-05-29 | 1 | -4/+1 |
* | Implement a bunch more TargetSelectionDAGInfo infrastructure. | Dan Gohman | 2010-05-11 | 1 | -0/+3 |
* | Fix PR 7087, and probably other things, by extending | Dale Johannesen | 2010-05-07 | 1 | -0/+2 |
* | Add DBG_VALUE handling for byval parameters; this | Dale Johannesen | 2010-04-26 | 1 | -4/+22 |
* | Give SelectionDAG a TargetMachine too, rather than having it | Dan Gohman | 2010-04-19 | 1 | -2/+3 |
* | Use const qualifiers with TargetLowering. This eliminates several | Dan Gohman | 2010-04-17 | 1 | -3/+3 |
* | Add const qualifiers to CodeGen's use of LLVM IR constructs. | Dan Gohman | 2010-04-15 | 1 | -4/+4 |
* | Three changes: | Chris Lattner | 2010-04-07 | 1 | -0/+3 |
* | remove the now-redundant MMI pointer in SelectionDAG. | Chris Lattner | 2010-04-05 | 1 | -4/+1 |
* | remove some redundant MMI arguments. | Chris Lattner | 2010-04-05 | 1 | -1/+1 |
* | selection dag doesn't need DwarfWriter, remove some tendrils. | Chris Lattner | 2010-04-05 | 1 | -4/+1 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-04 | 1 | -3/+3 |
* | remove uses of DebugLoc::getUnknownLoc. | Chris Lattner | 2010-04-02 | 1 | -6/+4 |
* | Revert r100191 since it breaks objc in clang | Mon P Wang | 2010-04-02 | 1 | -3/+3 |
* | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang | 2010-04-02 | 1 | -3/+3 |
* | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson | 2010-03-30 | 1 | -3/+3 |
* | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang | 2010-03-30 | 1 | -3/+3 |
* | Pool allocate SDDbgValue nodes. | Evan Cheng | 2010-03-29 | 1 | -0/+10 |
* | Fix typo. | Devang Patel | 2010-03-25 | 1 | -4/+4 |
* | Change how dbg_value sdnodes are converted into machine instructions. Their p... | Evan Cheng | 2010-03-25 | 1 | -33/+33 |
* | change the LabelSDNode to be EHLabelSDNode and make it hold | Chris Lattner | 2010-03-14 | 1 | -2/+1 |
* | Progress towards shepherding debug info through SelectionDAG. | Dale Johannesen | 2010-03-10 | 1 | -0/+58 |
* | remove all but one version of SelectionDAG::MorphNodeTo | Chris Lattner | 2010-03-01 | 1 | -20/+1 |
* | When forming SSE min and max nodes for UGE and ULE comparisons, it's | Dan Gohman | 2010-02-24 | 1 | -0/+9 |