- Sep 08, 2009
-
-
Chris Lattner authored
context for the newly created operations. Patch by Jakub Staszak! llvm-svn: 81175
-
Chris Lattner authored
This fixes PR4905 llvm-svn: 81174
-
Chris Lattner authored
llvm-svn: 81173
-
Dan Gohman authored
llvm-svn: 81172
-
Dan Gohman authored
from floating-point to integer first, and bitcast the result back to floating-point. Previously, this test was passing by falling back to SelectionDAG lowering. The resulting code isn't as nice, but it's correct and CodeGen now stays on the fast path. llvm-svn: 81171
-
Chris Lattner authored
llvm-svn: 81170
-
Daniel Dunbar authored
llvm-svn: 81169
-
Dan Gohman authored
llvm-svn: 81168
-
Chris Lattner authored
llvm-svn: 81167
-
Dan Gohman authored
to preserve the meaning of these tests. llvm-svn: 81166
-
Dan Gohman authored
compile-time constant integers or that are out of bounds for their corresponding static array types. These can cause aliasing that GlobalOpt assumes won't happen. llvm-svn: 81165
-
Dan Gohman authored
an aggregate store overlapping a different aggregate store, despite the stores having distinct addresses. llvm-svn: 81164
-
Dan Gohman authored
is missing the inbounds flag. This is slightly conservative, but it avoids problems with two constants pointing to the same address but getting distinct entries in the Memory DenseMap. llvm-svn: 81163
-
Dan Gohman authored
into a getelementptr ConstantExpr. llvm-svn: 81162
-
Dan Gohman authored
llvm-svn: 81161
-
Anders Carlsson authored
llvm-svn: 81160
-
Chris Lattner authored
llvm-svn: 81159
-
Chris Lattner authored
llvm-svn: 81158
-
- Sep 07, 2009
-
-
Nick Lewycky authored
llvm-svn: 81157
-
Nick Lewycky authored
llvm-svn: 81156
-
Daniel Dunbar authored
we don't race on them). llvm-svn: 81155
-
Daniel Dunbar authored
llvm-svn: 81154
-
Daniel Dunbar authored
pipeline. llvm-svn: 81153
-
Daniel Dunbar authored
(%llvmgcc includes a '-w' argument, and this test looks for warnings). llvm-svn: 81152
-
Anders Carlsson authored
llvm-svn: 81151
-
Benjamin Kramer authored
llvm-svn: 81150
-
Benjamin Kramer authored
llvm-svn: 81147
-
Duncan Sands authored
equivalent to SIG_IGN. llvm-svn: 81144
-
Mike Stump authored
llvm-svn: 81143
-
Daniel Dunbar authored
llvm-svn: 81142
-
Daniel Dunbar authored
- Hopefully this unbreaks some llvm-gcc bootstraps. llvm-svn: 81141
-
Daniel Dunbar authored
llvm-svn: 81140
-
Daniel Dunbar authored
output. - Also, cleanup code to output inline asm references. llvm-svn: 81139
-
Eric Christopher authored
llvm-svn: 81138
-
- Sep 06, 2009
-
-
Anton Korobeynikov authored
dependent. Hopefully, this will fix PR3801. llvm-svn: 81132
-
Duncan Sands authored
when the new method gives the same result as the original (as far as I can see). This will hopefully pacify icc. llvm-svn: 81131
-
Fariborz Jahanian authored
situations. llvm-svn: 81129
-
Duncan Sands authored
llvm-svn: 81128
-
Duncan Sands authored
llvm-svn: 81127
-
Duncan Sands authored
llvm-svn: 81126
-