- Apr 08, 2008
-
-
Dale Johannesen authored
Corresponds to -fno-unwind-tables (usually default in gcc). llvm-svn: 49361
-
Ted Kremenek authored
an HTMLified source file. llvm-svn: 49359
-
Ted Kremenek authored
llvm-svn: 49358
-
Ted Kremenek authored
llvm-svn: 49357
-
Ted Kremenek authored
llvm-svn: 49356
-
http://llvm.org/viewvc/llvm-project?rev=49213&view=revTed Kremenek authored
The problem is that some clients of gcc lookout at the stdout output of gcc; this requires that all the analyzer diagnostics go to stderr to avoid polluting stdout. llvm-svn: 49355
-
Ted Kremenek authored
llvm-svn: 49354
-
- Apr 07, 2008
-
-
Sam Bishop authored
they can be created using the same allocator as in the "from source code" case. llvm-svn: 49353
-
Ted Kremenek authored
llvm-svn: 49352
-
Sam Bishop authored
deserializer. llvm-svn: 49350
-
Steve Naroff authored
llvm-svn: 49349
-
Dan Gohman authored
review feedback from Chris quite a while ago. No functionality change. llvm-svn: 49348
-
Tanya Lattner authored
llvm-svn: 49347
-
Tanya Lattner authored
Removed llvm-upgrade from documentations. llvm-svn: 49346
-
Owen Anderson authored
in both time and memory savings for GVN. For example, one testcase went from 10.5s to 6s with this patch. llvm-svn: 49345
-
Duncan Sands authored
llvm-svn: 49344
-
Evan Cheng authored
llvm-svn: 49343
-
Daniel Berlin authored
llvm-svn: 49339
-
Duncan Sands authored
llvm-svn: 49338
-
Duncan Sands authored
needs to be fixed here - a previous commit made sure that intrinsics always get the right attributes. So remove no-longer needed code, and while there use Intrinsic::getDeclaration rather than getOrInsertFunction. llvm-svn: 49337
-
Duncan Sands authored
intrinsics. Fix up the argument type (should be i8*, was an array*). llvm-svn: 49336
-
Duncan Sands authored
right parameter attributes no matter how they are obtained. llvm-svn: 49335
-
Roman Levenstein authored
by Dan Gohman is fixed. llvm-svn: 49330
-
Owen Anderson authored
allocations, which GVN can't optimize anyways. llvm-svn: 49329
-
Chris Lattner authored
llvm-svn: 49328
-
Chris Lattner authored
llvm-svn: 49327
-
Chris Lattner authored
llvm-svn: 49326
-
Chris Lattner authored
llvm-svn: 49325
-
Chris Lattner authored
llvm-svn: 49324
-
Chris Lattner authored
llvm-svn: 49323
-
Chris Lattner authored
and fix a bug. llvm-svn: 49322
-
Chris Lattner authored
type, because it did not include a/b in the hash. llvm-svn: 49321
-
Chris Lattner authored
if MyClass is a superclass of MyOtherClass, there is no need for an exact interface match. llvm-svn: 49320
-
Chris Lattner authored
llvm-svn: 49319
-
Chris Lattner authored
llvm-svn: 49318
-
Bill Wendling authored
llvm-svn: 49317
-
Chris Lattner authored
llvm-svn: 49316
-
Chris Lattner authored
llvm-svn: 49315
-
Chris Lattner authored
llvm-svn: 49314
-
Chris Lattner authored
While it is similar to the other compatibility predicates in ASTContext, it is not used by them and is different. In addition, greatly simplify ObjCQualifiedIdTypesAreCompatible and fix some canonical type bugs. Also, simplify my Type::getAsObjC* methods. llvm-svn: 49313
-