Skip to content
  1. Feb 03, 2008
  2. Jan 02, 2008
  3. Dec 29, 2007
  4. Oct 31, 2007
  5. Sep 07, 2007
  6. Sep 04, 2007
  7. Aug 31, 2007
  8. Aug 07, 2007
  9. Aug 06, 2007
  10. Aug 02, 2007
  11. Apr 11, 2007
  12. Jan 16, 2007
  13. Jan 12, 2007
  14. Jan 03, 2007
    • Anton Korobeynikov's avatar
      Really big cleanup. · 4efbbc96
      Anton Korobeynikov authored
      - New target type "mingw" was introduced
      - Same things for both mingw & cygwin are marked as "cygming" (as in
      gcc)
      - .lcomm is supported here, so allow LLVM to use it
      - Correctly use underscored versions of setjmp & _longjmp for both mingw
      & cygwin
      
      llvm-svn: 32833
      4efbbc96
  15. Dec 22, 2006
  16. Dec 20, 2006
  17. Nov 30, 2006
  18. Nov 21, 2006
  19. Oct 16, 2006
  20. Oct 06, 2006
  21. Sep 14, 2006
  22. Sep 08, 2006
  23. Sep 07, 2006
  24. Sep 04, 2006
  25. Feb 18, 2006
  26. Feb 16, 2006
    • Evan Cheng's avatar
      A bit more memset / memcpy optimization. · 03c1e6f4
      Evan Cheng authored
      Turns them into calls to memset / memcpy if 1) buffer(s) are not DWORD aligned,
      2) size is not known to be greater or equal to some minimum value (currently 128).
      
      llvm-svn: 26224
      03c1e6f4
  27. Jan 31, 2006
    • Chris Lattner's avatar
      * Fix 80-column violations · c642aa5e
      Chris Lattner authored
      * Rename hasSSE -> hasSSE1 to avoid my continual confusion with 'has any SSE'.
      * Add inline asm constraint specification.
      
      llvm-svn: 25854
      c642aa5e
  28. Jan 27, 2006
  29. Jan 26, 2006
  30. Nov 21, 2005
  31. 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
  32. Aug 04, 2005
  33. Jul 27, 2005
  34. Jul 12, 2005
    • Chris Lattner's avatar
      351817b1
    • 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
Loading