Skip to content
  1. Jul 11, 2007
  2. Jul 10, 2007
  3. Jul 09, 2007
    • Dan Gohman's avatar
      Change getCopyToParts and getCopyFromParts to always use target-endian · f8f531bf
      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
      f8f531bf
    • Dan Gohman's avatar
      Initialize the IndexedModeActions array with memset before · 6decfbf1
      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
      6decfbf1
    • Chris Lattner's avatar
      Fix this warning: · 6caf8fdd
      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
      6caf8fdd
    • Gabor Greif's avatar
      fix typos · ef3d8362
      Gabor Greif authored
      llvm-svn: 38453
      ef3d8362
  4. Jul 07, 2007
  5. Jul 06, 2007
  6. Jul 05, 2007
  7. Jul 04, 2007
  8. Jul 03, 2007
  9. Jul 02, 2007
  10. Jun 29, 2007
Loading