- Oct 07, 2009
-
-
Bob Wilson authored
llvm-svn: 83422
-
Bob Wilson authored
llvm-svn: 83421
-
- Oct 06, 2009
-
-
Anders Carlsson authored
llvm-svn: 83420
-
Devang Patel authored
llvm-svn: 83419
-
Jeffrey Yasskin authored
some of the inputs were temporaries. Here's a real fix for the miscompilation. Thanks to sabre for pointing out the problem. llvm-svn: 83417
-
Douglas Gregor authored
explicit specializations can occur. Also, fix a minor recovery bug where we should allow declarations coming from the parser to be NULL. llvm-svn: 83416
-
Bob Wilson authored
(This is not required for correctness but might help with sanity.) llvm-svn: 83415
-
Edward O'Callaghan authored
llvm-svn: 83414
-
Edward O'Callaghan authored
llvm-svn: 83413
-
Mike Stump authored
llvm-svn: 83410
-
Ted Kremenek authored
llvm-svn: 83408
-
Bob Wilson authored
Patch by Johnny Chen. llvm-svn: 83407
-
Nicolas Geoffray authored
string at the end of the list, instead of the last comma-separated string. llvm-svn: 83405
-
Ted Kremenek authored
llvm-svn: 83404
-
Jeffrey Yasskin authored
llvm-svn: 83401
-
Devang Patel authored
This is not yet enabled. llvm-svn: 83400
-
Devang Patel authored
This is not yet enabled. llvm-svn: 83399
-
Anders Carlsson authored
llvm-svn: 83398
-
Anders Carlsson authored
Emit the destructor epilogue in a cleanup block so a return from a destructor body still calls the epilogue. llvm-svn: 83397
-
Douglas Gregor authored
for bases, members, overridden virtual methods, etc. The operations isDerivedFrom and lookupInBases are now provided by CXXRecordDecl, rather than by Sema, so that CodeGen and other clients can use them directly. llvm-svn: 83396
-
Anders Carlsson authored
llvm-svn: 83395
-
Dan Gohman authored
llvm-svn: 83393
-
Dan Gohman authored
verbose-asm mode, print comments instead. This eliminates a non-comment difference between verbose-asm mode and non-verbose-asm mode. Also, factor out the relevant code out of all the targets and into target-independent code. llvm-svn: 83392
-
Jeffrey Yasskin authored
llvm-svn: 83391
-
Chris Lattner authored
out of it, and jump threading, condprop and gvn are now getting most of the benefit. This was approved by Nicholas and Nicolas. llvm-svn: 83390
-
Richard Osborne authored
xs1a and xs1b. llvm-svn: 83383
-
Richard Osborne authored
early development boards which is no longer supported in the XMOS toolchain. llvm-svn: 83381
-
Richard Osborne authored
llvm-svn: 83380
-
Duncan Sands authored
where the element is of a basic builtin type. For example, to get an i8* use getInt8PtrTy. llvm-svn: 83379
-
Jim Grosbach authored
llvm-svn: 83378
-
Rafael Espindola authored
llvm-svn: 83377
-
Ted Kremenek authored
Fix 'clang-cc -analyzer-display-progress' by flushing standard error after printing the name of the analyzed function. llvm-svn: 83369
-
Ted Kremenek authored
evaluated to an APSInt with a different bitwidth than the other operand in a binary expression. llvm-svn: 83368
-
Devang Patel authored
llvm-svn: 83367
-
Devang Patel authored
Update processDebugLoc() to handle requests to process debug info, before and after emitting instructions. llvm-svn: 83364
-
Devang Patel authored
Update processDebugLoc() so that it can be used to process debug info before and after printing an instruction. llvm-svn: 83363
-
Devang Patel authored
llvm-svn: 83362
-
Devang Patel authored
This will be used by processDebugLoc(). llvm-svn: 83361
-
rdar://problem/7275774Ted Kremenek authored
adding assert This fix required a few changes: SimpleSValuator: - Eagerly replace a symbolic value with its constant value in EvalBinOpNN when it is constrained to a constant. This allows us to better constant fold values along a path. - Handle trivial case of '<', '>' comparison of pointers when the two pointers are exactly the same. RegionStoreManager: llvm-svn: 83358
-
Rafael Espindola authored
llvm-svn: 83357
-