summaryrefslogtreecommitdiff
path: root/include/llvm/Support/TypeBuilder.h
Commit message (Expand)AuthorAge
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-09
* 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
* Move types back to the 2.5 API.Owen Anderson2009-07-29
* Fix unit tests.Owen Anderson2009-07-10
* Push LLVMContext through the TypeBuilder API. There are no users for this in...Owen Anderson2009-07-10
* improve the APIs for creating struct and function types with no arguments/ele...Chris Lattner2009-07-01
* Include <limits.h> to get the definition of CHAR_BIT.Dan Gohman2009-05-02
* Add a mention of TypeBuilder to the programmer's manual, and clean up the classJeffrey Yasskin2009-04-30
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-25