- Oct 19, 2007
-
-
Bill Wendling authored
llvm-svn: 43191
-
Duncan Sands authored
llvm-svn: 43190
-
Dale Johannesen authored
llvm-svn: 43189
-
Chris Lattner authored
llvm-svn: 43188
-
Bill Wendling authored
llvm-svn: 43186
-
Bill Wendling authored
llvm-svn: 43185
-
Bill Wendling authored
llvm-svn: 43184
-
Devang Patel authored
llvm-svn: 43183
-
Anton Korobeynikov authored
llvm-svn: 43182
-
Chris Lattner authored
llvm-svn: 43181
-
Hartmut Kaiser authored
llvm-svn: 43180
-
Hartmut Kaiser authored
llvm-svn: 43179
-
Gabor Greif authored
llvm-svn: 43178
-
Chris Lattner authored
by Duncan llvm-svn: 43177
-
Rafael Espindola authored
llvm-svn: 43176
-
Duncan Sands authored
llvm-svn: 43175
-
Duncan Sands authored
asserts in later checks rather than producing the ordinary load it is supposed to. Avoid all such hassles by directly returning an ordinary load in this case. llvm-svn: 43174
-
Rafael Espindola authored
llvm-svn: 43173
-
Rafael Espindola authored
To do this it is necessary to add a "always inline" argument to the memcpy node. For completeness I have also added this node to memmove and memset. I have also added getMem* functions, because the extra argument makes it cumbersome to use getNode and because I get confused by it :-) llvm-svn: 43172
-
Chris Lattner authored
llvm-svn: 43171
-
Chris Lattner authored
llvm-svn: 43170
-
Chris Lattner authored
llvm-svn: 43169
-
Chris Lattner authored
llvm-svn: 43168
-
Chris Lattner authored
llvm-svn: 43167
-
Chris Lattner authored
llvm-svn: 43166
-
Chris Lattner authored
llvm-svn: 43165
-
Chris Lattner authored
llvm-svn: 43164
-
Devang Patel authored
llvm-svn: 43162
-
Bill Wendling authored
llvm-svn: 43161
-
Dale Johannesen authored
llvm-svn: 43160
-
Fariborz Jahanian authored
llvm-svn: 43159
-
Steve Naroff authored
Include a simple test case for the previous commit... llvm-svn: 43158
-
Steve Naroff authored
Fix the previous (short lived:-) FIXME. I didn't realize that GCC considers this a hard error (I thought it was built-in). Since it's not, we should simply emit an error. [dylan:~/llvm/tools/clang] admin% cc -c trivial.m trivial.m:6: error: cannot find interface declaration for 'NSConstantString' [administrators-powerbook59:~/llvm/tools/clang] admin% ../../Debug/bin/clang trivial.m trivial.m:6:16: error: cannot find interface declaration for 'NSConstantString' NSString *s = @"123"; ^ 1 diagnostic generated. llvm-svn: 43157
-
Ted Kremenek authored
visits its decls, rather than just creating an "end()" iterator. Fixed child_end() for statements and expressions to use child_iterator() to create the end() iterator, rather than just returning NULL. Fixed bug in StmtIterator where we did not correctly detect if we had marched off the end of the ScopedDecls. llvm-svn: 43156
-
Fariborz Jahanian authored
llvm-svn: 43155
-
Ted Kremenek authored
llvm-svn: 43154
-
Evan Cheng authored
- Added getOpcodeAfterMemoryUnfold(). It doesn't unfold an instruction, but only returns the opcode of the instruction post unfolding. - Fix some copy+paste bugs. llvm-svn: 43153
-
Steve Naroff authored
Add a FIXME to an assert. Change a dyn_cast_or_null back to cast (which is more efficient). llvm-svn: 43152
-
Fariborz Jahanian authored
llvm-svn: 43151
-
- Oct 18, 2007
-
-
Evan Cheng authored
llvm-svn: 43150
-