Skip to content
  1. Sep 28, 2012
  2. 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
  3. Sep 25, 2012
  4. Sep 22, 2012
  5. Aug 28, 2012
  6. Aug 14, 2012
  7. Aug 09, 2012
  8. Aug 06, 2012
  9. Aug 03, 2012
  10. Jul 22, 2012
  11. Jul 16, 2012
  12. Jun 28, 2012
  13. May 24, 2012
  14. 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
  15. May 08, 2012
  16. May 05, 2012
  17. 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
  18. 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
  19. Apr 20, 2012
  20. Apr 16, 2012
  21. Apr 12, 2012
  22. Apr 05, 2012
  23. Apr 02, 2012
  24. Mar 26, 2012
  25. Mar 23, 2012
  26. Mar 13, 2012
  27. Mar 07, 2012
  28. Mar 02, 2012
  29. Feb 29, 2012
  30. Feb 28, 2012
Loading