- Jul 10, 2007
-
-
Dan Gohman authored
simplifying loads and stores. llvm-svn: 38473
-
- Jul 09, 2007
-
-
Devang Patel authored
llvm-svn: 38472
-
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
-
Owen Anderson authored
Make the assignment operator for SmallPtrSet return a reference, and fix a long-standing bug in the copy ctor while I'm at it. Thanks to Chris Lattner for help with this patch. llvm-svn: 38470
-
Devang Patel authored
llvm-svn: 38469
-
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
-
Owen Anderson authored
Patch by Chis Lattner. llvm-svn: 38467
-
Chris Lattner authored
llvm-svn: 38466
-
Chris Lattner authored
llvm-svn: 38465
-
Chris Lattner authored
llvm-svn: 38464
-
Chris Lattner authored
zero if they see a target triple they don't understand. llvm-svn: 38463
-
Chris Lattner authored
llvm-svn: 38462
-
Chris Lattner authored
detemplatizing this. llvm-svn: 38461
-
Chris Lattner authored
llvm-svn: 38460
-
Owen Anderson authored
llvm-svn: 38459
-
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
-
Dan Gohman authored
use SCEVConstant::get instead of SCEVUnknown::get when constructing a SCEV for a ConstantInt. llvm-svn: 38457
-
Dan Gohman authored
llvm-svn: 38456
-
Dan Gohman authored
non-Apple hosts. llvm-svn: 38455
-
Gabor Greif authored
llvm-svn: 38454
-
Gabor Greif authored
llvm-svn: 38453
-
Gabor Greif authored
llvm-svn: 38452
-
Reid Spencer authored
tools such as svn info and svn status. llvm-svn: 38446
-
Reid Spencer authored
llvm-svn: 38444
-
Reid Spencer authored
llvm-svn: 38443
-
Reid Spencer authored
llvm-svn: 38442
-
Owen Anderson authored
often. This improves Anton's testcase from 36s to 32s. llvm-svn: 38441
-
Reid Spencer authored
llvm-svn: 38440
-
Owen Anderson authored
in the set. For the moment, this results in a slight performance decrease, but it lays the groundwork for future improvements. llvm-svn: 38439
-
Reid Spencer authored
llvm-svn: 38438
-
Reid Spencer authored
llvm-svn: 38437
-
Reid Spencer authored
absolute path to the llvm.css file. llvm-svn: 38436
-
Reid Spencer authored
llvm-svn: 38435
-
Reid Spencer authored
llvm-svn: 38434
-
Reid Spencer authored
llvm-svn: 38433
-
Reid Spencer authored
llvm-svn: 38432
-
Reid Spencer authored
llvm-svn: 38431
-
Reid Spencer authored
llvm-svn: 38430
-
Reid Spencer authored
documentation is working. llvm-svn: 38429
-
- Jul 08, 2007
-
-
Reid Spencer authored
of llvm from that level. llvm-svn: 38423
-