Skip to content
  1. Aug 11, 2009
  2. Aug 10, 2009
  3. Aug 09, 2009
  4. Aug 08, 2009
  5. Aug 03, 2009
  6. Aug 02, 2009
  7. Aug 01, 2009
  8. Jul 31, 2009
  9. Jul 29, 2009
  10. Jul 28, 2009
  11. Jul 27, 2009
  12. Jul 26, 2009
    • Daniel Dunbar's avatar
      Factor commonality in triple match routines into helper template for registering · ee01b242
      Daniel Dunbar authored
      classes, and migrate existing targets over.
      
      llvm-svn: 77126
      ee01b242
    • 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
  13. Jul 23, 2009
    • Daniel Dunbar's avatar
      Convert StringMap to using StringRef for its APIs. · 5bf72e20
      Daniel Dunbar authored
       - Yay for '-'s and simplifications!
      
       - I kept StringMap::GetOrCreateValue for compatibility purposes, this can
         eventually go away. Likewise the StringMapEntry Create functions still follow
         the old style.
      
       - NIFC.
      
      llvm-svn: 76888
      5bf72e20
  14. Jul 20, 2009
  15. Jul 18, 2009
Loading