Go to file
Hal Finkel 29aeb20518 Add a loop rerolling flag to the PassManagerBuilder
This adds a boolean member variable to the PassManagerBuilder to control loop
rerolling (just like we have for unrolling and the various vectorization
options). This is necessary for control by the frontend. Loop rerolling remains
disabled by default at all optimization levels.

llvm-svn: 194966
2013-11-17 16:02:50 +00:00
clang Fixes a typo and changes references to the function clang_displayDiagnostic (which was removed in r96823) to clang_formatDiagnostics. 2013-11-17 09:46:45 +00:00
clang-tools-extra Reworked moduleImport example with real data. 2013-11-15 23:26:14 +00:00
compiler-rt [ASan] Build ASan on Windows only if MSVC is used 2013-11-17 12:18:35 +00:00
debuginfo-tests don't use CHECK-NEXT because it may be on the same line. 2013-09-18 23:01:54 +00:00
libclc s/_CLC_DECL/_CLC_DEF/ 2013-10-31 15:50:53 +00:00
libcxx Fix-it suggestion for fixing min or max defines on Windows. 2013-11-15 23:41:01 +00:00
libcxxabi If libc++ has not declared bad_array_length, then declare it here just so that it gets into the binary. 2013-11-07 17:16:37 +00:00
lld Move the entire debug print loop into DEBUG_WITH_TYPE. 2013-11-16 01:41:47 +00:00
lldb Add a new SBThread::GetExtendedBacktraceOriginatingIndexID() method 2013-11-16 01:24:22 +00:00
llvm Add a loop rerolling flag to the PassManagerBuilder 2013-11-17 16:02:50 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly Fix 80 column violation 2013-11-17 03:18:32 +00:00