Skip to content
  1. May 24, 2012
  2. 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
  3. May 08, 2012
  4. May 05, 2012
  5. 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
  6. 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
  7. Apr 20, 2012
  8. Apr 16, 2012
  9. Apr 12, 2012
  10. Apr 05, 2012
  11. Apr 02, 2012
  12. Mar 26, 2012
  13. Mar 23, 2012
  14. Mar 13, 2012
  15. Mar 07, 2012
  16. Mar 02, 2012
  17. Feb 29, 2012
  18. Feb 28, 2012
  19. Feb 19, 2012
  20. Feb 13, 2012
    • Dylan Noblesmith's avatar
      add LLVM_VERSION_MAJOR and _MINOR defines · c6c7a581
      Dylan Noblesmith authored
      This is useful for clients that want to maintain compatibility
      across multiple releases of LLVM. Currently users like Klee and
      Mesa all have to roll their own 'parse llvm-config --version
      output and generate defines' solution.
      
      Also reuse the new macros so that version information is less
      redundant/likely to fall out of sync again in the future.
      
      llvm-svn: 150405
      c6c7a581
  21. Feb 04, 2012
  22. Feb 03, 2012
  23. Feb 02, 2012
  24. Feb 01, 2012
    • Dylan Noblesmith's avatar
      autoconf: generate clang's private config.h header · 57f439cb
      Dylan Noblesmith authored
      The CMake build already generated one. Follows clang r149497.
      
      This brings us one step closer to compiling and configuring clang
      separately from LLVM using the autoconf build, too.
      
      (I lack the right version of autoconf et al. to regen, but it
      was a simple change, so I just updated configure manually.)
      
      llvm-svn: 149498
      57f439cb
  25. Jan 31, 2012
  26. Jan 05, 2012
  27. Jan 04, 2012
  28. Jan 01, 2012
  29. Dec 28, 2011
  30. Dec 22, 2011
Loading