Age | Commit message (Expand) | Author |
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 |
2010-03-31 | Rewrite part of the SSAUpdater to be more careful about inserting redundant | Bob Wilson |
2010-03-30 | Revert Mon Ping's change 99928, since it broke all the llvm-gcc buildbots. | Bob Wilson |
2010-03-30 | Added support for address spaces and added a isVolatile field to memcpy, memm... | Mon P Wang |
2010-03-30 | Fix a grammaro. | Dan Gohman |
2010-03-30 | fix two cases where the arguments were extracted from the wrong range out of ... | Gabor Greif |
2010-03-25 | rename pred_const_iterator to const_pred_iterator for consistency's sake | Gabor Greif |
2010-03-25 | rename use_const_iterator to const_use_iterator for consistency's sake | Gabor Greif |
2010-03-24 | Temporarily revert this, it's causing an issue with an internal project. | Eric Christopher |
2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |