ARM don't use MCRelaxAll, as it's not safe on ARM.
[oota-llvm.git] / unittests / Support / TypeBuilderTest.cpp
2011-09-28 Eli FriedmanNULL cannot be portably used as the last argument to...
2011-07-18 Chris Lattnerland David Blaikie's patch to de-constify Type, with...
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 StructType::get() and TargetData...
2011-07-11 Jay FoadDe-constify Types in FunctionType::get().
2011-06-18 Chris Lattnerfix the varargs version of StructType::get to not requi...
2011-06-16 Chris Lattneradd some #includes that will soon be needed.
2010-02-09 Jeffrey YasskinAdd support for TypeBuilder<const/volatile void*, false>.
2009-10-06 Duncan SandsIntroduce and use convenience methods for getting point...
2009-09-09 Jeffrey YasskinMake TypeBuilder's result depend on the LLVMContext...
2009-08-13 Owen AndersonPush LLVMContexts through the IntegerType APIs.
2009-08-05 Owen AndersonUpdate unit test.
2009-07-29 Owen AndersonMove types back to the 2.5 API.
2009-07-10 Owen AndersonFix unit tests.
2009-04-25 Chris LattnerAdd a new TypeBuilder helper class, which eases making...