- Jun 09, 2008
-
-
Dan Gohman authored
llvm-svn: 52156
-
Argyrios Kyrtzidis authored
llvm-svn: 52155
-
Duncan Sands authored
llvm-svn: 52153
-
Eli Friedman authored
llvm-svn: 52152
-
Duncan Sands authored
change for non-funky-sized integers. llvm-svn: 52151
-
Dan Gohman authored
llvm-svn: 52150
-
Dan Gohman authored
llvm-svn: 52149
-
Ted Kremenek authored
llvm-svn: 52148
-
Dan Gohman authored
llvm-svn: 52147
-
Dan Gohman authored
llvm-svn: 52146
-
Matthijs Kooijman authored
llvm-svn: 52145
-
Dan Gohman authored
llvm-svn: 52144
-
Ted Kremenek authored
llvm-svn: 52143
-
Duncan Sands authored
of integer types. Fix the isMask APInt method to actually work (hopefully) rather than crashing because it adds apints of different bitwidths. It looks like isShiftedMask is also broken, but I'm leaving that one to the APInt people (it is not used anywhere). llvm-svn: 52142
-
Duncan Sands authored
on bodies of functions with weak linkage. llvm-svn: 52141
-
Sanjiv Gupta authored
llvm-svn: 52140
-
Rafael Espindola authored
llvm-svn: 52139
-
Chris Lattner authored
llvm-svn: 52138
-
Chris Lattner authored
result of a weak function. llvm-svn: 52137
-
Bill Wendling authored
llvm-svn: 52136
-
Chris Lattner authored
function into a weak function, zap the weak function body so that the strong one overrides it. This fixes PR2410 llvm-svn: 52135
-
Chris Lattner authored
function bodies. We now don't try to unify types or handling type mismatches if when linking an internal foo to an external foo. llvm-svn: 52134
-
Chris Lattner authored
llvm-svn: 52133
-
Tanya Lattner authored
llvm-svn: 52131
-
Gabor Greif authored
llvm-svn: 52123
-
Tanya Lattner authored
llvm-svn: 52121
-
Eli Friedman authored
pointer cast hack currently in isIntegerConstantExpr (in lib/AST/Expr.cpp). Also removes an odd test that even gcc doesn't accept. The reason the pointer cast hack is relevant here is that it makes Sema end up misinterpreting the relevant expression as a null pointer constant. The reason for this patch is that I plan to remove the pointer cast hack sometime soon because it causes strange issues, especially in its current form; see my recent email to cfe-dev "[PATCH] add constant expression evaluation to the AST and fix PR2413". llvm-svn: 52120
-
Dan Gohman authored
llvm-svn: 52119
-
Anton Korobeynikov authored
llvm-svn: 52118
-
Anton Korobeynikov authored
llvm-svn: 52117
-
Anton Korobeynikov authored
llvm-svn: 52116
-
Anton Korobeynikov authored
LLVMC-Reference.rst llvm-svn: 52115
-
Chris Lattner authored
llvm-svn: 52114
-
Eli Friedman authored
type; this isn't explicitly stated in the standard, but it doesn't really make sense for them to have an effect here. Fixes the included testcase, sent to me by Steve Naroff. llvm-svn: 52113
-
Chris Lattner authored
llvm-svn: 52112
-
Chris Lattner authored
llvm-svn: 52111
-
Chris Lattner authored
llvm-svn: 52110
-
Chris Lattner authored
llvm-svn: 52109
-
Dan Gohman authored
llvm-svn: 52108
-
Chris Lattner authored
llvm-svn: 52107
-