Skip to content
  1. Jun 24, 2011
    • Evan Cheng's avatar
      Starting to refactor Target to separate out code that's needed to fully describe · 24753317
      Evan Cheng authored
      target machine from those that are only needed by codegen. The goal is to
      sink the essential target description into MC layer so we can start building
      MC based tools without needing to link in the entire codegen.
      
      First step is to refactor TargetRegisterInfo. This patch added a base class
      MCRegisterInfo which TargetRegisterInfo is derived from. Changed TableGen to
      separate register description from the rest of the stuff.
      
      llvm-svn: 133782
      24753317
  2. Jun 21, 2011
  3. Jun 16, 2011
  4. Jun 09, 2011
  5. Jun 08, 2011
  6. Jun 07, 2011
  7. Jun 02, 2011
  8. May 31, 2011
  9. May 30, 2011
  10. May 29, 2011
  11. May 28, 2011
  12. May 26, 2011
  13. May 25, 2011
  14. May 24, 2011
Loading