Skip to content
  1. Apr 15, 2010
  2. Apr 09, 2010
  3. Jan 04, 2010
  4. 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
  5. Mar 11, 2009
  6. Jan 09, 2009
  7. Dec 29, 2007
  8. Apr 11, 2007
  9. Feb 04, 2007
    • Reid Spencer's avatar
      For PR1072: · 8de97bba
      Reid Spencer authored
      Removing -raise has neglible positive or negative side effects so we are
      opting to remove it. See the PR for comparison details.
      
      llvm-svn: 33844
      8de97bba
  10. Oct 24, 2005
  11. Oct 28, 2004
  12. Oct 21, 2003
  13. Sep 29, 2002
  14. Jul 23, 2002
  15. May 07, 2002
  16. Dec 03, 2001
  17. Nov 26, 2001
  18. Oct 15, 2001
  19. Oct 13, 2001
  20. Jun 06, 2001
Loading