Skip to content
  1. Apr 20, 2011
  2. Apr 19, 2011
  3. Apr 18, 2011
  4. Apr 17, 2011
  5. Apr 15, 2011
  6. Apr 14, 2011
  7. Apr 13, 2011
  8. Apr 11, 2011
  9. Apr 09, 2011
  10. Apr 07, 2011
    • Bill Wendling's avatar
      Replace the old algorithm that emitted the "print the alias for an instruction" · bc3f7904
      Bill Wendling authored
      with the newer, cleaner model. It uses the IAPrinter class to hold the
      information that is needed to match an instruction with its alias. This also
      takes into account the available features of the platform.
      
      There is one bit of ugliness. The way the logic determines if a pattern is
      unique is O(N**2), which is gross. But in reality, the number of items it's
      checking against isn't large. So while it's N**2, it shouldn't be a massive time
      sink.
      
      llvm-svn: 129110
      bc3f7904
  11. Apr 06, 2011
  12. Apr 04, 2011
Loading