Skip to content
  1. Sep 03, 2009
  2. 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
  3. Jul 04, 2009
  4. Jul 03, 2009
  5. Apr 17, 2009
    • David Greene's avatar
      · 80f48bd1
      David Greene authored
      Add a --enable-profiling option to configure to build Debug+Profile and
      Opt+Profile tools.  Now we can profile any kind of flavor we build.
      
      llvm-svn: 69351
      80f48bd1
  6. Apr 13, 2009
  7. Mar 05, 2009
  8. Mar 03, 2009
  9. Feb 21, 2009
  10. Feb 04, 2009
    • Nick Lewycky's avatar
      Reapply patch from r62553, with a fix to avoid looking for an ffi.h that isn't · a89ec99f
      Nick Lewycky authored
      there.
      
      This changes the interpreter to use libffi. After this patch, the interpreter
      will barely be able to call any external functions if built on a system without
      libffi installed (just enough to pass 'make check' really). But with libffi,
      we can now call any function that isn't variadic or taking a struct or vector
      parameter (but pointer to struct is fine). Patch by Alexei Svitkine!
      
      llvm-svn: 63723
      a89ec99f
  11. Feb 03, 2009
  12. Jan 09, 2009
  13. Oct 22, 2008
  14. Oct 21, 2008
  15. Oct 03, 2008
    • Jim Grosbach's avatar
      Add support for Canadian Cross builds where the host executables are not · 009db895
      Jim Grosbach authored
      runnable on the build machine.
      
      There are a few bits that need built for the build environment (TableGen).
      This patch builds those bits, and the associated libraries, for the build
      environment as well as the (usual) host environment.
      
      Thanks to Eric C. and Devang P. for pre-commit review.
      
      llvm-svn: 56975
      009db895
  16. Sep 02, 2008
  17. Aug 30, 2008
  18. Mar 31, 2008
  19. Mar 10, 2008
  20. Jan 15, 2008
  21. Dec 29, 2007
  22. Oct 02, 2007
  23. Sep 29, 2007
  24. Sep 20, 2007
  25. Sep 18, 2007
  26. Jul 04, 2007
  27. Jun 28, 2007
    • David Greene's avatar
      Add support for building with _GLIBCXX_DEBUG. New configure option · cbc8ddf8
      David Greene authored
      --enable-expensive-checks allows the developer to enable runtime
      checking that can greatly increase compile time.  Currently it only
      turns on _GLIBCXX_DEBUG.  Other expensive debugging checks added later
      should be controlled by this configure option.
      
      This patch also updates llvm-config with a --cppflags option to inform
      llvm-gcc how to build itself so that it is compatible with an llvm that
      was built with _GLIBCXX_DEBUG.
      
      llvm-svn: 37777
      cbc8ddf8
  28. Apr 21, 2007
  29. Mar 29, 2007
    • Reid Spencer's avatar
      For PR789: · 200c6f9c
      Reid Spencer authored
      Make the sys::Path::getFileStatus function more efficient by having it
      return a pointer to the FileStatus structure rather than copy it. Adjust
      uses of the function accordingly. Also, fix some memory issues in sys::Path.
      
      llvm-svn: 35476
      200c6f9c
  30. Jan 17, 2007
    • Reid Spencer's avatar
      For PR739: · e7b24afa
      Reid Spencer authored
      Support overriding the prefix and DESTDIR variables from the make command
      line. This makes the makefile system a little more GNU compliant and the
      feature makes it easier for distribution builders to re-target the install
      location of LLVM.
      
      llvm-svn: 33305
      e7b24afa
  31. Dec 21, 2006
  32. Dec 16, 2006
  33. Dec 13, 2006
  34. Dec 10, 2006
    • Reid Spencer's avatar
      For PR739: · d8c16d39
      Reid Spencer authored
      Define a DESTDIR variable and use it to define the various install
      locations. This allows DESTDIR to be overridden on the command line.
      
      llvm-svn: 32409
      d8c16d39
  35. Dec 01, 2006
    • Reid Spencer's avatar
      For PR1019: · d4399925
      Reid Spencer authored
      Add HAVE_PTHREAD to makefiles with support from configure and use it to
      determine whether to build examples/ParallelJIT.
      Patch by Anton Korobeynikov.
      
      llvm-svn: 32054
      d4399925
Loading