- May 19, 2008
-
-
Gabor Greif authored
llvm-svn: 51231
-
- May 18, 2008
-
-
Nate Begeman authored
llvm-svn: 51230
-
Nate Begeman authored
llvm-svn: 51229
-
Eli Friedman authored
addition with a pointer and an integer even when it didn't make sense. llvm-svn: 51228
-
Chris Lattner authored
llvm-svn: 51227
-
Chris Lattner authored
llvm-svn: 51226
-
Chris Lattner authored
llvm-svn: 51225
-
- May 17, 2008
-
-
Eli Friedman authored
used for _Bool is not the same as the primitive width (which for _Bool is 1 bit). The load and store changes add some casts to make the types consistent. The EmitLValue changes make sure that the pointer is of an appropriate type for loading the bitfield. This isn't perfect, but it's an improvement, and getting everything right depends on actually laying out structs in an ABI-compliant way. llvm-svn: 51224
-
Nick Lewycky authored
llvm-svn: 51223
-
Chris Lattner authored
llvm-svn: 51222
-
Bill Wendling authored
"-Wshorten-64-to-32 -Werror" will cause a failure when compiling this complex program: #include <string> class Path { mutable std::string path; public: bool operator == (const Path &that) { return path == that.path; } }; Using strcmp gets us past this annoying error. llvm-svn: 51218
-
Nick Lewycky authored
llvm-svn: 51217
-
Nick Lewycky authored
llvm-svn: 51216
-
Nick Lewycky authored
llvm-svn: 51215
-
Ted Kremenek authored
llvm-svn: 51214
-
Ted Kremenek authored
llvm-svn: 51213
-
Ted Kremenek authored
llvm-svn: 51212
-
Dale Johannesen authored
suggested by Duncan. llvm-svn: 51211
-
Dale Johannesen authored
behavior on old .bc files. llvm-svn: 51210
-
Dale Johannesen authored
and llvm-nm (prints as C). llvm-svn: 51209
-
Dale Johannesen authored
llvm-svn: 51208
-
- May 16, 2008
-
-
Dale Johannesen authored
replaced at linktime with a body that throws, even if the body in this file does not. Make PruneEH be more conservative in this case. g++.dg/eh/weak1.C llvm-svn: 51207
-
Eric Christopher authored
its associated call site. llvm-svn: 51204
-
Eli Friedman authored
at the Sema layer. llvm-svn: 51203
-
Eli Friedman authored
the condidtional have compatible types, they are not necessarily the same type. Therefore, we cast to the composite type. As a hack, for the moment we assume that the composite type is the type of the left-hand expression; this isn't correct, but it's good enough for most purposes. llvm-svn: 51202
-
Dale Johannesen authored
missing it. gcc.dg/darwin-weakimport-2.c. Handle common and weak differently for darwin ppc32. llvm-svn: 51201
-
Gabor Greif authored
API change for {BinaryOperator|CmpInst|CastInst}::create*() --> Create. Legacy interfaces will be in place for some time. (Merge from use-diet branch.) llvm-svn: 51200
-
Nate Begeman authored
llvm-svn: 51199
-
Ted Kremenek authored
llvm-svn: 51198
-
Ted Kremenek authored
Partitioned BugTypeCachedLocation::isCached() into two methods: one that accepts and ExplodedNode, and the other that accepts a ProgramPoint. The default behavior is to cache bug reports by the location they occur (the end node). Subclasses can override this behavior by providing a different ProgramPoint. llvm-svn: 51197
-
Eli Friedman authored
llvm-svn: 51196
-
Eli Friedman authored
llvm-svn: 51195
-
Eli Friedman authored
llvm-svn: 51194
-
Eli Friedman authored
llvm-svn: 51193
-
Evan Cheng authored
llvm-svn: 51192
-
Evan Cheng authored
llvm-svn: 51191
-
Ted Kremenek authored
llvm-svn: 51190
-
Eli Friedman authored
llvm-svn: 51188
-
Duncan Sands authored
included after local headers. llvm-svn: 51187
-
Duncan Sands authored
original method caused gcc-4.2 to complain. llvm-svn: 51186
-