- Jun 09, 2008
-
-
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
-
Dan Gohman authored
llvm-svn: 52106
-
Dan Gohman authored
llvm-svn: 52105
-
Dan Gohman authored
llvm-svn: 52104
-
Gordon Henriksen authored
llvm-svn: 52103
-
- Jun 08, 2008
-
-
Chris Lattner authored
llvm-svn: 52102
-
Chris Lattner authored
to move it to a more stable URL. If the S-A work grows, this will be the entrypoint for the pages related to it. llvm-svn: 52101
-
Chris Lattner authored
llvm-svn: 52100
-
Chris Lattner authored
llvm-svn: 52099
-
Duncan Sands authored
of apint codegen failure is the DAG combiner doing the wrong thing because it was comparing MVT's using < rather than comparing the number of bits. Removing the < method makes this mistake impossible to commit. Instead, add helper methods for comparing bits and use them. llvm-svn: 52098
-
Chris Lattner authored
don't make i1 phis when it won't be possible to eliminate them. llvm-svn: 52097
-
Chris Lattner authored
llvm-svn: 52096
-
Duncan Sands authored
Try to improve language in various places. Use X86 always rather than sometimes using x86. Add some minor Ada info. llvm-svn: 52095
-
Duncan Sands authored
llvm-svn: 52094
-
Anton Korobeynikov authored
llvm-svn: 52093
-
Nuno Lopes authored
llvm-svn: 52092
-
Anton Korobeynikov authored
llvm-svn: 52091
-
Anton Korobeynikov authored
llvm-svn: 52090
-
Nuno Lopes authored
llvm-svn: 52089
-