| Age | Commit message (Expand) | Author |
| 2011-01-23 | teach Value::isDereferenceablePointer that byval arguments are always | Chris Lattner |
| 2011-01-21 | Add a constant folding of casts from zero to zero. Fixes PR9011! | Nick Lewycky |
| 2011-01-20 | Implement requiredTransitive | Tobias Grosser |
| 2011-01-20 | Update a comment. | Cameron Zwarich |
| 2011-01-18 | Remove an unnecessary #include. | Cameron Zwarich |
| 2011-01-18 | Move DominanceFrontier from VMCore to Analysis. | Cameron Zwarich |
| 2011-01-18 | There is no point in verifying an analysis that is never updated. | Cameron Zwarich |
| 2011-01-18 | Remove some now-unused DominanceFrontier methods. | Cameron Zwarich |
| 2011-01-17 | Remove useless Tag enumeration. | Jay Foad |
| 2011-01-16 | Simplify the construction and destruction of Uses. Simplify | Jay Foad |
| 2011-01-16 | Move the implementation of the User class into a new source file, | Jay Foad |
| 2011-01-15 | Allow unnamed_addr on declarations. | Rafael Espindola |
| 2011-01-14 | Remove casts between Value** and Constant**, which won't work if a | Jay Foad |
| 2011-01-14 | Move some shift transforms out of instcombine and into InstructionSimplify. | Duncan Sands |
| 2011-01-13 | Reject uses of unnamed_addr in declarations. | Rafael Espindola |
| 2011-01-11 | FixedNumOperandTraits and VariadicOperandTraits assumed that, given a | Jay Foad |
| 2011-01-08 | make domtree verification print something useful on failure. | Chris Lattner |
| 2011-01-08 | First step in fixing PR8927: | Rafael Espindola |
| 2011-01-07 | Simplify the allocation and freeing of Users' operand lists, now that | Jay Foad |
| 2011-01-05 | Silence a warning from non-standard warning avoidance code. | Jakob Stoklund Olesen |
| 2011-01-04 | These methods should be "const"; make them so. | Duncan Sands |
| 2011-01-02 | split dom frontier handling stuff out to its own DominanceFrontier header, | Chris Lattner |
| 2010-12-29 | fix PR8867: a crash handling fp128. Thanks to Nick for the testcase. | Chris Lattner |
| 2010-12-26 | add methods to IRBuilder to create memcpy/memset/memmove. | Chris Lattner |
| 2010-12-23 | Change all self assignments X=X to (void)X, so that we can turn on a | Jeffrey Yasskin |
| 2010-12-21 | rename MVT::Flag to MVT::Glue. "Flag" is a terrible name for | Chris Lattner |
| 2010-12-20 | Revert r122114 (CallbackVH observing use-list changes) because it caused seve... | Owen Anderson |
| 2010-12-20 | There is no need for isAssociative to take the type as an argument anymore. | Duncan Sands |
| 2010-12-19 | Add missing standard headers. Patch by Joerg Sonnenberger! | Nick Lewycky |
| 2010-12-19 | Add missing std:: prefixes to some calls. C++ doesn't require that <cfoo> | Nick Lewycky |
| 2010-12-18 | Add support to CallbackVH to receive notification when a Value's use-list cha... | Owen Anderson |
| 2010-12-17 | Remove trailing whitespace. | Bob Wilson |
| 2010-12-16 | MemoryBuffer now return an error_code and returns a OwningPtr<MemoryBuffer> v... | Michael J. Spencer |
| 2010-12-15 | Move Value::getUnderlyingObject to be a standalone | Dan Gohman |
| 2010-12-09 | Support/MemoryBuffer: Replace all uses of std::string *ErrMsg with error_code... | Michael J. Spencer |
| 2010-12-07 | Remove the code from Function::dropAllReferences which replaced | Dan Gohman |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-05 | Fix PR 4170 by having ExtractValueInst::getIndexedType() reject out-of-bounds... | Frits van Bommel |
| 2010-12-04 | Remove unneeded zero arrays. | Benjamin Kramer |
| 2010-12-04 | Apparently APFloat::getZero doesn't like PPCDoubleDoubles. | Benjamin Kramer |
| 2010-12-04 | Simplify code. No functionality change. | Benjamin Kramer |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-28 | add a function to the C api to get the context out of a module, patch | Chris Lattner |
| 2010-11-23 | add a 'LLVMConstIntOfArbitraryPrecision' api to the C api, | Chris Lattner |
| 2010-11-20 | Simplify code. No change in functionality. | Benjamin Kramer |
| 2010-11-18 | Fix an order-of-deallocation issue where the AttrListImpl could be deallocate... | Owen Anderson |
| 2010-11-17 | Now that hasConstantValue has been made simpler, it may return the | Duncan Sands |
| 2010-11-17 | now that AsmPrinter::EmitInlineAsm is factored right, we can eliminate the | Chris Lattner |
| 2010-11-17 | fix PR8613 - Copy constructor of SwitchInst does not call SwitchInst::init | Chris Lattner |
| 2010-11-17 | Fix a layering violation: hasConstantValue, which is part of the PHINode | Duncan Sands |