Skip to content
  1. Jan 17, 2007
  2. Jan 12, 2007
  3. 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
  4. Dec 22, 2006
  5. Dec 20, 2006
  6. Dec 07, 2006
  7. Nov 30, 2006
  8. Nov 29, 2006
  9. Nov 20, 2006
  10. Nov 08, 2006
  11. Oct 17, 2006
  12. Oct 16, 2006
  13. Oct 06, 2006
  14. Oct 04, 2006
  15. Sep 08, 2006
  16. Sep 07, 2006
  17. Jun 16, 2006
  18. May 25, 2006
  19. Feb 18, 2006
  20. 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
  21. Feb 14, 2006
  22. Jan 28, 2006
  23. Jan 27, 2006
Loading