| Commit message (Expand) | Author | Age | Files | Lines |
| * | Rename TargetFrameInfo into TargetFrameLowering. Also, put couple of FIXMEs a... | Anton Korobeynikov | 2011-01-10 | 1 | -1/+0 |
| * | Replace TargetRegisterInfo::printReg with a PrintReg class that also works wi... | Jakob Stoklund Olesen | 2011-01-09 | 1 | -6/+1 |
| * | Re-implement r122936 with proper target hooks. Now getMaxStoresPerMemcpy | Evan Cheng | 2011-01-06 | 1 | -15/+12 |
| * | Revert r122936. I'll re-implement the change. | Evan Cheng | 2011-01-06 | 1 | -9/+2 |
| * | r105228 reduced the memcpy / memset inline limit to 4 with -Os to avoid blowing | Evan Cheng | 2011-01-06 | 1 | -2/+9 |
| * | Try to reuse the value when lowering memset. | Benjamin Kramer | 2011-01-02 | 1 | -3/+21 |
| * | Lower the i8 extension in memset to a multiply instead of a potentially long ... | Benjamin Kramer | 2011-01-02 | 1 | -15/+17 |
| * | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner | 2010-12-21 | 1 | -12/+12 |
| * | teach MaskedValueIsZero how to analyze ADDE. This is | Chris Lattner | 2010-12-19 | 1 | -2/+13 |
| * | Catch attempts to remove a deleted node from the CSE maps. Better to | Duncan Sands | 2010-12-12 | 1 | -3/+2 |
| * | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad | 2010-12-07 | 1 | -34/+29 |
| * | Remove unneeded zero arrays. | Benjamin Kramer | 2010-12-04 | 1 | -2/+1 |
| * | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad | 2010-12-01 | 1 | -5/+5 |
| * | Merge System into Support. | Michael J. Spencer | 2010-11-29 | 1 | -1/+1 |
| * | Renaming ISD::BIT_CONVERT to ISD::BITCAST to better reflect the LLVM IR concept. | Wesley Peck | 2010-11-23 | 1 | -38/+38 |
| * | Silence Release build warnings about unused functions. | Benjamin Kramer | 2010-11-20 | 1 | -0/+2 |
| * | On X86, MEMBARRIER, MFENCE, SFENCE, LFENCE are not target memory intrinsics, | Duncan Sands | 2010-11-20 | 1 | -9/+46 |
| * | Make isScalarToVector to return false if the node is a scalar. This will prevent | Mon P Wang | 2010-11-19 | 1 | -0/+2 |
| * | Do not throw away alignment when generating the DAG for | Dale Johannesen | 2010-11-18 | 1 | -1/+1 |
| * | When passing a parameter using the 'byval' mechanism, inline code needs to be... | Duncan Sands | 2010-11-05 | 1 | -0/+2 |
| * | Simplify uses of MVT and EVT. An MVT can be compared directly | Duncan Sands | 2010-11-03 | 1 | -3/+2 |
| * | Use a MemIntrinsicSDNode for ISD::PREFETCH, which touches | Dale Johannesen | 2010-10-26 | 1 | -0/+1 |
| * | Make CodeGen TBAA-aware. | Dan Gohman | 2010-10-20 | 1 | -10/+15 |
| * | Add a pre-dispatch SjLj EH hook on the unwind edge for targets to do any | Jim Grosbach | 2010-10-19 | 1 | -0/+1 |
| * | 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 |