Skip to content
  1. Feb 07, 2013
  2. Feb 06, 2013
    • Tom Stellard's avatar
      R600: Support for indirect addressing v4 · f3b2a1e8
      Tom Stellard authored
      Only implemented for R600 so far.  SI is missing implementations of a
      few callbacks used by the Indirect Addressing pass and needs code to
      handle frame indices.
      
      At the moment R600 only supports array sizes of 16 dwords or less.
      Register packing of vector types is currently disabled, which means that a
      vec4 is stored in T0_X, T1_X, T2_X, T3_X, rather than T0_XYZW. In order
      to correctly pack registers in all cases, we will need to implement an
      analysis pass for R600 that determines the correct vector width for each
      array.
      
      v2:
        - Add support for i8 zext load from stack.
        - Coding style fixes
      
      v3:
        - Don't reserve registers for indirect addressing when it isn't
          being used.
        - Fix bug caused by LLVM limiting the number of SubRegIndex
          declarations.
      
      v4:
        - Fix 64-bit defines
      
      llvm-svn: 174525
      f3b2a1e8
  3. Feb 05, 2013
  4. Jan 31, 2013
  5. Jan 29, 2013
  6. Jan 23, 2013
  7. Jan 21, 2013
  8. Jan 18, 2013
  9. Jan 13, 2013
  10. Jan 08, 2013
  11. Jan 07, 2013
  12. 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
  13. Dec 21, 2012
  14. Dec 20, 2012
  15. Dec 19, 2012
  16. Dec 17, 2012
Loading