Push LLVMContexts through the IntegerType APIs.
[oota-llvm.git] / include / llvm / Support / TypeBuilder.h
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-10 Owen AndersonFix unit tests.
2009-07-10 Owen AndersonPush LLVMContext through the TypeBuilder API. There...
2009-07-01 Chris Lattnerimprove the APIs for creating struct and function types...
2009-05-02 Dan GohmanInclude <limits.h> to get the definition of CHAR_BIT.
2009-04-30 Jeffrey YasskinAdd a mention of TypeBuilder to the programmer's manual...
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...