IntegersSubsetMapping:
[oota-llvm.git] / include / llvm / Support / TypeBuilder.h
2011-07-25 Jay FoadRemove uses of std::vector from TypeBuilder.
2011-07-12 Jay FoadSecond attempt at de-constifying LLVM Types in Function...
2011-07-12 Bill WendlingRevert r134893 and r134888 (and related patches in...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-07-09 Chris Lattneradd a #include
2010-09-10 Dale JohannesenAdd X86 MMX type to bitcode and Type.
2010-09-02 Dan GohmanRemove obsolete comments about throwing exceptions.
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
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...