| Commit message (Expand) | Author | Age | Files | Lines |
| * | lowerinvoke needs to handle aggregate function args like sjlj eh does. | Jim Grosbach | 2010-06-30 | 1 | -4/+4 |
| * | use getArgOperand instead of getOperand | Gabor Greif | 2010-06-30 | 1 | -8/+8 |
| * | use CallInst::ArgOffset | Gabor Greif | 2010-06-28 | 1 | -1/+1 |
| * | use ArgOperand API and CallInst::ArgOffset | Gabor Greif | 2010-06-28 | 1 | -17/+17 |
| * | The hasMemory argument is irrelevant to how the argument | Dale Johannesen | 2010-06-25 | 1 | -2/+1 |
| * | use ArgOperand API (one more hunk I could split) | Gabor Greif | 2010-06-25 | 1 | -2/+2 |
| * | use ArgOperand API (some hunks I could split) | Gabor Greif | 2010-06-25 | 1 | -1/+1 |
| * | use callsite to obtain all arguments | Gabor Greif | 2010-06-24 | 1 | -1/+2 |
| * | Use ValueMap instead of DenseMap. | Devang Patel | 2010-06-24 | 4 | -15/+14 |
| * | Use available typedef for " DenseMap<const Value*, Value*>". | Devang Patel | 2010-06-24 | 2 | -8/+8 |
| * | Cosmetic change. | Devang Patel | 2010-06-23 | 6 | -102/+102 |
| * | Revert 106592 for now. It causes clang-selfhost build failure. | Devang Patel | 2010-06-22 | 1 | -34/+13 |
| * | If a metadata operand is seeded in value map and the metadata should also be ... | Devang Patel | 2010-06-22 | 1 | -13/+34 |
| * | While cloning a module, clone metadata attached with instructions. | Devang Patel | 2010-06-22 | 1 | -1/+16 |
| * | Clone named metadata while cloning a module. | Devang Patel | 2010-06-22 | 1 | -0/+11 |
| * | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman | 2010-06-22 | 1 | -3/+3 |
| * | Revert 106528. It is causing self host failures. | Devang Patel | 2010-06-22 | 1 | -5/+7 |
| * | Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr... | Devang Patel | 2010-06-22 | 1 | -7/+5 |
| * | Revert my change to clone named metadata. Buildbots are complaining. | Bob Wilson | 2010-06-22 | 1 | -11/+0 |
| * | Include named metadata when cloning a module. | Bob Wilson | 2010-06-22 | 1 | -0/+11 |
| * | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman | 2010-06-21 | 1 | -3/+2 |
| * | remove trailing whitespace | Jim Grosbach | 2010-06-16 | 1 | -11/+11 |
| * | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer | 2010-06-15 | 1 | -0/+25 |
| * | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel | 2010-06-04 | 1 | -4/+2 |
| * | Remove unused code | Jim Grosbach | 2010-06-01 | 1 | -64/+0 |
| * | fix think-o | Jim Grosbach | 2010-06-01 | 1 | -6/+2 |
| * | Simplify things a bit more. Fix prototype to use SmallVectorImpl and | Jim Grosbach | 2010-06-01 | 1 | -17/+17 |
| * | mirror of r105280 changes for LowerInvoke, which uses the same basic logic here | Jim Grosbach | 2010-06-01 | 1 | -10/+27 |
| * | Use SmallVector instead of std::vector. | Jim Grosbach | 2010-06-01 | 1 | -12/+13 |
| * | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands | 2010-05-31 | 1 | -0/+4 |
| * | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky | 2010-05-31 | 1 | -2/+2 |
| * | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman | 2010-05-28 | 2 | -223/+0 |
| * | Fix typo. | Devang Patel | 2010-05-28 | 1 | -1/+1 |
| * | Fix typo. | Devang Patel | 2010-05-28 | 1 | -1/+1 |
| * | Do not drop location info for inlined function args. | Devang Patel | 2010-05-27 | 1 | -0/+5 |
| * | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor | 2010-05-11 | 1 | -1/+1 |
| * | Wrap const MDNode * inside DIDescriptor. | Devang Patel | 2010-05-07 | 1 | -1/+1 |
| * | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel | 2010-05-07 | 2 | -2/+2 |
| * | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson | 2010-05-04 | 1 | -429/+102 |
| * | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner | 2010-05-01 | 1 | -5/+5 |
| * | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner | 2010-05-01 | 1 | -0/+1 |
| * | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner | 2010-04-26 | 1 | -10/+38 |
| * | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner | 2010-04-23 | 1 | -1/+1 |
| * | The inliner was choosing to not consider call sites | Chris Lattner | 2010-04-22 | 1 | -2/+7 |
| * | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner | 2010-04-22 | 2 | -22/+23 |
| * | when inlining something like this: | Chris Lattner | 2010-04-22 | 1 | -2/+16 |
| * | eliminate dead #include. | Chris Lattner | 2010-04-22 | 1 | -1/+0 |
| * | Fix a performance problem with the new SSAUpdater. This showed up in the | Bob Wilson | 2010-04-21 | 1 | -2/+8 |
| * | Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r... | Devang Patel | 2010-04-20 | 3 | -9/+9 |
| * | There is no need to install ValueMapper.h header. | Devang Patel | 2010-04-20 | 4 | -3/+32 |