- May 13, 2008
-
-
rdar://problem/5924576Steve Naroff authored
Fix <rdar://problem/5924576> clang -fsyntax-only generates "redefinition" errors when parsing AppKit that gcc does not. Teach Sema::MergeVarDecl() about __private_extern__. llvm-svn: 51005
-
Bill Wendling authored
changes that don't change functionality. llvm-svn: 51004
-
Ted Kremenek authored
llvm-svn: 51003
-
- May 12, 2008
-
-
rdar://problem/5928590Steve Naroff authored
Fix <rdar://problem/5928590> clang -fsyntax-only: "incompatible operand types ('int' and 'void')" on input that 'gcc -fsyntax-only' eats llvm-svn: 51002
-
Bill Wendling authored
"is{Trivially,Really}ReMaterializable" methods. llvm-svn: 51001
-
Nate Begeman authored
llvm-svn: 51000
-
Dale Johannesen authored
semantically identical, but little difference in either results or execution speed; but it's much easier to read, at least IMO. llvm-svn: 50999
-
Nate Begeman authored
llvm-svn: 50998
-
Dan Gohman authored
encoding information. llvm-svn: 50997
-
Nate Begeman authored
llvm-svn: 50996
-
Owen Anderson authored
llvm-svn: 50995
-
Nate Begeman authored
llvm-svn: 50994
-
Evan Cheng authored
llvm-svn: 50993
-
Nate Begeman authored
Hard code CmpInst back to i1 for now while I go track down what in the bitcode reader/writer is assuming i1 This was breaking a bunch of tests llvm-svn: 50992
-
Evan Cheng authored
llvm-svn: 50991
-
Bill Wendling authored
llvm-svn: 50990
-
Nate Begeman authored
This is necessary to unbreak the build. llvm-svn: 50988
-
Bill Wendling authored
possible for it to produce worse code than before. The rest of this patch is code cleanup. llvm-svn: 50987
-
Nate Begeman authored
llvm-svn: 50986
-
Nate Begeman authored
for details. CodeGen support coming in a follow up patch llvm-svn: 50985
-
Chris Lattner authored
llvm-svn: 50983
-
Ted Kremenek authored
llvm-svn: 50980
-
Ted Kremenek authored
llvm-svn: 50979
-
Ted Kremenek authored
Remove redundant assignment. llvm-svn: 50978
-
Ted Kremenek authored
llvm-svn: 50977
-
Ted Kremenek authored
ScopedDecl with the backpatcher, and *not* a local variable on the stack. The value of DeclCtx gets filled in *later* by the backpatcher. This fixes: http://llvm.org/bugs/show_bug.cgi?id=2308 llvm-svn: 50976
-
Dan Gohman authored
llvm-svn: 50975
-
Dan Gohman authored
llvm-svn: 50974
-
Mikhail Glushenkov authored
Makes it possible to use options with names like "Wa,". Also fixes the -Wall option handling as a side-effect. llvm-svn: 50973
-
Mikhail Glushenkov authored
llvm-svn: 50972
-
Mikhail Glushenkov authored
llvm-svn: 50971
-
Ted Kremenek authored
llvm-svn: 50970
-
Dan Gohman authored
in a non-void function that calls abort. llvm-svn: 50969
-
Eli Friedman authored
llvm-svn: 50968
-
Dan Gohman authored
llvm-svn: 50967
-
Eli Friedman authored
llvm-svn: 50966
-
Duncan Sands authored
llvm-svn: 50965
-
Owen Anderson authored
Move the various analyses used by GVN into static variables so we don't have to keep passing them around or refetching them. llvm-svn: 50963
-
Chris Lattner authored
llvm-svn: 50962
-
Chris Lattner authored
SCCP like sparse lattice analysis with relative ease. Just pick your lattice function and implement the transfer function and you're good. Just make sure you don't break monotonicity ;-) llvm-svn: 50961
-