| Age | Commit message (Expand) | Author |
| 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 |
| 2010-04-06 | make more two predicates constant | Gabor Greif |
| 2010-04-06 | performance: get rid of repeated dereferencing of use_iterator by caching its... | Gabor Greif |
| 2010-04-06 | const-ize predicate ValueIsOnlyUsedLocallyOrStoredToOneGlobal | Gabor Greif |
| 2010-04-06 | use CallSite to access calls vs. invokes uniformly | Gabor Greif |
| 2010-04-03 | don't internalize available_externally functions, they are | Chris Lattner |
| 2010-04-02 | Revert the recent alignment changes. They're broken for -Os because, | Dan Gohman |
| 2010-04-02 | Make globalopt refine global variable alignment. | Dan Gohman |
| 2010-04-01 | Introduce ImmutableCallSite, useful for contexts where no mutation | Gabor Greif |
| 2010-04-01 | Clean up this file a little, no functionality change. This is a subset of my | Nick Lewycky |
| 2010-03-27 | When we promote a load of an argument make sure to take the alignment | Eric Christopher |
| 2010-03-24 | Finally land the InvokeInst operand reordering. | Gabor Greif |
| 2010-03-24 | tighten a type and remove trailing whitespace, no functional changes | Gabor Greif |
| 2010-03-23 | add assert in argpromotion, which cannot trigger | Gabor Greif |
| 2010-03-22 | backing out r99170 because it still fails on clang-x86_64-darwin10-fnt | Gabor Greif |
| 2010-03-22 | Now that hopefully all direct accesses to InvokeInst operands are fixed | Gabor Greif |
| 2010-03-20 | Add a setCalledFunction member to InvokeInst (like in CallInst) | Gabor Greif |
| 2010-03-19 | back out r98957, it broke http://smooshlab.apple.com:8010/builders/clang-x86_... | Gabor Greif |
| 2010-03-19 | Recommit r80858 again (which has been backed out in r80871). | Gabor Greif |
| 2010-03-09 | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen |
| 2010-03-09 | Revert r98089, it was breaking a clang test. | Jakob Stoklund Olesen |
| 2010-03-09 | Try to keep the cached inliner costs around for a bit longer for big functions. | Jakob Stoklund Olesen |
| 2010-03-09 | Add inlining threshold to log output. | Jakob Stoklund Olesen |
| 2010-02-26 | Fix rdar://7694996 a miscompile of 183.equake from my patch yesterday, | Chris Lattner |