Skip to content
  1. Sep 01, 2005
    • Jim Laskey's avatar
      · 19058c39
      Jim Laskey authored
      1. Use SubtargetFeatures in llc/lli.
      
      2. Propagate feature "string" to all targets.
      
      3. Implement use of SubtargetFeatures in PowerPCTargetSubtarget.
      
      llvm-svn: 23192
      19058c39
  2. Jul 12, 2005
    • Nate Begeman's avatar
      Implement Subtarget support · f26625e1
      Nate Begeman authored
      Implement the X86 Subtarget.
      
      This consolidates the checks for target triple, and setting options based
      on target triple into one place.  This allows us to convert the asm printer
      and isel over from being littered with "forDarwin", "forCygwin", etc. into
      just having the appropriate flags for each subtarget feature controlling
      the code for that feature.
      
      This patch also implements indirect external and weak references in the
      X86 pattern isel, for darwin.  Next up is to convert over the asm printers
      to use this new interface.
      
      llvm-svn: 22389
      f26625e1
  3. Jun 25, 2005
  4. Apr 22, 2005
  5. Nov 16, 2004
  6. Jul 11, 2004
  7. Jun 02, 2004
  8. Mar 09, 2004
  9. Mar 01, 2004
  10. Dec 28, 2003
  11. Dec 20, 2003
  12. Dec 12, 2003
  13. Nov 11, 2003
  14. Oct 21, 2003
  15. Oct 20, 2003
  16. Oct 17, 2003
  17. Sep 01, 2003
  18. Aug 24, 2003
  19. Aug 13, 2003
  20. Jun 18, 2003
  21. Dec 29, 2002
  22. Dec 28, 2002
  23. Dec 24, 2002
  24. Dec 02, 2002
  25. Oct 30, 2002
  26. Oct 29, 2002
Loading