Skip to content
  1. Dec 11, 2012
    • Tom Stellard's avatar
      Add R600 backend · 75aadc28
      Tom Stellard authored
      A new backend supporting AMD GPUs: Radeon HD2XXX - HD7XXX
      
      llvm-svn: 169915
      75aadc28
  2. Nov 14, 2012
  3. Jul 16, 2012
  4. May 24, 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. Mar 23, 2012
  7. Dec 12, 2011
    • Daniel Dunbar's avatar
      LLVMBuild: Introduce a common section which currently has a list of the · 8889bb08
      Daniel Dunbar authored
      subdirectories to traverse into.
       - Originally I wanted to avoid this and just autoscan, but this has one key
         flaw in that new subdirectories can not automatically trigger a rerun of the
         llvm-build tool. This is particularly a pain when switching back and forth
         between trees where one has added a subdirectory, as the dependencies will
         tend to be wrong. This will also eliminates FIXME implicitly.
      
      llvm-svn: 146436
      8889bb08
  8. Nov 11, 2011
  9. Nov 10, 2011
  10. Nov 03, 2011
Loading