| Age | Commit message (Expand) | Author |
| 2012-06-22 | remove extractMallocCallFromBitCast, since it was tailor maded for its sole u... | Nuno Lopes |
| 2012-06-15 | Some optimizations done by globalopt are safe only for internal linkage, not | Rafael Espindola |
| 2012-06-14 | Implement the isSafeToDiscardIfUnused predicate and use it in globalopt and | Rafael Espindola |
| 2012-05-12 | Teach Function::hasAddressTaken that BlockAddress doesn't really take | Jay Foad |
| 2012-03-28 | GlobalOpt: If we have an inbounds GEP from a ConstantAggregateZero global tha... | Benjamin Kramer |
| 2012-03-13 | Teach globalopt how to evaluate an invoke with a non-void return type. | Dan Gohman |
| 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-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 | 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-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-05 | PR11705, part 2: globalopt shouldn't put inttoptr/ptrtoint operations into gl... | Eli Friedman |
| 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-10-20 | Refactor code from inlining and globalopt that checks whether a function defi... | Eli Friedman |
| 2011-09-27 | Stop emitting instructions with the name "tmp" they eat up memory and have to... | Benjamin Kramer |
| 2011-08-16 | Minor comment fixes. | Eli Friedman |
| 2011-08-15 | Update inter-procedural optimizations for atomic load/store. | Eli Friedman |
| 2011-07-31 | Add the 'resume' instruction for the new EH rewrite. | Bill Wendling |
| 2011-07-30 | Revert r136253, r136263, r136269, r136313, r136325, r136326, r136329, r136338, | Bill Wendling |
| 2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
| 2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad |
| 2011-07-22 | Fix more MSVC warnings caused by a cases I missed when converting | Jay Foad |
| 2011-07-21 | Make better use of ConstantExpr::getGetElementPtr's InBounds parameter. | Jay Foad |
| 2011-07-21 | Convert ConstantExpr::getGetElementPtr and | Jay Foad |
| 2011-07-21 | move tier out of an anonymous namespace, it doesn't make sense | Chris Lattner |
| 2011-07-19 | Use ArrayRef in ConstantFoldInstOperands and ConstantFoldCall. | Jay Foad |
| 2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
| 2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
| 2011-05-29 | Don't crash owhen ComputeLoadResult can't compute the result of the load. | Nick Lewycky |
| 2011-05-29 | Obey the isVolatile bit on memory intrinsics when analyzing uses of a global | Nick Lewycky |