Go to file
Johannes Doerfert 9143d67aba [RTC] Bail if too many parameters are involved in a RTC access.
If too many parameters are involved in accesses used to create RTCs
  we might end up with enormous compile times and RTC expressions.
  The reason is that the lexmin/lexmax is dependent on all these
  parameters and isl might need to create a case for every "ordering"
  of them (e.g., p0 <= p1 <= p2, p1 <= p0 <= p2, ...).

  The exact number of parameters allowed in accesses is defined by the
  command line option -polly-rtc-max-parameters=XXX and set by default
  to 8.

  Differential Revision: http://reviews.llvm.org/D5500

llvm-svn: 218566
2014-09-27 11:02:39 +00:00
clang Add back checking for condition of conditional operator for -Wuninitialized 2014-09-26 23:48:30 +00:00
clang-tools-extra Corrected a comment in check_clang_tidy_fix.sh 2014-09-26 12:51:13 +00:00
compiler-rt Effectively revert r217284 on Darwin due to issues with -gmlt there 2014-09-26 21:58:33 +00:00
debuginfo-tests relax testcase for LLDB output format compatibility. 2014-03-19 23:06:18 +00:00
libclc Remove more redundant semi-colons 2014-09-18 09:23:40 +00:00
libcxx Mark module atomic as cplusplus11. 2014-09-24 04:44:54 +00:00
libcxxabi Adding ABI support for __cxa_throw_bad_array_new_length. 2014-09-11 17:26:43 +00:00
lld Use DenseMap::lookup. No functionality change. 2014-09-26 23:21:10 +00:00
lldb thread state coordinator: added thread death support and more tests. 2014-09-27 01:58:13 +00:00
llvm [x86] Fix yet another issue with widening vector shuffle elements. 2014-09-27 08:40:33 +00:00
openmp Fix a crash that occurred under obscure circumstances during library shutdown 2014-09-03 11:34:33 +00:00
polly [RTC] Bail if too many parameters are involved in a RTC access. 2014-09-27 11:02:39 +00:00