- Oct 30, 2009
-
-
Ted Kremenek authored
Move all logic for the null dereference checker from GRExprEngineInternalChecks.cpp to a separate .cpp file. llvm-svn: 85595
-
Douglas Gregor authored
llvm-svn: 85594
-
Benjamin Kramer authored
llvm-svn: 85592
-
Benjamin Kramer authored
llvm-svn: 85591
-
Rafael Espindola authored
void f (int a1, int a2, int a3, int a4, int a5,...) In ARMTargetLowering::LowerFormalArguments if the function has 4 or more regular arguments we used to set VarArgsFrameIndex using an offset of 0, which is only correct if the function has exactly 4 regular arguments. llvm-svn: 85590
-
John Thompson authored
llvm-svn: 85589
-
Benjamin Kramer authored
llvm-svn: 85588
-
Oscar Fuentes authored
llvm-svn: 85587
-
Evan Cheng authored
Rather than having llvm-gcc changing the meaning of OptimizeSize, just make sure loop unswitch is conservative when optimization level is < 3. llvm-svn: 85581
-
Zhongxing Xu authored
can get the correct base lvalue. Revert r85578. llvm-svn: 85579
-
Ted Kremenek authored
This fixes the crash reported in PR 5316. llvm-svn: 85578
-
Bob Wilson authored
clang/test/CodeGen/indirect-goto.c runs! (unoptimized) llvm-svn: 85577
-
Chris Lattner authored
llvm-svn: 85576
-
Dan Gohman authored
llvm-svn: 85575
-
Anders Carlsson authored
Get throws limping along, still a bunch of FIXMEs. Too bad we don't support catching anything yet :) llvm-svn: 85574
-
Dan Gohman authored
llvm-svn: 85572
-
Dan Gohman authored
llvm-svn: 85571
-
Dan Gohman authored
llvm-svn: 85568
-
Anders Carlsson authored
llvm-svn: 85565
-
Dan Gohman authored
llvm-svn: 85562
-
Anders Carlsson authored
llvm-svn: 85560
-
Dan Gohman authored
llvm-svn: 85559
-
Dan Gohman authored
llvm-svn: 85558
-
Dan Gohman authored
llvm-svn: 85557
-
Dan Gohman authored
llvm-svn: 85556
-
Anders Carlsson authored
llvm-svn: 85555
-
Fariborz Jahanian authored
used in a conditional expression by finding the most-derived common super class of the two and qualifies the resulting type by the intersection of the protocl qualifier list of the two objective-c pointer types. ( this is continuation of radar 7334235). llvm-svn: 85554
-
Anders Carlsson authored
llvm-svn: 85552
-
Devang Patel authored
llvm-svn: 85551
-
John McCall authored
arrays. llvm-svn: 85550
-
Dan Gohman authored
llvm-svn: 85549
-
Dan Gohman authored
llvm-svn: 85548
-
Dan Gohman authored
llvm-svn: 85547
-
Jim Grosbach authored
llvm-svn: 85546
-
John McCall authored
template instantiation. llvm-svn: 85545
-
Mike Stump authored
llvm-svn: 85538
-
David Goodwin authored
Between scheduling regions, correctly maintain anti-dep breaking state so that we don't incorrectly rename registers that span these regions. llvm-svn: 85537
-
Dan Gohman authored
llvm-svn: 85536
-
Mike Stump authored
llvm-svn: 85535
-
Mike Stump authored
llvm-svn: 85534
-