- Jan 22, 2010
-
-
rdar://7520940Chris Lattner authored
is #included with "foo.h" style syntax instead of framework syntax. It produced too much noise. llvm-svn: 94120
-
Jim Grosbach authored
cannot be directly interchanged for comparisons against negated values. Disable the CMN instructions for the time being. llvm-svn: 94119
-
Mike Stump authored
llvm-svn: 94118
-
Ted Kremenek authored
llvm-svn: 94117
-
Douglas Gregor authored
a few important subkinds. Now we're cookin' with gas! llvm-svn: 94116
-
Mike Stump authored
dead array references. llvm-svn: 94115
-
Victor Hernandez authored
llvm-svn: 94114
-
Victor Hernandez authored
llvm-svn: 94113
-
Victor Hernandez authored
llvm-svn: 94112
-
Victor Hernandez authored
DbgInfoIntrinsics no longer appear in an instruction's use list; so clean up looking for them in use iterations and remove OnlyUsedByDbgInfoIntrinsics() llvm-svn: 94111
-
Dan Gohman authored
loop-variant components, adds must be inserted after the increment. Keep track of the increment position for this case, and insert these adds in the correct location. llvm-svn: 94110
-
- Jan 21, 2010
-
-
John McCall authored
of the 'payload' in this header. llvm-svn: 94109
-
Dan Gohman authored
llvm-svn: 94108
-
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
-