| Age | Commit message (Expand) | Author |
| 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 |
| 2011-05-22 | fix PR9856, an incorrectly conservative assertion: a global can be | Chris Lattner |
| 2011-04-11 | Just because a GlobalVariable's initializer is [N x { i32, void ()* }] doesn't | Nick Lewycky |
| 2011-04-11 | Don't include Operator.h from InstrTypes.h. | Jay Foad |
| 2011-04-09 | Add back a couple checks removed by r129128; the fact that an intitializer | Eli Friedman |
| 2011-04-08 | llvm.global_[cd]tor is defined to be either external, or appending with an array | Nick Lewycky |
| 2011-03-30 | Remove PHINode::reserveOperandSpace(). Instead, add a parameter to | Jay Foad |
| 2011-03-30 | (Almost) always call reserveOperandSpace() on newly created PHINodes. | Jay Foad |
| 2011-03-22 | Handle another case that Frits suggested. | Anders Carlsson |
| 2011-03-21 | More cleanups to the OptimizeEmptyGlobalCXXDtors GlobalOpt function. | Anders Carlsson |
| 2011-03-21 | As suggested by Nick Lewycky, ignore debugging intrinsics when trying to deci... | Anders Carlsson |
| 2011-03-21 | Fix comments | Nick Lewycky |
| 2011-03-20 | Don't try to eliminate invokes to __cxa_atexit. | Anders Carlsson |
| 2011-03-20 | Don't segfault on mutual recursion, as pointed out by Frits. | Anders Carlsson |
| 2011-03-20 | Address comments from Frits van Bommel. | Anders Carlsson |
| 2011-03-20 | Add an optimization to GlobalOpt that eliminates calls to __cxa_atexit, if th... | Anders Carlsson |
| 2011-02-15 | convert ConstantVector::get to use ArrayRef. | Chris Lattner |
| 2011-02-14 | revert my ConstantVector patch, it seems to have made the llvm-gcc | Chris Lattner |
| 2011-02-14 | Switch ConstantVector::get to use ArrayRef instead of a pointer+size | Chris Lattner |
| 2011-01-19 | Add unnamed_addr when we can show that address of a global is not used. | Rafael Espindola |
| 2011-01-18 | Reduce indentation and remove commented out code. | Rafael Espindola |
| 2011-01-16 | Improve the safety of my globalopt enhancement by ensuring that the bitcast | Owen Anderson |
| 2011-01-16 | simplify this code, it is still broken but will follow up on llvm-commits. | Chris Lattner |
| 2011-01-15 | Try to unbreak selfhost. | Benjamin Kramer |
| 2011-01-14 | Fix a false-positive warning. | Owen Anderson |
| 2011-01-14 | Enhance GlobalOpt to be able evaluate initializers that involve stores through | Owen Anderson |
| 2011-01-01 | fix a globalopt crash on two Adobe-C++ testcases that the recent | Chris Lattner |
| 2010-12-07 | reapply r121100 with a tweak to constant fold ConstExprs with TargetData | Chris Lattner |
| 2010-12-07 | Temporarily revert r121100 as it's causing clang to fail | Eric Christopher |
| 2010-12-07 | fix PR8710 - teach global opt that some constantexprs are too complex to | Chris Lattner |
| 2010-12-06 | replace a linear scan with a symtab lookup, reduce indentation. | Chris Lattner |
| 2010-10-19 | Get rid of static constructors for pass registration. Instead, every pass ex... | Owen Anderson |
| 2010-10-19 | GlobalOpt: EvaluateFunction() must not evaluate stores to weak_odr globals. | Mikhail Glushenkov |
| 2010-10-18 | Trailing whitespace. | Mikhail Glushenkov |
| 2010-10-07 | Now with fewer extraneous semicolons! | Owen Anderson |
| 2010-08-06 | Reapply r110396, with fixes to appease the Linux buildbot gods. | Owen Anderson |
| 2010-08-06 | Revert r110396 to fix buildbots. | Owen Anderson |
| 2010-08-05 | Don't use PassInfo* as a type identifier for passes. Instead, use the addres... | Owen Anderson |