Age | Commit message (Expand) | Author |
2011-07-29 | Rewrite the CMake build to use explicit dependencies between libraries, | Chandler Carruth |
2011-07-28 | LangRef and basic memory-representation/reading/writing for 'cmpxchg' and | Eli Friedman |
2011-07-28 | The personality function should be a Function* and not just a Value*. | Bill Wendling |
2011-07-28 | Don't add in the asked for size so that we don't copy too much from the old t... | Bill Wendling |
2011-07-28 | Make sure that the landingpad instruction takes a Constant* as the clause's v... | Bill Wendling |
2011-07-28 | Add a couple of convenience functions: | Bill Wendling |
2011-07-27 | Merge the contents from exception-handling-rewrite to the mainline. | Bill Wendling |
2011-07-27 | Misc mid-level changes for new 'fence' instruction. | Eli Friedman |
2011-07-25 | Initial implementation of 'fence' instruction, the new C++0x-style replacemen... | Eli Friedman |
2011-07-25 | Use ArrayRef in the (protected) constructors of ConstantArray, ConstantStruct... | Jay Foad |
2011-07-25 | Convert GetElementPtrInst to use ArrayRef. | Jay Foad |
2011-07-22 | Convert IRBuilder::CreateGEP and IRBuilder::CreateInBoundsGEP to use | 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 | Convert ConstantFoldGetElementPtr to use ArrayRef. | Jay Foad |
2011-07-18 | Add APInt(numBits, ArrayRef<uint64_t> bigVal) constructor to prevent future a... | Jeffrey Yasskin |
2011-07-18 | Migrate LLVM and Clang to use the new makeArrayRef(...) functions where previ... | Frits van Bommel |
2011-07-18 | land David Blaikie's patch to de-constify Type, with a few tweaks. | Chris Lattner |
2011-07-17 | tidy up | Chris Lattner |
2011-07-15 | deconstify getType()'s. | Chris Lattner |
2011-07-15 | Convert CallInst and InvokeInst APIs to use ArrayRef. | Jay Foad |
2011-07-15 | remove the old and dangerous uncheckedReplaceAllUsesWith method, | Chris Lattner |
2011-07-15 | devirtualize Constant::isNullValue: | Chris Lattner |
2011-07-15 | add CFP::isNegative() and ConstnatInt::isNegative() methods. | Chris Lattner |
2011-07-15 | bump pointer allocate LLVM IR types, since they are never deallocated. | Chris Lattner |
2011-07-14 | Add dump() | Devang Patel |
2011-07-14 | Fix GlobalValue::isDeclaration() to always consider aliases to be definitions. | Chris Lattner |
2011-07-14 | Add LLVMConstNamedStruct to the C api to let its users create constants | Rafael Espindola |
2011-07-14 | DebugLoc's don't hide any interesting types for TypeFinder to find. | Chris Lattner |
2011-07-14 | manually copy debugloc over to a new instruction in clone() instead | Chris Lattner |
2011-07-14 | add comments. | Chris Lattner |
2011-07-14 | consolidate GlobalValue::isDeclaration into one | Chris Lattner |
2011-07-14 | code cleanup | Chris Lattner |
2011-07-14 | Change Intrinsic::getDeclaration and friends to take an ArrayRef. | Benjamin Kramer |
2011-07-14 | add a couple more missing C api, patch by Vitaly Lugovskiy! | Chris Lattner |
2011-07-14 | Simplify some functions in the C API by using an ArrayRef to directly referen... | Frits van Bommel |
2011-07-14 | add C api for hte new type system rewrite API. Patch by Vitaly Lugovskiy! | Chris Lattner |
2011-07-14 | Simplify and delay extracting DebugLoc elements, scope and InlinedAt, as much... | Devang Patel |
2011-07-13 | Revert r135042. As Chris pointed out, it had no effect, and was based on | Jay Foad |
2011-07-13 | Really cache function types and anonymous struct types. | Jay Foad |
2011-07-13 | Convert InsertValueInst and ExtractValueInst APIs to use ArrayRef. | Jay Foad |
2011-07-13 | stop leaking all named struct types with an empty name. Thanks | Chris Lattner |
2011-07-12 | Second attempt at de-constifying LLVM Types in FunctionType::get(), | Jay Foad |
2011-07-12 | simplify assertions to not be completely redundant. | Chris Lattner |
2011-07-12 | make the IRBuilder type methods return non-const types. | Chris Lattner |
2011-07-12 | Revert r134893 and r134888 (and related patches in other trees). It was causing | Bill Wendling |
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 |