- Jul 11, 2007
-
-
Duncan Sands authored
llvm-svn: 39732
-
Duncan Sands authored
llvm-svn: 38535
-
Evan Cheng authored
llvm-svn: 38534
-
Evan Cheng authored
llvm-svn: 38525
-
David Greene authored
llvm-svn: 38516
-
- Jul 10, 2007
-
-
Dan Gohman authored
the new CONCAT_VECTORS node type instead, as that's what legalize uses now. And add a peep for EXTRACT_VECTOR_ELT of INSERT_VECTOR_ELT. llvm-svn: 38503
-
Evan Cheng authored
llvm-svn: 38496
-
Evan Cheng authored
llvm-svn: 38495
-
Dan Gohman authored
Thanks to Lauro for spotting this! llvm-svn: 38491
-
Dan Gohman authored
undef in either the left or right operand. llvm-svn: 38489
-
Evan Cheng authored
When a node value is only used by a CopyToReg, use the user's dest. This should not be restricted to nodes that produce only a single value. llvm-svn: 38485
-
Evan Cheng authored
llvm-svn: 38484
-
Dan Gohman authored
simplifying loads and stores. llvm-svn: 38473
-
- Jul 09, 2007
-
-
Dan Gohman authored
register ordering, for both physical and virtual registers. Update the PPC target lowering for calls to expect registers for the call result to already be in target order. llvm-svn: 38471
-
Dan Gohman authored
updating it with calls to setIndexedLoadAction/setIndexedStoreAction, which only update a few bits at a time. This avoids ostensible undefined behavior of operationg on values which may be trap-representations, and as a practical matter fixes errors from valgrind, which doesn't track uninitialized memory with bit granularity. llvm-svn: 38468
-
Chris Lattner authored
DAGCombiner.cpp: In member function 'llvm::SDOperand<unnamed>::DAGCombiner::visitOR(llvm::SDNode*)': DAGCombiner.cpp:1608: warning: passing negative value '-0x00000000000000001' for argument 1 to 'llvm::SDOperand llvm::SelectionDAG::getConstant(uint64_t, llvm::MVT::ValueType, bool)' oiy. llvm-svn: 38458
-
Gabor Greif authored
llvm-svn: 38453
-
- Jul 07, 2007
-
-
Evan Cheng authored
llvm-svn: 37964
-
- Jul 06, 2007
-
-
Duncan Sands authored
so must be lowered to a value, not nothing at all. Subtle point: I made eh_selector return 0 and eh_typeid_for return 1. This means that only cleanups (destructors) will be run as the exception unwinds [if eh_typeid_for returned 0 then it would be as if the first catch always matched, and the corresponding handler would be run], which is probably want you want in the CBE. llvm-svn: 37947
-
Duncan Sands authored
directly: they need to be turned into byte offsets (often the same, but may not be if there are many type infos). llvm-svn: 37942
-
Rafael Espindola authored
llvm-svn: 37940
-
Duncan Sands authored
fix, that is adequate while PR1508 remains unresolved. llvm-svn: 37938
-
Duncan Sands authored
instead. llvm-svn: 37937
-
Evan Cheng authored
llvm-svn: 37935
-
Evan Cheng authored
llvm-svn: 37934
-
- Jul 05, 2007
-
-
Dan Gohman authored
llvm-svn: 37922
-
Dan Gohman authored
endian swapping should be done, and update the code to use it. This fixes some register ordering issues on big-endian systems, such as PowerPC, introduced by the recent illegal by-val arguments changes. llvm-svn: 37921
-
Gabor Greif authored
Almost all occurrences of "bytecode" in the sources have been eliminated. llvm-svn: 37913
-
Duncan Sands authored
exception handling table if we encounter it multiple times. Filters could be folded harder than this, but that would mean a lot more work for not much gain. llvm-svn: 37908
-
Evan Cheng authored
llvm-svn: 37890
-
- Jul 04, 2007
-
-
Duncan Sands authored
Drop the eh.filter intrinsic. llvm-svn: 37875
-
- Jul 03, 2007
-
-
Dan Gohman authored
follow the rules for undef used in instcombine. llvm-svn: 37851
-
Dale Johannesen authored
model to include f32 variants. Some factoring improvments forthcoming. llvm-svn: 37847
-
- Jul 02, 2007
-
-
Dan Gohman authored
refactored getCopyFromParts and getCopyToParts, which are more general. This effectively adds support for lowering illegal by-val vector call arguments. llvm-svn: 37843
-
Dan Gohman authored
visitFSUB to fold 0-B to -B in UnsafeFPMath mode. Also change visitFNEG to use isNegatibleForFree/GetNegatedExpression instead of doing a subset of the same thing manually. This fixes test/CodeGen/X86/negative-sin.ll. llvm-svn: 37842
-
- Jun 29, 2007
-
-
Evan Cheng authored
llvm-svn: 37818
-
David Greene authored
llvm-svn: 37816
-
Evan Cheng authored
llvm-svn: 37814
-
David Greene authored
llvm-svn: 37799
-
David Greene authored
Uncovered by _GLIBCXX_DEBUG. llvm-svn: 37795
-