index
:
external_llvm
replicant-6.0
external/llvm
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
unittests
/
Support
/
TypeBuilderTest.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move llvm/Support/TypeBuilder.h -> llvm/TypeBuilder.h. This completes
Chandler Carruth
2012-07-15
1
-254
/
+0
*
Round 2 of dead private variable removal.
Benjamin Kramer
2012-06-06
1
-2
/
+2
*
NULL cannot be portably used as the last argument to a function with __attrib...
Eli Friedman
2011-09-28
1
-3
/
+3
*
land David Blaikie's patch to de-constify Type, with a few tweaks.
Chris Lattner
2011-07-18
1
-4
/
+4
*
Second attempt at de-constifying LLVM Types in FunctionType::get(),
Jay Foad
2011-07-12
1
-3
/
+3
*
Revert r134893 and r134888 (and related patches in other trees). It was causing
Bill Wendling
2011-07-12
1
-3
/
+3
*
De-constify Types in StructType::get() and TargetData::getIntPtrType().
Jay Foad
2011-07-11
1
-2
/
+2
*
De-constify Types in FunctionType::get().
Jay Foad
2011-07-11
1
-1
/
+1
*
fix the varargs version of StructType::get to not require an LLVMContext, mak...
Chris Lattner
2011-06-18
1
-3
/
+3
*
add some #includes that will soon be needed.
Chris Lattner
2011-06-16
1
-0
/
+1
*
Add support for TypeBuilder<const/volatile void*, false>.
Jeffrey Yasskin
2010-02-09
1
-1
/
+8
*
Introduce and use convenience methods for getting pointer types
Duncan Sands
2009-10-06
1
-5
/
+5
*
Make TypeBuilder's result depend on the LLVMContext it's passed.
Jeffrey Yasskin
2009-09-09
1
-0
/
+12
*
Push LLVMContexts through the IntegerType APIs.
Owen Anderson
2009-08-13
1
-61
/
+61
*
Update unit test.
Owen Anderson
2009-08-05
1
-5
/
+5
*
Move types back to the 2.5 API.
Owen Anderson
2009-07-29
1
-2
/
+2
*
Fix unit tests.
Owen Anderson
2009-07-10
1
-89
/
+90
*
Add a new TypeBuilder helper class, which eases making LLVM IR types.
Chris Lattner
2009-04-25
1
-0
/
+233