Skip to content
  1. Nov 20, 2012
  2. Nov 19, 2012
    • Sean Silva's avatar
      docs: Fix reference to "bold" part of code example. · 33f2c07c
      Sean Silva authored
      Fixes PR14380.
      
      The prose was referring to a "bold" part of the code example, where the
      boldness was lost in the transition from HTML. Unlike HTML, where one
      can easily have a <b> inside a <pre>, reStructuredText is generally
      unable to represent such nested markup.
      
      Hack around it with the :emphasise-lines: option to the  code-block
      directive to single out the regions instead. Thankfully the regions are
      close-enough to being full lines for this to work.
      
      llvm-svn: 168329
      33f2c07c
    • Tobias Grosser's avatar
      First version of Polly release notes for 3.2 · 94717e9f
      Tobias Grosser authored
      llvm-svn: 168302
      94717e9f
  3. Nov 18, 2012
  4. Nov 17, 2012
  5. Nov 16, 2012
  6. Nov 15, 2012
  7. Nov 14, 2012
  8. 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
  9. Nov 12, 2012
  10. Nov 11, 2012
  11. Nov 07, 2012
  12. Nov 06, 2012
Loading