aboutsummaryrefslogtreecommitdiff
path: root/unittests/Support/TypeBuilderTest.cpp
AgeCommit message (Expand)Author
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