Skip to content
  1. Jun 08, 2012
    • Andrew Trick's avatar
      423fa6fa
    • Andrew Trick's avatar
      Fix Target->Codegen dependence. · 596af1b0
      Andrew Trick authored
      Bulk move of TargetInstrInfo implementation into
      TargetInstrInfoImpl. This is dirty because the code isn't part of
      TargetInstrInfoImpl class, nor should it be, because the methods are
      not target hooks. However, it's the current mechanism for keeping
      libTarget useful outside the backend. You'll get a not-so-nice link
      error if you invoke a TargetInstrInfo method that depends on CodeGen.
      
      The TargetInstrInfoImpl class should probably be removed since it
      doesn't really solve this problem.
      
      To really fix this, we probably need separate interfaces for the
      CodeGen/nonCodeGen sides of TargetInstrInfo.
      
      llvm-svn: 158212
      596af1b0
  2. Jun 07, 2012
  3. Jun 06, 2012
  4. Jun 05, 2012
  5. Jun 04, 2012
  6. Jun 02, 2012
  7. Jun 01, 2012
Loading