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