Go to file
James Molloy 1bbf15c57c [LoopVectorize] Extract InductionInfo into a helper class...
... and move it into LoopUtils where it can be used by other passes, just like ReductionDescriptor. The API is very similar to ReductionDescriptor - that is, not very nice at all. Sorting these both out will come in a followup.

NFC

llvm-svn: 246145
2015-08-27 09:53:00 +00:00
clang Pass in a cpu to initDefaultFeatures so that we can share this code 2015-08-27 00:05:52 +00:00
clang-tools-extra Fix another LoopConvert fail. 2015-08-26 17:08:24 +00:00
compiler-rt [CMake] Converting add_sanitizer_rt_symbols to use cmake_parse_arguments. 2015-08-26 23:12:25 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Update mailing list reference. 2015-08-24 22:43:24 +00:00
libcxx [libcxx] Remove installation rules on Darwin when it would overwrite the system installation. 2015-08-26 20:18:21 +00:00
libcxxabi Fix or disable C++11 tests in C++03 mode 2015-08-20 01:22:17 +00:00
libunwind [libunwind] Remove unused includes. 2015-08-27 06:58:31 +00:00
lld lld-link: revert r246139 from OUTPUT to POST_BUILD 2015-08-27 05:37:08 +00:00
lldb Fix lldb build on older OSX versions after svn commit r244716 2015-08-27 03:42:56 +00:00
llgo Update to new lists.llvm.org 2015-08-05 04:03:05 +00:00
llvm [LoopVectorize] Extract InductionInfo into a helper class... 2015-08-27 09:53:00 +00:00
openmp Put taskdata variables under KMP_DEBUG guards. 2015-08-26 20:02:21 +00:00
polly BlockGenerator: Add the possiblity to pass a set of new access functions 2015-08-27 07:28:16 +00:00