Skip to content
  1. Dec 03, 2002
  2. Dec 02, 2002
  3. Nov 30, 2002
    • Brian Gaeke's avatar
      brg · 2ad3501d
      Brian Gaeke authored
      InstSelectSimple.cpp: Refactor out conversion of byte, short -> int
        from visitReturnInst() to new method, promote32().
       Use it in both visitReturnInst() and visitCallInst().
      
      llvm-svn: 4839
      2ad3501d
  4. Nov 29, 2002
    • Brian Gaeke's avatar
      brg · 23953e0f
      Brian Gaeke authored
      InstSelectSimple.cpp: First draft of visitCallInst method, handling
       int/float args.
      X86InstrInfo.def: Add entries for CALL with 32-bit pc relative arg, and
       PUSH with 32-bit reg arg.
      
      llvm-svn: 4838
      23953e0f
  5. Nov 27, 2002
    • Vikram S. Adve's avatar
      Several fixes: · cb8b5af5
      Vikram S. Adve authored
      (1) Applied patch from Casey to implement iterator::operator= correctly:
          it should use a pointer, not a reference.
      (2) Added operators == and !=, and method all().
      (3) Important bug fix: excess bits need to be ignored in operations
          like ==, count(), and all().  We do this by ensuring excess bits
          in the last bitset are always 0.
      
      llvm-svn: 4837
      cb8b5af5
    • Vikram S. Adve's avatar
      Fix logical error in TD pass: we should clear Mod/Ref bits of each caller · 2d2303db
      Vikram S. Adve authored
      before inlining their graphs into a function.  To support this,
      added flags to CloneFlags to strip/keep Mod/Ref bits.
      
      llvm-svn: 4836
      2d2303db
Loading