- Jan 21, 2010
-
-
Dan Gohman authored
operands exceeds the number of registers used in the initial solution, as that wouldn't lead to a profitable solution anyway. llvm-svn: 94107
-
Mike Stump authored
llvm-svn: 94106
-
Evan Cheng authored
llvm-svn: 94105
-
Dan Gohman authored
llvm-svn: 94104
-
Chris Lattner authored
ValueMapper.cpp ends up calling an out of line __ZNK4llvm12PATypeHolder3getEv, which is a template and llvm-config determines arbitrarily to use the one in libipo. This sucks, but keeping the #include is a reasonable workaround. llvm-svn: 94103
-
Chris Lattner authored
llvm-svn: 94102
-
Chris Lattner authored
llvm-svn: 94101
-
Chris Lattner authored
llvm-svn: 94100
-
Douglas Gregor authored
is hard to test now; tests will come when we can walk stataements and expressions properly. llvm-svn: 94099
-
Chris Lattner authored
llvm-svn: 94098
-
Jim Grosbach authored
llvm-svn: 94097
-
Chris Lattner authored
llvm-svn: 94096
-
Chris Lattner authored
llvm-svn: 94095
-
Mike Stump authored
llvm-svn: 94094
-
Mike Stump authored
llvm-svn: 94093
-
Victor Hernandez authored
llvm-svn: 94092
-
Victor Hernandez authored
llvm-svn: 94091
-
Ted Kremenek authored
ObjCObjectPointerType using the allocator associated with ASTContext. Not only does this fix a memory leak, but it also makes these arrays BumpPtrAllocated (in the typical case). llvm-svn: 94090
-
Benjamin Kramer authored
llvm-svn: 94089
-
Fariborz Jahanian authored
llvm-svn: 94088
-
Fariborz Jahanian authored
Fixes radar 7562952. llvm-svn: 94087
-
Mike Stump authored
assignments. llvm-svn: 94086
-
Douglas Gregor authored
kinds, so that we see referenced types, protocols, classes, etc. llvm-svn: 94085
-
Mike Stump authored
unary operators. llvm-svn: 94084
-
Daniel Dunbar authored
checks that the runtime library can be linked and works for compiling on 10.6 for 10.{4,5,6} targets. Currently test is only for x86, and misses some compiler-rt functions. llvm-svn: 94083
-
Daniel Dunbar authored
llvm-svn: 94082
-
Daniel Dunbar authored
assuming SVN. This should be fixed to not necessarily be an integer. llvm-svn: 94081
-
Daniel Dunbar authored
one reason or another don't belong in the regular test suite. Inside is utils/OptionalTests/Extra which is specifically for tests that match the layout of the regular tests. llvm-svn: 94080
-
Anders Carlsson authored
llvm-svn: 94079
-
Douglas Gregor authored
typedefs only (for now). llvm-svn: 94078
-
Daniel Dunbar authored
repository. Feel free to add support for your favorite VCS. llvm-svn: 94077
-
Douglas Gregor authored
llvm-svn: 94076
-
Benjamin Kramer authored
llvm-svn: 94075
-
Mike Stump authored
CallExprs as those edges help cause a n^2 explosion in the number of destructor calls. Other consumers, such as static analysis, that would like to have more a more complete CFG can select the inclusion of those edges as CFG build time. This also fixes up the two compilation users of CFGs to be tolerant of having or not having those edges. All catch code is assumed be to live if we didn't generate the exceptional edges for CallExprs. llvm-svn: 94074
-
Benjamin Kramer authored
llvm-svn: 94073
-
Dan Gohman authored
message, to be more informative. llvm-svn: 94072
-
Dan Gohman authored
llvm-svn: 94071
-
Dan Gohman authored
rememberInstruction so that future users of that user will be inserted in the correct position. This fixes the Darwin selfhost. llvm-svn: 94070
-
Nick Lewycky authored
if one of the vectors didn't have elements (such as undef). Fixes PR 6096. Fix an issue in the constant folder where fcmp (<2 x %ty>, <2 x %ty>) would have <2 x i1> type if constant folding was successful and i1 type if it wasn't. This exposed a related issue in the bitcode reader. llvm-svn: 94069
-
Chris Lattner authored
llvm-svn: 94068
-