| Age | Commit message (Expand) | Author |
| 2012-03-27 | Make a seemingly tiny change to the inliner and fix the generated code | Chandler Carruth |
| 2012-03-25 | Move the instruction simplification of callsite arguments in the inliner | Chandler Carruth |
| 2012-03-23 | add EP_OptimizerLast extension point | Kostya Serebryany |
| 2012-03-16 | Rip out support for 'llvm.noinline'. This thing has a strange history... | Chandler Carruth |
| 2012-03-16 | Start removing the use of an ad-hoc 'never inline' set and instead | Chandler Carruth |
| 2012-03-14 | Change where we enable the heuristic that delays inlining into functions | Chandler Carruth |
| 2012-03-13 | Teach globalopt how to evaluate an invoke with a non-void return type. | Dan Gohman |
| 2012-03-12 | When inlining a function and adding its inner call sites to the | Chandler Carruth |
| 2012-03-08 | Taken into account Duncan's comments for r149481 dated by 2nd Feb 2012: | Stepan Dyatkovskiy |
| 2012-02-27 | Plog a memleak in GlobalOpt. | Benjamin Kramer |
| 2012-02-25 | Add comment. | Chad Rosier |
| 2012-02-25 | Add support for disabling llvm.lifetime intrinsics in the AlwaysInliner. These | Chad Rosier |
| 2012-02-25 | Fix indentation. | Chad Rosier |
| 2012-02-23 | GCC fails to understand that NextBB is always initialized if EvaluateBlock | Duncan Sands |
| 2012-02-21 | Use the target-aware constant folder on expressions to improve the chance | Nick Lewycky |
| 2012-02-20 | Check for the correct size in the invariant marker. | Nick Lewycky |
| 2012-02-20 | Rename class Evaluate to Evaluator and put it in an anonymous namespace. | Nick Lewycky |
| 2012-02-19 | Move EvaluateFunction and EvaluateBlock into a class, and make the class store | Nick Lewycky |
| 2012-02-17 | Add support for invariant.start inside the static constructor evaluator. This is | Nick Lewycky |
| 2012-02-12 | Handle InvokeInst in EvaluateBlock. Don't try to support exceptions, it's just | Nick Lewycky |
| 2012-02-12 | false is totally null! | Nick Lewycky |
| 2012-02-12 | Remove redundant getAnalysis<> calls in GlobalOpt. Add a few Itanium ABI calls | Nick Lewycky |
| 2012-02-12 | Pass TargetData and TargetLibraryInfo through to the constant folder. Fixes a | Nick Lewycky |
| 2012-02-12 | Fix function name in comment to match actual name. Fix comments that are using | Nick Lewycky |
| 2012-02-12 | Don't traverse the PHI nodes twice. No functionality change! | Nick Lewycky |
| 2012-02-09 | Tweak comment readability and grammar. | Benjamin Kramer |
| 2012-02-09 | GlobalOpt: Be more aggressive about elminating side-effect free static dtors. | Benjamin Kramer |
| 2012-02-06 | [unwind removal] We no longer have 'unwind' instructions being generated, so | Bill Wendling |
| 2012-02-06 | Split part of EvaluateFunction into a new EvaluateBlock method. No functionality | Nick Lewycky |
| 2012-02-05 | Teach GlobalOpt to handle atomic accesses to globals. | Nick Lewycky |
| 2012-02-05 | Clean up some whitespace and comments. No functionality change. | Nick Lewycky |
| 2012-02-01 | SwitchInst refactoring. | Stepan Dyatkovskiy |
| 2012-02-01 | Add a basic-block autovectorization pass. | Hal Finkel |
| 2012-01-27 | continue making the world safe for ConstantDataVector. At this point, | Chris Lattner |
| 2012-01-26 | Continue improving support for ConstantDataAggregate, and use the | Chris Lattner |
| 2012-01-25 | use Constant::getAggregateElement to simplify a bunch of code. | Chris Lattner |
| 2012-01-20 | More dead code removal (using -Wunreachable-code) | David Blaikie |
| 2012-01-17 | Add a new PassManagerBuilder customization point, | Dan Gohman |
| 2012-01-11 | Re-fix the issue Bill fixed in r147899 in a slightly different way, which doe... | Eli Friedman |
| 2012-01-11 | If the global variable is removed by the linker, then don't constant merge it | Bill Wendling |
| 2012-01-05 | PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl... | Eli Friedman |
| 2012-01-05 | SCCCaptured is trivially false on entry to this loop and not modified inside it. | Nick Lewycky |
| 2011-12-28 | Change CaptureTracking to pass a Use* instead of a Value* when a value is | Nick Lewycky |
| 2011-12-12 | LLVMBuild: Remove trailing newline, which irked me. | Daniel Dunbar |
| 2011-12-07 | Remove unused include. | Duncan Sands |
| 2011-12-02 | Fix a few more places where TargetData/TargetLibraryInfo is not being passed. | Chad Rosier |
| 2011-12-01 | Last bit of TargetLibraryInfo propagation. Also fixed a case for TargetData | Chad Rosier |
| 2011-11-30 | make asan work at -O0, llvm part. Patch by glider@google.com | Kostya Serebryany |
| 2011-11-29 | build/CMake: Finish removal of add_llvm_library_dependencies. | Daniel Dunbar |
| 2011-11-15 | Remove all remaining uses of Value::getNameStr(). | Benjamin Kramer |