Skip to content
  1. Dec 14, 2011
  2. Dec 13, 2011
  3. Dec 07, 2011
    • Evan Cheng's avatar
      Add bundle aware API for querying instruction properties and switch the code · 7f8e563a
      Evan Cheng authored
      generator to it. For non-bundle instructions, these behave exactly the same
      as the MC layer API.
      
      For properties like mayLoad / mayStore, look into the bundle and if any of the
      bundled instructions has the property it would return true.
      For properties like isPredicable, only return true if *all* of the bundled
      instructions have the property.
      For properties like canFoldAsLoad, isCompare, conservatively return false for
      bundles.
      
      llvm-svn: 146026
      7f8e563a
  4. Dec 06, 2011
  5. Dec 04, 2011
  6. Dec 03, 2011
  7. Dec 02, 2011
  8. Nov 28, 2011
  9. Nov 18, 2011
  10. Nov 17, 2011
  11. Nov 16, 2011
  12. Nov 15, 2011
  13. Nov 14, 2011
  14. Nov 13, 2011
  15. Nov 12, 2011
  16. Nov 11, 2011
  17. Nov 10, 2011
  18. Nov 09, 2011
  19. Nov 08, 2011
  20. Nov 05, 2011
Loading