Skip to content
  1. May 05, 2012
  2. 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
  3. May 02, 2012
  4. May 01, 2012
  5. Apr 27, 2012
  6. Apr 26, 2012
  7. Apr 24, 2012
  8. Apr 23, 2012
    • Michael J. Spencer's avatar
      [Support/Unix] Unconditionally include time.h. · 04b795bc
      Michael J. Spencer authored
      When building LLVM on Linux with libc++ with CMake TIME_WITH_SYS_TIME is
      undefined, and HAVE_SYS_TIME_H is defined. This ends up including
      sys/time.h but not time.h. Unix/TimeValue.inc requires time.h for asctime_r
      and localtime. libstdc++ seems to include time.h anyway, but libc++ does
      not.
      
      Fix this by always including time.h
      
      llvm-svn: 155382
      04b795bc
    • Sylvestre Ledru's avatar
      Conflict with st_dev/st_ino identifiers under Debian GNU/Hurd · 3099f4bd
      Sylvestre Ledru authored
      The problem is that the struct file_status on UNIX systems has two
      members called st_dev and st_ino; those are also members of the
      struct stat, and they are reserved identifiers which can also be
      provided as #define (and this is the case for st_dev on Hurd).
      The solution (attached) is to rename them, for example adding a
      "fs_" prefix (= file status) to them.
      
      Patch by Pino Toscano
      
      llvm-svn: 155354
      3099f4bd
    • Chris Lattner's avatar
      Don't die with an assertion if the Result bitwidth is already correct. This · 5e146661
      Chris Lattner authored
      fixes an assert reading "1239123123123123" when the result is already 64-bit.
      
      llvm-svn: 155329
      5e146661
  9. Apr 22, 2012
  10. Apr 21, 2012
  11. Apr 18, 2012
  12. Apr 17, 2012
  13. Apr 16, 2012
  14. Apr 11, 2012
  15. Apr 05, 2012
  16. Apr 04, 2012
  17. Apr 02, 2012
  18. Mar 29, 2012
  19. Mar 26, 2012
  20. Mar 24, 2012
  21. Mar 22, 2012
  22. Mar 14, 2012
  23. Mar 13, 2012
  24. Mar 12, 2012
Loading