| Age | Commit message (Expand) | Author |
| 2010-12-15 | Move Sub simplifications and additional Add simplifications out of | Duncan Sands |
| 2010-12-15 | If we detect that the instruction we are simplifying is unreachable, arrange for | Duncan Sands |
| 2010-12-13 | Update a comment. | Dan Gohman |
| 2010-12-13 | Reapply r121520, PartialAlias implementation for BasicAA, now that | Dan Gohman |
| 2010-12-13 | Update memdep to handle PartialAlias as MayAlias. | Dan Gohman |
| 2010-12-12 | Remove useless dynamic_cast<>(). | Tobias Grosser |
| 2010-12-10 | Revert r121520, which may have introduced miscompilations. | Dan Gohman |
| 2010-12-10 | Implement PartialAlias checking in BasicAA. | Dan Gohman |
| 2010-12-10 | Minimally update this code to handle PartialAlias. | Dan Gohman |
| 2010-12-10 | Use PartialAlias to do better noalias lint checking. | Dan Gohman |
| 2010-12-10 | Teach AliasAnalysisCounter about PartialAlias. | Dan Gohman |
| 2010-12-10 | Teach AliasAnalysisEvaluator about PartialAlias. | Dan Gohman |
| 2010-12-10 | Update this code to handle PartialAlias as MayAlias. | Dan Gohman |
| 2010-12-09 | Take the first step towards making LVI non-recursive: get rid of the LVIQuery... | Owen Anderson |
| 2010-12-08 | Use type's file info while describing inheritance relationship. | Devang Patel |
| 2010-12-08 | Add support to create debug info for functions and methods. | Devang Patel |
| 2010-12-08 | Add support to create class type. | Devang Patel |
| 2010-12-08 | Add support to create vector, array, enums etc... | Devang Patel |
| 2010-12-08 | Global variable does not need linkage name. | Devang Patel |
| 2010-12-07 | Add support to create local variable's debug info. | Devang Patel |
| 2010-12-07 | Add support to create variables, structs etc.. using DIBuilder. | Devang Patel |
| 2010-12-07 | PR5207: Change APInt methods trunc(), sext(), zext(), sextOrTrunc() and | Jay Foad |
| 2010-12-03 | Also inore '()' while creating mdnode name from ObjC symbol name. | Jakob Stoklund Olesen |
| 2010-12-03 | Ignore '+' while creating mdnode name from ObjC symbol name. | Devang Patel |
| 2010-12-01 | PR5207: Rename overloaded APInt methods set(), clear(), flip() to | Jay Foad |
| 2010-11-30 | move GetPointerBaseWithConstantOffset out of GVN into ValueTracking.h | Chris Lattner |
| 2010-11-30 | PR5207: Make APInt::set(), APInt::clear() and APInt::flip() return void. | Jay Foad |
| 2010-11-30 | strength reduce this. | Chris Lattner |
| 2010-11-30 | getLocationForDest should work for memset as well. | Chris Lattner |
| 2010-11-30 | enhance basicaa to return "Mod" for a memcpy call when the | Chris Lattner |
| 2010-11-30 | Teach basicaa that memset's modref set is at worst "mod" and never | Chris Lattner |
| 2010-11-29 | Teach ConstantFoldInstruction() how to fold insertvalue and extractvalue. | Frits van Bommel |
| 2010-11-29 | Merge System into Support. | Michael J. Spencer |
| 2010-11-29 | Add some dead stores to pacify my least favorite GCC warning: may be | Chandler Carruth |
| 2010-11-23 | Expand a little on the description of what InstructionSimplify does. | Duncan Sands |
| 2010-11-23 | Clarify that constant folding of instructions applies when all operands | Duncan Sands |
| 2010-11-22 | If a GEP index simply advances by multiples of a type of zero size, | Duncan Sands |
| 2010-11-22 | Move the "gep undef" -> "undef" transform from instcombine to | Duncan Sands |
| 2010-11-21 | Initialize MemDep's TD member so buildbots don't trip over an uninitialized p... | Benjamin Kramer |
| 2010-11-21 | Add a rather pointless InstructionSimplify transform, inspired by recent cons... | Duncan Sands |
| 2010-11-21 | Fix spelling. | Duncan Sands |
| 2010-11-21 | apply Dan's fix for PR8268 which allows constant folding to handle indexes over | Chris Lattner |
| 2010-11-21 | add "getLocation" method to AliasAnalysis for getting the source and | Chris Lattner |
| 2010-11-21 | implement PR8576, deleting dead stores with intervening may-alias stores. | Chris Lattner |
| 2010-11-20 | Simplify code. No change in functionality. | Benjamin Kramer |
| 2010-11-19 | Silence warning about an uninitialized variable. | Benjamin Kramer |
| 2010-11-19 | Remove threading of Xor over selects and phis, with an explanation | Duncan Sands |
| 2010-11-18 | Factor code for testing whether replacing one value with another | Duncan Sands |
| 2010-11-18 | Strip trailing whitespace. | Dan Gohman |
| 2010-11-18 | Use llvm_unreachable for "impossible" situations. | Dan Gohman |