Age | Commit message (Expand) | Author |
2010-06-24 | use callsite to obtain all arguments | Gabor Greif |
2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
2010-06-24 | Use available typedef for " DenseMap<const Value*, Value*>". | Devang Patel |
2010-06-23 | Cosmetic change. | Devang Patel |
2010-06-22 | Revert 106592 for now. It causes clang-selfhost build failure. | Devang Patel |
2010-06-22 | If a metadata operand is seeded in value map and the metadata should also be ... | Devang Patel |
2010-06-22 | While cloning a module, clone metadata attached with instructions. | Devang Patel |
2010-06-22 | Clone named metadata while cloning a module. | Devang Patel |
2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
2010-06-22 | Revert 106528. It is causing self host failures. | Devang Patel |
2010-06-22 | Do not rely on DenseMap slot which can be easily invalidated when DenseMap gr... | Devang Patel |
2010-06-22 | Revert my change to clone named metadata. Buildbots are complaining. | Bob Wilson |
2010-06-22 | Include named metadata when cloning a module. | Bob Wilson |
2010-06-21 | Use A.append(...) instead of A.insert(A.end(), ...) when A is a | Dan Gohman |
2010-06-16 | remove trailing whitespace | Jim Grosbach |
2010-06-15 | simplify-libcalls: fold strstr(a, b) == a -> strncmp(a, b, strlen(b)) == 0 | Benjamin Kramer |
2010-06-04 | Copy location info for current function argument from dbg.declare if respecti... | Devang Patel |
2010-06-01 | Remove unused code | Jim Grosbach |
2010-06-01 | fix think-o | Jim Grosbach |
2010-06-01 | Simplify things a bit more. Fix prototype to use SmallVectorImpl and | Jim Grosbach |
2010-06-01 | mirror of r105280 changes for LowerInvoke, which uses the same basic logic here | Jim Grosbach |
2010-06-01 | Use SmallVector instead of std::vector. | Jim Grosbach |
2010-05-31 | Fix PR7272: when inlining through a callsite with byval arguments, | Duncan Sands |
2010-05-31 | The memcpy intrinsic only takes i8* for %src and %dst, so cast them to that | Nick Lewycky |
2010-05-28 | Move FindAvailableLoadedValue isSafeToLoadUnconditionally out of | Dan Gohman |
2010-05-28 | Fix typo. | Devang Patel |
2010-05-28 | Fix typo. | Devang Patel |
2010-05-27 | Do not drop location info for inlined function args. | Devang Patel |
2010-05-11 | Fixes for Microsoft Visual Studio 2010, from Steven Watanabe! | Douglas Gregor |
2010-05-07 | Wrap const MDNode * inside DIDescriptor. | Devang Patel |
2010-05-07 | Use overloaded operators instead of DIDescriptor::getNode() | Devang Patel |
2010-05-04 | Combine the implementations of the core part of the SSAUpdater and | Bob Wilson |
2010-05-01 | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner |
2010-05-01 | Implement rdar://6295824 and PR6724 with two tiny changes | Chris Lattner |
2010-04-26 | Fix a problem that lower invoke has with allocas (PR6694), and | Chris Lattner |
2010-04-23 | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner |
2010-04-22 | The inliner was choosing to not consider call sites | Chris Lattner |
2010-04-22 | refactor the interface to InlineFunction so that most of the in/out | Chris Lattner |
2010-04-22 | when inlining something like this: | Chris Lattner |
2010-04-22 | eliminate dead #include. | Chris Lattner |
2010-04-21 | Fix a performance problem with the new SSAUpdater. This showed up in the | Bob Wilson |
2010-04-20 | Rename ValueMapTy as ValueToValueMapTy to clearly indicate that this has no r... | Devang Patel |
2010-04-20 | There is no need to install ValueMapper.h header. | Devang Patel |
2010-04-17 | Re-commit my previous SSAUpdater changes. The previous version naively tried | Bob Wilson |
2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
2010-04-16 | reapply r101434 | Gabor Greif |
2010-04-16 | back out r101423 and r101397, they break llvm-gcc self-host on darwin10 | Gabor Greif |
2010-04-15 | reapply r101364, which has been backed out in r101368 | Gabor Greif |
2010-04-15 | back out r101364, as it trips the linux nightlybot on some clang C++ tests | Gabor Greif |
2010-04-15 | rotate CallInst operands, i.e. move callee to the back | Gabor Greif |