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