aboutsummaryrefslogtreecommitdiffstats
path: root/unittests/Support/TypeBuilderTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completesChandler Carruth2012-07-151-254/+0
* Round 2 of dead private variable removal.Benjamin Kramer2012-06-061-2/+2
* NULL cannot be portably used as the last argument to a function with __attrib...Eli Friedman2011-09-281-3/+3
* land David Blaikie's patch to de-constify Type, with a few tweaks.Chris Lattner2011-07-181-4/+4
* Second attempt at de-constifying LLVM Types in FunctionType::get(),Jay Foad2011-07-121-3/+3
* Revert r134893 and r134888 (and related patches in other trees). It was causingBill Wendling2011-07-121-3/+3
* De-constify Types in StructType::get() and TargetData::getIntPtrType().Jay Foad2011-07-111-2/+2
* De-constify Types in FunctionType::get().Jay Foad2011-07-111-1/+1
* fix the varargs version of StructType::get to not require an LLVMContext, mak...Chris Lattner2011-06-181-3/+3
* add some #includes that will soon be needed.Chris Lattner2011-06-161-0/+1
* Add support for TypeBuilder<const/volatile void*, false>.Jeffrey Yasskin2010-02-091-1/+8
* Introduce and use convenience methods for getting pointer typesDuncan Sands2009-10-061-5/+5
* Make TypeBuilder's result depend on the LLVMContext it's passed.Jeffrey Yasskin2009-09-091-0/+12
* Push LLVMContexts through the IntegerType APIs.Owen Anderson2009-08-131-61/+61
* Update unit test.Owen Anderson2009-08-051-5/+5
* Move types back to the 2.5 API.Owen Anderson2009-07-291-2/+2
* Fix unit tests.Owen Anderson2009-07-101-89/+90
* Add a new TypeBuilder helper class, which eases making LLVM IR types.Chris Lattner2009-04-251-0/+233