summaryrefslogtreecommitdiff
path: root/unittests/Support/TypeBuilderTest.cpp
Commit message (Expand)AuthorAge
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-09
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-06
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-09
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-13
* Update unit test.Owen Anderson2009-08-05
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Fix unit tests.Owen Anderson2009-07-10
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-25