Skip to content
  1. May 12, 2006
  2. May 03, 2006
  3. Mar 23, 2006
  4. Mar 14, 2006
  5. Nov 08, 2005
  6. 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
  7. 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
  8. Jun 25, 2005
  9. Apr 22, 2005
  10. Nov 16, 2004
  11. Jul 11, 2004
  12. Jun 02, 2004
  13. Mar 09, 2004
  14. Mar 01, 2004
  15. Dec 28, 2003
  16. Dec 20, 2003
  17. Dec 12, 2003
  18. Nov 11, 2003
  19. Oct 21, 2003
  20. Oct 20, 2003
  21. Oct 17, 2003
  22. Sep 01, 2003
  23. Aug 24, 2003
  24. Aug 13, 2003
  25. Jun 18, 2003
  26. Dec 29, 2002
  27. Dec 28, 2002
  28. Dec 24, 2002
  29. Dec 02, 2002
  30. Oct 30, 2002
  31. Oct 29, 2002
Loading