Go to file
Hal Finkel 7a87f8a670 [MiSched] Fix a logic error in tryPressure()
Fixes a logic error in the MachineScheduler found by Steve Montgomery (and
confirmed by Andy). This has gone unfixed for months because the fix has been
found to introduce some small performance regressions. However, Andy has
recommended that, at this point, we fix this to avoid further dependence on the
incorrect behavior (and then follow-up separately on any regressions), and I
agree.

Fixes PR18883.

llvm-svn: 219512
2014-10-10 17:06:20 +00:00
clang Fix documentation typo. 2014-10-10 16:09:48 +00:00
clang-tools-extra Small cleanups from review comments. 2014-10-09 13:22:46 +00:00
compiler-rt [asan][mips] Adding support of asan for mipsel arch 2014-10-10 13:46:55 +00:00
debuginfo-tests Properly shutdown lldb by invoking SBDebugger_Terminate() 2014-10-09 22:16:46 +00:00
libclc Implement log1p builtin 2014-10-07 20:22:42 +00:00
libcxx Fix for PR 19616: 'tuple_cat of nested tuples fails in noexcept specification'. Thanks to Louis Dionne for the fix. 2014-10-07 21:42:12 +00:00
libcxxabi Use __atomic_exchange_n instead of Clang's __sync_swap 2014-10-03 20:03:47 +00:00
lld Reapply [ELF] Only mark as DT_NEEDED libs that are strictly necessary (r219353) 2014-10-09 22:06:38 +00:00
lldb Reverse out r219169 related to quote handling. 2014-10-10 01:11:39 +00:00
llvm [MiSched] Fix a logic error in tryPressure() 2014-10-10 17:06:20 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly Relax the condition on the jsop accesses regarding the alignment. 2014-10-10 15:14:29 +00:00