Skip to content
  1. Jun 27, 2011
  2. 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
  3. May 04, 2011
  4. Apr 15, 2011
  5. Feb 20, 2011
  6. Jan 10, 2011
  7. Nov 15, 2010
  8. Nov 14, 2010
  9. Sep 29, 2010
  10. Apr 17, 2010
  11. Aug 31, 2009
  12. Aug 23, 2009
  13. Aug 13, 2009
  14. Jul 02, 2009
  15. Apr 03, 2009
  16. Sep 26, 2008
Loading