Skip to content
  1. Dec 26, 2012
  2. Dec 13, 2012
  3. Nov 19, 2012
  4. Nov 17, 2012
  5. Nov 14, 2012
  6. Oct 29, 2012
  7. Oct 01, 2012
    • Jordan Rose's avatar
      Re-enable support for --program-prefix. · 3c837abd
      Jordan Rose authored
      The Apple buildbots have been modified not to pass --target,
      so they shouldn't choke on a default program prefix anymore.
      
      Patch by Rick Foos!
      
      llvm-svn: 164956
      3c837abd
  8. Sep 28, 2012
  9. Sep 26, 2012
    • Jordan Rose's avatar
      Revert "Add --program-prefix support to build" · 2998d25a
      Jordan Rose authored
      The Apple buildbots are set up to pass --target to configure for both
      cross- and non-cross-compile builds, and the standard autoconf response
      to this is to set the program prefix to '<target>-'. Until we can figure
      out the proper way to handle this (don't pass --target? pass an explicit
      --program-prefix=""? don't auto-populate program_prefix with target_alias?)
      it's more important to keep the buildbots running.
      
      This reverts r164633 / ba48ceb1a3802e20e781ef04ea2573ffae2ac414.
      
      llvm-svn: 164651
      2998d25a
  10. Sep 25, 2012
  11. Sep 22, 2012
  12. Aug 28, 2012
  13. Aug 14, 2012
  14. Aug 09, 2012
  15. Aug 06, 2012
  16. Aug 03, 2012
  17. Jul 22, 2012
  18. Jul 16, 2012
  19. Jun 28, 2012
  20. May 24, 2012
  21. May 17, 2012
    • Danil Malyshev's avatar
      - Added ExecutionEngine/MCJIT tests · 7c5db453
      Danil Malyshev authored
      - Added HOST_ARCH to Makefile.config.in
      The HOST_ARCH will be used by MCJIT tests filter, because MCJIT supported only x86 and ARM architectures now.
      
      llvm-svn: 157015
      7c5db453
  22. May 08, 2012
  23. May 05, 2012
  24. May 04, 2012
    • Justin Holewinski's avatar
      This patch adds a new NVPTX back-end to LLVM which supports code generation... · ae556d3e
      Justin Holewinski authored
      This patch adds a new NVPTX back-end to LLVM which supports code generation for NVIDIA PTX 3.0. This back-end will (eventually) replace the current PTX back-end, while maintaining compatibility with it.
      
      The new target machines are:
      
      nvptx (old ptx32) => 32-bit PTX
      nvptx64 (old ptx64) => 64-bit PTX
      
      The sources are based on the internal NVIDIA NVPTX back-end, and
      contain more functionality than the current PTX back-end currently
      provides.
      
      NV_CONTRIB
      
      llvm-svn: 156196
      ae556d3e
  25. Apr 30, 2012
    • Sebastian Pop's avatar
      fix typo · e29a6c72
      Sebastian Pop authored
      Thanks to "Gabor Greif" <ggreif@gmail.com> for reporting this problem.
      
      The configure flag should be --with-default-sysroot as documented, and
      not --with-sysroot.  The reason we don't want to define --with-sysroot
      is that GCC has a configure flag by that name and it has a different
      semantics.
      
      llvm-svn: 155844
      e29a6c72
  26. Apr 20, 2012
  27. Apr 16, 2012
  28. Apr 12, 2012
  29. Apr 05, 2012
  30. Apr 02, 2012
  31. Mar 26, 2012
Loading