aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support/TypeBuilderTest.cpp
AgeCommit message (Expand)Author
2012-07-15Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth
2012-06-06Round 2 of dead private variable removal.Benjamin Kramer
2011-09-28NULL cannot be portably used as the last argument to a function with __attrib...Eli Friedman
2011-07-18land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner
2011-07-12Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad
2011-07-12Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling
2011-07-11De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad
2011-07-11De-constify Types in FunctionType::get().Jay Foad
2011-06-18fix the varargs version of StructType::get to not require an LLVMContext, mak...Chris Lattner
2011-06-16add some #includes that will soon be needed.Chris Lattner
2010-02-09Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin
2009-10-06Introduce and use convenience methods for getting pointer typesDuncan Sands
2009-09-09Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin
2009-08-13Push LLVMContexts through the IntegerType APIs.Owen Anderson
2009-08-05Update unit test.Owen Anderson
2009-07-29Move types back to the 2.5 API.Owen Anderson
2009-07-10Fix unit tests.Owen Anderson
2009-04-25Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner