Skip to content
  1. Oct 03, 2013
  2. Oct 02, 2013
  3. Oct 01, 2013
  4. Sep 30, 2013
  5. Sep 28, 2013
  6. Sep 27, 2013
  7. Sep 25, 2013
  8. Sep 24, 2013
  9. Sep 23, 2013
    • Arnold Schwaighofer's avatar
      Revert "LoopVectorizer: Only allow vectorization of intrinsics." · 22639407
      Arnold Schwaighofer authored
      Revert 191122 - with extra checks we are allowed to vectorize math library
      function calls.
      
      Standard library indentifiers are reserved names so functions with external
      linkage must not overrided them. However, functions with internal linkage can.
      
      Therefore, we can vectorize calls to math library functions with a check for
      external linkage and matching signature. This matches what we do during
      SelectionDAG building.
      
      llvm-svn: 191206
      22639407
  10. Sep 22, 2013
  11. Sep 21, 2013
Loading