| Age | Commit message (Expand) | Author |
| 2010-07-01 | If a named mdnode is removed then mark module as changed. | Devang Patel |
| 2010-06-30 | Remove all debug info related named mdnodes. | Devang Patel |
| 2010-06-30 | use ArgOperand API | Gabor Greif |
| 2010-06-29 | Revert r107205 and r107207. | Bill Wendling |
| 2010-06-29 | Introducing the "linker_weak" linkage type. This will be used for Objective-C | Bill Wendling |
| 2010-06-29 | Return Changed. This required setting Changed if dbg metadata | Duncan Sands |
| 2010-06-24 | use ArgOperand API and CallSite for arg range; add necessary casts and perfor... | Gabor Greif |
| 2010-06-24 | use ArgOperand API and CallSite for arg range | Gabor Greif |
| 2010-06-24 | Use ValueMap instead of DenseMap. | Devang Patel |
| 2010-06-22 | Use pre-increment instead of post-increment when the result is not used. | Dan Gohman |
| 2010-06-07 | Make bugpoint dead-argument-hacking actually work, and actually test it. | Dan Gohman |
| 2010-06-05 | Partial specialization was not checking the callsite to make sure it was usin... | Kenneth Uildriks |
| 2010-05-31 | Avoid swap when a copy suffices. | Benjamin Kramer |
| 2010-05-20 | Strip llvm.dbg.lv also. | Devang Patel |
| 2010-05-15 | Teach the always inliner to release its inline cost estimates, like the basic | Nick Lewycky |
| 2010-05-15 | Clean up, no functional change. | Nick Lewycky |
| 2010-05-13 | Remove heinous tabs. | Nick Lewycky |
| 2010-05-13 | Replace the core comparison login in merge functions. We can now merge | Nick Lewycky |
| 2010-05-12 | Clear CachedFunctionInfo upon Pass::releaseMemory. Because ValueMap will abort | Nick Lewycky |
| 2010-05-01 | revert r102831. We already delete dead readonly calls in | Chris Lattner |
| 2010-05-01 | Disable the call-deletion transformation introduced in r86975. Without | Owen Anderson |
| 2010-05-01 | rename InlineInfo.DevirtualizedCalls -> InlinedCalls to | Chris Lattner |
| 2010-05-01 | The inliner has traditionally not considered call sites | Chris Lattner |
| 2010-04-30 | Preserve debug info attached with call instruction while eliminating dead arg... | Devang Patel |
| 2010-04-25 | remove #if 1's. | Chris Lattner |
| 2010-04-23 | enable my inliner change: add newly devirtualized call sites to | Chris Lattner |
| 2010-04-23 | switch InlineInfo.DevirtualizedCalls's list to be of WeakVH. | Chris Lattner |
| 2010-04-23 | disable my previous inliner patch, it appears to be busting self-host. | 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-20 | use abstract accessors to CallInst | Gabor Greif |
| 2010-04-20 | make the inliner do less work for leaf functions. | Chris Lattner |
| 2010-04-20 | Fix rdar://7879828 - crash in CallGraph, a self host issue. | Chris Lattner |
| 2010-04-16 | Revert 101465, it broke internal OpenGL testing. | Eric Christopher |
| 2010-04-16 | introduce a new CallGraphSCC class, and pass it around | Chris Lattner |
| 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-14 | IPO needs ScalarOpts and InstCombine in its libs | Tobias Grosser |
| 2010-04-14 | - Code clean up to reduce indentation. | Evan Cheng |
| 2010-04-14 | I don't know how, but I managed to goof the revert. Remove function that should | Nick Lewycky |
| 2010-04-14 | Revert r101213. | Nick Lewycky |
| 2010-04-14 | Remove tab. | Nick Lewycky |
| 2010-04-14 | While DAE can't modify the function signature of an externally visible function, | Nick Lewycky |
| 2010-04-10 | Implement support for varargs functions without any fixed | Chris Lattner |
| 2010-04-10 | fix PR6760, a missing check in heap SRoA. | Chris Lattner |
| 2010-04-09 | Adding IPSCCP and Internalize passes to the C-bindings | Wesley Peck |
| 2010-04-07 | fix 80-col violations | Gabor Greif |