Skip to content
  1. Jul 26, 2009
    • Daniel Dunbar's avatar
      Add TargetRegistry::lookupTarget. · 47d67915
      Daniel Dunbar authored
       - This is a simplified mechanism which just looks up a target based on the
         target triple, with a few additional flags.
      
       - Remove getClosestStaticTargetForModule, the moral equivalent is now:
           lookupTarget(Mod->getTargetTriple, true, false, ...);
      
       - This no longer does the fuzzy matching with target data (based on endianness
         and pointer width) that getClosestStaticTargetForModule was doing, but this
         was deemed unnecessary.
      
      llvm-svn: 77111
      47d67915
    • Daniel Dunbar's avatar
      Remove Value::setName(const char*, unsigned). · d786b51e
      Daniel Dunbar authored
      llvm-svn: 77100
      d786b51e
  2. Jul 25, 2009
  3. Jul 24, 2009
  4. Jul 23, 2009
  5. Jul 22, 2009
  6. Jul 21, 2009
  7. Jul 20, 2009
  8. Jul 19, 2009
  9. Jul 18, 2009
  10. Jul 17, 2009
  11. Jul 16, 2009
Loading