Age | Commit message (Expand) | Author |
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 |
2010-04-13 | Actually... return after the check for invalid input. | Eric Christopher |
2010-04-12 | Verify function prototypes before trying to optimize functions. We also | Eric Christopher |
2010-04-09 | performance: cache result of looking up user | Gabor Greif |
2010-04-07 | Add support for stpncpy_chk. | Eric Christopher |
2010-04-07 | rename llvm::llvm_report_error -> llvm::report_fatal_error | Chris Lattner |
2010-04-05 | Code clean up. | Evan Cheng |
2010-04-04 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-03 | Revert all my SSAUpdater patches. The PHI placement algorithm is not correct | Bob Wilson |
2010-04-03 | Add a DEBUG_TYPE for the SSAUpdater. | Bob Wilson |
2010-04-02 | Revert r100191 since it breaks objc in clang | Mon P Wang |
2010-04-02 | Reapply address space patch after fixing an issue in MemCopyOptimizer. | Mon P Wang |
2010-04-02 | Recommit 100158 now that the buildbots are happy again. | Bob Wilson |
2010-04-02 | Revert 100158 in case it is causing some of the buildbot problems. | Bob Wilson |
2010-04-02 | Check for terminating conditions before adding PHIs to the worklists. | Bob Wilson |
2010-04-01 | Remove trailing whitespace. | Bob Wilson |
2010-04-01 | Rewrite another SSAUpdater function to avoid recursion. | Bob Wilson |
2010-04-01 | Change another SSAUpdater function to avoid recursion. | Bob Wilson |
2010-04-01 | Simplify the code to check for existing PHIs, now that it is only used in | Bob Wilson |
2010-04-01 | The SSAUpdater should avoid recursive traversals of the CFG, since that may | Bob Wilson |