Go to file
Arnaud A. de Grandmaison 760c1e0b0a CalculateSpillWeights does not need to be a pass
Based on discussions with Lang Hames and Jakob Stoklund Olesen at the hacker's lab, and in the light of upcoming work on the PBQP register allocator, it was though that CalcSpillWeights does not need to be a pass. This change will enable to customize / tune the spill weight computation depending on the allocator.

Update the documentation style while there.

No functionnal change.

llvm-svn: 194356
2013-11-10 17:46:31 +00:00
clang Avoid double StringMap lookups. No functionality change. 2013-11-10 16:55:11 +00:00
clang-tools-extra Revert r194247 conditional on non-MSVC. 2013-11-08 08:54:53 +00:00
compiler-rt Remove a FIXME now that I can't reproduce the problem 2013-11-09 15:01:23 +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 Tell libc++abi whether or not libc++ has declared bad_array_length. 2013-11-07 17:15:51 +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 [ELF] Un-break undef-from-main-dso.test on MSVC 2012. 2013-11-10 07:48:33 +00:00
lldb Fixed up registers in debugserver. 2013-11-09 00:33:46 +00:00
llvm CalculateSpillWeights does not need to be a pass 2013-11-10 17:46:31 +00:00
openmp Update web pages to include style sheets and referenced documents missed before. 2013-10-03 11:55:28 +00:00
polly IslCodegen: Do not build upper bound in vector for 2013-11-02 12:59:39 +00:00