| Age | Commit message (Expand) | Author |
| 2010-01-28 | Make getAlignOf return an i64, for consistency with getSizeOf and | Dan Gohman |
| 2010-01-28 | Remove SCEVAllocSizeExpr and SCEVFieldOffsetExpr, and in their place | Dan Gohman |
| 2010-01-27 | Update CMake build. | Ted Kremenek |
| 2010-01-27 | Kill ModuleProvider and ghost linkage by inverting the relationship between | Jeffrey Yasskin |
| 2010-01-26 | fix CastInst::castIsValid to reject aggregate types, fixing PR6153: | Chris Lattner |
| 2010-01-26 | Fix ICmpInst::makeConstantRange to use ConstantRange's API properly | Dan Gohman |
| 2010-01-26 | Add MDNode::getIfExists(), an efficient way to determine if a value is used b... | Victor Hernandez |
| 2010-01-25 | Change Value::getUnderlyingObject to have the MaxLookup value specified as a | Bob Wilson |
| 2010-01-24 | mark some libraries that currently require RTTI. | Chris Lattner |
| 2010-01-23 | simplify code a bit. | Chris Lattner |
| 2010-01-23 | InstCombine should not fold sext/zext of a vector and a bitcast to a scalar t... | Mon P Wang |
| 2010-01-22 | Remove MetadataBase class because it is not adding significant value. | Devang Patel |
| 2010-01-22 | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez |
| 2010-01-22 | Stop building RTTI information for *most* llvm libraries. Notable | Chris Lattner |
| 2010-01-22 | give PassNameParser a home. | Chris Lattner |
| 2010-01-22 | add an out-of-line virtual method to CmpInst to give it a home. | Chris Lattner |
| 2010-01-22 | elimiante the dynamic_cast's from opt. | Chris Lattner |
| 2010-01-22 | eliminate a bunch more unneeded dynamic_cast's. | Chris Lattner |
| 2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
| 2010-01-22 | eliminate a bunch of dynamic_cast's. | Chris Lattner |
| 2010-01-21 | tidy up | Chris Lattner |
| 2010-01-21 | Fix a crasher trying to fold each element in a comparison between two vectors | Nick Lewycky |
| 2010-01-20 | Backout r93990 | Victor Hernandez |
| 2010-01-20 | Fix/strengthen verification of llvm.dbg.declare | Victor Hernandez |
| 2010-01-20 | Fix if/else brackets; getFunctionForValue() is to be called for non-metadata ... | Victor Hernandez |
| 2010-01-20 | Fix the conditions to unambiguously show the logic they represent. This is the | Chandler Carruth |
| 2010-01-20 | Refactor common parts of MDNode::getFunction() and assertLocalFunction() into... | Victor Hernandez |
| 2010-01-18 | Add comment that MDNode::getFunction() is not to be used by performance-criti... | Victor Hernandez |
| 2010-01-18 | Simplify MDNode::getFunction() and assertLocalFunction() by avoiding extra Fu... | Victor Hernandez |
| 2010-01-18 | reject some invalid IR. We already assert and reject this from the | Chris Lattner |
| 2010-01-18 | Make printing of metadata more robust when function is not found (which is th... | Victor Hernandez |
| 2010-01-16 | Update CMake files for Mangler move. | Benjamin Kramer |
| 2010-01-16 | move the mangler into libtarget from vmcore. | Chris Lattner |
| 2010-01-16 | reapply the mangler gutting patch. | Chris Lattner |
| 2010-01-16 | Revert 93648. | Rafael Espindola |
| 2010-01-16 | Mangler::getMangledName is now dead, remove it and all the other stuff in Man... | Chris Lattner |
| 2010-01-16 | add an inefficient version of getNameWithPrefix that returns an std::string. | Chris Lattner |
| 2010-01-15 | Remove the InlineHint attribute. There are no current or planned | Eric Christopher |
| 2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
| 2010-01-15 | Revert r93504 because older uses of llvm.dbg.declare intrinsics need to be au... | Victor Hernandez |
| 2010-01-15 | Improve llvm.dbg.declare intrinsic by referring directly to the storage in it... | Victor Hernandez |
| 2010-01-14 | In debug builds, assert that function-local metadata has only 1 parent function | Victor Hernandez |
| 2010-01-14 | Fix printing of function-local metadata in AsmWriter | Victor Hernandez |
| 2010-01-14 | Add MDNode::getFunction(), which figures out the metadata's function, if it h... | Victor Hernandez |
| 2010-01-13 | Introduce Twine::toStringRef, a variant of toVector which avoids the copy if the | Benjamin Kramer |
| 2010-01-13 | don't add the \1 to the name. | Chris Lattner |
| 2010-01-13 | add new isSingleStringRef()/getSingleStringRef() methods to twine, | Chris Lattner |
| 2010-01-13 | ugh, my last patch just sped up a method and changed all the clients | Chris Lattner |
| 2010-01-13 | change Mangler::makeNameProper to return its result in a SmallVector | Chris Lattner |
| 2010-01-13 | my mistake, Mangler::makeNameProper wants to take a twine, not a stringref! | Chris Lattner |