Skip to content
  1. Jan 18, 2013
  2. Jan 13, 2013
  3. Jan 08, 2013
  4. Jan 07, 2013
  5. Jan 02, 2013
    • Chandler Carruth's avatar
      Move all of the header files which are involved in modelling the LLVM IR · 9fb823bb
      Chandler Carruth authored
      into their new header subdirectory: include/llvm/IR. This matches the
      directory structure of lib, and begins to correct a long standing point
      of file layout clutter in LLVM.
      
      There are still more header files to move here, but I wanted to handle
      them in separate commits to make tracking what files make sense at each
      layer easier.
      
      The only really questionable files here are the target intrinsic
      tablegen files. But that's a battle I'd rather not fight today.
      
      I've updated both CMake and Makefile build systems (I think, and my
      tests think, but I may have missed something).
      
      I've also re-sorted the includes throughout the project. I'll be
      committing updates to Clang, DragonEgg, and Polly momentarily.
      
      llvm-svn: 171366
      9fb823bb
    • Chandler Carruth's avatar
      Resort the #include lines in include/... and lib/... with the · be81023d
      Chandler Carruth authored
      utils/sort_includes.py script.
      
      Most of these are updating the new R600 target and fixing up a few
      regressions that have creeped in since the last time I sorted the
      includes.
      
      llvm-svn: 171362
      be81023d
  6. Dec 21, 2012
  7. Dec 20, 2012
  8. Dec 19, 2012
  9. Dec 17, 2012
  10. Dec 13, 2012
  11. Dec 12, 2012
  12. 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
Loading