Skip to content
  1. Feb 26, 2010
  2. Feb 02, 2010
  3. Jan 29, 2010
  4. Oct 05, 2009
  5. Aug 25, 2009
  6. Aug 18, 2009
    • Anton Korobeynikov's avatar
      The attached patches attempt to fix cross builds. For example, if you · 90e17e78
      Anton Korobeynikov authored
      try to use i686-darwin to build for arm-eabi, you'll quickly run into
      several false assumptions that the target OS must be the same as the
      host OS. These patches split $(OS) into $(HOST_OS) and $(TARGET_OS) to
      help builds like "make check" and the test-suite able to cross
      compile. Along the way a target of *-unknown-eabi is defined as
      "Freestanding" so that TARGET_OS checks have something to work with.
      
      Patch by Sandeep Patel!
      
      llvm-svn: 79296
      90e17e78
  7. Jul 04, 2009
  8. Jun 29, 2009
  9. Jun 19, 2009
  10. Apr 26, 2009
  11. Apr 20, 2009
  12. Mar 11, 2009
  13. Mar 03, 2009
  14. Feb 26, 2009
  15. Feb 11, 2009
  16. Feb 03, 2009
  17. Jan 26, 2009
  18. Jan 24, 2009
  19. Nov 25, 2008
  20. Jun 30, 2008
    • Devang Patel's avatar
      · 4be1c150
      Devang Patel authored
      Rename new lto2 tool as lto.
      lto2->lto
      
      llvm-svn: 52912
      4be1c150
  21. Apr 24, 2008
  22. Mar 30, 2008
  23. Mar 25, 2008
  24. Mar 23, 2008
  25. Mar 03, 2008
  26. Mar 01, 2008
  27. Feb 29, 2008
  28. Dec 29, 2007
  29. Dec 09, 2007
  30. Aug 13, 2007
  31. Feb 09, 2007
  32. Jan 08, 2007
Loading