Skip to content
  1. Jul 29, 2009
    • Chris Lattner's avatar
      1. Introduce a new TargetOperandInfo::getRegClass() helper method · f3239532
      Chris Lattner authored
         and convert code to using it, instead of having lots of things
         poke the isLookupPtrRegClass() method directly.
      
      2. Make PointerLikeRegClass contain a 'kind' int, and store it in
         the existing regclass field of TargetOperandInfo when the
         isLookupPtrRegClass() predicate is set.  Make getRegClass pass
         this into TargetRegisterInfo::getPointerRegClass(), allowing
         targets to have multiple ptr_rc things.
      
      llvm-svn: 77504
      f3239532
  2. Jul 25, 2009
    • Daniel Dunbar's avatar
      More migration to raw_ostream, the water has dried up around the iostream hole. · 0dd5e1ed
      Daniel Dunbar authored
       - Some clients which used DOUT have moved to DEBUG. We are deprecating the
         "magic" DOUT behavior which avoided calling printing functions when the
         statement was disabled. In addition to being unnecessary magic, it had the
         downside of leaving code in -Asserts builds, and of hiding potentially
         unnecessary computations.
      
      llvm-svn: 77019
      0dd5e1ed
  3. Jul 16, 2009
  4. Jul 11, 2009
  5. May 17, 2009
  6. May 16, 2009
Loading