Go to file
Chris Lattner e64d7ba153 Update to match mainline ConstantStruct::get API change. Also, use
ConvertType on InitListExprs as they are being converted.  This is
needed for a forthcoming patch, and improves the IR generated anyway
(see additional type names in testcases). 

This patch also converts a bunch of std::vector's in CGObjCMac to use
C arrays.  There are a ton more that should be converted as well.

llvm-svn: 133413
2011-06-20 04:01:35 +00:00
clang Update to match mainline ConstantStruct::get API change. Also, use 2011-06-20 04:01:35 +00:00
compiler-rt Missed a rename here 4 args instead of 3. 2011-06-17 23:19:18 +00:00
debuginfo-tests Testcase for r133065 2011-06-15 17:57:23 +00:00
libcxx More fixes: One of my fixes to type_traits earlier today was incorrect, so that is reverted. Recently clang appears to have tightened up its definition of is_convertible and that has caused some failures in [unordered_][multi]map. I've switched to using is_constructible to restablish the desired functionality in [unordered_][multi]map. Specifically, inserting rvalues of move-only types for the keys. 2011-06-19 21:45:00 +00:00
libcxxabi Clean up the vector tests 2011-06-13 17:57:10 +00:00
lldb Add TestInlinedFrame.py to exercise the newly added SBFrame APIs: IsInlined() and GetFunctionName(). 2011-06-20 00:26:39 +00:00
llvm Revamp the "ConstantStruct::get" methods. Previously, these were scattered 2011-06-20 04:01:31 +00:00
polly www: Adding webpage to track memory access transformation 2011-06-18 17:17:16 +00:00