Skip to content
  1. Nov 18, 2012
  2. Nov 17, 2012
  3. Nov 16, 2012
  4. Nov 15, 2012
  5. Nov 14, 2012
  6. Nov 13, 2012
    • Duncan Sands's avatar
      Relax the restrictions on vector of pointer types, and vector getelementptr. · e6beec67
      Duncan Sands authored
      Previously in a vector of pointers, the pointer couldn't be any pointer type,
      it had to be a pointer to an integer or floating point type.  This is a hassle
      for dragonegg because the GCC vectorizer happily produces vectors of pointers
      where the pointer is a pointer to a struct or whatever.  Vector getelementptr
      was restricted to just one index, but now that vectors of pointers can have
      any pointer type it is more natural to allow arbitrary vector getelementptrs.
      There is however the issue of struct GEPs, where if each lane chose different
      struct fields then from that point on each lane will be working down into
      unrelated types.  This seems like too much pain for too little gain, so when
      you have a vector struct index all the elements are required to be the same.
      
      llvm-svn: 167828
      e6beec67
    • Jean-Daniel Dupas's avatar
      Update link to external document · 84705096
      Jean-Daniel Dupas authored
      llvm-svn: 167781
      84705096
  7. Nov 12, 2012
  8. Nov 11, 2012
  9. Nov 07, 2012
  10. Nov 06, 2012
  11. Nov 05, 2012
  12. Nov 02, 2012
  13. Oct 31, 2012
  14. Oct 29, 2012
  15. Oct 27, 2012
Loading