Skip to content
  1. May 07, 2013
  2. Apr 10, 2013
  3. Mar 23, 2013
    • Tobias Grosser's avatar
      clang-format: Many more files · 4d96c8d7
      Tobias Grosser authored
      After this commit, polly is clang-format clean. This can be tested with
      'ninja polly-check-format'. Updates to clang-format may change this, but the
      differences will hopefully be both small and general improvements to the
      formatting.
      
      We currently have some not very nice formatting for a couple of items, DEBUG()
      stmts for example. I believe the benefit of being clang-format clean outweights
      the not perfect layout of this code.
      
      llvm-svn: 177796
      4d96c8d7
  4. Dec 29, 2012
  5. May 29, 2012
  6. Mar 08, 2012
    • Tobias Grosser's avatar
      Remove FinalRead · 3cbe5cff
      Tobias Grosser authored
      The FinalRead statement represented a virtual read that is executed after the
      SCoP. It was used when we verified the correctness of a schedule by checking if
      it yields the same FLOW dependences as the original code. This is only works, if
      we have a final read that reads all memory at the end of the SCoP.
      We now switched to just checking if a schedule does not introduce negative
      dependences and also consider WAW WAR dependences. This restricts the schedules
      a little bit more, but we do not have any optimizer that would calculate a more
      complex schedule. Hence, for now final reads are obsolete.
      
      llvm-svn: 152319
      3cbe5cff
  7. Nov 17, 2011
  8. Nov 15, 2011
  9. Oct 06, 2011
  10. Aug 20, 2011
    • Tobias Grosser's avatar
      Free isl_ctx and fix several memory leaks · b76f3853
      Tobias Grosser authored
      Because of me not understanding the LLVM pass structure well, I did not find a
      good way to allocate isl_ctx and to free it later without getting issues with
      reference counting. I now found this place, such that we can free isl_ctx. This
      patch also fixes the memory leaks that were ignored beforehand.
      
      llvm-svn: 138204
      b76f3853
  11. Aug 15, 2011
  12. Aug 03, 2011
  13. Jul 16, 2011
  14. Jul 12, 2011
  15. Apr 29, 2011
Loading