- Sep 08, 2009
-
-
Daniel Dunbar authored
- This adds 'make check-lit' from the top-level Makefile. llvm-svn: 81191
-
Daniel Dunbar authored
- make install && man $(llvm-config --prefix)/share/man/man1/lit.1 for more information. llvm-svn: 81190
-
Chris Lattner authored
llvm-svn: 81189
-
Chris Lattner authored
llvm-svn: 81188
-
Chris Lattner authored
depth first order, so it wouldn't process unreachable blocks. When compiling at -O0, late dead block elimination isn't done and the bad instructions got to isel. llvm-svn: 81187
-
Chris Lattner authored
llvm-svn: 81186
-
Chris Lattner authored
extractelement operations into a bitcast of the pointer, then a gep, then a scalar load. Disable this when the vector only has one element, because it leads to infinite loops in instcombine (PR4908). This transformation seems like a really bad idea to me, as it will likely disable CSE of vector load/stores etc and can be better done in the code generator when profitable. This goes all the way back to the first days of packed types, r25299 specifically. I'll let those people who care about the performance of vector code decide what to do with this. llvm-svn: 81185
-
Chris Lattner authored
llvm-svn: 81184
-
Chris Lattner authored
Fix some const correctness problems in SelectInst. llvm-svn: 81183
-
Nick Lewycky authored
so "Assert1(isa<>); cast<>" is a valid idiom. Actually check the PHI node's odd-numbered operands for BasicBlock-ness, like the comment said. llvm-svn: 81182
-
Dan Gohman authored
null in the case of an empty struct, so don't try to call getNumValues on it. llvm-svn: 81180
-
Nick Lewycky authored
Make the verifier more robust by avoiding unprotected cast<> calls. Notably, Assert1(isa<>); cast<> is not safe as Assert1 does not terminate the program. llvm-svn: 81179
-
Chris Lattner authored
llvm-svn: 81177
-
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
-
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
-
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
-
Duncan Sands authored
equivalent to SIG_IGN. llvm-svn: 81144
-
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
-
Eric Christopher authored
llvm-svn: 81138
-