| Age | Commit message (Expand) | Author |
| 2011-07-12 | TypeMap had a destructor that destroyed the types it held. DenseMap did not, so | Nick Lewycky |
| 2011-07-11 | De-constify Types in StructType::get() and TargetData::getIntPtrType(). | Jay Foad |
| 2011-07-11 | De-constify Types in FunctionType::get(). | Jay Foad |
| 2011-07-11 | Remove mentions of type planes. | Jay Foad |
| 2011-07-10 | Silence -Wunused-variable in release builds. | Chandler Carruth |
| 2011-07-09 | the various ConstantExpr::get*Ty methods existed to work with issues around | Chris Lattner |
| 2011-07-09 | don't load element before checking to see if it is valid. | Chris Lattner |
| 2011-07-09 | Eliminate the WriteTypeSymbolic function. Now that types know | Chris Lattner |
| 2011-07-09 | remove the DerivedType which isn't adding value anymore. | Chris Lattner |
| 2011-07-09 | Land the long talked about "type system rewrite" patch. This | Chris Lattner |
| 2011-07-06 | Introduce "expect" intrinsic instructions. | Jakub Staszak |
| 2011-07-01 | Improve constant folding of undef for cmp and select operators. | Dan Gohman |
| 2011-07-01 | Improve constant folding of undef for binary operators. | Dan Gohman |
| 2011-06-30 | Add r134057 back, but splice the predecessor after the successors phi | Rafael Espindola |
| 2011-06-29 | Temporarily revert r134057: "Let simplify cfg simplify bb with only debug and | Chad Rosier |
| 2011-06-29 | Let simplify cfg simplify bb with only debug and lifetime intrinsics. | Rafael Espindola |
| 2011-06-28 | PR10210: New method ConstantArray::getAsCString(). Use it in LTO to | Jay Foad |
| 2011-06-24 | Revert unintentional check-in. | Devang Patel |
| 2011-06-24 | Handle debug info for i128 constants. | Devang Patel |
| 2011-06-23 | Reinstate r133513 (reverted in r133700) with an additional fix for a | Jay Foad |
| 2011-06-23 | Revert r133513: | Eric Christopher |
| 2011-06-22 | Replace the existing forms of ConstantArray::get() with a single form | Jay Foad |
| 2011-06-22 | Make ConstantVector::get() always take an ArrayRef, never a std::vector. | Jay Foad |
| 2011-06-22 | Eliminate a temporary std::vector in ConstantStruct::get(). | Jay Foad |
| 2011-06-22 | Extend ConstantUniqueMap with a new template parameter ValRefType, | Jay Foad |
| 2011-06-21 | Fix some trailing issues from my introduction of MVT::untyped and its use for... | Owen Anderson |
| 2011-06-21 | Remove r130409, as requested by Chris. | Devang Patel |
| 2011-06-21 | Reinstate r133435 and r133449 (reverted in r133499) now that the clang | Jay Foad |
| 2011-06-21 | Revert r133435 and r133449 to appease buildbots. | Chad Rosier |
| 2011-06-20 | Fix a check for PHINodes with two incoming values. | Jay Foad |
| 2011-06-20 | Change how PHINodes store their operands. | Jay Foad |
| 2011-06-20 | Make better use of the PHINode API. | Jay Foad |
| 2011-06-20 | Remove the AugmentedUse struct. | Jay Foad |
| 2011-06-20 | Revamp the "ConstantStruct::get" methods. Previously, these were scattered | Chris Lattner |
| 2011-06-18 | fix the varargs version of StructType::get to not require an LLVMContext, mak... | Chris Lattner |
| 2011-06-18 | eliminate some pointless virtual methods. | Chris Lattner |
| 2011-06-18 | now that Type::getDescription() is dead, the TypePrinting class can move from... | Chris Lattner |
| 2011-06-18 | eliminate the Type::getDescription() method, using "<<" instead. This | Chris Lattner |
| 2011-06-18 | rework the remaining autoupgrade logic to use a StringRef instead of creating a | Chris Lattner |
| 2011-06-18 | rip out a ton of intrinsic modernization logic from AutoUpgrade.cpp, which is | Chris Lattner |
| 2011-06-17 | Fix typo in comment. | Jay Foad |
| 2011-06-16 | change Type.h to forward declare ArrayRef instead of #including it. | Chris Lattner |
| 2011-06-16 | prune #includes. | Chris Lattner |
| 2011-06-16 | move the address space into the subclass data field, saving a word on Pointer... | Chris Lattner |
| 2011-06-16 | tidy up some comments, store the 'isvararg' bit for FunctionType in | Chris Lattner |
| 2011-06-16 | remove Type::getVAArgsPromotedType, which is dead, and tidy up a bit. | Chris Lattner |
| 2011-06-15 | Add a new function attribute, nonlazybind, which inhibits lazy-loading | John McCall |
| 2011-06-15 | Teach the .ll parser to handle named metadata with non-simple names. | Nick Lewycky |
| 2011-06-14 | Add one more argument to the prefetch intrinsic to indicate whether it's a data | Bruno Cardoso Lopes |
| 2011-06-03 | Another possible bug. Stopgap until we can autogenerate tables and | Eric Christopher |